.aboutbanner {}
.aboutbanner img {
	width: 100%;
}
.aboutinfo h3 {
	font-size: 22px;
	color: #dc9e0b;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding-top: 20px;
}
.aboutinfo p {
	font-size: 13px;
	color: #8a8a8a;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.ourvision {
	border-radius: 6px;
	padding: 15px;
	padding-left: 15px;
	width: 48%;
	overflow: hidden;
	padding-left: 70px;
	float: left;
	background: url(../images/about/vision.png) 10px 20px no-repeat #f4f4f4;
}
.ourvision h4,
.ourmission h4 {
	font-size: 16px;
	font-weight: 600;
	color: #3f6584;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.ourvision p,
.ourmissionp {
	font-size: 14px;
	color: #8a8a8a;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.ourmission {
	border-radius: 6px;
	padding: 15px;
	padding-left: 15px;
	width: 48%;
	overflow: hidden;
	padding-left: 70px;
	float: right;
	background: url(../images/about/mission.png) 10px 20px no-repeat #f4f4f4;
}
.privacy {
	margin-bottom: 30px;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
}
.privacy h2 {
	font-size: 22px;
	color: #dc9e0b;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.privacy p {
	color: #8a8a8a;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}
.privacy li i{
	position: absolute;
	left: 0;
	top: 0;
	color: #bd8605 !important;
}
.privacy li {
	padding-left: 25px;
	margin: 18px;
	clear: both;
	position: relative;
	list-style-type: none;
}
@media screen and (min-width:768px){
	.privacy p:last-child{
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:1199px) {
	.ourvision,
	.ourmission {
		float: none;
		display: block;
		width: 100%;
		padding-bottom: 50px;
	}
}
