@charset "UTF-8";
/* CSS Document */
/* Global */
.clearfix:before, .clearfix:after{content: ""; display: table}
.clearfix:after{clear: both;}
.clearfix{zoom: 1;}

.left{float:left;}
.right{float:right;}

*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

body{
	position: relative;
	min-height: 100vh;
}

.wrapper{
	width: 90%;
	max-width: 1620px;
	margin: 0 auto;
}

.primary-btn{
	display: block;
	background: #30b3e7;
	text-align: center;
	font: 1.125em/3.555em 'SFProDisplay-Semibold' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
	border-radius: 65px;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s 0s;
}
.primary-btn:hover{
	background: #2596c3;
}

.secondary-btn{
	display: block;
	background: #84bf45;
	text-align: center;
	font: 1.125em/3.555em 'SFProDisplay-Semibold' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
	border-radius: 65px;
	cursor: pointer;
	transition: all 0.3s 0s;
}
.secondary-btn:hover{
	background: #6c9c39;
}

#container-new h5{
	font: 2.8125em/1.111em 'SFProDisplay-Heavy' ,Arial,Helvetica,sans-serif;
	color: #001928;
}

.divider{
	margin-top: 20px;
}
.divider img{
	display: block;
}

.mobile{display: none;}
.mob-overlay{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 11;
	display: none;
}
.open .mob-overlay{
	display: block;
}
body.open{
	overflow: hidden;
}
/* END Global */

/* Header */
#header-new{
	padding: 1.2em 0;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1111;
}
#header-new h1{
	margin-top: -5px;
}
#header-new h1 a{
	display: block;
}
#header-new h1 a img{
	display: block;
}
#header-new .nav-lst{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#header-new .nav-lst .nav-lst-cnt{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#header-new .nav-lst li{
	display: block;
	float: left;
	margin-left: 4.6875em;
}
#header-new .nav-lst li a{
	display: block;
	font: 1.125em/1.388em 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	color: rgba(0, 0, 0, 0.7);
	transition: all 0.3s 0s;
}
#header-new .nav-lst li.active a{
	font: 1.125em/1.388em 'SFProDisplay-Medium' ,Arial,Helvetica,sans-serif;
}
#header-new .nav-lst li a:hover,
#header-new .nav-lst li.active a{
	color: #30b3e7;
}
#header-new .nav-lst li a span{
	display: block;
	width: 1.111em;
	height: 3px;
	border-radius: 3px;
	background: #30b3e7;
	margin: 5px auto 0 auto;
	opacity: 0;
	transition: all 0.3s 0s;
}
#header-new .nav-lst li.active a span{
	opacity: 1;
}
#header-new .login-btn{
	width: 6.111em;
	line-height: 3.333em;
	margin-left: 2.777em;
}
#header-new .srch-btn{
	width: 3.333em;
	height: 3.333em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-left: 0.83333em;
}
#header-new .srch-btn img{
	width: 1.4em;
	display: inline-block;
	vertical-align: middle;
}
/* END Header */

/* Container */
#container{
	display: block;
}
/* Journey */
#journey-sec{
	position: relative;
	z-index: 1;
	margin-bottom: 5em;
	padding-top: 1.25em;
}
#journey-sec .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#journey-sec .vid-hldr{
	width: 55em;
	height: 38.75em;
	margin-left: 5em;
	/* box-shadow: 0px 15px 10px -15px #000; */
}
#journey-sec .vid-hldr iframe{
	display: block;
	width: 100%;
	height: 100%;
}
#journey-sec .cnt-hldr{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
#journey-sec .cnt-hldr h2{
	font: 3.4375em/1.454em 'SFProDisplay-Heavy' ,Arial,Helvetica,sans-serif;
    color: #001928;
}
#journey-sec .cnt-hldr p{
	font: 1.25em/1.75em 'SFProDisplay-Medium' ,Arial,Helvetica,sans-serif;
    color: #a0a0a0;
    padding: 2.5em 0 3em 0;
}
#journey-sec .cnt-hldr p b{
	font: 1.25em/1.75em 'SFProDisplay-Bold' ,Arial,Helvetica,sans-serif;
    color: #a0a0a0;
}
#journey-sec .cnt-hldr .primary-btn{
	width: 11.1111em;
}
/* END Journey */

