@charset "utf-8";
/* CSS Document */
body{
    width:100%;
    height:100%;
    margin: 0;
    font-family: 'Roboto Slab', serif;
}
img{
    max-width:100%;
    border:0;

}

/*Placeholder*/

input::-webkit-input-placeholder { color:#2957a4; opacity: 1; }
input::-moz-placeholder { color:#2957a4; opacity: 1; }  /*firefox 19+*/ 
input:-ms-input-placeholder { color:#2957a4; opacity: 1;} /* ie */

.logincontrol input::-webkit-input-placeholder { color:#2957a4; opacity: 1; }
.logincontrol input::-moz-placeholder { color:#2957a4; opacity: 1; }  /*firefox 19+*/ 
.logincontrol input:-ms-input-placeholder { color:#2957a4; opacity: 1;} /* ie */

.form-control input::-webkit-input-placeholder { color:#2957a4; opacity: 1; }
.form-control input::-moz-placeholder { color:#2957a4; opacity: 1; }  /*firefox 19+*/ 
.form-control input:-ms-input-placeholder { color:#2957a4; opacity: 1;} /* ie */

textarea::-webkit-input-placeholder { color:#2957a4; opacity: 1; }
textarea::-moz-placeholder { color:#2957a4; opacity: 1; }  /*firefox 19+*/ 
textarea:-ms-input-placeholder { color:#2957a4; opacity: 1;} /* ie */
.form-popup textarea::-webkit-input-placeholder { color:#2957a4; opacity: 1; }
.form-popup textarea::-moz-placeholder { color:#2957a4; opacity: 1; }  /*firefox 19+*/ 
.form-popup textarea:-ms-input-placeholder { color:#2957a4; opacity: 1;} /* ie */
/*End Reset*/
.clearfix{
    clear: both;
}
*, ::after, ::before {
	box-sizing: border-box;
}
#header{
	z-index:2;
	width:100%;
	margin:0;
	padding:0;
}
.container{
	margin:0 auto;
	max-width:1000px;
}
#header{
	background:#fff;
	margin:0;
	padding:10px 0px;
	width:100%;
	display:block;
	border-bottom:1px solid #2957a4;
}
.logo{
	float:left;
	margin:0px 0 0;
	padding:0;
}
#nav{
	float:right;
	margin:35px 0 0 0;
	padding:0;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav ul li{
	list-style:none;
	display:inline-block;
	padding:0px 8px;
	margin:0;
	border-left:1px solid #2957a4;
}
#nav ul li:first-child{
	border-left:none;
}
#nav ul li:last-child{
	border-right:none;
}
#nav ul li a{
	color:#2957a4;
	font-size:14px;
	margin:0;
	padding:0;
	text-decoration:none;
	display:inline-block;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: .5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: .5s;
	letter-spacing:0.5px;
	text-transform:uppercase;
	font-weight:bold;
}
#nav ul li a:hover{
	color:#ea3237;
}
.responsive-slider .slider-control{
	text-decoration:none;
}
.responsive-slider .slides ul li .slide-body .caption.header{
	width:100%;
	text-align:center;
}
#services{
	background:#fff;
	margin:0;
	padding:60px 0;
	width:100%;
	display:block;
}
.responsive-slider .slides ul li .slide-body img{
	display:block;
}
.service-column{
	width:100%;
	margin:0;
	padding:0px;
	display:block;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: .5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: .5s;	
}
.service-column:nth-child(3){
	margin:50px 0;
}
.service-column h3{
    font-size: 25px;
	font-family:'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
	text-transform:uppercase;
    margin:0px 0 18px;
    color: #2957a4;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.icons{
	margin:0;
	padding:0;
	width:30%;
}
.service-column:nth-child(odd) .icons{
	float:left;
}
.service-column:nth-child(even) .icons{
	float:right;
}
.service-column:nth-child(even) .services-right{
	float:left;
}
.brief p{
	color:#000;
	margin:0;
	padding:0;
	line-height:25px;
	font-size:17px;
}
.services-right{
	float:right;
	width:65%;
}
.responsive-slider .slides ul li .slide-body .caption.header h2 {
  font-size: 70px;
  font-family: 'Montserrat', sans-serif;
}
.responsive-slider .slides ul li .slide-body .caption.header {
  top: 26%;
  left: 0%;
}
.responsive-slider .slides ul li .slide-body .caption.sub{
	width:100%;
	text-align:center;
	right:0;
	font-size:40px;
}
#about-section{
	background:url(../images/resourcebg.png) no-repeat;
	background-size:cover;
	background-attachment:fixed;	
	margin:0;
	padding:50px 0 50px;
	position:relative;
}
#about-section .container{
	position:relative;
	z-index:1;
}
.heading{
	display:block;
	width:100%;
	text-align:center;
}
.headings h2{
	margin:0 0 30px;
	color:#2957a4;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	display:block;
	width:100%;
	text-align:center;
	font-size:50px;
	text-transform:uppercase;
}
.about-right{
	float:right;
	width:46%;
}
.about-left {
    float: left;
    margin: 0;
    padding: 0;
    width: 35%;
}
.about-left strong{
	color:#6d6e71;
	font-size:23px;
	font-weight:400;
	line-height:32px;
	display:block;
	margin:40px 0 0;
}
#about-section .about-right p{
	color:#000;
	 display: block;
    font-size: 15px;
    line-height: 25px;
    margin: 35px 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
#clients{
	background:url(../images/resourcebg.png) no-repeat;
	background-size:cover;
	background-attachment:fixed;	
	margin:0;
	padding:50px 0;
	width:100%;
	display:block;
}
#clients h4{
	font-size:16px;
	margin:8px 0 0;
	color:#2957a4;
	padding:0 0 10px 0;
	width:100%;
	text-align:center;
	font-weight:400;
	border-bottom:1px solid #2957a4;
	display:block;
}
#clients ul{
	margin:45px 0 0;
	padding:0;
	width:100%;
}
#clients ul li{
	display:inline-block;
	margin:0 0 10px;
	padding:0 0 10px;
	width:20%;
	text-align:center;
	list-style:none;
	float:left;
}
#clients ul li:hover{
	opacity:0.7;
}
#clients ul li:nth-child(5n + 5){
	border-right:none;
}
#testimonial{
	padding:50px 0;
	position:relative;
}
#testimonial .container{
	position:relative;
	z-index:1;
}
.testimonial-column{
	background:#FFFFFF;
	float:left;
	width:32.6%;
	margin:0;
	text-align:left;
	padding:30px 20px;
}
.testimonial-column:nth-child(3n + 2){
	margin:0 1%;
}
.testimonial-column strong a {
	text-decoration:none;
    color: #2957a4;
    font-size: 20px;
	margin:0 0 10px;
	font-family: 'Montserrat', sans-serif;
	display:block;
	line-height:30px;
}
.testimonial-column strong a:hover{
	color:#326bca;
}
.testimonial-column p {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    margin: 0 0 10px;
}
.test-img{
	text-align:center;
	width:100%;
	margin:0 0 10px;
	padding:0;
	display:block;
}
#contactus{
	padding:50px 0;
	width:100%;
	background-image:url(../images/map_2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	margin:0;
	display:block;
}
#contactus .headings h2{
	color:#FFFFFF;
}
.touch-left{
	float:left;
	width:48%;
	margin:0px 0 0;
	padding:0;
}
.info-col{
	margin:0;
	padding:0;
	display:block;
	width:100%;
}
.info-col strong {
    color: #fff;
    font-weight: bold;
    margin: 12px 0 0;
    padding: 0;
    font-size: 18px;
    float: right;
    display: block;
    width: 81%;
	text-shadow:1px 1px 1px #000;
}

