/* --------------------------------------------------------
Style Sheet for Digital Ads Tech
version: 1.0
Created: 21-07-2018
author: Ranjith T P K
----------------------------------------------------------*/

/* Font
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');


.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-24 {
	font-size: 24px;
}
.font-30 {
	font-size: 30px;
}
.font-36 {
	font-size: 36px;
}
.font-40 {
	font-size: 40px;
}
.font-48 {
	font-size: 48px;
}
.font-50 {
	font-size: 50px;
}
.font-60 {
	font-size: 60px;
}
.font-70 {
	font-size: 70px;
}
.font-100 {
	font-size: 100px;
}

.line-height-18 {
	line-height: 18px;
}
.line-height-21 {
	line-height: 21px!important;
}
.line-height-24 {
	line-height: 24px;
}
.line-height-28 {
	line-height: 28px;
}
.line-height-30 {
	line-height: 30px;
}
.line-height-36 {
	line-height: 36px;
}
.line-height-48 {
	line-height: 48px;
}
.line-height-50 {
	line-height: 50px;
}
.line-height-70 {
	line-height: 70px;
}

body {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	background: #f0f3f4;
	color: #607d8b;
}
/* Color
-------------------------------------------------- */

.text-danger {
	color: #dc2552!important;
}
.text-success {
	color: #4caf50!important;
}
.text-primary {
	color: #2391ee!important;
}
.text-warning {
	color: #f44336!important;
}
.text-info {
	color: #6c9cc0!important;
}
.text-black {
	color: #02263c;
}
.text-muted {
	color: #86939e;
}
.text-light-green {
	color: #ddf53d;
}
.text-grey {
	color: #607d8b;
}
.text-light-blue {
	color: #8cc4dd;
}
.text-white{ color: #fff;}
.bg-white {
	background: #fff!important;
}
.bg-off-white {
	background: #fafbfd!important;
}
.bg-transparent {
	background-color: transparent!important;
}
.bg-green {
	background: #2ecc71;
}
/* border
-------------------------------------------------- */

.radius-0 {
	border-radius: 0px;
}
.radius-2 {
	border-radius: 2px;
}
.radius-4 {
	border-radius: 4px;
}
.radius-10 {
	border-radius: 10px;
}
.radius-50 {
	border-radius: 50%;
}
/* default class
-------------------------------------------------- */

.dis-table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.vertical-top {
	vertical-align: top
}
.vertical-middle {
	vertical-align: middle
}
.vertical-bottom {
	vertical-align: bottom
}
.cursor-pointer {
	cursor: pointer;
}

.btn-success {
	background-color: #33cc33;
	border-color: #33cc33;
}
.btn-success:hover {
    background-color: #2EBC2E;
    border-color: #2EBC2E;
}
.btn-success:not(:disabled):not(.disabled):active {
	 background-color: #2EBC2E;
    border-color: #2EBC2E;
}
/* custom css start
-------------------------------------------------- */
.navebar-main {
	box-shadow: -0.156px 0.988px 4px 0px rgba(0, 0, 0, 0.11); z-index: 222;
}
.navbar-light .navbar-nav .nav-link {
	font-weight: 700;
	color: #02263c;
	font-size: 14px;
	padding-left: 1rem;
	padding-right: 1rem;
	text-transform: uppercase;
}
.drop-nav-link {
	padding-top: 0!important;
	padding-bottom: 0!important;
}


.btn-plain {
	background: #ffffff;
	border: none;
	font-size: 14px;
	color: #607d8b;
}
.btn-default {
	background: #ffffff;
    border: 1px solid #d7e0e9;
    font-size: 14px;
    color: #607d8b;
}
.btn-signup {
	border-radius: 20px;
	font-size: 14px;
}
.box-login {
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
}
.head-line {
	position: relative;
}
.head-line:after {
    position: absolute;
    width: 46px;
    height: 4px;
    content: url(../images/green-line.jpg);
    bottom: 7px;
    left: 0;
}
.bg-reg-box, .bg-login-box {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bg-reg-img, .bg-log-img {
	background: url(../images/login-bg.jpg) no-repeat #2378ca;
	background-size: contain;
}
.form-control, .select2-container--default .select2-selection--single {
	border: 2px solid #c4ced3;
	background: #f6f9fb;
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}

#carouselHomeBanner .carousel-caption {
	top: 50%;
  	transform: translateY(-50%);
}


.btn-play {
	padding: 10px;
	background: rgba(255,255,255,00);
	border-radius: 50%;
	transition: all .3s;
}
.btn-play a{
	background: #ffffff;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	line-height: 64px;
}
.btn-play:hover {
	background: rgba(255,255,255,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}

@keyframes arrowdown {
  0% {
	 -webkit-transform: translateY(0px);
    transform: translateY(0px);
     }
  50% {
	 -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
     }
  100% {
	 -webkit-transform: translateY(0px);
    transform: translateY(0px);
     } 
}

@-webkit-keyframes arrowdown {
  0% {
	 -webkit-transform: translateY(0px);
    transform: translateY(0px);
     }
  50% {
	 -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
     }
  100% {
	 -webkit-transform: translateY(0px);
    transform: translateY(0px);
     } 
}


.scroll-down-icon {
	width: 22px;
  	height: 22px;
	box-shadow: -0.313px 1.975px 10px 0px rgba(76, 201, 43, 0.78);
	background-color: rgb(76, 201, 43);
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20px;
	-webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}

/*------------------------------- vertical carousel indicators ------------------------------*/
#carouselHomeBanner .carousel-indicators{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    height:20px;
    right:10px; left:auto;
    width:auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


#carouselHomeBanner .carousel-indicators li {
	width: 13px;
	height: 2px;
}
#carouselHomeBanner .carousel-indicators li span {
	width: 10px;
	height: 1px !important;
	display: flex;
	background-color: #ffffff;

	
}
#carouselHomeBanner .carousel-indicators li.active {
	border: 4px solid #3300bf;
}
#carouselHomeBanner .carousel-indicators li.active span {
	background-color: #3300bf;
}
.active-menu a{ color: #3300bf !important;}

/*------------------------------- End vertical carousel indicators ------------------------------*/


.bg-colutions {
	background-color: #112633;
}

.hed-border {
	position: relative;
}
.hed-border:after {
    position: absolute;
    width: 1em;
    height: 2px;
    content: '';
    bottom: -13px;
	left: 0;
    background: #4cc92b;
}
.center-hed-border:after {
	left: 0;
	right: 0;
	margin: auto;
}
.right-hed-border:after {
	right: 0;
	left: auto;
}
.border-solution {
	display: inline-block;
	height: 70%;
	width: 1px;
	background-color: rgba(245,245,245,0.06);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.solution-box {
	height: 285px;
}
.btn-more {
	border-radius: 19px;
}
.btn-more:hover {
	background-color: #4cc92b;
    border-color: #4cc92b;
}
.btn-more {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-more:focus {
    box-shadow: 0 0 0 0.2rem rgba(76,201,43,.5);
	border-color: #4cc92b;
}
.btn-more:not(:disabled):not(.disabled):active {
	background-color: #4cc92b;
    border-color: #4cc92b;
}
.bg-signup-section {
	background: url(../images/businessman.jpg) right #0d3e59 no-repeat;
	min-height: 597px;
}
.box-experiance {
	background: rgba(0, 163, 255, 0.1);
	border: 1px solid #0a5576;
}
.border-experiance {
    border-color: rgba(43,136,173,0.26)!important;
}
.wid-190 {
	width: 190px;
	margin-bottom: 20px;
}
.footer {
    background: #112633;
	margin-top: -20px;
}
.foot-ul li {
	margin-bottom: 8px;
}
.foot-ul li a {
    color: #6d8696;
    line-height: 28px;
	font-size: 12px;
}
.copy-row p {
	color: #6d8696;
}
.footer h3 {
	color: #6d8696;
	font-size: 16px;
	font-weight: bold;
}
.foot-input {
	background: none;
	border: none;
	border-bottom: 1px solid rgba(240,243,244,0.20);
	box-shadow: none;
	width: 100%;
	color: #6d8696;
}
.foot-input:focus {
	outline: none;
}

.get-start {
	padding: 5px 10px;
	background:#ffffff;
	border-radius: 30px;
}
.get-start .form-control {
	background-color: transparent;
	border: none;
	color: #747d7f;
	font-size: 14px;
}
.get-start .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4b2b4;
}
.get-start .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #a4b2b4;
}
.get-start .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #a4b2b4;
}
.get-start .form-control:-moz-placeholder { /* Firefox 18- */
  color: #a4b2b4;
}

