*{
	padding: 0px;
	margin: 0px;
}
body{
	font-size: 14px;
	line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Open Sans", sans-serif;
}
a, a:hover{
	text-decoration: none;
}

/*global css*/
.container{
	width: 1140px;
	margin: 0px auto;
}
/*global css*/


/*header start*/
.header{
	width: 100%;
	background: #eee;
	padding: 10px 0px;
}
.inner_header{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.logo{
	width: 15%;
	float: left;
}
.logo img{
	width: 100%;
}
.menu ul{
	text-align: center;
}
.menu ul li{
	list-style: none;
	display: inline-block;
}
.menu ul li a{
	display: block;
	margin: 30px 10px 0px;
	font-weight: 500;
	font-size: 16px;
	color: #0665c4;
	text-transform: capitalize;
	transition: 0.3s;
}
.menu ul li a:hover{
	color: green;
}
.header_button{
	display: flex;
}

.button_one i{
	margin-right: 4px;
}
.button_two i{
	margin-right: 4px;
}
.btn_info{
	display: inline-block;
	padding: 10px 15px;
	background: #0665c4;
	margin: 10px 0px 0px 10px;
	font-size: 16px;
	font-weight: 600px;
	color: #fff;
	transition: 0.3s;
}
.btn_info:hover{
	background: #00aeef;
}
/*header end*/
/*banner start*/
.banner{
	width: 100%;
	background: #eee;
	padding: 80px 0px;
	background: url(../images/bg.jpg) center no-repeat;
	background-size: cover;
}
.inner_banner{
	display: flex;
	align-items: center;
}
.left_banner{
	flex-basis: 50%;
}
.left_banner h1{
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #0E72CC;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.left_banner p{
	font-size: 24px;
	line-height: 30px;
	color: #5B76D4;
	margin-bottom: 10px;
	font-weight: 100;
}
.left_banner .btn_info{
	display: inline-block;
	padding: 12px 30px;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	font-weight: 500;
	background: #0665c4;
	color: #fff;
	border-radius: 5px;
	transition: 0.3s;
}
.left_banner .btn_info:hover{
	background: #00AEEF;
	color: #fff;
}
.right_banner{
	flex-basis: 50%;
	text-align: center;
}
.right_banner img{
	width: 100%;
}
/*banner end*/
/*feature section start*/
.feature_section{
	width: 100%;
	padding: 80px 0px;
}
.inner_features{
	display: flex;
}
.graduates{
	display: flex;
	flex-basis: 30%;
	padding: 25px;
	border-radius: 8px;
	margin: 0px 10px;
	background: #f9799a;
}
.icon{
	font-size: 20px;
	flex-basis: 15%;
	color: white;
}
.content{
	flex-basis: 85%;
}
.content h4{
	font-size: 17px;
	color: whitesmoke;
}
.content p{
	font-size: 17px;
	font-weight: 300;
	line-height: 1.9em;
	color: whitesmoke;
}
.earned{
	display: flex;
	flex-basis: 30%;
	padding: 25px;
	border-radius: 8px;
	margin: 0px 10px;
	background: #61c4d8;
}
.member{
	display: flex;
	flex-basis: 30%;
	padding: 25px;
	border-radius: 8px;
	margin: 0px 10px;
	background: #007bff;
}
/*feature section end*/

/*project start*/
.project{
	width: 100%;
	padding: 80px 0px;
}
.inner_project{
	display: flex;
	align-items: center;
}
.left_project{
	flex-basis: 40%;
	margin-right: 40px;
}
.left_project h4{
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 10px;
}
.left_project h1{
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #07324f;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 20px;
}
.left_project p{
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #526375;
	margin-bottom: 10px;
}
.left_project .btn_info{
	display: inline-block;
	padding: 10px 30px;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	font-weight: 500;
	background: #0665c4;
	color: #fff;
	border-radius: 5px;
	transition: 0.3s;
}
.left_project .btn_info:hover{
	background: #00AEEF;
	color: #fff;
}
.right_project{
	flex-basis: 50%;
}
.right_project img{
	width: 100%;
}
/*project end*/

/*help section start*/
.help{
	width: 100%;
	padding: 80px 0px;
	background-color: #f5f7fa;
}
.inner_help{
	display: flex;
	align-items: center;
}
.left_help{
	flex-basis: 50%;
}
.left_help img{
	width: 100%;
}
.right_help{
	flex-basis: 40%;
	margin-left: 30px;
}
.right_help h4{
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 10px;
}
.right_help h1{
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #07324f;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 20px;
}
.right_help p{
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #526375;
	margin-bottom: 20px;
}
.right_help .btn_info{
	display: inline-block;
	padding: 12px 30px;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	font-weight: 500;
	background: #0665c4;
	color: #fff;
	border-radius: 5px;
	transition: 0.3s;
}
/*help section end*/

/*earning section start*/
.earning{
	width: 100%;
	padding: 80px 0px;
	background-color: #fafafa;
}
.inner_earning{
	display: flex;
	align-items: center;
}
.left_earning{
	flex-basis: 40%;
	margin-right: 40px;
}
.left_earning h4{
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 10px;
}
.left_earning h1{
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #07324f;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 20px;
}
.left_earning p{
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #526375;
	margin-bottom: 10px;
}
.left_earning .btn_info{
	display: inline-block;
	padding: 10px 30px;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	font-weight: 500;
	background: #0665c4;
	color: #fff;
	border-radius: 5px;
	transition: 0.3s;
}
.left_earning .btn_info:hover{
	background: #00AEEF;
	color: #fff;
}
.right_earning{
	flex-basis: 50%;
}
.right_earning img{
	width: 100%;
}
/*earning section end*/

/*course section start*/
.course{
	width: 100%;
	padding: 80px 0px;
	background: url(../images/background.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.course h1{
	font-size: 40px;
	font-weight: 700;
	color: white;
	text-align: center;
	margin-bottom: 50px;
}
.inner_course{
	width: 20%;
	float: left;
	align-items: center;
	padding: 25px 15px;
	border-radius: 10px;
	margin-right: 20px;
}
.inner_course h1{
    margin: -110px 0px 0px 0px;
    font-size: 30px;
}
.inner_course h1 span{

    font-size: 16px;
}
.inner_course img{
	width: 100%;
	height: 150px;
	border-radius: 5px;
}
.inner_course h4{
	font-size: 16px;
	color: black;
	margin: 70px 0px 10px 0px;
}
.inner_course p{
	font-size: 14px;
	font-weight: 300;
	color: black;
	line-height: 20px;
	margin-bottom: 20px;
}
.bg_1{
	background-color: #eee;
}
/*course section end*/

/*lab section start*/
.lab{
	width: 100%;
	padding: 80px 0px;
	background: #eee;
}
.lab img{
	width: 100%;
	align-items: center;
	text-align: center;
}
/*lab section end*/
/*address section start*/
.address{
	width: 100%;
	padding: 80px 0px;
	text-align: center;
}
.address_bar{
	padding: 80px 0px;
	border-radius: 10px;
}
.address_bar h2{
	font-size: 22px;
	font-weight: 600;
	color: white;
	margin-bottom: 10px;
}
.address_bar p{
	font-size: 20px;
	font-weight: 300;
	color: white;
	line-height: 30px;
}
.bg_add{
	background-color: #0e72cc;
}
/*address section end*/
/*footer section start*/
.footer{
	width: 100%;
	padding: 80px 0px;
}
.inner_footer{
	width: 20%;
	float: left;
	padding: 25px 15px;
	align-items: center;
	margin-right: 20px;
}
.inner_footer h4{
	font-size: 20px;
	font-weight: 700;
	color: #0E72CC;
	margin-bottom: 10px;
}
.inner_footer p {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #91a3bb;
}
.inner_footer ul{

}
.inner_footer ul li{
	list-style: none;
}
.inner_footer ul li a{
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #91a3bb;
	transition: 0.3s;
}
.inner_footer ul li a:hover{
	color: skyblue;

}
.footer_img{

}
.footer_img img{
	width: 100%;	
	text-align: center;
}
.copyright{
	text-align: center;
}
.copyright p{
	color: #0e72cca1;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: -60px;
}


.first_col{
	flex-basis: 25%;
}
.first_col h4{
	
}
.first_col p{
	
}
/*footer section end*/


