@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #1d1d1d;
	text-align: center;
	font-family: 'Azo Sans';
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {
	outline: none;
	color: #333;
	text-decoration: none;
	}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
	}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	/* position: relative;*/
	}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/bnr-bg2.jpg) no-repeat center top;
	height:620px;
	}
.top-bar {
	float: left;
	width: 100%;
	padding: 30px 0;
	}
.logo{float: left;}
.menu-bar {
	float: right;
	padding-left:
	}
.menu-bar li {
	float:left;
	color: #d9d9d9;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	padding:0px 15px;
	border-right:1px solid #d9d9d9;
	}
.menu-bar li a {color: #d9d9d9;}
.menu-bar li:last-child{padding-right:0;border:none;}
.bnrHeading {
	float: left;
	width:100%;
	color: #fff;
	font-size: 54px;
	line-height: 54px;
	font-weight: 400;
	margin:60px 0 5px;
	}
.bnr-p1{
	float: left;
	width:100%;
	color: #fff;
	font-size: 25px;
	line-height: 24px;
	font-weight: 400;
	}
.bnr-form-box{
	display:inline-block;
	width:670px;
	background:#41a124;
	padding:15px;
	margin:25px 0 10px;
	border-radius:5px;
	}
.nameflds {
	float: left;
	width: 435px;
	position: relative;
	}
.nameflds:before{
	position: absolute;
	left: 20px;
	top: 19px;
	content: "\f10b";
	color: #c2c2c2;
	font-size: 26px;
	font-family: 'FontAwesome';
	}
.frmflds {
	float: left;
	width: 100%;
	background: #fff;
	font-family: 'Azo Sans';
	color: #000;
	font-size: 18px;
	height: 62px;
	border: none;
	border-radius: 5px;
	padding: 0 10px 0 50px;
	outline: none;
	}
.btnbox {
	float: right;
	width: 195px;
	position: relative;
	}
.frmSbmit {
	float: left;
	width: 100%;
	height: 62px;
	border: 1px solid #c37900;
	outline: none;
	border-radius: 5px;
	background: url(../images/btn-bg.jpg) repeat-x left center;
	cursor: pointer;
	color: #101010;
	font-size: 22px;
	font-family: 'Azo Sans';
	font-weight: 700;
	text-transform: uppercase;
	}
.frmSbmit:hover {
	background: url(../images/btn-bg-h.jpg) repeat-x left center;
	}
.bnr-p2{
	float: left;
	width:100%;
	color: #d9d9d9;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	}
.bnrSeal {
	display: inline-block;
	vertical-align: middle;
	margin-top: 90px;
	max-width: 100%;
	}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding:80px 0;
	}
.sectionHeading{
	float:left;
	width:100%;
	color:#333333;
	font-size:50px;
	font-weight:300;
	}
.sectionHeading span{font-weight:500;}
.secPara{
	float:left;
	width:100%;
	color:#444444;
	font-size:22px;
	line-height:30px;
	padding:0 80px;
	margin-top:30px;
	}
.s1-img{
	float:right;
	width:46%;
	margin-top:80px;
	}
ul.s1-left{
	float:left;
	width:53%;
	margin-top:90px;
	text-align:left;
	}
ul.s1-left li{
	float:left;
	width:100%;
	padding-left:40px;
	background:url(../images/tikmark.png) no-repeat left 8px;
	color:#444444;
	font-size:20px;
	line-height:28px;
	margin:17px 0;
	}
ul.s1-left li span{
	color:#0060b3;
	font-size:24px;
	font-weight:500;
	letter-spacing:-0.5px;
	}
.secBtn{
	display:inline-block;
	height: 58px;
	padding:0 50px;
    border: 1px solid #c37900;
    outline: none;
    border-radius: 5px;
    background: url(../images/btn-bg.jpg) repeat-x left center;
    cursor: pointer;
    color: #101010;
    font-size: 22px;
	line-height:57px;
    font-family: 'Azo Sans';
    font-weight: 500;
    text-transform: uppercase;
	letter-spacing:1px;
	}
.secBtn:hover{
	background: url(../images/btn-bg-h.jpg) repeat-x left center;
	}

.s1Btn{
	float:left;
	margin-top:20px;
	margin-left:40px;
	}
.s2Btn{
	margin-top:30px;
	}
	
/*--------------------
CSS FOR SECTION 2
----------------------*/	
.section-2{
	float:left;
	width:100%;
	background:#fffef5;
	padding:80px 0;
	}
.ctabox{
	float:left;
	width:28%;
	margin:0 1.5%;
	border:1px solid rgba(0,0,0,0.2);
	background:#fff;
	border-radius:8px;
	padding:20px;
	margin-top:50px;
	/*webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);*/
	}
.ctabox img{
	display:inline-block;
	vertical-align:middle;
	}
.ctabox span{
	float:left;
	width:100%;
	color:#0060b3;
	font-size:22px;
	text-transform:uppercase;
	font-weight:500;
	margin-top:10px;
	}
.ctabox p{
	float:left;
	width:100%;
	color:#444444;
	font-size:20px;
	line-height:26px;
	margin-top:15px;
	}
	
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding:80px 0;
	}