.info-col strong a{
	text-decoration:none;
	color:#fff;
	margin:0;
	font-size:17px;
	padding:0;
}
.info-col strong a:hover{
	text-decoration:underline;
}
.info-col strong span{
	color:#fff;
	font-size:17px;
	margin:0;
	padding:0;
}
.info-img{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	width:70px;
	height:70px;
}
.info-col:nth-child(3n + 3){
	margin:40px 0;
}
.touch-right{
	margin:0;
	padding:0;
	float:right;
	width:50%;
}
.form-control{
	margin:0 0 10px;
	padding:0;
	width:100%;
	display:block;
}
.form-control input[type=text]{
	background:#fff;
	color:#058c88;
	border:1px solid #058c88;
	margin:0;
	font-size:16px;
	padding:12px 2%;
	width:100%;
}
.form-control textarea{
	background:#fff;
	color:#2957a4;
	border:1px solid #2957a4;
	margin:0;
	font-size:16px;
	padding:12px 2%;
	width:100%;
	min-height:150px;
	font-family:'Roboto Slab', serif;
}
.submit{
	background:#2957a4;
	margin:0;
	border:2px solid #2957a4;
	padding:8px 10px;
	min-width:100px;
	width:20%;
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: .5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: .5s;
	letter-spacing:0.5px;
	cursor:pointer;	
}
.submit:hover{
	background:#fff;
	color:#2957a4;
}
#footer{
	background:#2957a4;
	margin:0;
	padding:20px 0;
	width:100%;
}
.copyright p{
	font-size:14px;
	color:#FFFFFF;
	margin:15px 0 0;
	padding:0;
	float:left;
}
.footer-right{
	float:right;
}
#prodect-section{
	background:url(../images/resourcebg.png) no-repeat;
	background-size:cover;
	background-attachment:fixed;
	margin:0;
	padding:40px 0;
	width:100%;
	display:block;
	position:relative;
}
.product-col{
	position:relative;
	float:left;
	width:31%;
	margin:0;
	padding:0;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: .5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: .5s;	
}
.product-col .hover-div a{
	color:#FFFFFF;
	font-size:20px;
	width:100%;
	text-align:center;
	text-decoration:none;
}
.product-opacity{
	background:rgba(5,140,136,0.7);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
#prodect-section .container{
	position:relative;
	z-index:1;
}
.product-img{
	border:1px solid #FFFFFF;
	border-radius:100px;
	margin:0;
	padding:0;
	width:100px;
	height:100px;
}
.sticky {
    top: 0;
    position: fixed;
    padding: 5px 0;
}
.sticky .logo a img{
	width:150px;
}
.sticky #nav{
	margin:16px 0 0;
}
.sticky #nav ul li a{
	font-size:14px;
}
/*.test-img img {
    min-height: 150px;
}*/
.products{
	margin:60px 0 0;
	padding:0;
	width:100%;
}
.products ul{
	margin:0;
	padding:0;
	width:100%;
}
.products ul li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	width:20%;
	text-align:center;
}
.products ul li img {
    max-width: 185px;
    max-height: 100px;
}
.products ul li span{
	font-size:18px;
	font-family:'Montserrat', sans-serif;
	color:#6d6e71;
	margin:20px 0 0;
	display:block;
}
.menubtn {
    color:#fff;
    font-size: 16px;
    cursor: pointer;
    background: #2957a4;
    padding:4px 2%;
    width: 100%;
    display: none;
    content: "/2261";
    text-align:center;
}
.menubtn>span {
    font-size: 30px;
    font-weight: 700;
}
.menubtn strong {
    font-size: 16px;
    margin: 9px 0 0;
    float:left;
    display: inline-block;
    color:#fff;
}
.responsive-slider .slides ul li .slide-body .caption.header{
	width:100%;
}
.about-left ul {
    margin: 14px 0 0;
    padding: 0;
}
/*.about-left ul li:before {
    content: "• ";
    width: 21px;
    height: 12px;
    float: left;
    font-size: 38px;
    line-height: 20px;
    color: #2957a4;
}*/
.about-left ul li {
    background: url(../images/bullet.png) no-repeat 0 6px;
    list-style: none;
  font-size: 17px;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}
