@charset "utf-8";
/* CSS Document */

@media (max-width: 1200px){
	.container {width: 100%;}

}
@media (max-width: 1024px){
#menu-toggle {
	display:block;
}

.top-nav {
	display:none;
}

.carousel-caption.banner-caption{
	left: 0;
	right:0 !important;
}
header {
   height: 73px !important;
    padding-top: 10px !important;
    position: fixed !important;
    background: rgba(0,0,0,0.7);
}
.logo img {
	width:65%;
}
.carousel-inner {
    height: 100%;
    z-index: -1;
}

.carousel-control {
    height: 84% !important;
}
.fill {
    background-position: center left;

}

}

@media (max-width: 768px){ 
.about-section .thumbnail {
    margin-top: 20px;
    clear: both;
    display: inline-block;
}
/*.about-section {
    margin-top: -50px;
}*/
.home-services {
    margin-top: 10px;
}
.home-services .sub-heading {
        margin-bottom: 30px;
    padding: 0;
}

.about-section h3 {
    text-align: center;
}
.inner-content h3 {
    text-align: center;
}

.faq-content-margin {
    display: none;
}

.h-line-left {
    display: block;
    margin: auto;
    align-items: center;
    margin-bottom: 30px;
}
.about-section .body-content {
    padding-right: 0;
}
.channel-container-768 .col-sm-12{
	float:left;
	margin-right:5px;
	padding-left:0;
	padding-right:0;
	}
.channel-container-768 .btn-warning {
	float:left;
	margin-left:5px;
}
footer {
    margin-top: 30px;
	padding: 30px 0 0;
 
}
footer .col-2 {
    padding-left: 15px;
    padding-right: 15px;
}
footer .col-1 {
    padding-right: 15px;
}
footer .col-3 {
    padding-left:15px;
    width: 100%;
    float: left;
}
.footer-sitemap h4, .contact-info h4 {
    padding-top: 10px;
}

footer .footer-logo img {
    width: 150px;
}
.footer-social .btn {
    width: 50%;
}
.thumbnail-services {
	top:0;
	}
}



@media (max-width: 480px){ 

.banner-caption h1 {
    font-size: 40px;
}
.century {
	display:none;
}

.footer-social li .fa {
   font-size: 18px;
    margin-right: 5px;
}
.footer-social li a {
    padding: 15px 10px;
}

}