.s3-content{
	float: left;
	width: 100%;
	margin-top:50px;
	}
.sec3Box{
	display:inline-block;
	width:26.5%;
	margin:20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	}
.s3bx-icon{
	display:inline-block;
	vertical-align:middle;
	margin-top:20px;
	}
.s3-title{
	float:left;
	width:100%;
	color:#444444;
	font-size:20px;
	text-transform:uppercase;
	margin-top:5px;
	}
.s3-bottom, .s3-bottom-lg{
	float:left;
	width:100%;
	padding:10px 10px 10px 75px;
	/*background:#fbf9eb;*/
	text-align:left;
	position:relative;
	margin-top:10px;
	height:115px;
	color:#444444;
	}
.s3-bottom-lg{
	padding:10px;
	text-align:center;
	}
.s3-lft-img{
	position:absolute;
	left:10px;
	top:10px;
	}
.s3-full-img, .s3-full-img2, .s3-full-img3{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:10px;
	}
.s3-full-img2{margin-top:25px;}
.s3-full-img3{margin-top:15px;}
.map-icon{
	left:15px;
	top:25px;
	}
.s3-bottom p{
	float:left;
	width:100%;
	font-size:18px;
	margin-top:10px;
	}
.s3-bottom span, .s3-bottom-lg span{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	margin-top:7px;
	}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
	float: left;
	width: 100%;
	padding:80px 0;
	background:#f0f4fd;
	}
.t-slider{
	float:left;
	width:100%;
	margin-top:50px;
	}
.slider-rw{
	float:left;
	width:100%;
	padding:0 40px 30px 150px;
	position:relative;
	text-align:left;
	border-bottom:1px solid #c0c0c0;
	margin-top:30px;
	}
.t-img{
	position:absolute;
	left:40px;
	top:0;
	width:77px;
	height:77px;
	border-radius:50%;
	}
.t-title{
	float:left;
	width:100%;
	color:#0060b3;
	font-size:22px;
	font-weight:500;
	}
.testi-para{
	float:left;
	width:100%;
	color:#444444;
	font-size:20px;
	line-height:28px;
	font-weight:300;
	margin-top:15px;
	}
.testi-name{
	float:left;
	width:100%;
	margin-top:15px;
	color:#737373;
	font-size:16px;
	}
.testi-name span{
	color:#41a124;
	font-size:20px;
	font-weight:500;
	}
.testi-name span.stars, .stars{
	color:#ffa914;
	font-size:16px;
	letter-spacing:10px;
	}

/*------------------
SOCIAL STRIP
--------------------*/
.socialStrip{
	float:left;
	width:100%;
	background:#41a124;
	}	
.socialStrip ul{
	float:left;
	width:100%;
	}
.socialStrip ul li{
	float:left;
	width:20%;
	border-right:1px dotted #a6fb8d;
	padding:10px 0;
	}
.socialStrip ul li:last-child{border:none;}
.socialStrip ul li a{
	color:#fff;
	font-size:16px;
	font-weight:300;
	}
.socialStrip ul li a i{
	color:#41a124;
	background:#fff;
	line-height:27px;
	width:27px;
	height:27px;
	border-radius:50%;
	margin-right:5px;
	}

/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
	float: left;
	width: 100%;
	padding:40px 0;
	}
.ftBlock1{
	float:left;
	width:25%;
	text-align:left;
	}
.ft-logo{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:20px;
	}
.ft-info{
	float:left;
	width:100%;
	color:#565656;
	font-size:17px;
	margin:2px 0;
	line-height:23px;
	}
.ft-info i{
	display:inline-block;
	vertical-align:middle;
	width:23px;
	height:23px;
	color:#98aee2;
	border:1px solid #98aee2;
	text-align:center;
	border-radius:50%;
	font-size:14px;
	line-height:21px;
	margin-right:5px;
	}
.ft-testimonial{
	float:left;
	width:100%;
	margin-top:20px;
	color:#323232;
	}
.ft-testimonial p{
	float:left;
	width:100%;
	padding-right:40px;
	font-style:italic;
	margin:5px 0 0 0;
	}
.ft-testimonial p span{
	color:#9a9a9a;
	font-style:normal;
	display:inline-block;
	vertical-align:middle;
	margin-top:3px;
	}
.ftBlock2{
	float:left;
	width:24%;
	padding-left:60px;
	text-align:left;
	}
.ftBlock2-h2{
	float:left;
	width:100%;
	color:#2b2b2b;
	font-size:24px;
	font-weight:500;
	}
ul.ft-list{
	float:left;
	width:100%;
	border-right:1px solid #d5d5d5;
	}
ul.ft-list li{
	float:left;
	width:100%;
	margin:4px 0;
	}
ul.ft-list li a{
	float:left;
	color:#686868;
	font-size:16px;
	}
.ftBlock3{
	float:left;
	width:27%;
	padding-left:60px;
	text-align:left;
	}
.ftBlock3 ul{border:none;}
.ft-terms{
	float:left;
	width:100%;
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #d5d5d5;
	color:#aaaaaa;
	font-size:16px;
	line-height:22px;
	}
.ft-terms a{
	color:#3c5b9b;
	}
	.modal-wrap {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 20;
}

