@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
@font-face {
    font-family: 'nolan_nextmedium';
    src: url('../fonts/nolan_next_medium-webfont.woff2') format('woff2'),
         url('../fonts/nolan_next_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nolan_nextregular';
    src: url('../fonts/nolan_next_regular-webfont.woff2') format('woff2'),
         url('../fonts/nolan_next_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	}
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:#525252; text-decoration:none;}
a:hover {outline: none; color:#525252; 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 TOP BAR
-------------------------*/
.top-bar{
	float: left;
    width: 100%;
	padding:12px 0;
	border-bottom:1px solid #e6edf4;
}
.logo{ float:left; max-width:100%;}
/*-----------------------
CSS FOR BANNER
-------------------------*/
.banner {
    float: left;
    width: 100%;
    background: url(../images/banner.jpg) no-repeat center top;
	background-size:cover;
    padding: 78px 0 55px;
}
.bnr-p1 {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
	letter-spacing:9px;
	color:#292828;
	text-transform:uppercase;
	font-weight:normal;
}
.bnr-p2{
    float: left;
    width: 100%;
    font-size:94px;
    line-height:90px;
	color:#133062;
	font-weight:600;
	margin-bottom:16px;
}
.bnr-p3 {
    width: 47%;
    font-size: 22px;
    line-height: 34px;
    color: #292828;
    margin: 0 auto;
    display: table;
}
.learn-more{ max-width:100%; display:inline-block;}
.bnr-prd{ margin: 33px auto 0; display:table; max-width:100%;}
/*-----------------------
CSS FOR SECTION 1
-------------------------*/
.section-1{ float:left; width:100%; padding:70px 0;}
.sec1-lft{ float:left; width:630px; text-align:left;}
.sec1-p1{
	float: left;
    width: 100%;
    font-size:40px;
    line-height:38px;
	color:#393939;
	font-weight:700;
	margin-bottom:15px;
}
.sec1-p2{
	float: left;
    width: 100%;
    font-size:20px;
    line-height:30px;
	color:#575757;
	padding:0 40px;
}
.pad-0{
	padding:0;
}
.sec1-rit{
	float:right;
	width:500px;
	background:#ffecd6;
	padding:30px 25px;
	text-align:left;
	border:1px solid #f1d8bc;
	margin-top:15px;
}
.sec1-p3{
	float:left;
	width:100%;
	font-size:18px;
    line-height:24px;
	color:#353535;
	font-weight:600;
	text-transform:uppercase;
	margin:5px 0;
}
.sec1-p3 span{ float:right;width:65%;}
/*-----------------------
CSS FOR SECTION 2
-------------------------*/
.section-2{
	float:left;
	width:100%;
	padding:70px 0;
	background:#fff9f2;
}
.sec2-tbl{ float:left; width:90%; margin:55px 0 0;}
.s2-img{ max-width:100%;}
.sec2-tbl th{
	padding-bottom:30px;
	font-size:22px;
    line-height:24px;
	color:#393939;
	font-weight:600;
	text-transform:uppercase;
}
.sec2-tbl tr td:nth-child(1), .sec2-tbl tr th:nth-child(1){
	text-align:right;
	text-transform:uppercase;
}
.sec2-tbl tr td:last-child{
	text-transform:uppercase;
}
.sec2-tbl tr td{
	padding:10px 5px;
	font-size:20px;
    line-height:20px;
	color:#323232;
}
.s2-img{ display:inline-block; max-width:100%;}
.f-22{
	font-size:22px;
}
.sec2-tbl .pad-55  th{
	padding-top:55px;
}
/*-----------------------
CSS FOR SECTION 3
-------------------------*/
.section-3{ float:left; width:100%; padding:70px 0;}
.sb{ font-weight:600;}
/*-----------------------
CSS FOR SECTION 4
-------------------------*/
.section-4{
	float:left;
	width:100%;
	padding:70px 0;
	background:#f3f8fc;
}
.sec4-ul{
	float:left;
	width:100%;
	margin:27px 0 0;
}
.sec4-ul li{
	display:inline-block;
	margin:0 18px;
	font-size: 18px;
    line-height: 20px;
    color: #2d2c2c;
	text-transform:uppercase;
	font-weight:700;
}
.sec4-ul li img{
	display:inline-block;
	max-width:100%;
	margin-bottom:8px;
}
/*-----------------------
CSS FOR SECTION 5
-------------------------*/
.section-5{ float:left; width:100%; padding:70px 0;}
.process-img{ display:inline-block; max-width:100%; margin:50px 0 0;}
.sec5-ul{ float:left; width:100%;}
.sec5-ul li{position:relative;}
.sec5-ul li:hover .tooltiptext { visibility: visible;}
.sec5-ul li{ display:inline-block; margin:0 15px;}
.sec5-ul li p{display:none;}
.sec5-ul li .tooltiptext{
	left:-70px;
	bottom:260px;
	}
.sec5-ul li img{ display:inline-block; max-width:100%;}
.tol-box{ float:left; width:100%; position:relative;}
.tooltip, .tol-2, .tol-3, .tol-4, .tol-5, .tol-6, .tol-7 {
    position: absolute;
    display: inline-block;
    left: 260px;
    top: 147px;
    height: 55px;
    width: 183px;
	cursor:pointer;
}
.tol-2{ left: 480px; width: 212px;}
.tol-3{ left: 721px; width: 270px;}
.tol-4 { left: 12px; width: 262px; top: 247px;}
.tol-5 { left: 312px; width: 252px; top: 247px;}
.tol-6{ left: 602px; width: 221px; top: 247px;}
.tol-7 { left: 860px; width: 298px; top: 247px;}
.tol-8 { left: 244px; width: 192px; top: 347px;}
.tol-9{ left: 472px; width: 220px; top: 347px;}
.tol-10 { left: 727px; width: 178px; top: 347px;}
.tooltiptext {
    visibility: hidden;
    width: 350px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    bottom: 75px;
    left: -44%;
	font-size:19px;
	line-height:26px;
	padding:15px 10px;
	background:#7c9ed9;
	color:#fff;
}
.tol-2 .tooltiptext{ left:-33%;}
.tol-3 .tooltiptext{ left:-17%;}
.tol-4 .tooltiptext{ left:0%;}
.tol-5 .tooltiptext{ left:-21%;}
.tol-6 .tooltiptext{ left:-29%;}
.tol-7 .tooltiptext{ left:-21%;}
.tol-8 .tooltiptext{ left:-41%;}
.tol-9 .tooltiptext{ left:-27%;}
.tol-10 .tooltiptext{ left:-47%;}
.tooltip:hover .tooltiptext { visibility: visible;}
.d-arw{
	position:absolute;
	left:50%;
	bottom:-13px;
	margin-left:-11px;
}
/*-----------------------
CSS FOR SECTION 6
-------------------------*/
.section-6{
	float:left;
	width:100%;
	padding:70px 0;
	background:#fff9f2;
}
.sec6-ul{ float:left; width:100%;}
.sec6-ul li{
	float:left;
	width:32.3%;
	text-align:left;
	padding:0 5px;
}
.sec6-ul li:nth-child(2){ margin:0 1.5%;}
.sec6-p1{
    float: left;
    width: 100%;
    font-size:22px;
    line-height:24px;
	color:#393939;
	margin:35px 0 10px;
}
b{ font-weight:700;}
.sec6-ul li .sec1-p2{
	color:#393939;
	line-height:24px;
}
.clr-3e, .sec2-tbl th.clr-3e{
	color:#3e3e3e;
}
.sec2-tbl tr td.clr-6f6f6f{
	color:#6f6f6f;
}
/*-----------------------
CSS FOR FOOTER
-------------------------*/
footer { float: left; width: 100%; padding: 60px 0 30px;}
footer p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 25px;
}
footer p a { color: #000000; padding: 0 5px; text-transform: uppercase;}
/****************************************/
.section1-hm{
	float:left;
	width:100%;
	padding:70px 0;
	border-bottom:1px solid #e1e1e1;
}
.sec1hm-lft{ float:left; width:630px; text-align:left;}
.sec1hm-p1{
	float: left;
    width: 100%;
    font-size:40px;
    line-height:38px;
	color:#393939;
	font-weight:700;
	margin-bottom:25px;
}
.sec1hm-p2{
	float: left;
    width: 100%;
    font-size:20px;
    line-height:30px;
	color:#575757;
}
.sec1hm-rit {
    float: right;
    width: 500px;
    background: #ffecd6;
    padding: 40px 28px;
    text-align: left;
    border: 1px solid #f1d8bc;
    letter-spacing: -0.1px;
}
.sec1hm-p3{
	float:left;
	width:100%;
	font-size:18px;
    line-height:30px;
	color:#353535;
	text-align:center;
	font-family: 'nolan_nextmedium';
}
.formin-hm {
    width: 340px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    display: table;
    margin: 15px auto 0;
}
.formip1-hm {
    display: block;
    width: 242px;
    height: 50px;
    padding: 10px 10px 10px 20px;
    font-size: 18px;
	line-height:50px;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    float: left;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
	font-family: 'nolan_nextregular';
    outline: none;
}
.btnhm-submit {
    border: none;
    display: table;
    float: right;
    vertical-align: middle;
    outline: none;
    background: #ff8d0e;
    height: 50px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0 13px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'nolan_nextregular';
	cursor:pointer;
}
::-webkit-input-placeholder {color: #8c8c8c;}
:-moz-placeholder { color: #8c8c8c;}/* Firefox 18- */
::-moz-placeholder { color: #8c8c8c;}/* Firefox 19+ */
:-ms-input-placeholder { color: #8c8c8c;}

a.what {
    font-size: 18px;
    line-height: 22px;
    color: #484848;
    text-decoration: underline;
    display: table;
    width: 340px;
    margin: 10px 0 0 0;
	font-weight:600;
	text-align:center;
}

/*-======================================
CSS FOR MEDIA QUERY
==========================================-*/
.show-mob, .show-tab { display: none;}
.show-desk { display: block;}

@media only screen and (max-width:1199px) {
.container { width: 1004px;}
/*-----------------------
CSS FOR SECTION 1
-------------------------*/
.bnr-p3 { width: 55%;}
/*********************/
.sec1-lft, .sec1hm-lft { width: 58%;}
.sec1-rit, .sec1hm-rit { width: 38%; padding: 25px 25px;}
.sec1-p3 span {
    width: 52%;
}
/*-----------------------
CSS FOR SECTION 2
-------------------------*/
.sec2-tbl { width: 100%;}
/*-----------------------
CSS FOR SECTION 5
-------------------------*/
.tooltip, .tol-2, .tol-3, .tol-4, .tol-5, .tol-6, .tol-7 {
    left: 220px;
	top: 135px;
	height: 47px;
	width: 158px;
}
.tol-2 { left: 409px; width: 185px;}
.tol-3 { left: 623px; width: 233px;}
.tol-4 { left: 0; width: 229px; top: 222px;}
.tol-5 { left: 263px; width: 219px; top: 222px;}
.tol-6 { left: 518px; width: 193px; top: 222px;}
.tol-7 { left: 743px; width: 260px; top: 222px;}
.tol-8 { left: 204px; width: 168px; top: 311px;}
.tol-9 { left: 402px; width: 193px; top: 311px;}
.tol-10 { left: 626px; width: 155px; top: 311px;}
.tooltiptext {
    width: 300px;
	bottom: 65px;
	left: -46%;
	font-size: 18px;
	line-height: 24px;
}
/**************************/
.sec1hm-p3 { line-height: 26px;}

}

@media only screen and (max-width:1023px) {
.container { width: 755px;}
.show-mob, .show-desk { display: none;}
.show-tab { display: block;}
/*-----------------------
CSS FOR BANNER
-------------------------*/
.banner { padding: 50px 0 45px;}
.bnr-p1 { letter-spacing: 6px; font-size: 21px; line-height: 28px;}
.bnr-p2 { font-size: 80px; line-height: 75px;}
.bnr-p3 { width: 72%; line-height: 28px;}
.bnr-prd { margin: 25px auto 0; width: 80%;}
/*-----------------------
CSS FOR SECTION 1
-------------------------*/
.section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section1-hm { padding: 50px 0;}
.sec1-p1, .sec1hm-p1 { font-size: 35px; line-height: 35px; margin-bottom: 20px;}
.sec1-rit{ width: 40%; padding: 15px 20px;}
.sec1-p3 { font-size: 15px; line-height: 24px;}
/*-----------------------
CSS FOR SECTION 2
-------------------------*/
.sec2-tbl th { font-size: 18px; line-height: 20px;}
.sec2-tbl tr td { font-size: 17px; line-height: 19px;}
.sec2-tbl { margin: 30px 0 0;}
.sec2-tbl .pad-55 th {
    padding-top: 30px;
}
/*-----------------------
CSS FOR SECTION 4
-------------------------*/
.sec4-ul li { margin: 0 2px; padding:0 5px;}
/*-----------------------
CSS FOR SECTION 5
-------------------------*/
.process-img { margin: 30px 0 0;}
.sec5-ul li { float:left; width:23%; margin: 0 1%;}
.tooltip, .tol-2, .tol-3, .tol-4, .tol-5, 
.tol-6, .tol-7 { left: 165px; top: 93px; height: 36px; width: 119px;}
.tol-2 { left: 307px; width: 139px;}
.tol-3 { left: 468px; width: 176px;}
.tol-4 { left: 0; width: 172px; top: 159px;}
.tol-5 { left: 197px; width: 165px; top: 159px;}
.tol-6 { left: 389px; width: 145px; top: 159px;}
.tol-7 { left: 559px; width: 195px; top: 159px;}
.tol-8 { left: 154px; width: 125px; top: 225px;}
.tol-9 { left: 302px; width: 145px; top: 225px;}
.tol-10 { left: 470px; width: 118px; top: 225px;}
.tooltiptext {
    width: 280px;
	bottom: 52px;
	left: -66%;
	font-size: 16px;
	line-height: 22px;
	padding: 10px;
}
.tol-2 .tooltiptext{ left:-51%;}
.tol-3 .tooltiptext{ left:-30%;}
.tol-4 .tooltiptext{ left:-3%;}
.tol-5 .tooltiptext{ left:-33%;}
.tol-6 .tooltiptext{ left:-46%;}
.tol-7 .tooltiptext{ left:-41%;}
.tol-8 .tooltiptext{ left:-61%;}
.tol-9 .tooltiptext{ left:-45%;}
.tol-10 .tooltiptext{ left:-68%;}
/**************************/
.sec1hm-p3 { line-height: 24px; font-size: 17px;}
.formin-hm { width: 100%;}
.formip1-hm {
    width: 70%;
    height: 46px;
    padding: 10px 10px 10px 10px;
    font-size: 17px;
    line-height: 46px;
}
.btnhm-submit {
    height: 46px;
    padding: 0 7px;
    font-size: 17px;
    line-height: 46px;
    width: 30%;
}
a.what{
	width: 70%;
}
/*-----------------------
CSS FOR FOOTER
-------------------------*/
footer { padding: 40px 0 10px;}
/***************************/
.sec1hm-rit { width: 40%; padding: 25px 15px;}

}

@media only screen and (max-width:767px) {
.container { width: 100%; padding: 0 10px; max-width: 600px;}
.show-desk, .show-tab { display: none;}
.show-mob { display: block;}
/*-------------------------
CSS FOR LOGO BAR
--------------------------*/
.top-bar { padding: 10px 0 8px;}
.logo { max-width: 300px; width:100%; float:none;}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner { padding: 30px 0 25px;}
.bnr-p1 { letter-spacing: 5px; font-size: 19px; line-height: 24px;}
.bnr-prd { position:static; display:inline-block; width:100%; margin:10px 0 0;}
.bnr-p2 { font-size: 60px; line-height:58px;}
.bnr-p3 { font-size: 19px; line-height: 24px; margin-bottom: 12px; width: 100%;}
/*-----------------------
CSS FOR SECTION 1
-------------------------*/
.section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section1-hm { padding: 30px 0;}
.sec1-lft, .sec1hm-lft { width: 100%; text-align:center;}
.sec1-p1, .sec1hm-p1 { font-size: 28px; line-height: 32px; margin-bottom: 10px;}
.sec1-p2, .sec1hm-p2 { font-size: 18px; line-height: 27px;}
.sec1-rit{ width: 100%; padding: 10px; margin:20px 0 0;}
.sec1-p2{padding:0 15px;}
.sec1-p3 span {
    width: 50%;
}
/*-----------------------
CSS FOR SECTION 2
-------------------------*/
.sec2-tbl{ display:none;}
.tbl-mob{ float:left; width:100%;}
.tbl-div{
	float:left;
	width:100%;
	margin-top:15px;
	padding:20px;
	background:#fff;
	-moz-box-shadow: inset 0 0 10px #efefef;
	-webkit-box-shadow: inset 0 0 10px #efefef;
	box-shadow: inset 0 0 10px #efefef;
}
.s2-mb-p1{
	float: left;
    width: 100%;
    font-size: 19px;
    line-height: 25px;
    color: #575757;
	font-weight:700;
	text-align:left;
}
.s2-mb-p1 span{ color: #6f6f6f; font-weight:400; font-size:18px;	}
.s2-img-mob{ display:inline-block; max-width:100%; margin:15px 0 5px;}
.s2-mb-txt{ float: left; width: 100%;}
.s2-mb-p2{
	float: left;
    width: 50%;
    font-size: 15px;
    line-height: 18px;
    color: #323232;
	padding:0 5px;
}
/*-----------------------
CSS FOR SECTION 3
-------------------------*/
.section-3 .tbl-div{
	-moz-box-shadow: inset 0 0 10px #efefef;
	-webkit-box-shadow: inset 0 0 10px #efefef;
	box-shadow: inset 0 0 10px #efefef;
}
/*-----------------------
CSS FOR SECTION 4
-------------------------*/
.sec4-ul { margin: 5px 0 0;}
.sec4-ul li { margin: 20px 2px 0; padding: 0 8px; font-size: 17px; line-height: 20px;}
.sec4-ul li img { max-width:70px; width:100%;}
/*-----------------------
CSS FOR SECTION 5
-------------------------*/
.sec5-ul li { width: 100%; margin: 20px 0 10px; padding:0 20px;}
.tooltip, .tol-2, .tol-3, .tol-4, .tol-5, .tol-6, .tol-7, .process-img { display:none;}
.sec5-ul li:hover .tooltiptext{display:none;}
.sec5-ul li p{
	display:block;
	width:100%;
	color: #575757;
	font-size:18px;
	line-height:26px;
	}
.sec5-mob-slide{ float:left; width:100%; margin-bottom:5px;}
.mob-slide-stp{
	background:#7c9ed9;
	padding:20px 10px;
	float: left;
    width: 100%;
	opacity:0.3;
}
.prs-icon1{ max-width:100px; margin:0 auto 10px; width:100%;}
.sec5-p1{
	float: left;
    width: 100%;
    font-size: 28px;
    line-height: 30px;
    color: #393939;
	font-weight:700;
	margin:15px 0 20px;
}
.sec5-p2{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
	font-weight:600;
}
.sec5-p3{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
	margin:5px 0 0;
}

/*-----------------------
CSS FOR SECTION 6
-------------------------*/
.sec6-ul li { width: 100%; padding:0;}
.sec6-ul li:nth-child(2) { margin: 0 0;}
.sec6-p1 { font-size: 20px; margin: 20px 0 10px;}
/*-----------------------
CSS FOR FOOTER
-------------------------*/
footer { padding: 30px 0 15px;}
footer p { font-size: 16px; line-height: 22px; margin-bottom: 15px;}
/************************************/
.sec1hm-rit { width: 100%; padding: 15px 10px; margin:20px 0 0;}
.formip1-hm, .btnhm-submit { height: 40px; line-height: 40px;}

}

@media only screen and (max-width:380px) {
.bnr-p1 { letter-spacing: 2.8px;}
	
}
