.banner { background: url("../images/contact.jpg") no-repeat center top / cover; position: relative; min-height: 600px; width: 100%; }
.banner h1 { color: #fff; font-size: 70px; font-weight: 800; margin-bottom: 30px; text-shadow: 0px 1px 8px rgba(0,0,0,0.5); text-transform: capitalize; }
.banner .btn-see { background: #448bb6; border: none; color: #fff; font-size: 18px; font-weight: 800; line-height: 48px; margin: 0px; max-width: 315px; text-transform: uppercase; width: 100%; }
.banner .btn-see .fa { font-size: 24px; }
.banner .btn-see:hover { background-color: #56ace1; color: #fff; }
.banner .hmcaption { padding: 250px 15px 0px; }

.content-area { clear: both; float: left; padding: 115px 0px; width: 100%; }
.content-area h2 { color: #222; font-size: 48px; font-weight: 800; margin: 0px 0px 20px; }
.content-area .sidebar .consult h3 { border-bottom: 1px solid #e0e0e0; color: #448bb6; font-size: 24px; font-weight: 800; margin: 0px 0px 30px; padding-bottom: 20px; text-transform: uppercase; }
.head { font-size: 18px; font-weight: 800; }
p.botm { margin-bottom: 5px; }
.content-area .btn-primary { background-color: #448bb6; border: 0px; color: #fff; font-size: 12px; font-weight: 800; line-height: 23px; margin: 5px 0px 30px; max-width: 155px; text-transform: uppercase; width: 100%; }
.content-area .btn-primary .fa { font-size: 18px; }
.content-area .btn-primary:hover, .content-area .btn-primaryfocus { background-color: #56ace1; color: #fff; }
.content-area a.fa { color: #ccc; font-size: 30px; margin: 0px 5px; }
.content-area a.fa:hover { color: #448bb6; }

/*-------------------
	Media Query
---------------------------*/

@media only screen and (max-width: 767px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

@media screen and (max-width:550px)
{
	.banner { background-position: 74% center; text-align: center; }
}