.footer_area{
    background-color: #333 !important;
}
.footer_area .footer-links ul li{
	padding-bottom: 8px
}

.footer_area .about_us_text h3,
.footer_area .about_us_text p,
.footer_area .footer-links h3,
.footer_area .footer-links ul li a,
.footer_area .footer-links a
 {
    color: #c5c5c5 !important
}

.bottom-footer{
	background-color: #232323 !important
}
.sub-header{
    background-color: #333;
}
.sub-header a{
    color: #fff;
    font-size: 13px;
    padding: 2px 6px;
}
.contact-btn{
    padding: 2px 8px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.banner{
	background-color: #003e6f;
	padding: 60px 0;
}

.banner h2{
	text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    letter-spacing: 3px;
}