@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
*{
font-family: "Inter", sans-serif!important;
}

.header{
	background-color: #025895;
	padding: 20px 0px;
	background-image: url(../images/header-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	height: 680px;
	border-radius: 0px 0px 0px 40px;
}
.header_image{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.header_heading{
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	margin-top: 180px;
	position: relative;
}
.banner_img{
	bottom: -264px;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.banner-image {
	background:url(../images/header_image.png) left bottom no-repeat;
    
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.overview{
	padding-top: 200px;
}
.section_heading{
	color: #025895;
	font-size: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	position: relative;
	padding: 5px;
	background-image: url(../images/heading.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: inline-block;
	background-size: 160px;
}
.join_heading{
	color: #025895;
	font-size: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	position: relative;
	padding: 5px;	
}
/*.section_heading:after{
	content: "";
	background-image: url(../images/heading.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding:10px 80px;
	position: absolute;
	bottom: 0px;
	right: 38%;
}*/
ul li{
	font-family: "Inter", sans-serif;
	line-height: 3;
}
.explore{
	padding: 50px 0px;
}
.explore p{
	font-family: "Inter", sans-serif;
	line-height: 1.8;
	text-align: center;
	padding: 0px 80px;
}

.get_start{
	background-color:#025895;
	background-image: url(../images/get-started-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-radius: 10px;
}
.joinus{
	padding: 60px 0px;
}

.footer{
	background-color: #025895;
	padding-top: 30px;
}
.joinustext{
	font-weight: 600;
	font-size: 20px;
}
.copyright{
	color: #fff;
	padding: 20px 0px 20px 0px;
	margin:0px;
	font-size: 14px;
}
.copyright a{
	color: #fff;
}
.footerlink li{
	display: inline;
}
.footerlink li a{
	color: #fff;
	text-decoration: none;
	padding: 10px 10px;
}

.pdfbtn{
	background-color:#025895 ;
	margin: 20px 0px;
}

.start_heading{
	padding-top: 20px;
	padding-left: 60px;
	font-weight: 600;
	color: #fff;
}
.start_subheading{
	padding: 2px 60px;
	font-size: 13px;
	color: #fff;
}
.get_start_list{
	color: #fff;
	padding: 2px 60px;
	font-size: 14px;

}
.get_start_list:before{
	content: "";
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 30px;
	background-position: center;	
	margin-left: -30px;
}
.get_start{
	position: relative;
	padding: 20px 0px;
}
.globe{
	position: absolute;
	top: -20px;
	right: 20px;
}
.course{
	padding: 20px;
}
.course h4{
	color: #025895;
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;
}
.course p{
	text-align: left!important;
	padding: 0px;
	font-size: 14px;
}
.course_section{
	padding: 50px 0px;
}
.select_course p{
	display: inline;
	color: #025895;
}
.discount{
	color: #958d8d;
}
.learning_btn{
	background-color: #00a3fb;
	color: white;
	padding: 5px 20px;
	float: right;
	border-radius: 10px;
}

.footerlink {
	text-align: right;
}

@media only screen and (max-width: 600px) {
.overview ul li{
	 line-height: 2.2;
}
.pdfbtn{
	padding: 20px;
}
.explore p{
	text-align: center!important;
}
.course h4{
	text-align: center!important;
}
.select_course p{
	text-align: center!important;
	display: block;
}
.learning_btn{
	float: none;
}
.btn_class{
text-align: center!important;
}
.header_heading {
    font-size: 2.6em;
    margin-top: 60px;
    text-align: center;
}
.section_heading{
	font-size: 1.8em;
}
.footerlink{
	margin-top: 6px!important;
}
.footerlink li{
	display: block;
	text-align: center;
	padding: 8px 0px;
}
.copyright{
	text-align: center;
}
.joinustext{
	text-align: center;
}
.banner_img {

}

.overview {

}
.explore{
	padding: 50px 20px;
}
.explore p{
	padding: 0px 20px;
}
.joinus{
	padding: 60px 20px!important;
}
.globe{
	display: none;
}
.footerlink {
	margin-top: 14px;
	display: block;
	margin:0px auto;
}
.logo{
	display: block;
	margin:0px auto;
}
.course_section{
	padding: 0px;
}
}