.mbas-cover-wrapper {
	width: 100%;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #fff;
	position: relative;
	height: auto;
	display: inline-block;
	padding-top: 165px;
	background-image: url("../jpg/header_bg-2.jpg");
}
.mbas-cover-wrapper, .main-branding-photo, body, html {
	height: auto;
}
.chief_brand_message {	
	margin: auto;
	padding:40px;
}

.chief_brand_message_inner h1 {
	font-size: 65px;
	font-weight: bold;
	color:#1E407C;
	font-family: 'Roboto Slab' , serif;
}
.first-icon, .second-icon, .third-icon {
	visibility: hidden;
}
.chief_brand_message_inner h1 span{
	color:#001E44;
}
.chief_brand_message small {
	font-size: 35px;
	color: #000;
	font-weight: 300;
	margin-bottom: 50px;
	display: block;
}
.chief_brand_message_inner h2{
	font-size:35px;
	color:#001E44;
}
.chief_brand_message_inner p{
	font-size:25px;
	color:#000;
	margin: 20px;
}

.mbas div{
	padding:10px;
	border-radius: 25px;
}
.mbas div:hover{
	background-color:#009cde;
}
.mbas div:hover h2 {
	color:#fff;
}
.mbas div:hover p {
	color:#fff;
}
.mbas a:hover {
    text-decoration: none;
}
@media (max-width: 1200px) {
	.mbas-cover-wrapper {
		background-image:none;
	}
	.chief_brand_message small{
	font-size:20px;
	}
	.mbas-cover-wrapper, body, html {
	height: auto;
}
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
	.mbas-cover-wrapper {
		padding-top: 80px;
	}
	.chief_brand_message {
		text-align: center;
		max-width: 100%;
	}
	.chief_brand_message_inner h1 {
		font-size: 40px;
}
	.chief_brand_message small{
	font-size:20px;
	}
}
@media (max-width: 600px) {


}
@media (max-width: 480px) {



}
@media (max-width: 320px) {}