/* Online Classes Section */
#online-classes-sec{
	position: relative;
	z-index: 1;
	padding-bottom: 9.375em;
}
#online-classes-sec .class-ovly{
	position: absolute;
	left: 0;
	top: -85px;
	z-index: 0;
	width: 11.5em;
}
#online-classes-sec .class-mob-ovly,
#online-classes-sec .class-mob-ovly-right{display: none;}
#online-classes-sec .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	z-index: 1;
}
#online-classes-sec .img-hldr{
	position: relative;
	left: -5.3125em;
	width: 53.5%;
}
#online-classes-sec .img-hldr img{
	display: block;
}
#online-classes-sec .cnt-hldr{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding-top: 6.875em;
}
#online-classes-sec .cnt-hldr .heading{
	margin-bottom: 3.75em;
	margin-left: -6.875em;
}
#online-classes-sec .cnt-hldr .heading .divider img{
	margin: 0 auto;
}
#online-classes-sec .cnt-hldr p{
	width: 90%;
	font: 1.125em/1.944em Arial,Helvetica,sans-serif;
	color: #001928;
	margin-bottom: 2.2222em;
}
/* END Online Classes Section */

/* Features */
#features-sec{
	position: relative;
	z-index: 1;
}
#features-sec .feature-ovly{
	position: absolute;
	/*top: -80px;*/
	width: 9em;
    top: -3.5em;
	z-index: 0;
}
#features-sec .feature-tree{
	width: 6.4em;
	position: absolute;
	bottom: -11em;
	right: 0;
	z-index: 0;
}
#features-sec .feature-ovly img{
	display: block;
}
#features-sec .wrapper{
	position: relative;
	z-index: 1;
}
#features-sec h5{
	text-align: center;
}
#features-sec .divider img{
	margin: 0 auto;
}
#features-sec .features-lst{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 3.75em;
}
#features-sec .features-lst li{
	background: #ffffff;
	text-align: center;
	margin-right: 2.8125em;
	box-shadow: 0 0 25px rgba(0, 25, 40, 0.1);
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding: 3.75em 3.125em 2.1875em 3.125em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	position: relative;
}
#features-sec .features-lst li:last-child{
	margin: 0;
}
#features-sec .features-lst li > div{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
#features-sec .features-lst .img-hldr{
	margin-bottom: 1.5625em;
}
#features-sec .features-lst .img-hldr img{
	display: block;
	margin: 0 auto;
}
#features-sec .features-lst h6{
	font: 1.5625em/1.2em 'SFProDisplay-Bold' ,Arial,Helvetica,sans-serif;
	color: #000000;
}
#features-sec .features-lst p{
	font: 1.125em/1.66em Arial,Helvetica,sans-serif;
	color: #a0a0a0;
	padding: 1.111em 0 1.6666em 0;
}
#features-sec .features-lst li > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#features-sec .features-lst li > span{
	display: inline-block;
	font: 1.125em/1.111em 'Poppins', Arial,Helvetica,sans-serif;
	color: #84bf45;
	font-weight: 600;
	transition: all 0.3s 0s;
}
#features-sec .features-lst li > span:hover{
	color: #6c9c39;
}
/* END Features */

/* Our Courses Section */
#our-courses-sec{
	padding: 10.625em 0 15.625em 0;
	position: relative;
}
#our-courses-sec .our-courses-ovly{
	position: absolute;
    /*top: -282px;*/
	top: -17.5em;
	width: 46.5em;
    z-index: 0;
}
#our-courses-sec .wrapper{
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#our-courses-sec .divider{
	margin-top: 10px;
}
#our-courses-sec .img-hldr{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	margin-left: 3.125em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
#our-courses-sec .img-hldr img{
	display: block;
}
#our-courses-sec ul.courses-lst{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 4.375em;
}
#our-courses-sec ul.courses-lst li{
	width: 24.4em;
	margin-right: 1.875em;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 0 25px rgba(0, 25, 40, 0.1);
	position: relative;
}
#our-courses-sec ul.courses-lst li .link-btn{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#our-courses-sec ul.courses-lst li.complete-lst{
	padding: 3.125em 0;
	border-radius: 10px;
}
#our-courses-sec ul.courses-lst li.complete-lst h6{
	font: 1.5625em/1.2em 'SFProDisplay-Semibold' ,Arial,Helvetica,sans-serif;
	color: #30b3e7;
	margin-bottom: 1.4em;
}
#our-courses-sec ul.courses-lst li.complete-lst p{
	font: 1.5625em/1.2em 'SFProDisplay-Bold' ,Arial,Helvetica,sans-serif;
	color: #a0a0a0;
}
#our-courses-sec ul.courses-lst li.complete-lst .new-price{
	font: 2.25em/1.11em 'SFProDisplay-Bold' ,Arial,Helvetica,sans-serif;
	color: #2fb400;
	margin: 0.555em 0 0.833em 0;
}
#our-courses-sec ul.courses-lst li.complete-lst .primary-btn{
	position: relative;
	z-index: 1;
	width: 8.8889em;
	margin: 0 auto;
}
#our-courses-sec ul.courses-lst li.demo-lst{
	border-radius: 5px;
	padding: 3.125em;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
