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

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Roboto';
	font-weight: normal;
	}
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: inherit;text-decoration: none;}
img {border: none; height:auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%; height:auto;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}
/*-----------------------
	MAIN CSS font
------------------------*/
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('Roboto-Bold.woff2') format('woff2'),
        url('Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('Roboto-Medium.woff2') format('woff2'),
        url('Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Regular'), local('Roboto-Regular'),
        url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
	
	
/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
.top{
	float:left;
	width:100%;
	border-bottom:1px solid #e5ecee;
	padding:15px 0;
	}
.logo{
	float:left;
	margin:0 0 0 0;
	}
.logo img{
	display:inline-block;
	vertical-align:middle;
	}	
.logo-txt{
	display:inline-block;
	vertical-align:middle;
    color: #000000;
    font-size: 14px;
    line-height:21px;
    text-align: left;
    border-left: 1px solid #c3c3c3;
    padding:0 0 0 15px;
    margin: 7px 0 0 10px;
	}	
.logo-txt span{
	text-transform:uppercase;
	font-weight:700;
	display:block;
	}
.phone{
	float:right;
	margin:5px 0 0 0;
	text-align:left;
	position:relative;
	padding:0 0 0 44px;
	}
.phone img{
	position:absolute;
	top:4px;
	left:0;
	max-width:100%;
	}	
.phone-text{
	font-size:14px;
	line-height:14px;
	color:#414141;
	padding-bottom:8px;
	}
.phone-text span{
	display:inline-block;
	vertical-align:top;
	}
.phone-text span:first-child{
	padding-left:15px;
	position:relative;
	}
.phone-text span:first-child:before{
	content:'';
	position:absolute;
	top:4px;
	left:0;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#0fae5a;
	animation:blinker 1s infinite ease-in-out;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 2px 0 3px;
	}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.phone-text2{
	font-size: 24px;
    line-height: 24px;
    color: #1a597c;
    font-weight: 700;
    padding: 0 0 0 5px;
	}
/*=============banner==================*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) center top no-repeat;
	padding-bottom:60px;
	}
.bnr-lft{
	float:left;
	width:60.85%;
	text-align:left;
	margin:50px 0 0 0;
	position:relative;
	}
.brn-vw{
	font-size:18px;
	line-height:25px;
	color:#000000;
	margin:0 0 0 0;
	}	
.brn-vw img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:-6px 10px 0 0;
	}			
.brn-hding{
	font-size:62px;
	line-height:64px;
	color:#104765;
	font-weight:700;
	margin:10px 0 0 0;
	}	
.brn-hding span{
	color:#1fbaec;
	}	
.brn-txt{
	font-size:22px;
	line-height:27px;
	color:#000000;
	font-weight:500;
	margin:10px 0 0 0;
	}	
.brn-frm-bx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	padding:20px 20px;
	margin-top:25px;
	background:#fff;
	border-radius:8px;
	border: 2px solid #104765;
	}	
.brn-frm-bx-hding{
	font-size:25px;
	line-height:30px;
	color:#000000;
	font-weight:500;
	}	
.frm-bx{
	display:inline-block;
	vertical-align:middle;
	width:93%;
	margin-top:15px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
	}
.frm-bx1{
	width:32%;
	border:2px solid #cdcdcd;
	background:#fff;
	height:61px;
	font-size:20px;
	line-height:61px;
	color:#000000;
	border-radius:4px;
	padding:0 15px;
	cursor:pointer;
	position:relative;
	text-align:left;
	}	
.frm-bx1:after{
	content: '';
	background:url(../images/tk-chk.png) right top no-repeat;
	width:18px;
	height:18px;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	right:15px;
	}	
.frm-bx1.active,.frm-bx1:hover{
	background:#13b50b;
	border:2px solid #13b50b;
	color:#fff;
	}
.frm-bx1.active:after,.frm-bx1:hover:after{
	content: '';
	background:url(../images/tk-chked.png) right top no-repeat;
	width:18px;
	height:18px;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	right:15px;
	}			
.lock{
	font-size:16px;
	line-height:20px;
	color:#000000;
	margin:20px 0 0 0;
	}
		
.lock img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 8px 0 0;
	}	

/*=============bannerBtmStrip==================*/
.bannerBtmStrip{
	float:left;
	width:100%;
	padding:25px 0;
	border-bottom:1px solid #dcdcdc;
	}
.bnr-btm-hdig{
	color:#000000;
	font-size:20px;
	line-height:24px;
	font-weight:500;
	}
.bnr-btm-hdig:before, .bnr-btm-hdig:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:1px;
	background:#c8c8c8;
	}