.footer-right ul{
	margin:0;
	padding:0;
}
.footer-right ul li{
	margin:0 0 0 5px;
	padding:0;
	display:inline-block;
}
.footer-right ul li a{
	background:url(../images/social.png) no-repeat;
	margin:0;
	padding:0;
	width:42px;
	height:42px;
	display:inline-block;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: .5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: .5s;		
}
.footer-right ul li a:hover{
	background:url(../images/social-hover.png) no-repeat;
}
.footer-right ul li a.twitter{
	background-position:-55px 0;
}
.footer-right ul li a.twitter{
	background-position:-55px 0;
}
.footer-right ul li a.instagram{
	background-position:-165px 0;
}
#slider{
	position:relative;
}
#slider .owl-prev {
	background:url(../images/arrows.png) no-repeat;
    position: absolute;
	width:40px;
	height:40px;
    top: 50%;
    left: 20px;
	text-indent:-999px;
}
#slider .owl-prev:hover{
	background-position:0 -40px;
}
#slider .owl-next {
	background:url(../images/arrows.png) no-repeat;
    position: absolute;
	width:40px;
	height:40px;
    top: 50%;
    right: 20px;
	text-indent:-999999px;
	background-position:-40px 0px;
}
#slider .owl-next:hover{
	background-position:-40px -39px;
}
.about-left .product-range {
    color: #2957a4;
    font-size: 18px;
    font-weight: bold;
	margin-top:0px;
}
#clients .headings h2 {
    font-size: 38px;
}
#clients .container ul li img {
    max-width: 100%;
    width:100px;
}
.cp-half-field p {
    font-size: 16px;
    color: #585858;
    margin: 5px 0;
    padding: 0;
    float: left;
}
label {
    color: #5c5c5c;
    font-weight: 400;
    margin: 5px 0;
    padding: 0;
    float: left;
    width: 10%;
    font-size: 16px;
    min-width: 160px;
}
#contactus .headings h2{
	text-align:left;
}
.form-control label{
	color:#fff;
	font-size:18px;
	margin:0;
	padding:0;
	display:block;
}
.form-control label.human{
	width:100%;
	}