#our-courses-sec ul.courses-lst li.demo-lst h6{
	font: 1.5625em/1.2em 'SFProDisplay-Semibold' ,Arial,Helvetica,sans-serif;
	color: #84bf45;
}
#our-courses-sec ul.courses-lst li.demo-lst p{
	font: 1em/2.1875em 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	color: #a0a0a0;
}
#our-courses-sec ul.courses-lst li.demo-lst .secondary-btn{
	width: 8.8889em;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
/* END Our Courses Section */
/* END Container */

/* Footer */
#footer-new{
	position: relative;
}
#footer-new .footer-ovly{display: none;}
#footer-new .foot-hldr .addrs-hldr a{
	display: inline-block;
}
#footer-new .foot-hldr .addrs-hldr img{
	margin-bottom: 2.5em;
	display: block;
}
#footer-new .foot-hldr .addrs-hldr p{
	font: 1em/1.875em 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	color: rgba(0, 0, 0, 0.7);
}
#footer-new .foot-hldr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 4.0625em 0 3.125em 0;
}
#footer-new .foot-hldr .foot-ech-cnt{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
#footer-new .foot-hldr h6{
	font: 1.75em/1.428em 'SFProDisplay-Bold' ,Arial,Helvetica,sans-serif;
	color: #000000;
	margin-bottom: 1.428em;
}
#footer-new .foot-hldr .foot-lst li{
	font: 1em/1.25em 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 1.875em;
}
#footer-new .foot-hldr .foot-lst li:last-child{
	margin: 0;
}
#footer-new .foot-hldr .foot-lst li a{
	font: 1em/1.25em 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	color: rgba(0, 0, 0, 0.7);
	transition: all 0.3s 0s;
}
#footer-new .foot-hldr .foot-lst li a:hover{
	color: #000000;
}
#footer-new .foot-hldr .foot-lst li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.25em;
}
#footer-new .foot-hldr .social-links a{
	display: block;
	margin-right: 0.9375em;
	transition: all 0.3s 0s;
}
#footer-new .foot-hldr .social-links a:hover{
	opacity: 0.7;
}
#footer-new .foot-hldr .social-links a img{
	display: block;
}
#footer-new .line-break{
	height: 1px;
	background: rgb(242,245,239);
	background: -webkit-linear-gradient(left, rgba(242,245,239,0.2) 0%, rgba(216,218,213,1) 50%, rgba(242,245,239,0.2) 100%);
	background: -o-linear-gradient(left, rgba(242,245,239,0.2) 0%, rgba(216,218,213,1) 50%, rgba(242,245,239,0.2) 100%);
	background: linear-gradient(to right, rgba(242,245,239,0.2) 0%, rgba(216,218,213,1) 50%, rgba(242,245,239,0.2) 100%);
}
#footer-new .copyright{
	text-align: center;
	font: 1em/1.25em 'Poppins', Arial,Helvetica,sans-serif;
	color: #000000;
	padding: 1.5625em 0;
}
#footer-new .foot-bg{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1340px;
	z-index: -1;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(132,191,69,0.05) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(132,191,69,0.05) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(132,191,69,0.05) 100%);
}
/* END Footer */


/* Login */
label{
	display: block;
	font: 1.125em/1.667em 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	color: #000000;
	margin-bottom: 0.5556em;
}
.primary-input{
	display: block;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	font: 1.125em/3.5em 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	color: #001928;
	padding: 0 1.666em;
	outline: none;
	transition: all 0.3s 0s;
}
.primary-input:hover,
.primary-input:focus{
	border-color: #b9b9b9;
}
.primary-input::placeholder{
	color: #a0a0a0;
}
textarea.primary-input{
	resize: none;
	height: 6.7778em;
}
.link-btn{
	display: block;
	font: 1.125em/1em 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	color: #30b3e7;
	cursor: pointer;
	transition: all 0.3s 0s;
}
.link-btn:hover{
	color: #2596c3;
	transition: all 0.3s 0s;
}
.link-btn-02{
	display: inline-block;
	font: 1.125em/1.666em 'SFProDisplay-Semibold' ,Arial,Helvetica,sans-serif;
	color: #84bf45;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s 0s;
}
.link-btn-02:hover{
	color: #abd25c;
}
.link-btn-02:after{
	content: '';
	display: block;
	border-bottom: 2px solid #84bf45;
	position: relative;
	left: 0;
	width: 100%;
	transition: all 0.3s 0s;
}
.link-btn-02:hover:after{
	border-color: #abd25c;
	transition: all 0.3s 0s;
}
.form-row{
	margin-top: 2.1875em;
}
.forgt-pass{
	margin: 1em 0 3em 0;
}

