@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Poppins', 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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
@font-face {
	font-family: 'Nantes';
	src: url('Nantes-Bold.woff2') format('woff2'),
	url('Nantes-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Nantes';
	src: url('Nantes-BoldItalic.woff2') format('woff2'),
		url('Nantes-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
	}
		
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.nav-sec{
	background:#fff;
	float:left;
	width:100%;
	height:80px;
	padding:15px 0;
	position:relative;
	z-index:1;
	
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 10%);	
	}
.logo{ float:left;}		
a.nav-btn{
    float:right;
    color:#000000;
    font-size:17px;
    text-align: center;
    width: 145px;
    height: 45px;
    line-height:45px;
	border-radius:9px;
	letter-spacing:0.5px;
	font-weight:500;
	border:1px solid #f76d01;
	margin-top:3px;
	}	
a.nav-btn:hover{ background:#f76d01; color:#fff;}	
 	
/*-----------------------
		BANNER
------------------------*/	
.bnr-section{
	background:url(../images/bnr-bg.jpg) no-repeat center top;	
	float:left;
	width:100%;
	height:730px;
	position:relative;
	}
.bnr-section:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:-20px;
	background:url(../images/dwn-arw.png) no-repeat;
	width:19px;
	height:45px;
	margin-left:-9px;	
	}		
.bnr-cont{
	float:left;
	width:42%;
	text-align:left;
	padding:55px 0;
	}
.bnr-heading{
    float: left;
    width: 100%;
    font-size: 60px;
    line-height: 70px;
	color:#1c2239;
	font-family: 'Nantes';
	font-weight: bold;
	}
.bnr-heading span{
	color:#138dd8;
	font-style:italic;
	}	
.bnr-para{
	float:left;
	width:100%;		
	font-size:17px;
	line-height:26px;
	color:#1c2239;
	letter-spacing:0.5px;
	margin-top:22px;
	padding-right:15px;
	}
.bnr-txt1{
	float:left;
	width:100%;		
	font-size:20px;
	line-height:26px;
	color:#010101;
	letter-spacing:0.3px;
	font-weight:600;
	margin-top:30px;
	}
.bnr-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
.bnr-list li{
	background:url(../images/tick.png) no-repeat left 7px;	
	float:left;
	width:100%;
	margin-top:8px;
	text-align:left;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#010101;
	font-weight:500;
	padding-left:30px;
	}
a.qualify-link{
	float:left;
	width:100%;		
	font-size:16px;
	line-height:16px;
	color:#f76d01;
	letter-spacing:0.3px;
	font-weight:600;
	font-style:italic;
	text-decoration:underline;
	margin-top:30px;
	}
	
.formBox{
	float:right;
	width:34%;
	background:rgba(35,145,213,0.9);
	border-radius:22px;
	padding:30px 20px 50px;
	margin-top:55px;
	
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}
.frm-head{
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
	font-family: 'Nantes';
    font-weight: bold;
	}
.frm-para{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
	letter-spacing:0.3px;
	margin:20px 0 15px;
	}	
.Frm-Elements{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	}					
.Frm-Elements .all-fld{
	font-size: 16px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    outline: none;
    color: #000;
	font-family: 'Poppins', sans-serif;
    padding: 0 20px;
    -webkit-appearance: none;
    border: 1px solid #e2e7ea;
	border-radius:10px;
	-webkit-appearance:none;
	box-shadow:0 2px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 2px 3px 1px rgba(0,0,0,0.1)
 	}				
.frm-btn{
	float:left;
	width:100%;
	height:65px;
	color:#ffffff;
    font-size:20px;
	line-height:65px;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
    text-align:center;
	background:#f76d01;
	letter-spacing:0.5px;
	border-radius:7px;
	outline:none;
	border:none;
	-webkit-appearance:none;
	margin-top:34px;
	cursor:pointer;
	}
.frm-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px -10px 0 10px;
	}					

/*-----------------------
Section-1
------------------------*/
.section-1{
	background:#fff;
	float:left;
	width:100%;
	padding:70px 0 80px;
	}
.s1-left{
	float:left;
	width:368px;
	}
.s1-left img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	border-radius:12px;
	}	
.s1-right{
	float:right;
	width:calc(100% - 368px);
	text-align:left;
	padding-left:50px;
	}
.common-para{
	float:left;
	width:100%;		
    font-size:17px;
	line-height:27px;
	color:#333333;
	letter-spacing:0.5px;
	margin-top:30px;
	}	