.form-control input[type=checkbox]{
	float:left;
	margin:6px 10px 0 0;
}
@media screen and (max-width:1300px){
    .responsive-slider .slides ul li .slide-body .caption.header h2{
        font-size:60px;
    }
}
@media screen and (max-width:1150px){
    .responsive-slider .slides ul li .slide-body .caption.header h2{
        font-size:55px;
    }
    .responsive-slider .slides ul li .slide-body .caption.sub{
        font-size:36px;
    }
}
@media screen and (max-width:1050px){
    .responsive-slider .slides ul li .slide-body .caption.header h2{
        font-size:50px;
    }
    .responsive-slider .slides ul li .slide-body .caption.sub{
        font-size:34px;
    }
    .container{
        margin:0 2%;
        width:96%;
    }
	#nav ul li a{
		font-size:13px;
	}	
}
@media screen and (max-width:980px){
    .responsive-slider .slides ul li .slide-body .caption.header h2{
        font-size:45px;
    }
    .responsive-slider .slides ul li .slide-body .caption.sub{
        font-size:30px;
    }
    .testimonial-column{
        padding:15px 10px;
    }  
    .info-col strong{
        width:80%;
    }
    .headings h2{
        font-size:45px;
    }  
    #services{
        padding:40px 0;
    }
    #clients{
        padding:20px 0;
    }    
/*    .test-img img{
        min-height:187px;
    }*/
    #prodect-section{
        padding:50px 0 40px;
    }
	.about-left{
		width:45%;
	}
	#slider .owl-prev{
		top:44%;
	}
	#slider .owl-next{
		top:44%;
	}
	.logo{
		float:none;
		width:100%;
		text-align:center;
	}
	#nav{
		float:none;
		width:100%;
		text-align:center;
	}
	#nav ul li a {
		font-size: 14px;
		padding: 0 5px;
	}			
}
@media screen and (max-width:900px){
    .responsive-slider .slides ul li .slide-body .caption.header h2{
        font-size:38px;
    }
    .responsive-slider .slides ul li .slide-body .caption.sub{
        font-size:28px;
    }
    #nav ul li{
        padding:0 15px;
    }
    #nav ul li a{
        font-size:14px;
    }
    .headings h2{
        font-size:38px;
    }
    #clients h4{
        font-size:15px;
    }