#login-section{
	padding: 0 0 3.75em 0;
	position: relative;
}
#login-section .login-ovly-one{
	width: 44.6875em;
	position: absolute;
	top: -8em;
	left: 0;
	z-index: 111;
}
#login-section .login-ovly-one img{
	display: block;
	width: 100%;
}
#login-section .login-ovly-two{
	width: 10.4375em;
	position: absolute;
    right: 0;
    top: -1.875em;
    z-index: 111;
}
#login-section .login-ovly-two img{
	display: block;
	width: 100%;
}
#login-section .login-ovly-three{
	width: 17.375em;
	position: absolute;
	bottom: 0;
	left: 40%;
}
#login-section .login-ovly-three img{
	display: block;
	width: 100%;
}
#login-section .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	z-index: 999;
}
#login-section .img-hldr{
	width: 40%;
	padding-right: 2em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-right: 10%;
}
#login-section .img-hldr img{
	display: block;
}
#login-section .cnt-hldr{
	width: 35em;
	padding-top: 2.25em;
}
#login-section .or-hldr{
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 1em 0 1em 0;
}
#login-section .or-hldr span{
	display: block;
	margin: 0 auto;
	font: 1.125em/1.666em 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	color: #a0a0a0;
	padding: 0 0.83333em;
	text-transform: uppercase;
}
#login-section .or-hldr .line-break-left{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	height: 1px;
	background: rgb(229,230,232);
    background: linear-gradient(-90deg, rgba(229,230,232,1) 0%, rgba(253,253,253,1) 50%);
}
#login-section .or-hldr .line-break-right{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	height: 1px;
	background: rgb(229,230,232);
	background: -webkit-linear-gradient(left, rgba(229,230,232,1) 0%, rgba(253,253,253,1) 50%);
	background: -o-linear-gradient(left, rgba(229,230,232,1) 0%, rgba(253,253,253,1) 50%);
	background: linear-gradient(to right, rgba(229,230,232,1) 0%, rgba(253,253,253,1) 50%);
}
#login-section .social-btns{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
#login-section .facebook-btn{
	width: 11.1112em;
	height: 3.6112em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
    background: #3b5999;
    text-align: center;
    font: 1.125em/1.666em 'SFProDisplay-Bold' ,Arial,Helvetica,sans-serif;
    color: #ffffff;
    border-radius: 65px;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s 0s;
    margin-right: 2.7778em;
}
#login-section .facebook-btn:hover{
	background: #284175;
}
#login-section .facebook-btn img{
	display: block;
	margin-right: 15px;
}
#login-section .google-btn{
	width: 11.1112em;
	height: 3.6112em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
    background: #dd4b39;
    text-align: center;
    font: 1.125em/1.666em 'SFProDisplay-Bold' ,Arial,Helvetica,sans-serif;
    color: #ffffff;
    border-radius: 65px;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s 0s;
    margin-left: 2.7778em;
}
#login-section .google-btn:hover{
	background: #b94031;
}
#login-section .google-btn img{
	display: block;
	margin-right: 15px;
}
#login-section .primary-btn{
	width: 8.8889em;
	margin: 0 auto;
}
#login-section .create-hldr{
	text-align: center;
	margin-top: 2.125em;
}
/* END Login */