.top-0{ margin-top:0;}	
.s1-txt1{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #010101;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-top: 30px;	
	}
	
.study-box{
	float:left;
	width:100%;
	margin-top:25px;
	overflow:hidden;
	border-collapse: collapse;
	border:1px solid #e1e1e1;
	}	
.study-box th, .study-box td{	
	font-size:17px;
	line-height:26px;
	color: #333333;
	letter-spacing:0.3px;
	text-align: left;
	font-weight:500;
	padding:18px 25px;
	border:1px solid #e1e1e1;
	}	
.study-box td{
	padding:18px 25px;
	text-align:left;
	}			
	
/*-----------------------
Strip 
------------------------*/
.comon-strip{
	float:left;
	width:100%;
	background:#138dd8;
	padding:30px 0;
	}
.comon-strip-inr{
	float:left;
	width:100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.strip-cont{
	width:80%;
	text-align:left;
	}	
.strip-cont span{
	float:left;
	width:100%;
	font-size:34px;
	line-height:40px;
	color:#fff;
	letter-spacing:0.3px;
	font-family: 'Nantes';
	font-weight: bold;	
	}
.strip-cont p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#fff;
	letter-spacing:0.3px;
	margin-top:8px;
	}	
a.qualify-btn{
    background: #f76d01;
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 205px;
    height: 57px;
    line-height: 57px;
    border-radius: 9px;
    letter-spacing: 0.5px;
    font-weight: 500;
	}		

/*-----------------------
Section-2
------------------------*/
.section-2{
	background:#fff;
	float:left;
	width:100%;
	padding:70px 0 80px;
	}
.s2-lft{
	float:left;
	width:47%;
	text-align:left;
	}	
.common-heading{
	float:left;
	width:100%;
	font-size:55px;
	line-height:60px;
	color:#000000;
	font-family: 'Nantes';
	font-weight:bold;	
	}
.s2-list{
	float: right;
    width: 48%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s2-list li{
    float: left;
    width: 48%;
    text-align: center;
	border:1px solid #ebebeb;
	border-radius:12px;
	margin-top:25px;
	padding:40px 10px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}	
.s2-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
.s2-list li p{
	font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: left;
    letter-spacing: 0.3px;
	font-weight:600;
	}		

/*-----------------------
Section-3
------------------------*/
.section-3{
	background:#ecfdfe;
	float:left;
	width:100%;
	padding:70px 0 80px;
	}
.s3-block{
	float:left;
	width:100%;
	padding:0 80px;
	}	
.s3-right{
	float:right;
	width:65%;
	text-align:left;
	}	
.s3-big-logo{
	position:absolute;
	top:10px;
	left:80px;
	}	

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer-sec{
	float:left;
	width:100%;
	}
.footer1{
	float:left;
	width:100%;
	padding:60px 0 40px;
	border-bottom:1px solid #e7e7de;
	}
.footer-logo{
	display:block;
	margin:0 auto 0;
	}
.footer-seal{
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
	}	
.footer-text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#333;
	margin-top:25px;
	}
.footer-text a{
	font-size:16px;
	line-height:24px;
	padding:0 10px;
	letter-spacing:0.5px;
	}
.footer2{
	float:left;
	width:100%;
	padding:35px 0;
	}
ul.social-list{
	float:right;
	text-align:right;
	}
ul.social-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 15px;
	}
ul.social-list li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:30px;
	}
.footer2 .footer-text{ width:auto; margin-top:0;}
.footer2text{
	float:left;
	font-size:16px;
	letter-spacing:0.5px;
	}

/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}