.bnr-btm-hdig:before{margin:-4px 8px 0 0;}
.bnr-btm-hdig:after{margin:-4px 0 0 8px;}	
.bannerStrip{
	width:100%;
	max-width:1000px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 auto;
	margin-top:20px;
	}
.bnrStripBox{
	width:auto;
	}
.bnrStripIcon{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
/*=============section1==================*/
.section1{
	float:left;
	width:100%;
	padding:50px 0 341px;
	text-align:center;
	}	
.s1-hding{
	font-size:40px;
	line-height:46px;
	color:#104765;
	font-weight:700;
	letter-spacing:0.5px;
	}	
.s1-txt{
	font-size:17px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:10px;
	}
.s1-mid-prt{
	display:inline-block;
	vertical-align:middle;
	max-width:1006px;
	width:100%;
	margin-top:40px;}	
.s1-mid{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
	position:relative;
	}
.s1-img{
	float: left;
    width: 402px;
    margin-right: 40px;
	}
.s1-img img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:6px;
	}		
ul.s1-list{
	float: right;
    width: calc(100% - 443px);
    text-align: left;
	margin:0 0 0 0;
	}	
ul.s1-list li{
	margin:0 0 45px 0;
	padding:0 0 0 90px;
	position:relative;
	}
ul.s1-list li:before {
    content: '';
    position: absolute;
    top: 60px;
    bottom:-45px;
    left: 27px;
    border-left: 1px dashed #85a1b0;
    width: 1px;
	}
ul.s1-list li:last-child:before	{ display:none;}
ul.s1-list li:last-child{ margin-bottom:0;}	
ul.s1-list li div{
	position:absolute;
	left:0;
	top:0;
	width:57px;
	height:57px;
	background:#dfedf5;
	border-radius:50%;
	font-size:22px;
	line-height:57px;
	font-weight:500;
	text-align:center;
	color:#104765;
	}	
ul.s1-list li h1{
	font-size:25px;
	line-height:30px;
	color:#104765;
	font-weight:700;
	}
ul.s1-list li p{
	font-size:18px;
	line-height:27px;
	color:#000000;
	margin-top:10px;
	}	
/*=============section2==================*/
.section2{
	float:left;
	width:100%;
	background:#ebfaff;
	padding:0 0 50px;
	text-align:center;
	}	
.s2-bx{
	display:inline-block;
	vertical-align:middle;
	background:#104765;
	max-width:1006px;
	width:100%;
	margin-top:-300px;
	border-radius:12px;
	padding:0 20px 40px;
	}
.s2-bx-lft{
	float:left;
	width:43.43%;
	text-align:left;
	padding-top:40px;
	}	
.s2-bxhding{
	font-size:40px;
	line-height:46px;
	color:#ffffff;
	font-weight:700;
	letter-spacing:0.5px;
	}	
	
.s2-bxtxt{
	font-size:18px;
	line-height:27px;
	color:#ffffff;
	margin-top:10px;
	}
.s2-btn{
	float:left;
	background:#13b50b;
	width:252px;
	color:#fff;
	text-decoration:none;
	height:63px;
	text-align:center;
	font-weight:600;
	font-size:22px;
	line-height:63px;
	border-radius:6px;
	margin-top:30px;
	}
.s2-bx-rgt{
	float:right;
	width:47.01%;
	text-align:left;
	}