/* Contact US */
#contact-us{
	padding-top: 1em;
	position: relative;
}
#contact-us .contact-us-ovly-one{
	width: 9.75em;
	position: absolute;
	top: 11em;
	right: 0;
}
#contact-us .contact-us-ovly-one img{
	display: block;
	width: 100%;
}
#contact-us .contact-us-ovly-two{
	width: 9.75em;
	position: absolute;
	bottom: 5.625em;
	left: 0;
}
#contact-us .contact-us-ovly-two img{
	display: block;
	width: 100%;
}
#contact-us h5{
	text-align: center;
}
#contact-us .divider img{
	margin: 0 auto;
}
#contact-us .contact-us-cnt{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 2.75em 0 3.75em 0;
}
#contact-us .img-hldr{
	width: 51%;
}
#contact-us .img-hldr img{
	display: block;
	margin: 6.25em 0 0 -4.0625em;
}
#contact-us .cnt-hldr{
	width: 44.375em;
	background: #ffffff;
	padding: 2.75em 3.4375em 1.8125em 3.4375em;
	border-radius: 25px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
	margin-right: 3.125em;
}
#contact-us .cnt-hldr .primary-btn{
	    width: 8.8889em;
	margin: 0 auto;
}
#contact-us .cnt-hldr .form-row{
	margin-top: 1.25em;
}
#contact-us .cnt-hldr .form-row.message-blk{
	margin: 1.875em 0;
}
#contact-us .g-recaptcha{
	margin-bottom:15px;
}
/* END Contact US */


/* Features */
.feature-cnt{
	/* padding-top: 5em; */
	padding-top: 2em;
	position: relative;
}
.fea-ovly-one{
	width: 59.8125em;
	position: absolute;
	top: -7.1875em;
	right: 0;
	z-index: 111;
}
.fea-ovly-one img{
	display: block;
	width: 100%;
}
.fea-ovly-two{
	width: 8.8125em;
    position: absolute;
    top: -14.375em;
    z-index: 111;
}
.fea-ovly-two img{
	display: block;
	width: 100%;
}
.fea-ovly-three{
	width: 6.4em;
    position: absolute;
    bottom: -10em;
    right: 0;
    z-index: 0;
}
.fea-ovly-three img{
	display: block;
	width: 100%;
}
.fea-ovly-four{
	width: 26.4375em;
	position: absolute;
	top: -2.75em;
	z-index: 1;
}
.fea-ovly-four img{
	display: block;
	width: 100%;
}
.fea-ovly-five{
	width: 42.8125em;
	position: absolute;
	top: -10.5em;
	right: 0;
	z-index: 1;
}
.fea-ovly-five img{
	display: block;
	width: 100%;
}
.fea-ovly-six{
	width: 8.0625em;
	position: absolute;
	right: 0;
	bottom: -4em;
	z-index: 1;
}
.fea-ovly-six img{
	display: block;
	width: 100%;
}
.fea-ovly-seven{
	width: 9.0625em;
	position: absolute;
	top: -12.5em;
	left: 0;
}
.fea-ovly-seven img{
	display: block;
	width: 100%;
}
.fea-ovly-eight{
	width: 24.4375em;
	position: absolute;
	top: -8.625em;
	left: 0;
}
.fea-ovly-eight img{
	display: block;
	width: 100%;
}
.feature-cnt .feature-sec{
	margin-bottom: 4.75em;
	position: relative;
}
/* .feature-cnt .feature-sec.who-should-join{margin-bottom: 0;} */
.feature-cnt .feature-sec.course-details .cnt-hldr{
	position: relative;
	z-index: 111;
}
.feature-cnt .feature-sec .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.feature-cnt .img-right .wrapper{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.feature-cnt .course-details .img-hldr{
    width: 46.5%;
}
.feature-cnt .feature-sec .img-hldr img{
	display: block;
	width: 100%;
}
.feature-cnt .important-points .img-hldr{
	width: 41.7%;
}
.feature-cnt .feature-sec .cnt-hldr{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding-left: 6.25em;
}
.feature-cnt .important-points .cnt-hldr{
	padding-top: 3.4375em;
}
.feature-cnt .other-benefits .cnt-hldr{
	padding-top: 4.375em;
}
.feature-cnt .who-should-join .cnt-hldr{
	padding-top: 5.312em;
}
.feature-cnt .img-right .cnt-hldr{
	padding-left: 0;
	padding-right: 6.25em;
}
.feature-cnt .heading-cnt{
	margin-bottom: 3.75em;
}
.feature-cnt .course-details .img-hldr img{
	padding-top: 5em;
	margin-left: -2.5em;
}
.feature-cnt .other-benefits .img-hldr{
	width: 43.8%;
}
.feature-cnt .who-should-join .img-hldr{
	width: 41%;
}
ul.fea-lst{
	list-style-image: url('../../images/front/blue-arw.png');
	margin-left: 25px;
	width: 80%;
}
ul.fea-lst.green-arw{
	list-style-image: url('../../images/front/green-arw.png');
}
ul.fea-lst li{
	font: 1.125em/1.944em Arial,Helvetica,sans-serif;
	color: #000000;
	padding-left: 10px;
	margin-bottom: 0.555em;
}
.feature-cnt .who-should-join ul.fea-lst{
	width: 100%;
}
#contact-us h5.feature_contact{
	    padding-top: 2em;
}
/* END Features */