/*=========Media Query==========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr-cont{ width:50%;}
.bnr-heading{ font-size:54px; line-height:64px;}
.formBox{ width:40%;}
.strip-cont{ width:70%;}

.s2-lft{ width:42%;}
.common-heading{ font-size:50px; line-height:56px;}
.s2-list{ width:54%;}
.s3-block{ padding:0;}
.s3-big-logo{ left:0;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.bnr-section{ height:auto; background-size:cover; background-position: right 60% top; padding:50px 0 60px;}
.bnr-cont{ padding:0;}
.bnr-heading{ font-size: 44px; line-height: 50px;}
.formBox{ width: 48%; margin: 0; padding:30px 20px 40px;}
.frm-head{ font-size:28px; line-height:36px;}
.frm-para{ font-size:13px; letter-spacing:normal; margin:15px 0 10px;}
.frm-btn{ font-size:18px; margin-top:30px;}
.Frm-Elements{ margin-top:15px;}

.section-1{ padding:55px 0 60px;}
.s1-left{ width:270px;}
.s1-right{ width: calc(100% - 270px); padding-left: 30px;}
.s1-txt1{ margin-top:25px;}
.study-box th, .study-box td { font-size: 16px; line-height: 24px; padding: 15px 20px;}

.strip-cont p{ font-size:18px; line-height:28px;}

.section-2{ padding:55px 0 60px;}
.s2-lft{ width:48%;}
.common-heading{ font-size: 38px; line-height: 48px;}
.common-para{ margin-top:20px;}
.top-0{ margin-top:0;}
.s2-list{ width: 49%;}
.s2-list li{ padding:30px 10px;}
.s2-list li img{ margin:0 0 10px;}
.s2-list li p{ float:left; width:100%; font-size:17px; line-height:23px; text-align:center;}

.section-3{ padding:55px 0 60px;}
.s3-big-logo{ width:225px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.nav-sec{ height:65px; padding:10px 0;}
.logo{ width:140px;}
a.nav-btn{ font-size: 16px; width: 135px; height: 40px; line-height: 40px; border-radius: 5px;}

.bnr-section{ background:#f9f9f9; padding:25px 0 40px;}
.bnr-cont{ width:100%;}
.bnr-heading{ font-size: 36px; line-height: 44px; text-align:center;}
.bnr-para{ font-size: 16px; line-height: 25px; margin-top: 20px; padding-right: 0;}
.bnr-txt1{ font-size: 17px; line-height: 23px; margin-top: 20px;}
.bnr-list li{ font-size: 16px; line-height: 24px; padding-left: 26px; margin-top: 5px;}
a.qualify-link{ display:none;}
.formBox{ width:100%; margin-top:22px; text-align:center; padding:25px 20px 30px;}
.frm-head{ font-size: 26px; line-height: 32px;}
.frm-para{ font-size:12px;}
.Frm-Elements .all-fld{ height:50px;}
.frm-btn{ font-size: 17px; margin-top: 25px;}
.frm-btn img{ width:7px;}

.section-1{ padding: 40px 0 35px;}
.s1-left{ width:100%; margin-top:22px;}
.s1-right{ width:100%; padding:0; margin-top:0;}
.common-para{ font-size:16px; line-height:25px; margin-top:15px;}
.top-0{ margin-top:0;}
.study-box{ margin-top:15px;}
.study-box th, .study-box td{ font-size: 15px; line-height: 24px; padding: 12px 10px;}

.comon-strip{ padding:25px 0 30px;}
.comon-strip-inr{ display: inline-block; vertical-align:top; text-align:center;}
.strip-cont{ width:100%; text-align:center;}
.strip-cont span{ font-size:26px; line-height:32px;}
.strip-cont p{ font-size: 16px; line-height: 24px; margin-top:15px;}

.section-2{ padding: 25px 0 35px;}
.s2-lft{ width:100%;}
.common-heading{ font-size: 30px; line-height: 38px;}
.s2-list{ width:100%; margin-top:10px;}
.s2-list li{ margin-top:18px; padding: 20px 5px;}
.s2-list li p{ font-size:15px; line-height:20px;}

.section-3{ padding: 30px 0;}
.s3-right{ width:100%;}
.s3-big-logo{ position:static; margin:20px auto 0; display:none;}

.footer1{ padding:0 0 20px;}
.footer-logo{ width:185px; margin:25px auto 0;}
.footer-seal{ width:140px; margin-top:20px;}
.footer-text{ margin-top:15px; font-size:13px; letter-spacing:0;}
.footer-text a{ font-size:13px; letter-spacing:0.5px; padding:0 6px;}
.footer2{ padding:20px 0 25px;}
ul.social-list{ width:100%; text-align:center;}
.footer2 .footer-text{ margin-top:15px; float:none; display:inline-block; vertical-align: top;}
.foterlink{ display:none;}
#ctabtn-mob{
	background: #000;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
a.qualify-btn-mob{ 
	display: inline-block; 
	vertical-align: middle; 
	background: #f76d01;
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 100%;
    height: 57px;
    line-height: 57px;
    border-radius: 9px;
    letter-spacing: 0.5px;
    font-weight: 500;
	}	
}

@media only screen and (max-width:360px){
.frm-para{ font-size:11px;}
.frm-btn{ font-size:16px;}
}