.get-start .form-control:-webkit-input-placeholder:first-letter {
    color: blue;

} /* Only for Chrome */



.get-start .table-cell:nth-child(1) {
	width: 75%;
}
.get-start .table-cell:nth-child(2) {
	width: 25%;
}
.btn-custom {
	font-size: 14px;
	color: #ffffff;
	border-radius: 20px;
	border: 2px solid rgba(0,0,0,0.00);
}
.get-start .form-control:focus {
	outline: none;
	box-shadow: none;
}




@media (max-width: 767.98px) {
	.bg-login-box {
		top: inherit;
		transform: none;
		position: inherit;
		min-height: inherit;
	}
	.bg-reg-box {
		top: inherit;
		transform: none;
		position: inherit;
		min-height: inherit;
	}
	.solution-box {
		height: auto;
	}
	#carouselHomeBanner .font-60 {
		font-size: 22px;
	}
	#carouselHomeBanner .font-24 {
		font-size: 14px;
	}
	.scroll-down-icon {
		display: none!important;
	}
	#carouselHomeBanner .carousel-caption {
		top: 25%;
		transform: translateY(-25%);
	}
	
}

@media (max-width: 991.98px) {
	.box-experiance .font-48 {
		font-size: 28px;
	}
	.box-experiance {
		background: rgba(18, 49, 66, 0.6);
	}
	#carouselHomeBanner .font-60 {
		font-size: 28px;
	}
	#carouselHomeBanner .font-24 {
		font-size: 18px;
	}
	.scroll-down-icon {
		display: none!important;
	}
	#carouselHomeBanner .carousel-caption {
		top: 45%;
		transform: translateY(-45%);
	}
}