ul.s2-list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:0 0 0 0;
	width:100%;
	}	
ul.s2-list1 li{
	width:48%;
	text-align:left;
	margin-top:50px;
	}
ul.s2-list1 li img{
	display:block;
	margin:0 0 0 0;
	}	
ul.s2-list1 li p{
	font-size:18px;
	line-height:27px;
	color:#ffffff;
	margin-top:10px;
	}
.s2hding{
	font-size:35px;
	line-height:42px;
	color:#000000;
	font-weight:700;
	letter-spacing:0.5px;
	margin-top:40px;
	}
.s2hding span{ color:#104765;}	

ul.s2-list2{
	display:inline-block;
	vertical-align:middle;
	max-width:700px;
	width:100%;
	margin-top:20px;
	background:#e0f3f9;
	border:1px solid #d0e5ec;
	padding:10px 15px;
	text-align:left;
	border-radius:8px;
	}
ul.s2-list2 li{
	float:left;
	width:33.33%;
	background:url(../images/tk.png) left 2px no-repeat;
	font-size:18px;
	line-height:22px;
	color:#000000;
	padding:0 0 0 25px;
	}
.s2-btnbx{
	display:inline-block;
	vertical-align:middle;
	max-width:560px;
	width:100%;
	text-align:center;
	position:relative;
	margin-top:40px;
	}	
.or{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	top:5px;
	}
.s2-btn1{
	float:left;
	background:#13b50b;
	border:2px solid #13b50b;
	width:250px;
	color:#fff;
	text-decoration:none;
	height:63px;
	text-align:center;
	font-weight:600;
	font-size:22px;
	line-height:63px;
	border-radius:6px;
	cursor:pointer;
	}
.s2-btn1:last-child{
	float:right;
	background:#ebfaff;
	border:2px solid #1fbaec;
	color:#1fbaec;
	}	

/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
    padding:30px 0;
	}
.ftr-txt{
    font-size: 16px;
    line-height:22px;
    color: #000000;
	margin-top:10px;
	}	
.footer .ftr-txt a{
    padding: 0 8px;
    color: #000000;
	}


/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}
.brn-hding { font-size: 60px;line-height: 61px;}
.brn-txt { font-size: 20px; line-height: 25px;}
.brn-frm-bx-hding { font-size: 22px; line-height: 28px;}
.frm-bx {width: 95%;}
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}
.logo img {width: 140px;}
.logo-txt {font-size: 13px; line-height: 17px;padding: 3px 0 3px 13px; margin: 5px 0 0 10px;}
.phone { padding: 0 0 0 39px;}
.phone img { top: 4px; width: 32px;}
.phone-text { font-size: 12px;line-height: 12px;}
.phone-text2 {font-size: 20px; line-height: 20px;}

.bnr-lft {  width: 78.85%;}
.brn-hding {font-size: 56px; line-height: 57px;}
.frm-bx {width: 100%;}

.bnrStripIcon {width: 135px;}

.s1-hding {font-size: 35px; line-height: 41px;}
.s1-img { width: 309px; margin-right: 22px;}
ul.s1-list {width: calc(100% - 331px);}
ul.s1-list li { margin: 0 0 25px 0;padding: 0 0 0 74px;}
ul.s1-list li h1 {font-size: 22px;line-height: 27px;}
ul.s1-list li p { font-size: 17px; line-height: 24px;}

.s2-bxhding { font-size: 36px;line-height: 43px;}
.s2-bxtxt {font-size: 17px; line-height: 26px;}
.s2-bx-rgt { width: 51%;}
ul.s2-list1 li p {font-size: 15px;line-height: 32px;}
}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}
.top{ padding:8px 0;}
.logo {float: none;margin: 0 auto; display: inline-block;width: 345px;max-width: 100%;}
.logo img {width: 118px;}
.logo-txt { width:calc(100% - 125px);font-size: 11px;line-height: 16px;padding: 0 0 0 8px;margin:2px 0 0 0;}
.desktop{ display:none;}
.mobile{ display:block;}

