.about-us {
	padding: 40px 0;
	background-size: cover;
	background: #faf5f1;
	border-bottom: 4px solid #fb1b27;
}

.about-us .about-us-header {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
}

.about-us .about-us-header h3 {
	float: left;
	background: transparent;
	padding:15px;
	border: solid 1px #000;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.about-us p {
	color: #000;
	font-style: normal;
	font-size: 14px;
	width: 100%;
/*	float: left;*/
	margin-bottom: 10px;
}

.about-us .about-us-header .get-in-touch {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	text-transform: uppercase;
}

.about-us .about-us-header .get-in-touch img {
	float: left;
	margin-right: 10px;
}

.home-about-us {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: url(../images/home-about-us.jpg) no-repeat;
	background-size: cover;
}

.home-about-us .home-about-us-header {
	float: left;
	width: 100%;
	padding: 0;
}

.home-about-us .home-about-us-header h3 {
	float: left;
	background: #fff;
	padding:15px;
	border: solid 1px #000;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 60px;
	color: #000;
}


.home-about-us .home-about-us-header .get-in-touch {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
}

.home-about-us .home-about-us-header .get-in-touch img {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}

.home-about-us p {
	color: #fff;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 10px;
}

.home-about-us .certification-holder {
	isolation: 100%;
	float: left;
	padding-left: 50px;
	border-left: solid 1px #fff;
}

.home-about-us .certification-holder h4 {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
}


.bfp-certified{
	padding-right: 30px;
}
.bfp-award{
	width: 205px;
}




.team {
		width: 100%;
		float: left;
		padding: 0;
	}

	.team h2 {
		float: left;
		background: transparent;
		padding:15px;
		border: solid 1px #000;
		font-size: 22px;
		text-transform: uppercase;
		margin: 20px 0 20px 20px;
	}

	.advisers {
		width: 100%;
		float: left;
		background: #E7E3DB;
	}

	.advisers ul {
		float: left;
		padding: 0;
		background: transparent;
		margin: 0 0 20px 20px;
	}

	.advisers ul li {
		list-style-type: none;
		float: left;
		max-width: 203px;
		margin-right: 20px;
		background: #fff;
		margin-bottom: 20px;
		height: 450px;
	}

	.advisers ul li:last-child {
		margin-right: 0;
	}

	.advisers ul li h3 {
		color: #FF0019;
		font-weight: 600;
		font-size: 16px;
	}

	.advisers ul li h4 {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.advisers ul li p {
		font-size: 13px;
	}

	.advisers ul li .adviser-details {
		width: 100%;
		float: left;
		background: #fff;
		padding: 15px;
	}

	.our-team {
		width: 100%;
		float: left;
		/*margin-left: 100px;	*/
	}

	.our-team ul {
		float: left;
		padding: 0;
		background: transparent;
		margin: 0 0 20px 20px;
	}

	.our-team ul li {
		list-style-type: none;
		float: left;
		max-width: 200px;
		margin-right: 20px;
		background: #fff;
		margin-bottom: 20px;
		height: 450px;
	}

	.our-team ul li:last-child {
		margin-right: 0;
	}

	.our-team ul li h3 {
		color: #FF0019;
		font-weight: 600;
		font-size: 16px;
	}

	.our-team ul li h4 {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.our-team ul li p {
		font-size: 13px;
	}

	.our-team ul li .member-details {
		width: 100%;
		float: left;
		background: #fff;
		padding: 15px;
	}
.our-team ul li .adviser-details {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
}




@media (max-width: 991px){
	.our-team ul li,
	.advisers ul li {
		width: 32%;
		margin-right: 5px;
	}

}
@media only screen and (max-width: 767px){
	.home-about-us .home-about-us-header .get-in-touch {
		right: 15px;
	}
	.home-about-us p {
		font-size: 14px;
		line-height: 18px;
	}
	.our-team ul li,
	.advisers ul li {
		width: 46%;
		margin-right: 5px;
		height: 500px;
	}
	.our-team ul li{
		height: 410px;
	}


	.home-about-us .certification-holder {
		border-left: 0;
	}


	.bfp-certified{
		width: 120px;

	}
	.bfp-award{
		width: 145px;
	}

}