@media (max-width: 1199.98px) {}

@media (max-width: 575.98px) {
	#carouselHomeBanner .font-60 {
		font-size: 16px;
	}
	#carouselHomeBanner .font-24 {
		font-size: 12px;
	}
	#carouselHomeBanner .carousel-caption {
		top: 15%;
		transform: translateY(-15%);
	}
}

@media (min-width: 991.98px) {
	.p-10 {
		padding: 80px!important;
	}
}
.gradient-bg{ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0MDA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzAwYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #940080 0%, #3300bf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #940080 0%,#3300bf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #940080 0%,#3300bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940080', endColorstr='#3300bf',GradientType=1 ); /* IE6-8 */ color: #fff;}
 
		.home-banner-btn {
			border-radius: 100px;
			border: none;
			color: #FFFFFF;
			text-align: center;
			padding:1vw 2vw; font-size: 1.5vw;
			width: auto;
			transition: all 0.5s;
			cursor: pointer;
			margin: 5px;
		  }
		  .btn-gradient{background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0MDA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzAwYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(left, #940080 0%, #3300bf 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #940080 0%,#3300bf 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #940080 0%,#3300bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940080', endColorstr='#3300bf',GradientType=1 ); /* IE6-8 */ color: #fff;}
		  
		  .home-banner-btn span {
			cursor: pointer;
			display: inline-block;
			position: relative;
			transition: 0.5s;
		  }
		  
		  .home-banner-btn span:after {
			content: '\00bb';
			position: absolute;
			opacity: 0;
			top: 0;
			right: -20px;
			transition: 0.5s;
		  }
		  
		  .home-banner-btn:hover span {
			padding-right: 25px;
		  }
		  
		  .home-banner-btn:hover span:after {
			opacity: 1;
			right: 0;
		  }
		  /* Float */
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
  }

  .testimonial-section2{
	/*height: 600px;*/
	position: relative;
	padding: 50px 0;
	background-color: #FBFCFC;
  }
  
  .testim .wrap {
	  position: relative;
	  width: 100%;
	  max-width: 1020px;
	  padding: 40px 20px;
	  margin: auto;
  }
  
  .testim .arrow {
	  display: block;
	  position: absolute;
	  color: #34495Ee;
	  cursor: pointer;
	  font-size: 2em;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	  transform: translateY(-50%);
	  -webkit-transition: all .3s ease-in-out;    
	  -ms-transition: all .3s ease-in-out;    
	  -moz-transition: all .3s ease-in-out;    
	  -o-transition: all .3s ease-in-out;    
	  transition: all .3s ease-in-out;
	  padding: 5px;
	  z-index: 22222222;
  }
  
  .testim .arrow:before {
	  cursor: pointer;
  }
  
  .testim .arrow:hover {
	  color: #2b288d;
  }
	  
  
  .testim .arrow.left {
	  left: 10px;
  }
  
  .testim .arrow.right {
	  right: 10px;
  }
  
  .testim .dots {
	  text-align: center;
	  position: absolute;
	  width: 100%;
	  bottom: 60px;
	  left: 0;
	  display: block;
	  z-index: 3333;
	  height: 12px;
  }
  
  .testim .dots .dot {
	  list-style-type: none;
	  display: inline-block;
	  width: 12px;
	  height: 12px;
	  border-radius: 50%;
	  border: 1px solid #34495E;
	  margin: 0 10px;
	  cursor: pointer;
	  -webkit-transition: all .5s ease-in-out;    
	  -ms-transition: all .5s ease-in-out;    
	  -moz-transition: all .5s ease-in-out;    
	  -o-transition: all .5s ease-in-out;    
	  transition: all .5s ease-in-out;
	  position: relative;
  }
  
  .testim .dots .dot.active,
  .testim .dots .dot:hover {
	  background: #2b288d;
	  border-color: #2b288d;
  }
  
  .testim .dots .dot.active {
	  -webkit-animation: testim-scale .5s ease-in-out forwards;   
	  -moz-animation: testim-scale .5s ease-in-out forwards;   
	  -ms-animation: testim-scale .5s ease-in-out forwards;   
	  -o-animation: testim-scale .5s ease-in-out forwards;   
	  animation: testim-scale .5s ease-in-out forwards;   
  }
	  
  .testim .cont {
	  position: relative;
	  overflow: hidden;
  }
  
  .testim .cont > div {
	  text-align: center;
	  position: absolute;
	  top: 0;
	  left: 0;
	  padding: 0 0 70px 0;
	  opacity: 0;
  }
  
  .testim .cont > div.inactive {
	  opacity: 1;
  }
	  
  
  .testim .cont > div.active {
	  position: relative;
	  opacity: 1;
  }
	  
  
  .testim .cont div .img img {
	  display: block;
	  width: 100px;
	  height: 100px;
	  margin: auto;
	  border-radius: 50%;
  }
  
  .testim .cont div .h4 {
	  color: #2b288d;
	  font-size: 1.2em;
	  margin: 15px 0;
  }
  
  .testim .cont div p {
	  font-size: 1.rem;
	  color: #34495E;
	  width: 80%;
	  margin: auto;
  }
  
  .testim .cont div.active .img img {
	  -webkit-animation: testim-show .5s ease-in-out forwards;            
	  -moz-animation: testim-show .5s ease-in-out forwards;            
	  -ms-animation: testim-show .5s ease-in-out forwards;            
	  -o-animation: testim-show .5s ease-in-out forwards;            
	  animation: testim-show .5s ease-in-out forwards;            
  }
  
  .testim .cont div.active .h4 {
	  -webkit-animation: testim-content-in .4s ease-in-out forwards;    
	  -moz-animation: testim-content-in .4s ease-in-out forwards;    
	  -ms-animation: testim-content-in .4s ease-in-out forwards;    
	  -o-animation: testim-content-in .4s ease-in-out forwards;    
	  animation: testim-content-in .4s ease-in-out forwards;    
  }
  
  .testim .cont div.active p {
	  -webkit-animation: testim-content-in .5s ease-in-out forwards;    
	  -moz-animation: testim-content-in .5s ease-in-out forwards;    
	  -ms-animation: testim-content-in .5s ease-in-out forwards;    
	  -o-animation: testim-content-in .5s ease-in-out forwards;    
	  animation: testim-content-in .5s ease-in-out forwards;    
  }
  
  .testim .cont div.inactive .img img {
	  -webkit-animation: testim-hide .5s ease-in-out forwards;            
	  -moz-animation: testim-hide .5s ease-in-out forwards;            
	  -ms-animation: testim-hide .5s ease-in-out forwards;            
	  -o-animation: testim-hide .5s ease-in-out forwards;            
	  animation: testim-hide .5s ease-in-out forwards;            
  }
  
  .testim .cont div.inactive .h4 {
	  -webkit-animation: testim-content-out .4s ease-in-out forwards;        
	  -moz-animation: testim-content-out .4s ease-in-out forwards;        
	  -ms-animation: testim-content-out .4s ease-in-out forwards;        
	  -o-animation: testim-content-out .4s ease-in-out forwards;        
	  animation: testim-content-out .4s ease-in-out forwards;        
  }
  
  .testim .cont div.inactive p {
	  -webkit-animation: testim-content-out .5s ease-in-out forwards;    
	  -moz-animation: testim-content-out .5s ease-in-out forwards;    
	  -ms-animation: testim-content-out .5s ease-in-out forwards;    
	  -o-animation: testim-content-out .5s ease-in-out forwards;    
	  animation: testim-content-out .5s ease-in-out forwards;    
  }
  
  @-webkit-keyframes testim-scale {
	  0% {
		  -webkit-box-shadow: 0px 0px 0px 0px #eee;
		  box-shadow: 0px 0px 0px 0px #eee;
	  }
  
	  35% {
		  -webkit-box-shadow: 0px 0px 10px 5px #eee;        
		  box-shadow: 0px 0px 10px 5px #eee;        
	  }
  
	  70% {
		  -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
		  box-shadow: 0px 0px 10px 5px #ea830e;        
	  }
  
	  100% {
		  -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
		  box-shadow: 0px 0px 0px 0px #ea830e;        
	  }
  }
  
  @-moz-keyframes testim-scale {
	  0% {
		  -moz-box-shadow: 0px 0px 0px 0px #eee;
		  box-shadow: 0px 0px 0px 0px #eee;
	  }
  
	  35% {
		  -moz-box-shadow: 0px 0px 10px 5px #eee;        
		  box-shadow: 0px 0px 10px 5px #eee;        
	  }
  
	  70% {
		  -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
		  box-shadow: 0px 0px 10px 5px #ea830e;        
	  }
  
	  100% {
		  -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
		  box-shadow: 0px 0px 0px 0px #ea830e;        
	  }
  }
  
  @-ms-keyframes testim-scale {
	  0% {
		  -ms-box-shadow: 0px 0px 0px 0px #eee;
		  box-shadow: 0px 0px 0px 0px #eee;
	  }
  
	  35% {
		  -ms-box-shadow: 0px 0px 10px 5px #eee;        
		  box-shadow: 0px 0px 10px 5px #eee;        
	  }
  
	  70% {
		  -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
		  box-shadow: 0px 0px 10px 5px #ea830e;        
	  }
  
	  100% {
		  -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
		  box-shadow: 0px 0px 0px 0px #ea830e;        
	  }
  }
  
  @-o-keyframes testim-scale {
	  0% {
		  -o-box-shadow: 0px 0px 0px 0px #eee;
		  box-shadow: 0px 0px 0px 0px #eee;
	  }
  
	  35% {
		  -o-box-shadow: 0px 0px 10px 5px #eee;        
		  box-shadow: 0px 0px 10px 5px #eee;        
	  }
  
	  70% {
		  -o-box-shadow: 0px 0px 10px 5px #ea830e;        
		  box-shadow: 0px 0px 10px 5px #ea830e;        
	  }
  
	  100% {
		  -o-box-shadow: 0px 0px 0px 0px #ea830e;        
		  box-shadow: 0px 0px 0px 0px #ea830e;        
	  }
  }
  
  @keyframes testim-scale {
	  0% {
		  box-shadow: 0px 0px 0px 0px #eee;
	  }
  
	  35% {
		  box-shadow: 0px 0px 10px 5px #eee;        
	  }
  
	  70% {
		  box-shadow: 0px 0px 10px 5px #ea830e;        
	  }
  
	  100% {
		  box-shadow: 0px 0px 0px 0px #ea830e;        
	  }
  }
  
  @-webkit-keyframes testim-content-in {
	  from {
		  opacity: 0;
		  -webkit-transform: translateY(100%);
		  transform: translateY(100%);
	  }
	  
	  to {
		  opacity: 1;
		  -webkit-transform: translateY(0);        
		  transform: translateY(0);        
	  }
  }
  
  @-moz-keyframes testim-content-in {
	  from {
		  opacity: 0;
		  -moz-transform: translateY(100%);
		  transform: translateY(100%);
	  }
	  
	  to {
		  opacity: 1;
		  -moz-transform: translateY(0);        
		  transform: translateY(0);        
	  }
  }
  
  @-ms-keyframes testim-content-in {
	  from {
		  opacity: 0;
		  -ms-transform: translateY(100%);
		  transform: translateY(100%);
	  }
	  
	  to {
		  opacity: 1;
		  -ms-transform: translateY(0);        
		  transform: translateY(0);        
	  }
  }
  
  @-o-keyframes testim-content-in {
	  from {
		  opacity: 0;
		  -o-transform: translateY(100%);
		  transform: translateY(100%);
	  }
	  
	  to {
		  opacity: 1;
		  -o-transform: translateY(0);        
		  transform: translateY(0);        
	  }
  }
  
  @keyframes testim-content-in {
	  from {
		  opacity: 0;
		  transform: translateY(100%);
	  }
	  
	  to {
		  opacity: 1;
		  transform: translateY(0);        
	  }
  }
  
  @-webkit-keyframes testim-content-out {
	  from {
		  opacity: 1;
		  -webkit-transform: translateY(0);
		  transform: translateY(0);
	  }
	  
	  to {
		  opacity: 0;
		  -webkit-transform: translateY(-100%);        
		  transform: translateY(-100%);        
	  }
  }
  
  @-moz-keyframes testim-content-out {
	  from {
		  opacity: 1;
		  -moz-transform: translateY(0);
		  transform: translateY(0);
	  }
	  
	  to {
		  opacity: 0;
		  -moz-transform: translateY(-100%);        
		  transform: translateY(-100%);        
	  }
  }
  
  @-ms-keyframes testim-content-out {
	  from {
		  opacity: 1;
		  -ms-transform: translateY(0);
		  transform: translateY(0);
	  }
	  
	  to {
		  opacity: 0;
		  -ms-transform: translateY(-100%);        
		  transform: translateY(-100%);        
	  }
  }
  
  @-o-keyframes testim-content-out {
	  from {
		  opacity: 1;
		  -o-transform: translateY(0);
		  transform: translateY(0);
	  }
	  
	  to {
		  opacity: 0;
		  transform: translateY(-100%);        
		  transform: translateY(-100%);        
	  }
  }
  
  @keyframes testim-content-out {
	  from {
		  opacity: 1;
		  transform: translateY(0);
	  }
	  
	  to {
		  opacity: 0;
		  transform: translateY(-100%);        
	  }
  }
  
  @-webkit-keyframes testim-show {
	  from {
		  opacity: 0;
		  -webkit-transform: scale(0);
		  transform: scale(0);
	  }
	  
	  to {
		  opacity: 1;
		  -webkit-transform: scale(1);       
		  transform: scale(1);       
	  }
  }
  
  @-moz-keyframes testim-show {
	  from {
		  opacity: 0;
		  -moz-transform: scale(0);
		  transform: scale(0);
	  }
	  
	  to {
		  opacity: 1;
		  -moz-transform: scale(1);       
		  transform: scale(1);       
	  }
  }
  
  @-ms-keyframes testim-show {
	  from {
		  opacity: 0;
		  -ms-transform: scale(0);
		  transform: scale(0);
	  }
	  
	  to {
		  opacity: 1;
		  -ms-transform: scale(1);       
		  transform: scale(1);       
	  }
  }
  
  @-o-keyframes testim-show {
	  from {
		  opacity: 0;
		  -o-transform: scale(0);
		  transform: scale(0);
	  }
	  
	  to {
		  opacity: 1;
		  -o-transform: scale(1);       
		  transform: scale(1);       
	  }
  }
  
  @keyframes testim-show {
	  from {
		  opacity: 0;
		  transform: scale(0);
	  }
	  
	  to {
		  opacity: 1;
		  transform: scale(1);       
	  }
  }
  
  @-webkit-keyframes testim-hide {
	  from {
		  opacity: 1;
		  -webkit-transform: scale(1);       
		  transform: scale(1);       
	  }
	  
	  to {
		  opacity: 0;
		  -webkit-transform: scale(0);
		  transform: scale(0);
	  }
  }
  
  @-moz-keyframes testim-hide {
	  from {
		  opacity: 1;
		  -moz-transform: scale(1);       
		  transform: scale(1);       
	  }
	  
	  to {
		  opacity: 0;
		  -moz-transform: scale(0);
		  transform: scale(0);
	  }
  }
  
  @-ms-keyframes testim-hide {
	  from {
		  opacity: 1;
		  -ms-transform: scale(1);       
		  transform: scale(1);       
	  }
	  
	  to {
		  opacity: 0;
		  -ms-transform: scale(0);
		  transform: scale(0);
	  }
  }
  
  @-o-keyframes testim-hide {
	  from {
		  opacity: 1;
		  -o-transform: scale(1);       
		  transform: scale(1);       
	  }
	  
	  to {
		  opacity: 0;
		  -o-transform: scale(0);
		  transform: scale(0);
	  }
  }
  
  @keyframes testim-hide {
	  from {
		  opacity: 1;
		  transform: scale(1);       
	  }
	  
	  to {
		  opacity: 0;
		  transform: scale(0);
	  }
  }
  
  
  @media all and (max-width: 500px) {
	.testim .arrow {
	  font-size: 1.5em;
	}
	
	.testim .cont div p {
	  line-height: 25px;
	}
  
  }
.anim{transition: all 0.5s ease;}
  .hover-bg-parent{ background: rgba(255, 255, 255, 0);}
  .hover-bg-parent:hover{ background: #fff; }
 .hover-dark-txt:hover p{color: #6d8696;} .hover-dark-txt:hover h3{color:  #212f3d  !important}
  
  
  .b-4-r{-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;} 

	.carousel-caption h1{ font-size: 8.5vw;} .carousel-caption p{ font-size: 2.5vw;} .carousel-caption h2{ font-size: 2.5vw;}
	.clinet-carousel .carousel-control-next{ background: #02263c2c; width:40px; -webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px; opacity: .9 !important;}
		.clinet-carousel .carousel-control-prev{  background: #02263c2c; width:40px; -webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px; opacity: .9 !important;}