#page-banner{
	margin-top: 60px;
}
.banner-content{
	position: relative;
}
.banner-content img{
	width: 100%;
	height: auto;
}
.banner-content .banner-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(94, 213, 92, 0.5);
}
.banner-content .page-banner-loc{
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 3;
	transform: translateY(-50%);
}
.banner-content .page-banner-loc h1{
	color: #fff;
	font-weight: 600;
	font-size: 48px;
}
.banner-content .page-banner-loc h3{
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}
@media(max-width: 552px){
	.banner-content .page-banner-loc h1{
		font-size: 24px;
	}
	.banner-content .page-banner-loc h3{
		font-size: 14px;
	}
	.aboutpage-heading h1{
		font-size: 16px;
	}
	.aboutpage-content p{
		font-size: 12px;
	}
}
.aboutpage-heading{
	margin: 25px 0;
}
.aboutpage-heading h1{
	font-weight: 600;
	text-align: center;
	background: #20D156;
	color: #fff;
	padding: 5px 0;
}
.aboutpage-content{
	margin-top: 20px;
}
.aboutpage-content p{
	font-size: 16px;
	text-align: justify;
}
.aboutpage-img img{
	width: 70%;
	height: auto;
	border-radius: 50%;
}
#achievement{
	background: #252525;
	padding: 40px 0;
	margin: 0;
}
.achievement-content{
	margin-bottom: 15px;
}
.achievement-content span{
	color: #fff;
	font-size: 40px;
}
.achievement-content h2,
.achievement-content h4{
	color: #fff;
	text-transform: uppercase;
}
#certified{
	padding: 40px;
	background-size: cover;
	background-repeat: no-repeat;
}
.certified-img img{
	width: auto;
	height: 180px;
}
.certified-info h3{
	color: #fff;
	text-align: center;
	margin-top: 30px;
}