/*    .test-img img {
        min-height: 170px;
    }*/
    .products ul li span{
        font-size:16px;
    }   
    .info-img{
        width:60px;
        height:60px;
        margin:0 5px 0 0;
    } 
    .info-col strong{
        font-size:17px;
    }
    .info-col strong a{
        font-size:14px;
    }
    .service-column h3{
        margin:0 0 10px;
    }
    .brief p{
        font-size:16px;
    }
    .services-right{
        width:60%;
    }
    .about-left strong{
        font-size:21px;
    }
    .icons{
        width:35%;
    }
    #clients ul li{
        padding:0 5px;
    }
    .testimonial-column strong a{
        font-size:17px;
        line-height:25px;
    }
    .testimonial-column p{
        font-size:13px;
        line-height:22px;
    }
	#nav ul li a {
		font-size: 12px;
	}		
	#nav ul li {
		padding: 0 5px;
	}	
}
@media screen and (min-width: 768px) {
    #nav > ul{
        display:block !important;
    }
}
@media screen and (max-width: 767px) {
	.logo{
		float:left;
		width:auto;
	}
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
    font-size: 31px;
  }
  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 22px;
    bottom:-5px;
  }
  .menubtn{
    display:block;
/*    border-bottom:1px solid #2957a4;*/
    width:110px;
    float:right;
    margin:6px 0 0;
  }
  #nav ul{
    background: #2957a4;
    padding: 10px 0;
    display:none;
    margin:10px 0 5px;    
  }
  #nav ul li{
    display: block;
    padding:5px 20px;
	border:none;
  }
  #nav ul li a{
    color: #fff;
  }
 .logo a img {
    width: 170px;
    }
    .sticky .logo a img {
        width: 170px;
    } 
    #nav{
        width:100%;
        margin:0;
		float:right;
    }
  .sticky #nav {
        margin:0;
    } 
    .menubtn>span{
        float:right;
    }
    .responsive-slider .slides ul li .slide-body .caption.sub{
        font-size:22px;
    }
    .responsive-slider .slides ul li .slide-body .caption.header {
        width: 100%;
    }	     
	.headings h2{
		font-size:34px;
	}
	#about-section{
		padding:40px 0;
	}	
	.about-left{
		width:100%;
	}
	.icons{
		width:100%;
	}
	.service-column .icons {
		float: none;
		width: 50%;
		margin: 0 auto; 20px
	}	
	.service-column:nth-child(odd) .icons{
		float:none;
	}
	.service-column:nth-child(even) .icons{
		float:none;
	}
	.services-right{
		width:90%;
		float:none;
		text-align:center;
		margin:20px auto 0;
	}
	.service-column:nth-child(odd) .services-right{
		float:none;
	}
	.service-column:nth-child(even) .services-right{
		float:none;
	}
	#services {
		padding: 50px 0;
	}
	.about-left {
		width: 72%;
		text-align: center;
		margin: 40px 0 35px;
		float:none;
	}	
	.about-left strong{
		margin:0;
	}
	.about-right{
		width:100%;
		float:none;
	}	
	#about-section .about-right p{
		text-align:center;
	}
	.products ul li{
		width:50%;
		margin:0 0 30px;
	}
	#prodect-section {
		padding: 50px 0 10px;
	}	
	#clients ul li{
		width:33%;
	}
	<!--#clients ul li:nth-child(5n + 5) {
		border-right: 1px solid #2957a4;
	}	-->
	#clients ul li:nth-child(5n + 3) {
		border-right: none;
	}	