.banner{background:#f5fdff; padding:18px 0 30px;}
.bnr-lft { width: 100%; margin:0;}
.brn-vw {font-size: 14px;line-height: 22px;}
.brn-vw img {margin: -3px 10px 0 0;width: 63px;}
.brn-hding {font-size: 33px;line-height: 38px;position: relative;}
.bnr-mob {display: inline-block;vertical-align: top; width: calc(100% + 30px);  margin: -25px 0 0 -15px; max-width: none;}
.frm-bx {margin-top:0;}
.brn-frm-bx{margin-top: -90px;padding: 15px 15px 15px;}
.frm-bx1 {width: 100%; margin-top:10px;}
.brn-frm-bx-hding {font-size: 20px; line-height: 27px; letter-spacing:0.3px;}
.lock {font-size: 14px;line-height: 18px; margin: 10px 0 0 0; text-align:center;}

.bannerBtmStrip { padding:25px 0 15px;}
.bnr-btm-hdig {font-size: 17px; line-height: 21px;}
.bnr-btm-hdig:before, .bnr-btm-hdig:after {width: 38px;margin-top:-7px;}
.bannerStrip{ margin-top: 10px;justify-content: center; flex-wrap: wrap;}
.bnrStripBox {  width: 32%; padding:0 5px;}

.section1 {padding: 25px 0 340px;}
.s1-hding {font-size: 26px;line-height: 34px;}
.s1-mid-prt {margin-top: 20px;}
.s1-img {width: 100%;margin-right: 0;}
ul.s1-list {width: 100%; margin: 24px 0 0 0;}
ul.s1-list li {margin: 0 0 20px 0; padding: 0 0 0 55px;}
ul.s1-list li div { width: 40px;height: 40px;font-size: 18px;line-height: 40px;}
ul.s1-list li:before {top: 40px;left: 18px;bottom: -20px;}
ul.s1-list li h1 { font-size: 21px; line-height: 27px;}
ul.s1-list li p{ letter-spacing:0.3px;}

.s2-bx { margin-top: -323px;padding: 0 10px 25px;}
.s2-bx-lft {width: 100%; padding-top: 20px; }
.s2-bx-rgt { width: 100%; text-align:center;}
ul.s2-list1 li { margin-top: 20px;text-align:center;width: 32%;}
.s2-bxhding {font-size: 26px;line-height: 34px;}
ul.s2-list1 li p {font-size: 12px;line-height: 18px; letter-spacing:0.3px;}
ul.s2-list1 li img { margin: 0 auto;}
.s2-btn {width: 100%;}

.section2 { padding: 0 0 30px;}
.s2hding { font-size: 20px; line-height:27px; margin-top: 25px;}
ul.s2-list2 { margin-top: 10px; padding: 7px 9px;}
ul.s2-list2 li {font-size: 15px; line-height: 19px;background-size: 14px;padding: 0 0 0 23px;}
.s2-btnbx {  margin-top: 20px;}
.s2-btn1{ width:100%;}
.or-mob {display:inline-block;vertical-align:middle;margin:10px auto;position:relative;font-size:20px;line-height:24px;color:#000;}
.or-mob:before, .or-mob:after {content: ''; display: inline-block; vertical-align: middle;width: 20px; height: 1px; background:#333;margin: -2px 0 0 8px;}	
.or-mob:before {margin: -2px 8px 0 0;}

.footer {padding: 15px 0;}
.ftr-txt {font-size: 15px; line-height: 26px;}
}
															
/*---------Custom---------*/
.option-box1{margin: 0 auto !important;display: block !important;}
.s2-bx-lft{
	translate: 20% 0%;
}
@media only screen and (max-width:1021px){
	.s2-bx-lft{
		translate: 7% 0%;
	}
}

@media only screen and (max-width:767px){
	.s2-bx-lft{
		translate: none;
	}
}