/*.banner{
	margin-top: 120px;
}*/

.contentWrapper{
	margin: 20px 0;
}

.contactusTitle{
	text-align: left;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.imgText{
	position: relative;
	margin-bottom: 10px;
}

.imgText img{
	width: 100%;
}

.contactNumberWrapper{
	border-top: 1px solid #309050;
	border-bottom: 1px solid #309050;
	font-size: 18px;
	margin: 0;
}

.contactNumberWrapper .fas{
	color: #309050;
	margin-right: 5px;
}

.contactNumberWrapper .row{
	margin: 0;
}

.contactNumberItem{
	margin: 10px 0;
}

.map iframe{
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

.contactusWrapper h4{
	margin-bottom: 0;
	font-weight: bold;
	color: #006200;
}

.contactusWrapper p{
	margin-bottom: 10px;
}

.visionMissionItem{
	text-align: center;
}

.visionMissionItem h4{
	text-align: left;
}

.contentImg img{
	width: auto;
	height: 150px;
	margin-right: 10px;
}

.imgContent{
	display: flex;
}

.contentText{
	align-self: center;
	text-align: left;
}

.contactusVideo video{
	outline: none;
	cursor: pointer;
}

.contentText ul{
	padding-left: 15px;
}


@media only screen and (max-width: 1024px){
	/*.banner{
		margin-top: 80px;
	}*/
}

@media only screen and (max-width: 991px){
	/*.banner{
		margin-top: 55px;
	}*/

	.contentImg img{
		height: 105px;
	}

	.contentText{
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px){
	/*.banner{
		margin-top: 55px;
	}*/

	.contentImg img{
		height: 105px;
	}

	.contentText{
		font-size: 14px;
	}
}


@media only screen and (max-width: 576px){
	/*.banner{
		margin-top: 56px;
	}*/

	.contentImg img{
		width: 60%;
		height: auto;
		margin-right: 0;
	}

	.contentImg{
		text-align: center;
	}

	.contentText{
		text-align: justify;
	}

	.bottom{
		margin-bottom: 10px;
	}

}