.aboutPageSec{
	position: relative;
	padding: 50px 0px 0px;
	background-color: #fff;
}
.abtPageDtl{
	margin-bottom: 30px;
}
.abtPageDtl h2{
	font-size: 30px;
	margin-bottom: 20px;
	color: #fdaa00;
}
.abtPageDtl h3{
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 10px;
}
.abtPageDtl p{
	font-size: 16px;
	line-height: 26px;
}

.counterSec{
	position: relative;
	padding: 90px 0px 30px;
	background-image: url(../images/counter-bg.png);
	background-size: 100%;
}

.counterCont{
	position: relative;
	color: #fff;
	text-align: center;
	padding: 30px 0px;
	border-right: 1px solid rgba(255, 255, 255, 0.31);
	margin-bottom: 30px;
}
@media (max-width: 991px){
	.smallRemoveBor{
		border-right: none;
	}
}
.counterSec .col-sm-6{
	padding: 0px;
}
.removeBorRight{
	border-right: none;
}
.counterCont i{
	font-size: 55px;
	display: block;
}
.counterCont span{
	padding: 10px 0px;
	font-size: 40px;
	display: block;
}
.counterCont h3{
	font-size: 20px;
}

.abtPageMain{
	position: relative;
	padding: 50px 0px 20px;
	background-color: #f2f2f2;
}

.abtPageHeadDiv{
	position: relative;
	margin-bottom: 80px;
}
.abtPageHeadDiv:after,
.abtPageHeadDiv:before{
	bottom: -10px;
	width: 80px;
	height: 2px;
	background-color: #fdaa00;
	content: '';
	position: absolute;
	left: 0px;
}
.abtPageHeadDiv:before{
	bottom: -25px;
	width: 140px;
}
.abtPageHeadDiv h2{
	font-size: 35px;
	color: #fdaa00;
	margin-bottom: 10px; 
}
.abtPageHeadDiv h3{
	font-size: 20px;
	margin-bottom: 10px;	
}
.abtPageHeadDiv p{
	font-size: 16px;
	color: #444;
	line-height: 24px;
	text-align: justify;
}
.abtPageMain ~ .topCourseReq{
	top: unset;
	bottom: -50px;
	z-index: 3;
}

.abtPageCol{
	position: relative;
	padding: 20px 15px;
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px; 
	border-bottom: 2px solid #fdaa00;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 15px #dadada;
	margin-bottom: 30px;
}
.abtPageCol i.fa{
	font-size: 40px;
	color: #fdaa00;
}
.abtPageCol h3{
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 30px;
}
.abtPageCol p{
	margin-top: 15px;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
.contactPageSec{
	position: relative;
	padding: 50px 0px;
	background-color: #fff;
}
.contIconDiv{
	margin-bottom: 20px;
}
.contIconDiv i{
	color: #fdaa00;
	font-size: 35px;
}
.contIconDiv h3{
	font-size: 20px;
	margin: 10px 0px;
}
.contIconDiv h4{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	line-height: 25px;
}
.contMargin{
	margin-top: 30px;
}
.quoteSubmit,
.quoteSubmit:focus,
.quoteSubmit:hover{
	position: relative;
	padding: 10px 30px;
	background-color: #fdaa00;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	outline: none;
	border: none;
	border-radius: 4px;
}
.contactPageForm textarea{
	height: 150px;
}