@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}
body{	
	font-family: 'Montserrat';
	color: #414141;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
	}
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	}
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
*{box-sizing:border-box;}
.bdhding{
	font-family: 'Montserrat Semi';
	font-weight:600;
	font-size:42px;
	line-height:48px;	
	color:#f79420;
	text-align:center;
}
.bdhding span{color:#444;}
.hdimg1{margin:19px auto;display:block;}
.bdfont{
	font-weight:300;
	font-size:18px;
	line-height:30px;
}

.chkbox-frmFld{
	display: flex;
    align-items: center;
    font-size: 15px;
}

.frmFld.chkbox-frmFld input{
	width: 36px;
	margin:0;
    margin-right: 10px;
	position: relative;
}


.frmFld.chkbox-frmFld p{
	width: calc(100% - 55px);
	font-size: 15px;
	color: #fff;
	margin: 0;

}

@media only screen and (max-width: 1179px){
.container{ max-width:1004px; width:100%; }
}
@media only screen and (max-width: 1013px){
.container{ max-width:750px; width:100%; }
.hdimg1{margin:15px auto;}
.bdhding{
	font-size:38px;
	line-height:44px;
}
.bdfont{
	font-size:17px;
	line-height:28px;
}
}
@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px;}
.bdinpad{padding:0 12px;}





}
@media only screen and (max-width: 479px){
.bdhding {
    font-size: 33px;
    line-height: 35px;
}

}
@media only screen and (max-width: 479px){
.bdhding {
    font-size: 28px;
    line-height: 32px;
}
}
/*=========================
CSS FOR HEADER
===========================*/
.sec-container{background:url(../images/secbg.jpg) left top no-repeat;overflow:hidden;}
.top-fix-bar {margin-bottom: 80px;}
.header{		
	height:80px;	
	margin-top: -80px;
    position: relative;
    top: 80px;
	background-color:rgba(4, 22, 37, 0.5);
}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:80px;
	background:#061f33;
	}