#clients ul li {
    margin: 5px 0 0;
}
	.testimonial-column{
		text-align:center;
		width:100%;
	}
	.testimonial-column:nth-child(3n + 2){
		margin:20px 0;
	}
	.test-img img {
		min-height: 170px;
		width: 450px;
	}
	.testimonial-column strong a{
		font-size:22px;
	}
	.testimonial-column p {
		font-size: 14px;
		line-height: 24px;
	}
	#testimonial{
		padding:30px 0 40px;
	}
	.test-img{
		margin:0 0 15px;
	}
	.touch-right{
		float:none;
		width:100%;
		margin:50px auto 0;
	}	
	.touch-left{
		float:none;
		width:100%;
	}
	.info-col strong{
		width:87%;
	}
	.info-col strong a{
		font-size:17px;
	}
	.info-img{
		float:none;
		margin:0 auto;
	}
	.info-col strong {
		width: 100%;
		text-align: center;
	}
	.info-col strong{
		font-size:18px;
	}	
	.info-col strong a{
		font-size:18px;
	}
	.about-left ul li{
		text-align:left;
	}	
	#clients h4{
		margin:20px 0 0;
	}
	.icons{
		text-align:center;
	}
	.about-left .product-range{
		text-align:left;
	}
	#contactus .headings h2{
		text-align:center;
	}	
}
@media screen and (max-width:650px){
	.responsive-slider .slides ul li .slide-body .caption.header h2{
		font-size:25px;
	}
	.responsive-slider .slides ul li .slide-body .caption.sub{
		font-size:19px;
	}
	.service-column .icons{
		width:55%;
	}
	.submit{
		font-size:15px;
	}	
}
@media screen and (max-width:550px){
    .menubtn{
         padding:0;
         width:40px;
         margin:8px 0 0;
    }
    .menubtn>span{
        float:none;
    }
    .menubtn strong{
        display:none;
    }
    #nav ul{
        margin:10px 0 0;
    }
	.responsive-slider .slides ul li .slide-body .caption.header h2{
		font-size:23px;
	}
	.service-column .icons{
		width:65%;
	}
	.service-column h3{
		font-size:22px;
	}
	.brief p{
		font-size:14px;
	}
	.about-left strong {
		font-size: 18px;
		line-height: 30px;
	}	
	#about-section .about-right p{
		font-size:14px;
	}
	.headings h2 {
		font-size: 30px;
	}	
	.products ul li{
		width:100%;
	}
	#clients ul li{
		width:50%;
	}
<!--	#clients ul li:nth-child(5n + 3){
		border-right:1px solid #2957a4;
	}-->
	#clients ul li:nth-child(even){
		border-right:none;
	}
	.products{
		padding:0;
	}
	.services-right{
		width:100%;
	}
	.copyright {
		width: 100%;
		float: none;
		display: block;
		text-align: center;
		margin:0 0 10px;
	}
	.copyright p{
		float:none;
	}	
	.footer-right{
		margin:0;
		text-align:center;
		width:100%;
		float:none;
	}
	.footer-right ul li{
		margin:0 5px;
	}
	.about-left{
		width:100%;
	}
	#slider .owl-prev{
		left:5px;
	}
	#slider .owl-next{
		right:5px;
	}	
	#slider .owl-prev {
		top: 39%;
	}
	#slider .owl-next {
		top: 39%;
	}	
	#clients .headings h2 {
    font-size: 27px;
}
}
@media screen and (max-width:450px){
	.copyright p{
		float:none;
		margin:0 0 10px;
		width:100%;
		font-size:12px;
		text-align:center;
	}
	.footer-right {
		float: none;
		text-align: center;
		width: 100%;
	}	
	.responsive-slider .slides ul li .slide-body .caption.header h2{
		font-size:18px;
	}
	.responsive-slider .slides ul li .slide-body .caption.sub{
		font-size:15px;
	}
	.responsive-slider .slides ul li .slide-body .caption.header{
		top:20%;
	}
	.service-column .icons{
		width:80%;
	}
	.about-left strong {
		font-size: 16px;
		line-height: 25px;
	}	
	#about-section .about-right p{
		font-size:13px;
	}
	.testimonial-column strong a{
		font-size:17px;
	}
	.testimonial-column p{
		font-size:13px;
	}
	.info-col strong{
		font-size:16px;
	}
	.info-col strong a{
		font-size:15px;
	}
	.headings h2{
		font-size:27px;
	}
	#services {
		padding: 35px 0;
	}	
	.brief p{
		font-size:13px;
		line-height:22px;
	}
	.submit{
		width:100%;
	}
	#contactus{
		padding:45px 0;
	}
	#about-section .headings h2{
		font-size:32px;
	}
	#clients ul li{
		border-right:none;
		width:100%;
	}
	#clients ul li:nth-child(5n + 3){
		border-right:none;
	}
	#clients ul li:nth-child(5n + 5){
		border-right:none;
	}
	.test-img img{
		min-height:0;
	}
	.about-left ul li{
		font-size:16px;
	}
}