/* ============ header =========== */

header {
    padding: 3px 0;
}

header .logo img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.shrink {
    background-color: #000000;
}

header.shrink .logo img {
    max-width: 250px;
}

header+main {
    margin-top: 190px;
}

.caret:after {display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em;  content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent;}
.dropdown-menu .menu-item {
		padding:0px;
		white-space:nowrap
	}
.dropdown:hover .dropdown-menu {display: block !important;}

.carousel-indicators button {
    background-color: #ff9600 !important;
}
/* ============= banner ========== */

.MainBanner .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
    z-index: 1;
}

.MainBanner .banner-img {
    height: 660px;
    object-fit: cover;
    object-position: center;
}
.MainBanner.inr-bnr .banner-img {height: 350px;}

.MainBanner .banner-content {
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
}


/* CallUs ========= */

#CallUs {
    background: rgb(202, 141, 54);
    background: linear-gradient(90deg, rgba(202, 141, 54, 1) 0%, rgba(70, 39, 15, 1) 100%);
}


/* Categories ==================== */

#Categories .category .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 1;
}

#Categories .category .content {
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


/* services ================== */

#Services .service-box .service-icon {
    padding: 20px;
    height: 112px;
    width: 112px;
    box-shadow: 8px 13px 30px 0px rgba(0, 0, 0, 0.25);
    border: 5px solid #ff9600;
}


/* InstaGallery ==========*/

#InstaGallery .row {
    margin: 0 -1px;
}

#InstaGallery .row [class*="col-"] {
    padding: 0 1px;
    margin-bottom: 2px;
}


/* Testimonials ============= */

#Testimonials .testimonial {
    max-width: 800px;
    margin: 0 auto;
}

#Testimonials .testimonial p {
    line-height: 1.2;
}


/* footer =========== */

footer .latest-news {
    max-width: 325px;
}

footer .copyright {
    border-top: 1px solid #414141;
    padding: 10px 0;
}
#Footer .nav-link {    
		padding:0px !important;
		color: #fff !important;
	}
	#Footer .menu-item.active .nav-link, #Footer .nav-link:hover {
		color:#C68A2F !important;
	}


.contact-form .form-control {border:1px solid #d3d3d3; font-size:11px; height:52px;}
.contact-form textarea.form-control {height:190px;}
.lh-0 {line-height:0px;}
.wpcf7.textarea.form-control {
    height:190px !important;
}

.breadcrumb{border-bottom:1px dashed #d3d3d3; margin:15px 0px; background-color:transparent;padding:0 0 15px; text-transform:uppercase; font-size:12px;}
.breadcrumb>li+li:before{content:"\00BB";color:#A6782C; margin:0 10px;}
a{color:#A6782C;}
a:hover{color:#000;}

.typeofservice {
    font-size: 20px;
    font-weight: 600;
}
.typeofservice, .Labeled{
	color:#C68A2F !important;
}
#Footer a:hover{color:#fff!important;}

.page-link {color: #A6782C; !important}
.page-item.active .page-link {background-color:#A6782C; !important; border-color: #A6782C; !important;}
h3.mb-1.lh-15 {
    font-size: 21px !important;
}
.svg-inline--fa {
	font-size: x-large !important;}
/* ==================== media queries ============= */

@media (min-width:1920px) {
    .container-fluid {
        max-width: 1920px;
    }
}


/* **************************** */

@media (max-width:1199.98px) {
    header+main {
        margin-top: 65px;
    }
    .MainBanner .banner-img {
        height: 385px;
    }
	.MainBanner .banner-content {top: 67%;}
    .btn {
        font-size: 15px;
    }
	body {
    line-height: 20px !important;
    }
	.pl-1, .px-1 {
    padding-left: 2px !important;
}
.pr-1, .px-1 {
    padding-right: 3px !important;
}
}


/* ************************* */

@media (max-width:991.98px) {
    header .logo img {
        max-width: 300px;
    }
	.header-actions {position: absolute; top: -50px; right: 50px;}
}


/*********************************************************************/

@media (max-width:767.98px) {
    footer .latest-news {
        max-width: none;
    }
	header .logo img {width: 60%;}
	span.m-cs {
		display: none !important ;
	}
}


/* ************************* */

@media (max-width: 479.98px) {
    #Categories .category img {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }
    header+main {
        margin-top: 60px;
    }
.MainBanner.inr-bnr .banner-img {height: 200px;}
}
    @media (max-width:379.98px) {
		header .logo img {width: 43%;}
	.header-actions {top: -40px;}
    }