.logo{
	float:left;
	margin:14px 0 0 0;
}
ul.hdrlist{float:right;margin:20px 0 0 0;}
ul.hdrlist li{
	float:left;
	display:inline-block;
	margin:0 0 0 13px;	
	font-size:16px;
	line-height:37px;
	text-align:left;
	padding:0 0 0 44px;
}
ul.hdrlist li:first-child{
	height:40px;
	width:345px;
	border:1px solid #f79420;
	border-radius:30px;
	background:url(../images/mail-icon.png) 16px center no-repeat;
	color:#f79420;
	margin:0;
}
ul.hdrlist li:first-child a{color:#f79420;}
ul.hdrlist li:last-child{
	background:#f79420 url(../images/phone-icon.png) 16px center no-repeat;
	color:#fff;
	border-radius:30px;
	width:186px;
}
ul.hdrlist li:last-child a{color:#fff;}
@media only screen and (max-width: 1013px){
.header{height:66px; top:66px; margin-top:-66px;}
.top-fix-bar {margin-bottom: 66px;}
.fixed-nav .header{height:66px;}
.logo{margin:12px 0 0 0;width:260px;}
ul.hdrlist{float:right;margin:12px 0 0 0;}
ul.hdrlist li{
	margin:0 0 0 8px;	
	font-size:14px;	
	padding:0 0 0 34px;
}
ul.hdrlist li:first-child{	
	width:290px;
	background:url(../images/mail-icon.png) 10px center no-repeat;
	margin:0;
}
ul.hdrlist li:last-child{
	background:#f79420 url(../images/phone-icon.png) 10px center no-repeat;
	width:156px;
}
}
@media only screen and (max-width: 767px){
.header{background:#041625;height:60px; top:60px; margin-top:-60px;}
.top-fix-bar {margin-bottom: 60px;}
.fixed-nav .header{height:60px;}
.logo{width:220px;margin:12px 0 0 0;}
ul.hdrlist{margin:16px 0 0 0;}
ul.hdrlist li:first-child, ul.hdrlist li:last-child{
	background:none;
	width:auto;
	border:none;
	padding:0;
	margin:0 0 0 20px;
}
ul.hdrlist li span{display:none;}
.icon-box{
	height:27px;
	width:27px;
	background:#fff;
	border-radius:50%;
}
.icon-box-img1{margin:0 0 0 3.4px;display:block;padding:6px 0 0 0;}
.icon-box-img2{margin:0 auto 0 auto;display:block;padding:3px 0 0 0;}
}
@media only screen and (max-width: 359px){
.header{height:50px; top:50px; margin-top:-50px;}
.top-fix-bar {margin-bottom: 50px;}
.fixed-nav .header{height:50px;}
.logo{width:210px;margin:8px 0 0 0;}
ul.hdrlist {margin: 12px 0 0 0;}
ul.hdrlist li:first-child, ul.hdrlist li:last-child{	
	margin:0 0 0 10px;
}
}
/*================start banner===================*/
.banner{height:669px;padding:33px 0 0 0;border-bottom:3px solid #ffa109;}
.bnr-hding{
	font-weight:500;
	font-size:22px;
	line-height:26px;
	color:#fff;
	text-align:center;
}
.bnr-hding2{
	font-weight:bold;
	font-size:60px;
	line-height:62px;
	color:#fff;
	text-align:center;
}
ul.bnrlist{padding:10px 0 0 0;text-align:center;}
ul.bnrlist li{
	display:inline-block;
	background:url(../images/bnrline.png) right bottom no-repeat;
	padding:0 20px;
	margin:15px 0 0 0;
}
ul.bnrlist li:last-child{background:none;}
ul.bnrlist li img{
	margin:0 auto 6px auto;
	display:block;
}
.bnrltxt{
	font-weight:300;
	font-size:20px;
	line-height:28px;
	color:#fff;
	text-align:center;
}
.bnrltxt span{
	font-weight:600;
	font-size:24px;
	line-height:30px;
}
/*============start videosec==============*/
.videosec{
	background:url(../images/bnrbtm-bg.png) center 145px no-repeat;
	margin:-224px 0 0 0;
	padding:0 0 30px 0;
}
.video{margin:0 auto;display:block;}
.videosec-hding{
	background:url(../images/videosec-hdbg.png) center center no-repeat;
	font-weight:300;
	font-size:18px;
	line-height:22px;
	color:#343434;
	text-align:center;
	margin:22px 0 0 0;
}
ul.videoseclist{padding:10px 0 0 0;text-align:center;}
ul.videoseclist li{
	display:inline-block;
	border-right:1px solid #5f5f5f;
	padding:0 20px 0 16px;
	margin:10px 0 0 0;
	font-size:20px;
	line-height:20px;
	color:#373737;
	text-align:center;
}
ul.videoseclist li:last-child{border-right:none;}
@media only screen and (max-width: 1179px){
.bnr-hding2 {
    font-size: 58px;
    line-height: 60px;  
}
ul.bnrlist li {padding: 0 11px;}
}
@media only screen and (max-width: 1013px){
.banner{height:682px;padding:33px 0 0 0;border-bottom:3px solid #ffa109;}
.bnr-hding{
	font-size:20px;
	line-height:26px;
}
.bnr-hding2 {
    font-size: 44px;
    line-height: 46px;  
}
.bnrltxt{
	font-size:18px;
	line-height:26px;
}
.bnrltxt span{font-size:22px;}
ul.bnrlist li {padding: 0 26px;}
ul.videoseclist li {
    padding: 0 10px 0 7px;   
    font-size: 18px;
    line-height: 18px;
}
}
@media only screen and (max-width: 767px){
.sec-container{background:none;}
.banner{
	height:auto;
	background:url(../images/secbg.jpg) center top no-repeat;
	background-size:cover;
	padding:15px 0 210px 0;
	border-bottom:none;
}
ul.bnrlist{width:400px;margin:0 auto;display:block;padding:0;}
ul.bnrlist li{
	width:100%;
	position:relative;
	padding:5px 0 0 95px;
	background:none;
	margin:20px 0 0 0;
}
ul.bnrlist li img{
	position:absolute;
	left:25px;
	top:0;
}
ul.bnrlist li:nth-child(2) img{left:0;}
.bnrlhding, .bnrltxt{text-align:left;}
.bnr-hding2 {
    font-size: 42px;
    line-height: 44px;
	padding:5px 0 0 0;
}
/*============start videosec==============*/
.videosec{
	background:none;
	margin:-190px 0 0 0;
	padding:0 0 30px 0;
	
}
.video{margin:0 auto;display:block;}
.videosec-hding {
    font-size: 17px;
    line-height: 21px;
    margin: 15px 0 0 0;
}
ul.videoseclist {padding: 4px 0 0 0;}
}
@media only screen and (max-width: 479px){
.banner{padding:15px 0 140px 0;}
.bnr-hding {
    font-size: 18px;
    line-height: 24px;
}
.bnr-hding2 {
    font-size: 31px;
    line-height: 35px;
    padding: 5px 0 0 0;
}
ul.bnrlist{width:auto;}
ul.bnrlist li{padding:0 0 0 70px;margin:10px 0 0 0;}
ul.bnrlist li img{width:36px;left:23px;}
ul.bnrlist li:nth-child(2) img{width:60px;}
.bnrltxt{font-size:16px;line-height:25px;}
.bnrltxt span {font-size: 19px;}
/*============start videosec==============*/
.videosec{margin:-120px 0 0 0;}
ul.videoseclist li {
    padding: 0 5px 0 2px;   
    font-size: 16px;
    line-height: 16px;
	margin:5px 0 0 0;
}
}
@media only screen and (max-width: 359px){
.banner{padding:15px 0 120px 0;}
.bnr-hding {
    font-size: 17px;
    line-height: 23px;
}
.bnr-hding2 {
    font-size: 27px;
    line-height: 30px; 
}
ul.bnrlist{padding:10px 0 0 0;}
ul.bnrlist li {margin: 7px 0 0 0;}
.bnrltxt{font-size:17px;line-height:25px;}
.bnrltxt span {font-size: 20px;}
/*============start videosec==============*/
.videosec{margin:-100px 0 0 0;}
.videosec-hding {
    font-size: 16px;
    line-height: 20px;
}
ul.videoseclist li { 
    font-size: 14px;
    line-height: 14px;
}
}
/*============start section 1========*/
.sec1{
	padding:24px 0 80px 0;
	background:url(../images/sec1.jpg) center top no-repeat;
}
.s1box{
	background:#fff;
	border:1px solid #dbdfe4;
	position:relative;
	padding:30px 30px 40px 30px;
}
.s1boximg{position:absolute;right:0;bottom:0;}
.s1bx-hding{
	font-family: 'Montserrat Semi';
	font-weight:600;
	font-size:42px;
	line-height:52px;
	color:#ed1c24;
	text-align:left;
}
.s1bx-txt{
	text-align:left;
	line-height:28px;
	width:54%;
	padding:15px 0 0 0;
}
ul.s1bxlist{padding:14px 0 0 0;}
ul.s1bxlist li{
	background:url(../images/bullet.png) left top no-repeat;
	padding:0 0 0 33px;
	font-size:20px;
	line-height:24px;
	color:#373737;
	text-align:left;
	margin:14px 0 0 0;
}
.s1subhd{
	font-family: 'Montserrat Semi';
	font-weight:600;
	font-size:24px;
	line-height:36px;
	color:#3c3c3c;
	text-align:center;
	padding:22px 60px 0 60px;
}
.s1bx2{position:relative;padding:64px 0 0 0;}
.s1arrow{
	position:absolute;
	left:132px;
	top:-5px;
}
.s1bx2-txt{
	text-align:center;
	padding:10px 90px 0 90px;
}
ul.s1bx2-list{padding:20px 0 0 0;}
ul.s1bx2-list li{
	float:left;
	display:inline-block;
	width:23.5%;
	height:270px;
	margin:15px 2% 0 0;	
	border:1px solid #e1e9f3;
	border-radius:5px;
	padding:42px 15px;	
}
ul.s1bx2-list li:last-child{margin:15px 0 0 0;}
ul.s1bx2-list li img{margin:0 auto;display:block;}
.s1bx2l-hding{
	font-family: 'Montserrat Semi';
	font-weight:600;
	font-size:24px;
	line-height:28px;
	color:#2e2e2e;
	text-align:center;
	padding:26px 0 0 0;
}
.s1bx2l-txt{
	text-align:center;
	line-height:26px;
	color:#282828;
	padding:13px 0 0 0;
}
@media only screen and (max-width: 1179px){
.s1box{padding:25px 30px 35px 30px;}
.s1boximg {width:440px;}
.s1subhd {padding: 22px 20px 0 20px;}
.s1bx2-txt {padding: 10px 40px 0 40px;}
}
@media only screen and (max-width: 1013px){
.sec1{padding:10px 0 60px 0;}
.s1box{padding:20px 15px 25px 15px;}
.s1bx-hding {
    font-size: 38px;
    line-height: 42px;
}
.s1bx-txt{
	text-align:left;
	line-height:28px;
	width:59%;
	padding:15px 0 0 0;
}
.s1boximg {width:300px;bottom:100px;}
ul.s1bxlist{width:59%;}
ul.s1bxlist li{
	font-size:18px;
	line-height:22px;
	margin:10px 0 0 0;
}
.s1arrow {left: 57px;}
.s1bx2-txt {padding: 0 0 0 0;}
ul.s1bx2-list li {padding: 32px 10px;height:240px;}
.s1bx2l-hding{
	font-size:22px;
	line-height:24px;
	padding:20px 0 0 0;
}
.s1bx2l-txt{
	line-height:24px;
	padding:10px 0 0 0;
}
}
@media only screen and (max-width: 767px){
.sec1{padding:10px 0 40px 0;}
.s1bx-hding {
	text-align:center;
    font-size: 37px;
    line-height: 41px;
}
.s1boximg{
	position:inherit;
	right:auto;
	bottom:auto;
	margin:25px auto 0 auto;
	display:block;
	width:350px;
}
.s1bx-txt, ul.s1bxlist{width: auto;}
ul.s1bxlist{padding:10px 0 0 0;}
.s1subhd {
    padding: 22px 0 0 0;
	font-size:20px;
	line-height:27px;
}
ul.s1bx2-list li, ul.s1bx2-list li:last-child{
	width:370px;
	margin:20px auto 0 auto;
	float:none;
	display:block;
	height:auto;
	padding: 22px 10px;
}
}
@media only screen and (max-width: 479px){
.s1bx-hding {
    font-size: 30px;
    line-height: 35px;
}
.s1boximg{width:auto;}
ul.s1bx2-list li, ul.s1bx2-list li:last-child{width:330px;}
.s1bx2 {padding: 44px 0 0 0;}
.s1bx2l-hding {padding:10px 0 0 0;}
}
@media only screen and (max-width: 359px){
ul.s1bx2-list li, ul.s1bx2-list li:last-child{
	width:100%;
	padding: 15px 10px;
	margin:15px auto 0 auto;
}
ul.s1bx2-list {padding: 10px 0 0 0;}
ul.s1bxlist li {
    font-size: 16px;
    line-height: 20px; 
}
}
/*============start section 2========*/
.sec2{background:#f0f5fb;padding:74px 0;}
.s2txt-area{margin:30px 0 0 0;}
.s2line{
	position:absolute;
	left:40px;
	top:30px;
	width:1px;
	height:420px;
	border-right:2px dotted #fda593;
}
.s2img{
	position:absolute;
	right:20px;
	top:0;
}
ul.s2list{padding:0;width:56%;}
ul.s2list li{
	margin:62px 0 0 0;
	position:relative;
	padding:0 0 0 120px;
}
ul.s2list li:first-child{margin:28px 0 0 0;}
ul.s2list li img{
	position:absolute;
	left:0;
	top:0;
}
.step-hd1, .step-hd2{
	font-family: 'Montserrat Semi';
	font-weight:600;
	font-size:18px;
	line-height:20px;
	color:#f79420;
	text-align:left;
}
.step-hd2{
	font-size:24px;
	line-height:28px;
	color:#2e2e2e;
	padding:5px 0 0 0;
}
.step-txt{
	text-align:left;
	padding:3px 0 0 0;
	line-height:26px;
}
@media only screen and (max-width: 1179px){
.s2img{width:430px;}
ul.s2list li{margin:42px 0 0 0;}
.s2line{height:380px;}
}
@media only screen and (max-width: 1013px){
.sec2{padding:60px 0;}
.s2img-tab{margin:0 auto;display:block;}
ul.s2list{width:auto;}
ul.s2list li:first-child{margin:18px 0 0 0;}
ul.s2list li{padding:0 0 0 100px;}
.s2line{display:none;}
}
@media only screen and (max-width: 767px){
.sec2{padding:35px 0 40px 0;}
.s2txt-area{margin:10px 0 0 0;}
ul.s2list li{margin:30px 0 0 0;}
.step-hd2{
	font-size:22px;
	line-height:26px;	
}
}
@media only screen and (max-width: 479px){
ul.s2list li{padding:0 0 0 80px;margin:25px 0 0 0;}
ul.s2list li img{width:70px;}
}
@media only screen and (max-width: 359px){
ul.s2list li{padding:0 0 0 60px;}
ul.s2list li img{width:50px;}
.step-hd2{
	font-size:20px;
	line-height:24px;	
}
}
/*===============sec4====================*/
.sec3, .sec4, .sec5{padding:70px 0;}
.s3-p1 {
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 0 90px;
}
ul.s3-list{margin:40px 0 0 0;}
ul.s3-list li{
	float:left;
	width:33.33%;
	text-align:center;
	font-size:24px;
	line-height:26px;
	color:#444444;
	font-weight:600;
	margin:0 0 0 0;
}
ul.s3-list li img{
	display:block;
	margin:0 auto 15px auto;
}
/*===============sec4====================*/
.sec4{background:#f0f5fb;}
ul.s4-list{margin:40px 0 0 0;}
ul.s4-list li{
	float:left;
	width:31%;
	margin:0 1.10%;
	background:#ffffff;
	border:1px solid #e1e9f3;
	min-height:280px;
}
ul.s4-list li img{
	display:block;
	margin:0 auto;
	padding:20px 0 0 0;
}
.s4-list-p1{
	font-size:18px;
	line-height:24px;
	text-align:center;
	color:#414141;
	font-weight:600;
	padding:0 10px;
	margin:6px auto 0 auto;
}
.s4-gury-sela{
	display:block;
	margin:30px auto 0 auto;
}
.s4-gury-p1{
	font-size:30px;
	line-height:35px;
	text-align:center;
	color:#444444;
	font-weight:700;
	margin:10px auto 0 auto;
	padding:0 10px;
}
.s4-list-p2{
	font-size:18px;
	line-height:26px;
	text-align:center;
	color:#414141;
	font-weight:600;
	padding:0 90px;
	margin:10px auto 0 auto;
}
/*============sec5==================*/
ul.s5-list{
	margin:50px 0 0 0;
}
ul.s5-list li{
	float:left;
	width:20%;
	padding:0 0 0 0;
	min-height: 113px;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
ul.s5-list li img{
	display:block;
	margin:0 auto 0 auto;
}
ul.s5-list li:nth-child(5), ul.s5-list li:nth-child(10){border-right:none;}
ul.s5-list li:nth-child(6), ul.s5-list li:nth-child(7), ul.s5-list li:nth-child(8), 
ul.s5-list li:nth-child(9), ul.s5-list li:nth-child(10){border-bottom:none;}
@media only screen and (max-width: 1179px){
.s3-p1 {padding: 0 10px;}	
.s4-list-p2 { padding: 0 10px;}
ul.s4-list li {min-height: 300px;}
}
@media only screen and (max-width: 1013px){
.sec3, .sec4, .sec5{padding:55px 0 60px 0;}
.s3-p1 {padding: 0 0;}	
ul.s4-list li {min-height: 350px;}	
ul.s3-list li img {width: 200px;}
.s3-p1 {margin: 0 auto 0 auto;}
.s4-list-p2 {padding: 0 0;}
}
@media only screen and (max-width: 767px){
.sec3, .sec4, .sec5{padding:35px 0 40px 0;}
ul.s4-list li {
    float: none;
    width: 100%;
    margin:20px auto 0 auto;
	display:block;
	padding:0 0 20px;
    min-height: auto;
}	
.s4-gury-p1 {
    font-size: 27px;
    line-height: 32px;
}
ul.s3-list li {
   float: none;
    width: 100%;
    margin:30px auto 0 auto;
	display:block;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}
ul.s5-list {
    margin: 50px auto 0 auto;
	display:block;
    width: 520px;
}
ul.s5-list li img {max-width:90%;}	
ul.s5-list li {min-height: 87px;}
}
@media only screen and (max-width: 550px){
ul.s5-list {
    margin:20px auto 0 auto;
	width: 450px;
}
ul.s5-list li:nth-child(10){display:none;}
ul.s5-list li {width: 33.33%;min-height: 113px;}	
ul.s5-list li:nth-child(3){border-right:none;}
ul.s5-list li:nth-child(6){border-bottom: 1px solid #e1e1e1;border-right:none;}
ul.s5-list li:nth-child(5){border-right: 1px solid #e1e1e1;}
ul.s5-list li:nth-child(9){border-right:none;}
}
@media only screen and (max-width: 479px){
ul.s5-list {width: 336px;margin:20px auto 0 auto;}	
ul.s5-list li {min-height: 80px;}
ul.s5-list li:nth-child(1), ul.s5-list li:nth-child(2), ul.s5-list li:nth-child(3){min-height: 94px;}
}
@media only screen and (max-width: 359px){
ul.s5-list {width: 290px;}
ul.s5-list li {min-height: 70px;}
ul.s5-list li:nth-child(1), ul.s5-list li:nth-child(2), ul.s5-list li:nth-child(3){min-height: 83px;}
}
/*============start section 6========*/
.sec6, .sec7{padding:70px 0;}
.sec6{background:#f0f5fb;}
.thdbx{
	background:url(../images/thdbg.png) center top no-repeat;
	height:59px;
	margin:60px 0 0 0;
}
.thdbx p{
	font-family: 'Montserrat Semi';
	font-weight:600;
	font-size:33px;
	line-height:59px;
	color:#444444;
	text-align:center;
	padding:0 0 0 0;
}
.testimonial{margin:52px 0 0 0;}
.tbox{
	width:92%;
	border:1px solid #cccccc;
	background:#fff;
	border-radius:4px;
}
.timg{margin:35px auto 0 auto;display:block;}
.ttxt{
	text-align:center;
	padding:10px 15px;
	line-height:26px;
}
.tstars{margin:15px auto 0 auto;display:block;}
.tname{
	font-size:18px;
	line-height:22px;
	color:#444444;
	text-align:center;
	padding:3px 0 26px 0;
}
@media only screen and (max-width: 1013px){
.sec6, .sec7{padding:55px 0 60px 0;}
.thdbx{
	height:50px;
	background-size:100%;
	margin:40px 0 0 0;
	width:auto;
}
.thdbx p{
	font-size:28px;
	line-height:50px;
}
.thdbx p img{width:150px;}
.testimonial{margin:35px 0 0 0;}
}
@media only screen and (max-width: 767px){
.sec6, .sec7{padding:35px 0 40px 0;}
.thdbx{background:none;height:auto;margin:20px 0 0 0;}
.thdbx p{line-height:30px;font-size:24px;}
.testimonial{margin:15px 0 0 0;}
.tbox{width:auto;}
.timg{margin:25px auto 0 auto;}
}
/*============start section 7========*/
ul.s7list{width:650px;margin:0 auto;display:block;}
ul.s7list li{
	position:relative;
	padding:0 0 0 80px;
	margin:30px 0 0 0;
}
ul.s7list li img{position:absolute;left:0;top:0;}
.s7l-txt1{
	font-weight:300;
	font-size:24px;
	line-height:28px;
	color:#606060;
	text-align:left;
}
.s7l-txt2{
	font-family: 'Montserrat Semi';
	font-weight:600;
	font-size:30px;
	line-height:36px;
	color:#f79420;
	text-align:left;
}
.s7l-txt2 a{color:#f79420;}
.s7arrow{
	position:absolute;
	left:216px;
	top:-32px;
}
.s7form{
	width:650px;
	margin:20px auto 0 auto;
	display:table;
	background:#22327b;
	background:-webkit-linear-gradient(#22327b, #4f82c6);
	background:-moz-linear-gradient(#22327b, #4f82c6);
	background:-o-linear-gradient(#22327b, #4f82c6);
	background:linear-gradient(#22327b, #4f82c6);
	border:6px solid #2b3284;
	border-radius:3px;	
}
.s7bxhd{
	height:168px;
	background:#2b3285;
	background:-webkit-linear-gradient(#2b3285, #191f6a);
	background:-moz-linear-gradient(#2b3285, #191f6a);
	background:-o-linear-gradient(#2b3285, #191f6a);
	background:linear-gradient(#2b3285, #191f6a);
}
.s7bx-hding{
	font-size:24px;
	line-height:36px;
	color:#fff;
	text-align:center;
	padding:36px 0 0 0;
}
.s7bx-hding span{
	font-family: 'Montserrat Semi';
	font-weight:600;
	font-size:36px;
}
.orange{color:#f79420;}
.frmicon{
	position:absolute;
	left:0;
	right:0;
	top:-38px;
	margin:0 auto;
	display:block;
}
.frm{padding:40px 0 28px 0;}
.frmFld{
	float:left;
	width:80%;
	margin:21px 10% 0 10%;
}


.frmFld input{
	width:100%;
	height:52px;
	background:#fff;
	border-radius:3px;
	border:1px solid #cccccc;
	font-family: 'Montserrat';
	font-weight:300;
	font-size:18px;
	color:#8e8f8f;
	text-align:left;
	padding:0 15px;
}

.frmFld textarea{
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}
.or{margin:27px auto;display:block;}
.frm-phone{
	font-family: 'Montserrat Semi';
	font-size:24px;
	line-height:24px;
	color:#fff;
	text-align:center;
}
.frm-phone a{color:#fff;}
.secure-txt{
	text-align:center;
	color:#fff;
	font-weight:300;
	font-size:14px;
	line-height:16px;
	margin:50px 0 0 0;
}
.secure-txt span{font-family: 'Montserrat Semi';font-weight:600;}
.secure-logos{margin:28px auto 0 auto;display:block;}
@media only screen and (max-width: 1179px){
.s7arrow{left:130px;}
}
@media only screen and (max-width: 1013px){
.s7arrow{left:10px;}
}
@media only screen and (max-width: 767px){
ul.s7list, .s7form{width:auto;}
.s7l-txt1{	
	font-size:20px;
	line-height:26px;	
}
.s7l-txt2{	
	font-size:20px;
	line-height:30px;	
}
.s7bxhd{height:120px;}
.s7bx-hding{
	font-size:20px;
	line-height:33px;
	padding:20px 0 0 0;
}
.s7bx-hding span{font-size:33px;}
.frmicon{width:60px;top:-28px;}
.frmFld{
	width:92%;
	margin:15px 4% 0 4%;
}
.or{margin:27px auto 20px auto;}
.secure-txt{margin:20px 0 0 0;}
.s7arrow{display:none;}

.frmFld.chkbox-frmFld input {
    width: 25px;
    margin: 0;
    margin-right: 7px;
}

.frmFld.chkbox-frmFld p {
    width: calc(100% - 34px);
    font-size: 12px;
    color: #fff;
    margin: 0;
}

}
@media only screen and (max-width: 479px){
ul.s7list li{
	padding:0 0 0 45px;
	margin:20px 0 0 0;
}
ul.s7list li img{width:35px;}
.s7l-txt1{
	font-size:15px;
	line-height:20px;
}
.s7l-txt2{
	font-size:16px;
	line-height:20px;
}
.s7bxhd{height:100px;}
.s7bx-hding {
    font-size: 17px;
    line-height: 28px;
}
.s7bx-hding span {font-size: 28px;}
.frmicon{width:50px;top:-22px;}
.frm{padding:40px 0 18px 0;}
.secure-txt {
    font-size: 11px;
    line-height: 13px;
	margin:10px 0 0 0;
}

.frmFld.chkbox-frmFld input{
	position: relative;
	top: -5px;
}
}
@media only screen and (max-width: 359px){
ul.s7list li{padding:0 0 0 32px;}
ul.s7list li img{width:25px;}
.s7l-txt1{
	font-size:14px;
	line-height:18px;
}
.s7l-txt2{
	font-size:15px;
	line-height:18px;
}
.s7bxhd{height:90px;}
.s7bx-hding {
    font-size: 15px;
    line-height: 22px;
	padding:15px 0 0 0;
}
.s7bx-hding span {font-size: 26px;}
.or {margin: 20px auto 13px auto;}
}
/*============start footer========*/
footer{padding:0;}
.topfooter{
	padding:30px 0;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	background:#f8f8f8;
}
.ftrlogo{
	margin:0 auto;
	display:block;
}
.topftr-txt1{
	font-weight:bold;
	font-size:22px;
	line-height:24px;
	color:#7e7e7e;
	text-align:center;
	padding:10px 0 0 0;
}
.topftr-txt2{
	font-size:20px;
	line-height:22px;
	color:#000;
	text-align:center;
	letter-spacing:2px;
	padding:24px 0 0 0;
}
.btmftr{padding:36px 0 30px 0;}
.ftrtxt{
	font-weight:300;	
	font-size:16px;
	line-height:18px;
	color:#5f5f5f;
	text-align:left;
	padding:0 0 0 0;	
}
ul.ftrlist{float:right;padding:0 0 0 0;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #404040;
	padding:0 10px 0 5px;
	color:#5f5f5f;
	font-weight:300;
	font-size:16px;
	line-height:18px;	
	text-align:right;
}
ul.ftrlist li:last-child{border-right:none;}
ul.ftrlist li a{color:#5a5a5a;}
@media only screen and (max-width: 1013px){
.btmftr{padding:22px 0 20px 0;}
.ftrtxt, ul.ftrlist{
	float:none;
	text-align:center;
}
.ftrtxt{padding:10px 0 0 0;}
}
@media only screen and (max-width: 767px){
.topfooter{padding:20px 0;}
.secure-logos {margin: 18px auto 0 auto;}
.ftrlogo{margin:0 auto;display:block;}
.topftr-txt1{
	font-size:20px;
	line-height:22px;
}
.topftr-txt2{
	font-size:18px;
	line-height:20px;
	letter-spacing:0;
	padding:6px 0 0 0;
}
ul.ftrlist{float:none;text-align:center;}
.ftrtxt{text-align:center;}
}
@media only screen and (max-width: 479px){
ul.ftrlist li, .ftrtxt{
	font-size:14px;
	line-height:16px;	
}
}
@media only screen and (max-width: 359px){
.topfooter{padding:15px 0;}
.btmftr {padding: 16px 0 16px 0;}
.topftr-txt1{
	font-size:18px;
	line-height:20px;
}
.topftr-txt2{
	font-size:16px;
	line-height:18px;
}
}