﻿/* clients.htm */
.clients-carousel div.row div.col-sm-6 {
	padding-left: 0px;
	padding-right: 0px;
}

.clients-content {
	position: absolute!important;
	bottom: 20px;
	left: 20px;
	right:70px;
	z-index: 1;
}

.clients-content p {
	font-size: 14px;
	padding-right: 20px;
	background:rgba(0,0,0,0.65);
	padding:5px 10px;
}

.clients-content div.con-heading3 {
	margin-bottom: 20px;
}

.client-wrapper div {
	position: relative;
	padding:17px 0 25px 0;
}
/*
.client-left-cover {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); ;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); ;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); ;
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); ;
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); ;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000000', endColorstr='#000000',GradientType=1 );;
	display: block;
	position: absolute!important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}
*/
.client-intro {
	margin-top: -30px;
}

.client-thumb {
	display: none;
}

.client-thumb img {
	width: 100%;
}

.client-main {
	width: 100%;
	float: left;
	position: relative;
}

#client-main_slider .thumb {
	margin-top: 4%;
	max-width: 90%;
	margin-bottom: -5%;
}

.client-nav-prev {
	margin-left: -300%;
}

.client-nav-next {
	margin-left: -0px;
}

.client-thumb-nav {
	position: absolute;
	bottom: 0;
	z-index: 111111;
}

.client-main #client-main_slider .client-main_slider_item .effect-5 {
	margin-bottom: 0px !important;
}

.client-main_slider_item .effect-5 .img {
	width: 100%;
	float: left;
}

.client_thumb-link ul li:first-child {
	position: absolute;
	bottom: 1px;
	right: 1px;
}

.client_thumb-link ul li:last-child {
	position: absolute;
	top: 1px;
	right: 1px;
}

.client_thumb-link ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.client_thumb-link ul li {
	display: inline-block;
	margin-left: -4px;
}

.client_thumb-link ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background:  #3498DB ;
}

.client_thumb-link ul li a.fancybox {
	border-radius: 0px 0px 0px 5px;
}

.client_thumb-link ul li a:hover {
	background: rgba(52,152,219,0.5);
}

.client_thumb-link ul li a {
	cursor: pointer;
}

.client-thumb-nav {
	margin-bottom: 0px;
}

.client-thumb-nav {
}

.client-thumb-nav a {
	color: rgba(52,152,219,0.5);
	cursor: pointer;
}

.client-thumb-nav a i {
	font-size: 50px;
}

.client-thumb-nav a:hover {
	color: rgba(52,152,219,0.9);
}

/************************  media css start ******************/
/* Large desktop */
@media (min-width: 992px) and (max-width: 1200px) {
.client-main_item_detail {
	padding: 0px;
}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 978px) {
.client-main_item_detail {
	margin: 0px auto;
}

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.client-main_item_detail {
	margin: 0px auto;
	padding: 0px;
}

.client-main #client-main_slider .client-main_slider_item .client-main_item {
	margin-right: 0px;
	text-align: center;
}

}
/* Landscape phones and down */
@media (max-width: 480px) {
.counter1-info {
	width: 50%;
	margin-bottom: 20px;
}

}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url('../../graphics/grabbing.png') 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}

/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.effects {
	padding-left: 15px;
	padding-bottom: 30px;
}

.effects .img {
	position: relative;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}

.effects .img:nth-child(n) {
	margin-right: 5px;
}
.effects .img:first-child {
	margin-left: -15px;
}

.effects .img:last-child {
	margin-right: 0;
}

.effects .img img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a.close-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}

a.close-overlay.hidden {
	display: none;
}

a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width: 60px;
	height: 60px;
	border: solid 0px #fff;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: 700;
	font-size: 18px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 10px;
}

.effect-5 {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.effect-5 .img {
	position: relative;
	width: 100%;
}

.effect-5 img {
	width: 100%;
}

.effect-5 .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.effect-5 .overlay a.expand {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.effect-5 .img.hover .overlay {
	opacity: 1;
}

.effect-5 .img.hover .overlay a.expand {
	width: 100%;
	height: 20%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 5px;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
.effects {
	padding-left: 5px;
}

.effects .img:nth-child(n) {
	margin-right: 5px;
}
.effects .img:first-child {
	margin-left: 0;
}

.effects .img:nth-child(2n-1) {
	margin-left: -5px;
}
.effects .img:nth-child(2n) {
	margin-right: 0;
}
.effects .img:last-child {
	margin-right: 0;
}

}
@media only screen and (max-width: 520px) {
.effects .img {
	width: 100%;
}

.effects .img:nth-child(n) {
	margin-right: 0;
}
.effects .img:first-child {
	margin-left: 0;
}

.effects .img:nth-child(2n-1) {
	margin-left: 0;
}
.effects .img:nth-child(2n) {
	margin-right: 0;
}
.effects .img:last-child {
	margin-right: 0;
}

.effects .img img {
	margin: 0 auto;
}

}
ul.thumbs1-test-thb {
	list-style: none;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

ul.thumbs1-test-thb li {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	margin-bottom: 6px;
}

ul.thumbs1-test-thb li a img {
	width: 100%;
}

.thumbs1-test-content {
	background: #373f4a;
	width: 100%;
	float: left;
	padding-bottom: 1px;
}

.thumbs1-test-content h3.heading3 {
	color: #fff;
	margin: 30px 30px;
}

.thumbs1-test-desc {
	color: #fff;
	padding: 0px 31px;
}

.thumbs1-test-center {
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 20px;
}