/* Header Drop Down */
#header-new .nav-lst .drop-hldr{
	position: relative;
	margin-left: 10px;
}
#header-new .nav-lst .drop-hldr .home-dash .menu{
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 3px 9px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.04);
	width: 190px;
}
#header-new .nav-lst .drop-hldr .home-dash .menu li{
	width: 100%;
	float: none;
	margin: 0;
	border-bottom: 1px solid #e2e2e2;
}
#header-new .nav-lst .drop-hldr .home-dash .menu li a{
	padding: 5px 15px 5px 15px;
	font: 12px/15px 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
}
#header-new .nav-lst .drop-hldr .home-dash .menu li a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#header-new .nav-lst .drop-hldr .home-dash .menu li a span{
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	margin: 0;
	opacity: 1;
	vertical-align: middle;
}
#header-new .nav-lst .drop-hldr .home-dash .menu{
	display: none;
}
#header-new .nav-lst .drop-hldr .home-dash .menubar li a span{
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	margin: 0;
	opacity: 1;
	vertical-align: middle;
}
#header-new .nav-lst .drop-hldr .home-dash .menubar li{
	float: none;
	margin: 0 0 0 10px;
}
#header-new .nav-lst .drop-hldr .home-dash .menubar li .usertext{
	font: 14px/20px 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
	margin-right: 10px;
}
#header-new .nav-lst .drop-hldr .home-dash .menubar li .userpicture{
	width: 27px;
	height: 30px;
	vertical-align: middle;
	display: inline-block;
}
#header-new .nav-lst .nav-lst-cnt > ul{
	margin-top: 10px;
}
#header-new .nav-lst .drop-hldr .menu li .filler{
	display: none;
}
#srchInpt, #srchInpt_wrapper{
	transition: all 0.3s ease-out;
}
.srch-input{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	max-width: 800px;
	margin: 8% auto;
	right: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(4,5,5,0.25);
	-moz-box-shadow: 0px 5px 5px 0px rgba(4,5,5,0.25);
	box-shadow: 0px 5px 5px 0px rgba(4,5,5,0.25);
	transition: all 0.3s ease-out;
}
.popup_visible #srchInpt {
    transform: translateX(0) translateY(0);
}
.srch-input input {
    display: block;
    width: 100%;
    border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
    border-bottom: 2px solid #30b3e7;
    padding: 12px 20px;
    font: 16px/20px 'SFProDisplay-Regular' ,Arial,Helvetica,sans-serif;
    color: #3d3d3d;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* END Header Drop Down */

/* .g-recaptcha {
	transform-origin: left top;
  -webkit-transform-origin: left top;
} */

/* 28-05-2021 START */ 
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800|Oswald:300,400,700|Roboto:300,400,700&display=swap");
.menutop {
  padding: 30px 0; }
  @media (min-width: 767px) {
    .menutop .btn {
      margin-top: 35px; }
    .menutop .right {
      text-align: right; }
      .menutop .right .row {
        float: right; } }
  @media (max-width: 767px) {
    .menutop .btn {
      margin-top: 5px; }
    .menutop .right {
      margin-top: 20px; }
    .menutop .btn-en-mobile {
      margin-top: 30px; } }

.btn {
  border-radius: 30px;
  font-size: 14px;
  padding: 6px 20px; }

.btn-primary {
  background-color: #30B3E7;
  border-color: #30B3E7; }
  .btn-primary:hover {
    background-color: #107CC1;
    border-color: #107CC1; }

body {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 180%; }

.btn {
  border-radius: 30px;
  font-size: 14px;
  padding: 6px 20px; }

.btn-primary {
  background-color: #30B3E7;
  border-color: #30B3E7; }

.btn-primary:hover {
  background-color: #107CC1;
  border-color: #107CC1; }

h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
  margin: 0;
  padding: 10px 0; }

a {
  transition: all .5s;
  color: #333; }
  a:hover {
    text-decoration: none; }

section {
  padding: 80px 0;
  overflow: hidden; }
  @media (min-width: 1400px) {
    section {
      padding: 100px 0; } }

a {
  outline: none !important; }

a:hover, a:visited, a:link, a:active {
  text-decoration: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.line-heading span {
  border-bottom: 2px solid #30B3E7;
  display: inline-block;
  width: 50px; }

.line-heading b {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 5px;
  font-size: 12px;
  letter-spacing: 1px; }

.line-heading h2 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Poppins", sans-serif; }

.heading {
  margin-bottom: 30px;
  text-align: center; }
  .heading h2 {
    font-size: 35px;
    text-align: center;
    line-height: 150%;
    padding: 0 0 0 0;
    margin: 0;
    font-weight: 700;
    font-family: "Poppins", sans-serif; }
    .heading h2 b, .heading h2 strong {
      font-weight: 700;
      color: #30B3E7; }
  .heading .separator {
    border-bottom: 3px solid #999;
    width: 100px;
    display: inline-block; }
  @media (max-width: 767px) {
    .heading h2 {
      font-size: 25px; } }

.subheading {
  font-size: 20px;
  text-align: center;
  line-height: 180%;
  padding: 20px 0 30px 0;
  margin: 0; }

.heading2 {
  text-align: center; }
  .heading2 .bg {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 110px;
    color: #efefef;
    text-transform: uppercase;
    z-index: 1;
    line-height: 100%; }
  .heading2 h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #2B2B2B;
    z-index: 2;
    margin-top: -95px; }
  .heading2 h3 {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: -20px;
    letter-spacing: 2px; }

.page-header-sff {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 0;
  border-bottom: 0;
  background-color: #333;
  background-attachment: scroll;
  background-position: center center;
  background-size: 100% auto;
  color: #fff; }
  .page-header-sff .overlay {
    padding: 90px 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center; }
    .page-header-sff .overlay h2 {
      margin: 0;
      padding: 0;
      font-size: 50px;
      letter-spacing: 4px;
      font-weight: 700;
      font-family: "Poppins", sans-serif; }
  @media (max-width: 767px) {
    .page-header-sff {
      background-size: auto 100%; }
      .page-header-sff .overlay {
        padding: 50px 0; }
        .page-header-sff .overlay h2 {
          font-size: 30px;
          letter-spacing: 3px; } }

.comingsoon {
  font-size: 50px;
  text-align: center;
  padding: 100px 0; }

.social {
  margin: 20px 0 10px 0;
  text-align: right; }
  .social a {
    background-color: #333;
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    color: white; }
    .social a i {
      text-decoration: none;
      font-size: 1.2em;
      margin: 0;
      padding: 0;
      line-height: 30px; }

.social1 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social1 li {
    float: left;
    padding-right: 10px; }
  .social1 i {
    font-size: 15px;
    line-height: 27px; }
  .social1 a {
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 3px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    width: 30px;
    text-align: center; }
    .social1 a:hover {
      background: #30B3E7;
      color: #fff !important;
      border: 1px solid #30B3E7;
      color: #fff !important; }

.fullh {
  min-height: 100%;
  min-height: 100vh;
  display: table;
  margin: auto;
  width: 100%; }

.fullh > div {
  vertical-align: middle;
  display: table-cell; }

input[type=text] {
  padding: 10px 10px;
  border-radius: 0 !important;
  height: 40px; }

textarea {
  padding: 10px 10px;
  border-radius: 0 !important; }

select {
  /*padding: 10px 10px;
  border-radius: 0 !important;*/ }

.banner {
  padding-bottom: 80px;
  color: #fff; }
  .banner h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px; }
  .banner ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .banner ul li {
      background: transparent url('../../images/tick.png') scroll no-repeat left 5px;
      background-size: 18px 18px;
      padding-left: 30px;
      padding-bottom: 5px; }
  @media (max-width: 767px) {
    .banner {
      background-color: #2FAFE2;
      margin-left: -15px;
      margin-right: -15px;
      padding-top: 50px;
      margin-bottom: 20px;
      margin-top: 30px;
      padding-bottom:0px; } }

.form-wrap {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  color: #333; }
  .form-wrap h2 {
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0; }
  .form-wrap .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    outline: none !important;
    font-size: 15px; }
  .form-wrap .form-group {
    margin-bottom: .7rem; }
  .form-wrap .login {
    /* style inputs and link buttons */
    /* add appropriate colors to fb, twitter and google buttons */ }
    .form-wrap .login .row {
      margin: auto; }
    .form-wrap .login a {
      display: inline-block;
      margin: 0 10px; }
      .form-wrap .login a images {
        width: 40px; }
    .form-wrap .login h5 {
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      margin-top: 20px;
      color: #666; }
    .form-wrap .login input,
    .form-wrap .login .btn {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 4px;
      margin: 3px 0;
      opacity: 0.85;
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      text-decoration: none;
      /* remove underline from anchors */ }
    .form-wrap .login .fa-fw {
      font-size: 18px; }
    .form-wrap .login input:hover,
    .form-wrap .login .btn:hover {
      opacity: 1; }
    .form-wrap .login .fb {
      background-color: #4B70AB;
      color: white; }
    .form-wrap .login .twitter {
      background-color: #55ACEE;
      color: white; }
    .form-wrap .login .google {
      background-color: #DD4B39;
      color: white; }
  .form-wrap.form-mobile {
    margin-bottom: 40px; }

.content-land {
  background-color: #F6F6F6;
  padding: 80px 0;
  position: relative; }
  .content-land h3 {
    font-size: 20px;
    line-height: 180%; }
  .content-land .bg-half {
    background-color: #30B3E7;
    min-height: 65vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  @media (max-width: 767px) {
    .content-land {
      padding: 40px 0; }
      .content-land .bg-half {
        background-color: transparent !important; }
      .content-land h3 {
        font-size: 20px; }
      .content-land .faq-wrap {
        margin-bottom: 30px; } }

.faq-wrap {
  padding: 30px;
  margin-top: 40px;
  border-radius: 10px; }

.faq .accordion .card-header a:after {
  content: "\f067";
  /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  left: 25px;
  top: 25px; }

.faq .accordion .card-header a[aria-expanded="true"]:after {
  content: "\f068";
  /* fa-chevron-up */ }

.faq .card {
  margin-top: 20px;
  border: 0; }
  .faq .card .btn {
    border-radius: 0; }
  .faq .card .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #fff; }
    .faq .card .card-header a {
      display: block;
      cursor: pointer;
      padding: 15px 30px 15px 60px;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      color: #333;
      line-height: 180%; }
      .faq .card .card-header a i {
        margin-right: 10px; }
      .faq .card .card-header a.collapsed {
        background-color: #fff; }
  .faq .card .card-body {
    padding: 20px 50px 40px 60px;
    background-color: #fff;
    color: #666; }
    .faq .card .card-body .list-group-item {
      background-color: transparent;
      font-weight: 500; }
    .faq .card .card-body p {
      margin-bottom: 0; }

@media (max-width: 767px) {
  .faq {
    border: 0;
    padding: 0px; } }

.footer-land {
  background: #F8F8F8 url('../../images/footer.jpg') scroll no-repeat center center;
  background-size: 100% auto;
  font-size: 18px;
  text-align: center;
  background-color: #fff; }
  .footer-land h2 {
    font-size: 45px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 30px; }
  .footer-land h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 200px; }
  @media (max-width: 767px) {
    .footer-land {
      background-size: auto 100%;
      font-size: 16px; }
      .footer-land h2 {
        font-size: 30px; }
      .footer-land h4 {
        font-size: 18px; } }

@media (min-width: 768px) {
  .sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Position the items */ }
  .make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 15px 15px 0 15px; } }

@media (max-width: 767px) {
  .seal {
    text-align: center !important; }
    .seal h3 {
      margin-bottom: 10px; }
    .seal images {
      height: 90px; } }

@media (min-width: 768px) {
  .seal h3 {
    margin-top: 10px; }
    .seal h3 span {
      display: block; }
  .seal images {
    height: 100px; } }

/* 28-05-2021 END */ 


/* 10-06-2021 */
.secondary-btn.view-btn{
	padding: 0 2em;
    margin-left: 1em;
	line-height: 3.333em;
}
.terms-cond{
	font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    color: #666;
    margin: 0;
}
body{
	font-family: "Poppins", sans-serif  !important;
}
.secondary-btn:hover,
.primary-btn:hover{
	text-decoration: none;
	color: #ffffff;
}
body a:hover{text-decoration: none;}
.landing-content > *{
	font-family: "Poppins", sans-serif  !important;
}
.landing-content .banner ul li{
	font-size: 15px;
	line-height: 27px;
}
.landing-content p.mt-4{
	font-size: 15px;
	line-height: 27px;
}
.landing-content .form-group{position: relative;}
.landing-content .errorSpan{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9;
}
#header-new .nav-lst .nav-lst-cnt > ul{
	margin: 10px 0 0 0;
}
.mob-lang-btn{display: none !important;}
/* END 10-06-2021 */