@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; font-family: 'Ubuntu', sans-serif !important; font-size: 15px !important;}

 
.header{width:100%; height:110px; border-bottom:solid 5px #2056AE; box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.14), 0 5px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12); background:#fff; position:fixed !important; z-index:99999 !important; -webkit-transition: 0.5s all ease; top:0; left:0;}
.fixed .header{height:70px; -webkit-transition: 0.5s all ease; position:fixed !important; background:rgba(255, 255, 255, 1)}

.fixed .logo{margin-top:0px;}
.fixed .logo img{width:62%; -webkit-transition: 0.5s all ease; margin-top:10px;}
.fixed .inptopm { -webkit-transition: 0.5s all ease; margin-top:-35px !important;}



.homeheader{width:100%; height:110px; position:absolute !important; z-index:99999 !important; -webkit-transition: 0.5s all ease; top:0px; left:0;}

.homeheader.animateit{ width:100%; height:70px; border-bottom:solid 5px #2056AE; box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.02), 0 5px 10px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.09); background:rgba(255, 255, 255, 0.5); position:fixed !important; z-index:99999 !important; -webkit-transition: 0.5s all ease; top:-200px; left:0;;
}
body.down .homeheader.animateIt {
    top:0; border-bottom:1px solid #d0d0d0;
}
.down .homeheader.animateIt{background:#fff url(../images/fxd-header-bg.png) no-repeat center left;}
.down .homeheader.animateIt .menuTemplate2 a {line-height:70px !important; color:#000 !important;}
.down .homeheader.animateIt .menuTemplate2 .left a {line-height:32px !important; color:#636466 !important;}
.down .homeheader.animateIt .menuTemplate2 .left a:hover { color:#000 !important;}
.down .homeheader.animateIt .menuTemplate2 .drop{top:67px !important;}
.down .homeheader.animateIt .homelogo {width:60% !important; margin-top: 11px; }
.down .homeheader.animateIt .topm {display:none; webkit-transition: 0.5s all ease;}


.homeheader .menuTemplate2 a{color:#fff !important; }




.menumain{ display:block;}

.topm{width:100%; height:auto; text-align:right; display:block; -webkit-transition: 0.5s all ease;}
.topm ul{margin:0; padding:0;}
.topm ul li{list-style:none; display:inline-block; padding:0 30px; font-size:18px;  border-right:solid 1px #fff; margin-top:10px; }
.topm ul li a{color:#fff; text-decoration:none !important; -webkit-transition: 0.5s all ease;}
.topm ul li a:hover{color:#fff !important; text-decoration:none !important; -webkit-transition: 0.5s all ease;}

.inptopm{width:100%; height:auto; text-align:right; display:block; -webkit-transition: 0.5s all ease; margin-top:0 !important;}
.inptopm ul{margin:0; padding:0;}
.inptopm ul li{list-style:none; display:inline-block; padding:0 30px; font-size:18px;  border-right:solid 1px #838383; margin-top:10px;}
.inptopm ul li a{color:#838383; text-decoration:none !important; -webkit-transition: 0.5s all ease;}
.inptopm ul li a:hover{color:#000 !important; text-decoration:none !important; -webkit-transition: 0.5s all ease;}








.header-clfrm{width:100%; height:90px; background:#fff; position:relative;}

.homelogo{width:100%; height:auto; -webkit-transition: 0.5s all ease; margin-top:18px; display:block !important;}
.homelogo img{width:100%; -webkit-transition: 0.5s all ease;}

.logo{width:100%; height:auto; -webkit-transition: 0.5s all ease; margin-top:18px; display:block !important;}
.logo img{width:100%; -webkit-transition: 0.5s all ease;}

.headermrgn{padding-bottom:110px;}


.fullwidthbanner{position:relative !important;}

#ajSlider{width:100% !important; height:450px !important;}
#ajSlider img{width:100% !important;}

.banner{width:100%;}
.banner a{text-decoration:none !important; color:#fff !important;}
.banner a:hover{text-decoration:none !important; color:#fff !important;}

.bgblack{background:rgba(0, 0, 0, .4) !important; font-size:24px !important;}

.welcome{width:100%; height:auto;  color:#fff; font-size:12px;background:#1f1f1f; }
.welcome h3{color:#fff; font-family: 'Ubuntu', sans-serif !important; font-size:26px; margin:0; padding:0 0 0px 0; font-weight:normal !important;}

.welcmtxt{width:75%; height:auto; float:left; position:relative; padding:17px  0 ;}
.welcmtxt:before {
  content: '';
  right: -30px;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #1f1f1f;
}
.welcmbtn{width:25%; height:62px; float:left; background:#0a94dd; padding:14px 0; font-family: 'Ubuntu', sans-serif !important; color:#fff; font-size:32px; line-height:33px; text-align:center;}
.welcmbtn a{text-decoration:none !important; color:#fff !important; display:block;}


.servsmain{width:100%; height:auto; padding:50px 0;}

.servshead{position:relative; text-align:center; margin-bottom:50px;}
.servshead h1{background-color:#fff; margin: 0 auto; width:28%; font-size: 34px; padding: auto 20px; z-index: 2; position: relative; font-family: 'Ubuntu', sans-serif !important;}
.servshead h1 span{ font-size: 14px; display: block; color: #777; }
.servshead h1 i{font-size: 1.5em; margin: auto 10px; color:#0a94dd;}
.servshead .line{height: 1px;z-index: 1;background-color: #dedede !important;width: 80%;left: 10%;position: absolute;top:48%;}

.ftrlohohead{position:relative; text-align:center; margin-bottom:50px;}
.ftrlohohead h1{background-color:#fff; margin: 0 auto; width:45%; font-size: 34px; padding:auto 20px; z-index: 2; position: relative; font-family: 'Ubuntu', sans-serif !important;}
.ftrlohohead h1 span{ font-size: 14px; display: block; color: #777; }
.ftrlohohead h1 i{font-size: 1.5em; margin: auto 10px; color:#0a94dd;}
.ftrlohohead .line{height: 1px;z-index: 1;background-color: #dedede !important;width: 80%;left: 10%;position: absolute;top:48%;}




.border-right{ border-right: 1px solid #dedede; padding-right: 15px; }
.item-service{ margin-bottom: 50px;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.item-serviceimg{width:100%; height:auto; text-align:center; border: solid 1px #dedede; padding: 10px 0;}
.item-serviceimg img{width:85%;}
.item-service p{margin: 0 auto; line-height:22px; font-size:14px; color:#777;}
.services-no-margin .item-service{ margin-bottom: 0; }
.head-service{ margin-bottom: 15px; }
.head-service h4,  .head-service h5{ padding: 0; margin: 0; }
.head-service h5{ line-height: 20px; font-style: italic; color:#0a94dd;}
.head-service i{border-radius: 50%; font-size: 24px; width: 50px; height: 50px;  text-align: center; border:solid 3px #0a94dd; line-height:44px;}
.item-service:hover .head-service i{ color: #fff; background:#0a94dd;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.morebtn{/*width:80px; height:30px;*/  font-weight:bold; text-align:center; line-height:30px; margin-top:-15px;}
.morebtn a{text-decoration:none !important; color:#0a94dd; display:block; /*border:solid 1px #2056AE;*/
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;}
.morebtn a:hover{text-decoration:none !important; color:#0a94dd; /*background:#2056AE;*/ 
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}


.hmprjctmain{width:100%; height:auto; background:url(../images/project-bg.png) right no-repeat; padding:55px 0;}
.prjctvid{width:100%; height:auto; border:solid 1px #333; padding:20px;}
.prjctvid h2{margin:-45px 0 0 0; padding:0 0 0px 0; width:28%; background:#fff; text-align:center; color:#333; font-size:38px; font-family: 'Ubuntu', sans-serif !important; font-weight:bold;}
.prjctvid p{font-size:18px; margin-top:15px !important}

.hmprjt{width:100%; height:auto; margin-top:15px;}
.hmprjt img{width:100%;/* -webkit-filter: grayscale(1);	-moz-filter: grayscale(1); -ms-filter: grayscale(1); filter: grayscale(1); opacity:0.8;*/}
.hmprjt img:hover{width:100%; /*-webkit-transition: all 250ms ease-in-out; -moz-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; -webkit-filter: grayscale(0);	-moz-filter: grayscale(0); -ms-filter: grayscale(0); filter: grayscale(0); opacity:1;-o-transition: all 250ms ease-in-out;transition: all 250ms ease-in-out;*/}


.hmprjtmdl{width:80%; height:auto; margin:0 auto;}

.intersfacts{font-size:30px; text-align:center;}
.intersfacts i{font-size:30px; color:#2056AE;}
.intersfacts p{line-height:18px; font-weight:bold; margin-top:8px;}
.intersfacts span{font-size:13px; font-weight:normal;}




.ftrlogomain{width:100%; height:auto; padding:40px 0 14px 0;}
.partners{height:auto; text-align:center; }
/*.partners img{height:100%; margin:0 7px !important; -webkit-filter: grayscale(1);	-moz-filter: grayscale(1); -ms-filter: grayscale(1); filter: grayscale(1); opacity:0.8;}
.partners img:hover{-webkit-transition: all 250ms ease-in-out; -moz-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; -webkit-filter: grayscale(0);	-moz-filter: grayscale(0); -ms-filter: grayscale(0); filter: grayscale(0); opacity:1;-o-transition: all 250ms ease-in-out;transition: all 250ms ease-in-out;}
*/
.whyusmainbg{width:100%; height:auto; }
.whyusmain{width:100%; height:auto; background:rgba(255, 255, 255, 0.9); padding:50px 0 0 0; }
.whyusmain h2{margin:0 0 15px 0; padding:0; font-size:34px; color:#333; text-align:left !important; font-family: 'Ubuntu', sans-serif !important;}
.whyusmain ul{margin:40px 0 30px 0; padding:0;}
.whyusmain ul li{list-style:none; color:#000; position:relative; font-size:18px; padding:4px 0 4px 20px; transition: 0.3s all ease;}
.whyusmain ul li:after{
	content: '\f101';
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 20px;
	line-height: 20px;
	color:#2056AE;
	font-family:'FontAwesome';
	transition: 0.3s all ease;
}
.whyusmain p{line-height:26px; font-size:16px;}
..whyusmain ul li a{color:#000; text-decoration:none;}
..whyusmain ul li a:hover{color:#000 !important; text-decoration:none !important; transition: 0.3s all ease;}
..whyusmain ul li a:hover:after{
	content: '\f101';
	position: absolute;
	top: 6px;
	left: 5px;
	font-size: 20px;
	line-height: 20px;
	color:#2056AE;
	font-family:'FontAwesome';
	transition: 0.3s all ease;
}

.testimainbg{width:100%; height:auto; }
.testimain{width:100%; height:auto; background:rgba(0, 0, 0, 0.8); padding:50px 0; color:#fff;}
/*.testimain h2{margin:0 0 15px 0; padding:0; font-size:34px; color:#fff; text-align:left !important; font-family: 'Ubuntu', sans-serif !important;}*/
.testimain h3{text-align:center; font-weight:bold; font-size:34px; color:#fff; margin-top:0; padding-top:0;  font-family: 'Ubuntu', sans-serif !important;}

.parallax{position:relative;width:100%;height:auto; padding:0px 0 0px 0;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;}
.parallax.bg1{background-image:url(../images/why-us-bg.jpg); }
.parallax.bg2{background-image:url(../images/testimonials-bg.jpg)}
.parallax.bg3{background-image:url(../images/3632.jpg)}
.parallax.seobg{background-image:url(../images/seo-prlx-bg.jpg)}
.parallax.ecomercbg{background-image:url(../images/eCommerce-prlx.jpg)}
.parallax.logobg{background-image:url(../images/logo-prlx-bg.jpg)}
.parallax.cmsbg{background-image:url(../images/cmsprlax-bg.jpg)}
.parallax.androidbg{background-image:url(../images/app-bg.jpg)}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.whyustext{width:100%; height:auto; margin-top:15px; font-size:15px;}
.whyustext h4{margin:5px 0 0 0; padding:0; color:#0a94dd; font-size:18px;}
.whyustext i{border-radius: 50%; font-size: 38px; width: 70px; height: 70px; padding-top: 13px; text-align: center; border:solid 3px #0a94dd}


.footer{width:100%; height:auto; background:#1f1f1f; padding-bottom:25px;}
.ftrcontc{width:100%; height:80px; background:#191919; }
.footer-top{ background:#191919; text-align: center; padding: 20px 0;}
.footer-top h3{ padding: 0; font-weight: 300; font-size: 15px; color: #f5f5f5;}
.footer-top h3 a{ color:#f5f5f5; text-decoration:none !important;}

.ftrcontcbdr{width:100%; height:2px; border-bottom:solid 1px #000; border-top:solid 1px #3c3c3c; margin:10px 0 20px 0;}

.footertambal{color:#fff;}
.footertambal h4{width:auto; font-weight:normal; margin-bottom:5px; padding-bottom:10px; font-size:24px; color:#0a94dd; font-family: 'Ubuntu', sans-serif !important;}
.footertambal p{color:#CCC; line-height:20px;}
.footertambal ul{margin:0; padding:0;}
.footertambal ul li{list-style:none; color:#fff; position:relative; font-size:14px; padding:0px 0 3px 0px;}
.footertambal ul li a{color:#fff; text-decoration:none;}
.footertambal ul li a:hover{color:#0a94dd !important; text-decoration:none !important;}
/*.footertambal ul li:after{
	content: '\f0da';
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 14px;
	line-height: 14px;
	color:#f26722;
	font-family:'FontAwesome';
}*/

.footertext h4{font-weight:bold; margin-bottom:20px; padding-bottom:10px; font-size:40px; color:#fff;  font-family: 'Ubuntu', sans-serif !important;}
.footertext h4 span{font-size:20px;}
.footertext ul{margin:0; padding:0;}
.footertext ul li{list-style:none; color:#fff; position:relative; font-size:14px; padding:0px 5px; float:left;}
.footertext ul li a{color:#fff; text-decoration:none;}
.footertext ul li a i{border-radius: 50%; font-size: 16px; width: 40px; height: 40px; padding-top: 12px; text-align: center; border:solid 1px #0a94dd;
-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
	}
.footertext ul li a i:hover{color:#0a94dd !important;  border:solid 1px #fff;
-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
	}

.footerbtm{width:100%; height:auto; background:#191919; font-size:12px; color:#999; padding:10px 0; font-family:Verdana, Geneva, sans-serif; text-align:center;}

.footer-center .item-center{ position: relative; padding: 25px 0 0 0; text-align: center; cursor: pointer; margin:0 auto !important; display:inherit !important; }
.footer-center .item-center:after { 
-webkit-transition-duration: 0.3s;
 content: ''; right: 50%;
  margin-right: -10px; top: -10px; position: absolute; z-index: 999; border-bottom: 10px solid #1f1f1f; border-left: 10px solid transparent; border-right: 10px solid transparent; }
.footer-center .item-center:hover i{ color:#0a94dd; cursor: pointer;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer-center .item-center:hover h4{color:#0a94dd; cursor: pointer;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer-center .item-center h4{ padding-bottom: 0; color:#f5f5f5; font-size: 14px;
}
.footer-center .item-center i{ color:#f5f5f5; font-size: 1.8em; line-height: 1.4em;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}




.abutbg{width:100%; height:auto; background:url(../images/project-bg.png) right center no-repeat; padding:40px 0; margin:30px 0;}
/*.abutbg h3{color:#000 !important;}*/

.abutimg{width:100%; height:auto; border:solid 1px #eee;}
.abutimg img{width:100%;}

.inerpgmain{width:100%; height:auto; margin:60px 0; line-height:24px; position:relative !important;}
.inerpgmainimg{width:360px; float:right; border:solid 1px #CCC;}
.inerpgmain h2{font-size:34px; margin:0 0 30px 0; padding:0; font-family: 'Ubuntu', sans-serif !important; font-weight:bold;}
.inerpgmain h2 span{font-weight:normal;}
.inerpgmain ul{margin:0px 0 0 5px; padding:0;}
.inerpgmain ul li{list-style:none; padding:3px 0; font-size:16px; position:relative; padding-left:25px; text-align:left;}
.inerpgmain ul li:after{
	content: '\f046';
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 14px;
	line-height: 12px;
	color:#0a94dd;
	font-family:'FontAwesome';
}


.facts{width:100%; height:auto; background:#fff; padding:30px 0; margin:30px 0;}
.facthead{position:relative; text-align:center; margin-bottom:50px;}
.facthead h1{background-color:#fff; margin: 0 auto; width:34%; font-size: 34px; padding:auto 20px; z-index: 2; position: relative; font-family: 'Ubuntu', sans-serif !important;}
.facthead .line{height: 1px;z-index: 1;background-color: #969696 !important;width: 80%;left: 10%;position: absolute;top:48%;}

.abutintersfacts{font-size:30px; text-align:center; margin-top:10px;}
.abutintersfacts i{font-size:74px; color:#0a94dd;}
.abutintersfacts p{line-height:18px; font-weight:bold; margin-top:8px;}
.abutintersfacts span{font-size:17px; font-weight:normal; line-height:38px; margin-top:15px !important; color:#191919;}


.contactmain{width:100%; height:auto;}
.contactmap{width:100%; height:400px; position:relative;}
/*.contactmaphide{width:100%; height:400px; position:absolute; top:0; left:0; z-index:99;}*/

.contacadd{width:100%; height:auto; line-height:24px; font-size:16px; margin-top:30px; margin-bottom:30px; }
.contacadd h3{font-size: 28px; line-height: 30px; font-family: 'Ubuntu', sans-serif !important;}
.contacadd i{color:#0a94dd;}
.contacadd a{color:#333 !important; text-decoration:none !important;}
.contacadd a:hover{color:#333 !important; text-decoration:none !important;}
.contacadd p{font-size:20px;}

.contactfrom{width:100%; height:auto;  }
.contactfrom input{border-radius:0  !important; padding:20px 10px !important;}
.contactfrom select{height:42px; border-radius:0  !important; padding:0px 10px !important;}
.contactfrom input[type=submit]{border-radius:0  !important;  padding:10px 20px !important; margin-top:36px;}
.contactfrom input[type=reset]{border-radius:0  !important; padding:10px 20px !important; margin-top:36px; margin-right:15px !important;}
.contactfrom textarea{border-radius:0  !important; resize:none !important;}
.enqrybtn{margin-top:0 !important;}


.clientfrom{width:100%; height:auto;  }
.clientfrom input{border-radius:0  !important; padding:20px 10px !important;}
.clientfrom select{height:42px; border-radius:0  !important; padding:0px 10px !important;}
.clientfrom input[type=submit]{border-radius:0  !important;  padding:10px 20px !important; margin-top:15px;}
.clientfrom input[type=reset]{border-radius:0  !important; padding:10px 20px !important; margin-top:15px; margin-right:15px !important;}
.clientfrom textarea{border-radius:0  !important; resize:none !important;}


.contaddrs{color:#000; margin-top:30px;}
.contaddrs ul{margin:0; padding:0;}
.contaddrs ul li{ line-height: 25px; margin-bottom: 16px; position: relative; padding-left: 38px; list-style:none; font-size:16px;}
.contaddrs ul li i{color:#0a94dd; font-size:26px;}
.contaddrs ul li span{ position: absolute; top:2px; left:0;}
.contaddrs ul li span:before{ font-size: 20px; padding-left: 2px;}
.contaddrs ul li span.flaticon-map-solid:before{ font-size: 26px;}


.buttons a{font-size: 16px; text-decoration:none; color:#fff;}
.buttons a:hover{cursor:pointer; text-decoration:none; color:#fff;}

.indvisatab{background:#EBEBEB; padding:13px 20px; float:left; margin-right:10px; border-radius:0px; border:solid 1px #eee; border-bottom:none;}
.indvisatab:hover{background:#e3e3e3; border:solid 1px #eee; border-bottom:none;}
.indvisatab.activ{background:#f8f8f8; border:solid 1px #eee; border-bottom:none;}

.indvsacontmain{text-align:center; width: 100%;}
.indvsaconttxt{background: #f8f8f8; margin-top:-1px; height: auto; text-align:left; padding:20 8px; border:solid 1px #eee;}


.inrpgbnrimg{width:100%; height:300px; overflow:hidden;}
.inrpgbnrimg img{width:100%;}


.proces{width:100%; height:auto; margin:40px 0;}
.procesmain{width:100%; height:auto; background:rgba(0, 0, 0, 0.8); padding:50px 0; color:#fff;}
.procesmain h2{text-align:left; font-weight:bold; font-size:34px; color:#cacaca; margin:0; padding:0;  font-family: 'Ubuntu', sans-serif !important;}
.procesmain p{font-size:18px;}

.process{width:100%; height:auto; color:#cacaca; margin-top:30px;}
.process h4{margin:0; padding:0; font-family: 'Ubuntu', sans-serif !important; font-size:28px;}
.process p{font-size:20px; margin:10px 0 0 0; padding:0;}
.process i{font-size:60px; text-align:center; color:#0a94dd;}
.process ul{margin:20px 0 0 15px; padding:0;}
.process ul li{list-style:none; padding:3px 0; font-size:16px; position:relative; padding-left:30px; text-align:left;}
.process ul li:after{
	content: '\f046';
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 14px;
	line-height: 12px;
	color:#cacaca;
	font-family:'FontAwesome';
}

.logoprocess{width:100%; height:auto; color:#cacaca; margin-top:30px; text-align:center !important}
.logoprocess h4{margin:0; padding:0; font-family: 'Ubuntu', sans-serif !important; font-size:32px;}
.logoprocess p{font-size:20px; margin:10px 0 0 0; padding:0;}
.logoprocess i{font-size:60px; text-align:center; color:#0a94dd;}

.logodsrvs{width:100%; height:auto; color:#cacaca; margin-top:30px;}
.logodsrvs h4{margin:0; padding:0; font-family: 'Ubuntu', sans-serif !important; font-size:32px;}
.logodsrvs p{font-size:16px; margin:10px 0 0 0; padding:0;}
.logodsrvs strong{color:#fff !important;}


.ecomarsprocess p{font-size:12px; margin:10px 0 0 0; padding:0;}
.ecomarsprocess h4{font-size:26px !important;}


.arrowecmrs{width:100%; height:auto; margin-top:100px;}
.arrowecmrs img{width:100%;}

.getmain{width:100%; height:auto; padding-left:95px; position:relative; margin-bottom:30px;  }
.getmaintext{width:100%; height:200px; background:#f4f3f3; padding:15px 15px 15px 35px; color:#000;}
.getmaintext h4{margin:0; padding:0 0 10px 0; font-family: 'Ubuntu', sans-serif !important; font-size:20px; text-transform:uppercase;}
.getmaintext p{font-size:15px;}
.getmaintext ul{margin:0px 0 0 5px; padding:0;}
.getmaintext ul li{list-style:none; padding:3px 0; font-size:16px; position:relative; padding-left:30px; text-align:left;}
.getmaintext ul li:after{
	content: '\f046';
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 14px;
	line-height: 12px;
	color:#0a94dd;
	font-family:'FontAwesome';
}

.apppointtext{width:100%; height:150px; padding:0; color:#000; margin-bottom:30px; border:solid 1px #0a94dd; box-shadow:0 0 5px #999;}
.apppointtext h4{margin:0; padding:10px 0 10px 15px; font-family: 'Ubuntu', sans-serif !important; font-size:20px; text-transform:uppercase; background:#0a94dd; color:#fff;}
.apppointtext p{font-size:15px; padding:15px !important;}

.getmainicon{width:120px; height:120px; background:#1f1f1f; position:absolute; left:0; top:23%; border-radius:50%; border:solid 5px #fff; box-shadow:0 0 8px #666; text-align:center; padding-top:10px; -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;}
/*.getmainicon:hover{width:120px; height:120px; background:#1f1f1f; -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);}*/
.getmainicon i{font-size:65px; color:#0a94dd; margin-top:29px;}
.getmainicon img{width:85%; /*margin-top:20px;*/}

.rtgetmain{width:100%; height:auto; padding-right:95px; padding-left:0 !important; position:relative; margin-bottom:30px;  }
.rtgetmain .getmaintext{padding:15px 35px 15px 15px !important;}

.rtgetmainicon{width:120px; height:120px; background:#1f1f1f; position:absolute; right:0; top:23%; border-radius:50%; border:solid 5px #fff; box-shadow:0 0 8px #666; text-align:center; padding-top:10px; -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;}
/*.getmainicon:hover{width:120px; height:120px; background:#1f1f1f; -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);}*/
.rtgetmainicon i{font-size:65px; color:#0a94dd; margin-top:29px;}
.rtgetmainicon img{width:85%; /*margin-top:20px;*/}


.getmain:hover > .getmainicon,
.getmain:hover > .rtgetmainicon{ width:120px; height:120px; background:#1f1f1f; -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); }


.portpoliolg{width:100%; height:263px; border:solid 1px #CCC; box-shadow:0 0 5px #CCC; overflow:hidden; margin-top:30px;}
.portpoliolg img{width:100%;}


.portpolio{width:100%; height:300px; border:solid 1px #CCC; box-shadow:0 0 5px #CCC; overflow:hidden; margin-top:30px;}
.portpolio img{width:100%;}
.portpolio p{color:#fff !important;}

.potdetailimg{width:100%; height:auto; border:solid 1px #ccc; margin-bottom:30px;}
.potdetailimg img{width:100%;}

.potdtlsmlimg{width:100%; height:auto; border:solid 1px #ccc; margin-top:10px; margin-bottom:20px;}
.potdtlsmlimg img{width:100%;}

.viewlive{text-align:center !important; width:100%;}
.viewlive a.informtn {
	width:100% !important;
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #0a94dd;
   color: #fff;
   text-transform: uppercase;
   margin: 0px;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.viewlive a.informtn i{font-size:20px;}
.viewlive a.informtn: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.viewlive a.enquiry{background:#2056AE !important;}

.prtdtlsbdr{border-right:solid 1px #ccc !important;}

.potdetailtxt{width:100%; height:auto;}
.potdetailtxt h2{margin:20px 0 10px 0; padding:0; color:#333; font-size:26px;}
.potdetailtxt ul{margin:0; padding:0;}
.potdetailtxt ul li{list-style:none; position:relative; padding-left:25px;}
.potdetailtxt ul li:after{
	content: '\f046';
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 14px;
	line-height: 12px;
	color:#0a94dd;
	font-family:'FontAwesome';
}

.margintopno{margin-top:0 !important;}



/*.prtdtlpopupfrom input{margin:3px 0;}*/

.input-group{margin-bottom:10px !important;}
.input-group input{border-radius:0 !important; padding:20px 8px;}
.txtria{resize:none !important; border-radius:0 !important;}
.input-group-addon{border-radius:0 !important;}

.popupheadsml{font-size:15px; font-weight:normal !important; text-transform:none !important;}


  .technologymain{width:100%; height:150px;}
  .technologylogo{width:110px; height:110px; background:#1f1f1f; border-radius:50%; text-align:center; margin:0 auto; border:double 10px #fff; display:inline-block; }
  .technologylogo img{width:100%;}
  
  .cmslogomain{width:100%; height:auto; text-align:center; margin-top:30px;}
	.cmslogo{width:170px; height:170px; background:rgba(0, 0, 0, .5); border-radius:50%; text-align:center; margin:0 auto; border:solid 4px #CCC; display:inline-block; }
  .cmslogo img{width:100%;}


.sb-navbar .sb-toggle-right{display:none !important;}


.logoslid{width:95%; height:auto;}
.logoslid ul{margin:0; padding:0; width:100% !important; height:auto !important;}
.logoslid li{list-style:none; padding:0 !important; overflow:hidden;}
.logoslid li img{width:100% !important;}
.logoslid li:after{display:none !important;}

.lgslidmain{width:100% !important; height:auto !important;}
/*.jis-control{display:none !important;}*/

.logoenqry{text-align:center !important; width:100%; margin-top:15px;}
.logoenqry a.informtn {
	width:100% !important;
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #0a94dd;
   color: #fff;
   text-transform: uppercase;
   margin: 0px;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.logoenqry a.informtn i{font-size:20px;}
.logoenqry a.informtn: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}


.logowhyus h3{margin:0 0 6px 0 !important;}


.anappicon{font-size:20em; color:#86b217;}
.anapptext{width:100%; margin-top:50px;}
.anapptext h4{margin:0; padding:0; font-family: 'Ubuntu', sans-serif !important; font-size:28px; text-align:left !important;}
.anapptext ul{margin:20px 0 0 15px; padding:0;}
.anapptext ul li{list-style:none; padding:3px 0; font-size:16px; position:relative; padding-left:30px; text-align:left;}
.anapptext ul li:after{
	content: '\f046';
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 14px;
	line-height: 12px;
	color:#cacaca;
	font-family:'FontAwesome';
}

.team{width:100%; height:auto; border:solid 1px rgba(0, 0, 0, 0.1); padding:15px; transition: all .3s ease-in .2s; text-align:center; background:rgba(255, 255, 255, .5); position:relative; margin-top:80px;}
.team p{text-align:justify; font-size:14px !important;}
.team:hover{border:solid 1px #999; box-shadow:0 0 8px #999; transition: all .3s ease-in .2s; background:#fff;}
.team .image{width:170px; height:170px; overflow:hidden; border-radius:50%; margin:0 auto; position:absolute; top:-85px; left:18%}
.team .image img{width:100%; }
.team h4{margin:80px 0 20px 0; padding:0; font-size:15px !important; color:#666; text-align:center; font-weight:bold; line-height:20px; position:relative;}
.team h4 span{font-size:13px; color:#0a94dd; text-align:center; font-weight:normal; }
.team h4:before{
	content: "";
    position: absolute;
    border-bottom: 2px solid #4F4F4F;
    height: 2px;
    width: 12%;
    top: 45px;
	left:44%
}
.team .media{width:100%; height:auto; border-top:solid 1px #CCC; padding:10px 0 0 0; }
.team .media .icon{width:35px; height:35px; border-radius:50%; text-align:center; display:inline-block; margin:0 3px}
.team .media .icon i{ line-height:35px !important; }
.team .media .icon a{color:#fff !important; display:block;}
.team .media .facebook{background:#4867aa;}
.team .media .twitter {background:#1da1f2 !important;}
.team .media .gplus {background:#dd4b39 !important;}


.srvsbtn{text-align:center; margin-top:20px;}
.srvsbtn a{background:#0a94dd !important; font-size:30px !important; }


.newspg{width:100%; height:auto; border-bottom:solid 1px #e2e2e2; padding:0px; margin-bottom:30px; padding-bottom:30px;}
.newspg h4{margin:0 0 10px 0; padding:0; text-align:left; font-size:22px; color:#000; font-weight:bold;}
.newspg img{width:100%; margin-bottom:0 !important;}
.newspg strong{color:#0a94dd;}
.newspg p{color:#333 !important;}
.blogwrtr{color:#999;}
.blogwrtr i{width:30px; height:30px; border:solid 1px #999; border-radius:50%; text-align:center; line-height:28px; color:#999;}

.blgadvrts{width:100%; height:250px; background:#f9f9f9; border-bottom:solid 1px #e2e2e2; margin-bottom:20px;}


.newspgdtls{width:100%; height:auto; border-bottom:solid 1px #e2e2e2; padding:0px; margin-bottom:30px; padding-bottom:30px;}
.newspgdtls h2{margin:0 0 5px 0; padding:0; text-align:left; font-size:26px; color:#000; font-weight:bold;}
.newspgdtlsimg{width:100%; height:350px; text-align:center; margin:20px 0 15px 0 !important; overflow:hidden;}
.newspgdtlsimg img{width:100%; margin-bottom:0 !important;}
.newspgdtls strong{color:#0a94dd;}
.newspgdtls p{color:#333 !important;}
.newspgdtls ul{margin:0; padding:0;}
.newspgdtls ul li{list-style:none; float:left; padding:0 30px 0 0 !important; color:#333}
.newspgdtls ul li i{color:#0a94dd;}
.newspgdtls ul li:after{display:none !important;}
.shearbtn{color:#999; display:inline-block; margin-bottom:25px;}
.shearbtn i{width:60px; height:45px; background:#f00 !important;  text-align:center; line-height:45px; color:#fff; font-size:20px;}
.shearbtn .fb{background:#3b5998 !important;}
.shearbtn .tw{background:#2795e9 !important;}
.shearbtn .gp{background:#c63224 !important;}
.shearbtn .lin{background:#0077b5 !important;}
.shearbtn .pi{background:#bd081c !important;}




.blgrtpnlsrv{width:100%; height:auto; margin:20px 0; line-height:24px; position:relative !important;}
.blgrtpnlsrv h2{font-size:26px; margin:30px 0 10px 0; padding:0; font-family: 'Ubuntu', sans-serif !important; font-weight:bold;}
.blgrtpnlsrv ul{margin:0px 0 0 5px; padding:0;}
.blgrtpnlsrv ul li{list-style:none; padding:3px 0; font-size:16px; position:relative; padding:10px 0 10px 25px; text-align:left; border-bottom:solid 1px #c9c9c9;}
.blgrtpnlsrv ul li:after{
	content: '\f046';
	position: absolute;
	top: 17px;
	left: 0;
	font-size: 14px;
	line-height: 12px;
	color:#0a94dd;
	font-family:'FontAwesome';
}
.blgrtpnlsrv ul li a{color:#333; text-decoration:none;}
.blgrtpnlsrv ul li a:hover{color:#0a94dd !important; text-decoration:none !important;}


.table-bordered{border:none !important; }

.jobform{width:100%; height:auto;  margin-top:30px;}
.jobform h3{margin:0 0 15px 0; padding:0; font-size:22px;}
.jobform input{border-radius:0  !important; padding:20px 10px !important;}
.jobform input[type=file]{border-radius:0  !important; padding:9px 10px 31px 10px !important;}
.jobform select{height:42px; border-radius:0  !important; padding:0px 10px !important;}
.jobform input[type=submit]{background:#0a94dd !important; color:#fff !important; border-radius:0  !important;  padding:10px 20px !important; margin-top:36px; -webkit-transition: .5s ease-in-out;}
.jobform input[type=submit]:hover{background:#0a94dd !important; color:#fff !important; -webkit-transition:  .5s ease-in-out;}
.jobform input[type=reset]{border-radius:0  !important; padding:10px 20px !important; margin-top:36px; margin-right:15px !important;}
.jobform textarea{border-radius:0  !important; resize:none !important;}
.enqrybtn{margin-top:0 !important;}


.content-container {position: relative; width: 100%; height: auto;}
.content-container .divs {display: none; position: relative; top: 0; left: 0; right: 0; bottom: 0;}

.tabbtnlp{width:100%; height:35px; border-bottom:solid 5px #2056AE;}
.tabbtnlp a{padding:10px 15px; background:#0a94dd; color:#fff; text-decoration:none !important;}
.tabbtnlp a:hover{color:#fff !important; text-decoration:none !important;}


/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: #fff;
	border-bottom:solid 5px #2056AE;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: 0a94dd;
	color:#fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 28px;
    transition: 0.3s;
    font-size: 18px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #0a94dd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #2056AE;
	color:#fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 0px;
    border:none;
    border-top: none;
	height:auto !important;
}


.service-box {margin-bottom: 35px; text-align:center;}
.service-icon{font-size: 3em; color: #444;}
.service-content{text-align:center;}
.service-content h4{margin:0 0 6px 0; padding:0; font-size: 16px; line-height: 22px; font-weight: 600; color: #444;}




.popupContainer img{display:block !important;}


@media only screen and (max-width: 768px) {

	.menumain{ display:none;}
.sb-navbar .sb-toggle-right{display:block !important;}

.rspncfont{font-size:8px !important; line-height:12px; padding:0 5px !important;}
.rspncbnrtxt{padding:0 5px !important;}

.logo{width:50% !important; height:auto; text-align:left !important; display:block !important; margin-top:0 !important;}

.header{width:100%; height:auto; padding:5px 0;}
.fixed .header{height:auto; -webkit-transition: 0.5s all ease;}
.fixed .logo{width:60% !important; height:auto; text-align:left !important; display:block !important;}
.fixed .logo img{margin-top:0 !important;}
.sb-navbar{transition: 0.5s all ease;  -webkit-transition: 0.5s all ease;}
.header .sb-navbar{top:5px !important; transition: 0.5s all ease;  -webkit-transition: 0.5s all ease;}
.fixed .sb-navbar{top:0px !important; transition: 0.5s all ease;  -webkit-transition: 0.5s all ease;}

.homelogo{display:none !important;}
.down .homeheader.animateIt .homelogo {width:50% !important; margin-top: 7px; display:block !important;}
.down .homeheader.animateit{height:auto !important; padding-bottom:5px;}
.down .homeheader.animateit .homemnu .navicon-line{background:#0a94dd !important; }
.down .homeheader.animateit .sb-navbar{top:5px !important;}


.headermrgn{padding-bottom:59px;}

.welcome{width:100%; height:auto;  color:#fff; font-size:12px;background:#1f1f1f; }
.welcome h3{font-size:15px;}

.welcmtxt{width:60%; height:auto; padding:13px 15px;}
.welcmtxt:before {
 content: '';
  right: -25px;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -22px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 25px solid #1f1f1f;
}
.welcmbtn{width:40%; height:58px; padding:11px 0;  font-size:19px; line-height:40px; }


.servshead{position:relative; text-align:center; margin-bottom:15px;}
.servshead h1{width:100%;}
.servshead h1 span{ font-size: 14px; display: block; color: #777; }


.border-right{ border-right:none; padding-right: 0; }

.whyusmain h2{margin:0 0 15px 0; padding:0; font-size:20px; color:#333;}

.whyustext{text-align:center;}

.prjctvid{height:auto; padding:10px;}
.prjctvid h2{margin:5px 0 0 0; width:100%; font-size:32px; text-align:left;}

.ftrlohohead h1{width:100%; font-size: 22px;}
.technologymain{width:100%; height:auto;}


.footer{width:100%; height:auto; background:#1f1f1f; padding-bottom:25px; text-align:center;}
.footertext ul li{float:none; display:inline-block;}

.inrpgbnrimg{height:auto;}

.inerpgmainimg{width:100%; float:none; border:solid 1px #CCC; margin:10px 0;}


.facthead{position:relative; text-align:center; margin-bottom:30px;}
.facthead h1{width:100%; font-size: 26px; padding:auto 20px;}

.abutintersfacts span{line-height:27px;}

.inerpgmain h2{font-size: 26px; margin: 0 0 10px 0;}

.contactmap{height: 280px;}
.contactmaphide{ height:280px; }

.buttons a {font-size: 15px;}
.indvisatab {padding: 10px 19px;}
.contactfrom {margin-top: 20px;}
.contacadd p {font-size: 16px;}

.getmain{padding-left:0px; margin-bottom:30px;}
.rtgetmain{padding-left:0px; margin-bottom:30px; padding-right:0px;}
.getmaintext{height: auto; background:#f4f3f3;padding: 45px 15px 15px 15px !important; color:#000;margin-top: 113px;}
.getmainicon{left: 31%; top: -86px;}
.rtgetmainicon{left: 31%; top: -86px;}
.viewlive a.informtn{margin:0 0 15px 0}
.rtgetmain .getmaintext{padding: 45px 15px 15px 15px !important;}

.bgblack{font-size:12px !important;}

.team{width:100%; height:auto; border:solid 1px rgba(0, 0, 0, 0.1); padding:15px; transition: all .3s ease-in .2s; text-align:center; background:rgba(255, 255, 255, .5); position:relative; margin-top:110px;}
.team p{text-align:justify; font-size:14px !important;}
.team:hover{border:solid 1px #999; box-shadow:0 0 8px #999; transition: all .3s ease-in .2s; background:#fff;}
.team .image{width:170px; height:170px; overflow:hidden; border-radius:50%; margin:0 auto; position:absolute; top:-85px; left:24%}
.team .image img{width:100%; }
.team h4{margin:80px 0 20px 0; padding:0; font-size:15px !important; color:#666; text-align:center; font-weight:bold; line-height:20px; position:relative;}
.team h4 span{font-size:13px; color:#0a94dd; text-align:center; font-weight:normal; }
.team h4:before{
	content: "";
    position: absolute;
    border-bottom: 2px solid #4F4F4F;
    height: 2px;
    width: 12%;
    top: 45px;
	left:44%
}

.srvsbtn a{font-size:22px !important;}


.popupContainer{width:80% !important;}
.popupContainer img{display:none !important;}

.tab button {padding: 12px 20px; font-size: 16px;}
.portpoliolg{width:100%; height:auto; border:solid 1px #CCC; box-shadow:0 0 5px #CCC; overflow:hidden; margin-top:30px;}
.portpoliolg img{width:100%;}



	}











.pdtlspopup h2 {
  margin: 1.75em 0 0;
  font-size: 5vw;
}

.pdtlspopup h3 { font-size: 1.3em; }

.v-center {
  height: 100vh;
  width: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}

.pdtlspopup .btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.pdtlspopup .btn:hover {
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.pdtlspopup .btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { width: 70%; }
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

.pdtlspopup a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

.pdtlspopup a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}



.testimonial{
	padding: 20px 0 0;
	text-align:center;
	position: relative;
}
.testimonialsrvs{text-align:left !important;}
.testimonialsrvs:before{
	content: "\f10d";
	font-family: 'FontAwesome';
	position: absolute;
	top: -5px;
	left:48.5%;
	font-size: 40px;
	color:#337ab7;
	display:none !important;
}
.testimonial:before{
	content: "\f10d";
	font-family: 'FontAwesome';
	position: absolute;
	top: -5px;
	left:48.5%;
	font-size: 40px;
	color:#337ab7;
}
.testimonial .content{
	padding: 45px 35px;
	font-weight: normal;
	text-transform:uppercase;
	color: #fff;
	position: relative;
   
	border-top: 0px none;
}
.testimonial .content:before{
	content: "";
	
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
}
.testimonial .content:after{
	content: "";
	
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
}
.testimonial .testimonial-title{
	font-size: 16px;
	font-weight:normal;
	text-align:center;
	text-transform:n;
	color:#79cdff;
}
.testimonial .testimonial-title small{
	display: block;
	color:#f5f5f5;
	font-size: 12px;
	margin-top:10px;
}
.testimonial .description{
	font-size: 16px;
	line-height:30px;
	text-transform:none !important;
	font-weight:normal !important;
	letter-spacing:1px !important;
}
.testimonial .description p{color:#fff !important;}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #0a94dd;
}
.owl-theme .owl-controls .owl-page span{
	background: #fff;
	opacity: 1;
}
@media only screen and (max-width: 990px) {
	.testimonial .content:before,
	.testimonial .content:after {
		width:43%;
	}
}
@media only screen and (max-width: 640px) {
	.testimonial:before{
		left:46%;
	}
	.testimonial .content{
		padding: 30px 35px;
	}
	.testimonial .description{
		font-size: 14px;
	}
}
@media only screen and (max-width: 480px) {
	.testimonial:before{
		font-size: 30px;
		top: 0;
	}
}


#testimonial-slider .owl-controls{display:none !important;}


 @-webkit-keyframes hvr-buzz-out {
  10% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg);
  }

  20% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg);
  }

  30% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg);
  }

  40% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg);
  }

  50% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg);
  }

  60% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg);
  }

  70% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg);
  }

  80% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg);
  }

  90% {
	-webkit-transform: translateX(1px) rotate(0);
	transform: translateX(1px) rotate(0);
  }

  100% {
	-webkit-transform: translateX(-1px) rotate(0);
	transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg);
  }

  20% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg);
  }

  30% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg);
  }

  40% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg);
  }

  50% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg);
  }

  60% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg);
  }

  70% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg);
  }

  80% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg);
  }

  90% {
	-webkit-transform: translateX(1px) rotate(0);
	transform: translateX(1px) rotate(0);
  }

  100% {
	-webkit-transform: translateX(-1px) rotate(0);
	transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#no-more-tables table tr td{padding:8px  !important;}

.table > thead:first-child > tr:first-child > th{border-top:solid 1px #ddd !important;}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
	
	 #no-more-tables table tr td{padding-left: 50% !important; }
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}



