 
html {
	margin: 0px;
	padding: 0px;
}

body {
	color: #24262b;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: #fff; 
	padding: 0;
	margin: 0;
}

* {
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline-width: 0px;
	box-sizing: border-box;
}

a,
input,
button {
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}



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

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,h4,h5,h6 {
	font-family: 'Baloo', cursive;
	margin: 0;
}
h1{
	font-size: 45px;
	color: #ffffff;
}
h2{
	font-size: 38px;
	color: #00a5ea;
	margin-bottom: 30px;
	line-height: 40px;
}

p {
	line-height: 28px;
	margin: 0;
	font-size: 16px;
	color: #24262b;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 30px;
}
section{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	padding: 60px 0;
	text-align: center;
}
section p:last-child{
	padding-bottom: 0;
}
section p a{
	font-weight: 600;
	color: #000000;
}
section > img{
	margin: 60px 0;
	width: 100%;
}
.background_gray{
	background: #f4f8fa;
}
.container{
	width: 100%;
	max-width: 1140px;
	padding: 0 95px;
	margin: 0 auto;
}

.header_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.header_wrapper > img{
	width: 100%;
}
.header_wrapper .logo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.info_wrapper{ 
	background: #f4f8fa;
	padding: 80px 0;
	text-align: center;
}
.info_wrapper h1{
	background: #00a5ea;
	padding: 10px 15px;
	color: #ffffff;
	display: inline-block;
	line-height: 50px;
	margin-bottom: 30px;
}
section ul{
	background: #ffffff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	align-items: center;
	padding: 50px; 
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); 
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
	position: relative;
	background: url(../images/placeholder.png)no-repeat;
	background-position: right 20px center;
	margin: 10px 0 40px 0;
}
section ul li{
	position: relative;
	padding-left: 40px;
	line-height: 24px;
	padding-bottom: 30px;
}
section ul li:last-child{
	padding-bottom: 0;
}
section ul li:before{
	content: '';
	width: 24px;
	height: 17px;
	background: url(../images/right_aero.png)no-repeat;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	position: absolute;
	left: 0;
	display: inline-flex;
	top: 5px
}
.divider_part{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	margin-top: 60px;
}
.divider_part .bg_box{
	background: #00a5ea;
	padding: 40px;
	text-align: left;
	width: 48.5%;
}
.divider_part .bg_box p, .divider_part .bg_box a{
	color: #ffffff;
	font-size: 14px;
}
.conclusion_wrap{
	background: #00a5ea;
	padding: 60px; 
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 60px;
}
.conclusion_wrap h2{
	color: #ffffff;
	margin-bottom: 10px;
}
.conclusion_wrap p{
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	font-style: italic;
}
.resorces_wrap{
	padding-top: 0;
}
.resorces_wrap ul{
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.resorces_wrap ul li{
	counter-increment: my-awesome-counter;
	position: relative; 
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);  
	width: 100%; 
	padding: 0 0 0 105px;
	margin-bottom: 20px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.resorces_wrap ul li a{
	height: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	font-size: 25px;
	color: #00a5ea;
	font-family: 'Baloo', cursive;
}
.resorces_wrap ul li:before{
	display: none;
}
.resorces_wrap ul li:after{
	content: counter(my-awesome-counter);
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	background: #00a5ea;
	font-size: 50px;
	font-family: 'Baloo', cursive;
	color: #ffffff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.resorces_wrap ul li:hover{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);  
}

footer{
	background: #00a5ea;
	text-align: center;
	padding: 35px 0;
}
footer p, footer p a{
	padding-bottom: 0;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}