.tt-header .main-nav>ul>li:focus-within>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.tt-header .main-nav>ul>li:focus-within>ul>li:focus-within>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.tt-header h3.top-title {
	font-family: 'Oswald';
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: auto;
	text-align: right;
	padding: 15px 0px 0;
	/*border-bottom: solid 1px #232323;*/
}

.tt-header .main-nav>ul>li.parent:last-child>a {
	padding-right: 0;
}

.tt-header .top-title>span {
	color: #f4ae33;
}

.home-page .banner-section {
	width: 100%;
	background-image: url('../images/home1/slide1.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
    padding-top: 120px;
}


.home-page .banner-section .banner-wrap {
	z-index: 100;
	width: 100%;
	margin: 0 auto;
}

.home-page .banner-section .fusion-layout-column {
	width: 100%;
}

.home-page .banner-section .banner-text {
	padding: 50px 0;
	max-width: 540px;
}

.home-page .banner-section .banner-text h1 {
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: 900;
	font-size: 36px;
	background-color: #000;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.home-page .banner-section .banner-text h1>span {
	color: #f4ae33;
}

.home-page .banner-section .banner-text .fusion-column-wrapper {
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #ffffff;
	border-width: 0 1px 1px 1px;
	border-color: rgba(0, 0, 0, 0.08);
	border-style: solid;
	overflow: hidden;
	box-shadow: 0px 24px 32px -6px rgba(0, 0, 0, 0.1);
	;
	padding: 2% 4% 5% 4%;
	height: auto;
	background-color: #f4ae33;
	opacity: 0.9;
}

.home-page .banner-section .fusion-text {
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	color: #32cd32;
}

.our-customer-section {
    position: relative;
    background-color: #fff;
    padding: 20px;
    height: 100%;
    min-height: 300px;
}

.google-img img {
    max-width: 50px;
    width: 100%;
}

.google-img {
    margin-right: 10px;
}

.customer-rev-section a {
    display: flex;
    text-decoration: none;
}

.client-detail h2 {
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 1.25rem;
    margin-bottom: 0;
}

.ico1 i {
    color: #f4ae33;
    font-size: 16px;
}

.our-work-item {
    position: relative;
    padding-bottom: 4px;
}
.our-work-img {
    position: relative;
    transition: 0.5s;
}
.our-work-item:hover .our-work-img:before, .our-work-item:focus-within .our-work-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}
.ab-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.our-work-item:hover .ab-content, .our-work-item:focus-within .ab-content {
    opacity: 1;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.inner-content i {
    color: #fff;
    font-size: 25px;
}
.our-work-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.our-work-section [class*='col-'] {
    padding: 0 2px;
}


.services_01 .single_service .content{
    height: 100%;
    min-height: 350px;
}
.fixed-slide button {
    background-color: #f4ae33;
    color: #fff;
    border-color: #f4ae33;
    padding: 10px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}
.fixed-slide button.pop-btn {
    background-color: #f4ae33;
    border: none;
    border-right: 2px solid #f4ae33 !important;
    padding: 10px;
    font-size: 23px;
    font-family: "Oswald";
    box-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
    position: fixed;
    top: 50%;
    right: -100px;
    transform: rotate(270deg);
    z-index: 999;
    color: #000;
    transition: right 1s ease 0s;
}
.fixed-slide button.pop-btn.active {
    right: 70.5%;
    transition: right 1s ease 0s;
}
.fixed-slide .right-top {
    text-align: right;
}
.fixed-slide-wrap {
    width: 100%;
    height: 100%;
}
.fixed-slide .right-top button {
    padding: 5px 10px;
    position: absolute;
    right: 100px;
    background-color: #000;
}
.fixed-slide .slide-pop-wrap {
    text-align: center;
}
.fixed-slide .slide-pop-wrap input.form-control {
    width: 100%;
    height: 45px;
    border: 1px solid #cccccc;
    border-radius: 2;
    max-width: 50%;
    margin: 0 auto;
    display: inline-block;
}
.fixed-slide .slide-pop-wrap button.input-search-button {
    margin-left: -20px;
    padding: 10px 50px;
}
.fixed-slide .slide-pop-wrap .form-group {
    margin: 30px 0;
}

@-webkit-keyframes dropit {
    10% {
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        transition: all 3s;
        -webkit-filter: blur(0.5px);
        filter: blur(0.5px);
        top: -8px;
    }
    50% {
        top: -300px;
    }
}
.fixed-slide .close {
    opacity: 0;
    position: relative;
    z-index: 99;
    right: 20px;
}
.fixed-slide.active .close {
    opacity: 1;
}
body.loaded.sidebar-active {
    overflow-y: hidden;
}
.rotate {
    -webkit-transform: scale(0.9) rotate(1440deg);
    -moz-transform: scale(0.9) rotate(1440deg);
    -ms-transform: scale(0.9) rotate(1440deg);
    -o-transform: scale(0.9) rotate(1440deg);
    transform: scale(0.9) rotate(1440deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.fixed-slide .sideBar {
    background: #fff !important;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 10px;
    right: -80%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.fixed-slide .sideBar .sideNav {
    padding: 0;
    padding-top: 16px;
    list-style: none;
    z-index: 9;
    text-align: center;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    right: 0;
    padding: 30px 0;
}
.fixed-slide .sideBar .sideNav.active {
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
    opacity: 1;
}

.fixed-slide .clickMe {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.fixed-slide .sideBar.active {
    right: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.fixed-slide {
    background: #fff;
    height: 100vh;
    width: 0;
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    transition: width 1s ease 0s;
}

.fixed-slide.active {
    width: 80%;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: width 1s ease 0s;
}
.fixed-slide h3 {
    color: #000;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
}
div#map {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}
div#map iframe {
    width: 100% !important;
}
.fixed-slide .form-group.check-wrap {
    text-align: left;
    max-width: 80%;
    margin: 0 auto !important;
}
.fixed-slide form.contact-pop {
    width: 100%;
    max-width: 69%;
    margin: 0 auto;
}
.fixed-slide form.contact-pop .form-control {
    width: 100% !important;
    max-width: 100% !important;
}
.fixed-slide .slide-pop-wrap .check-wrap input.form-control {
    width: 20px !important;
    height: 20px;
}
.fixed-slide .slide-pop-wrap .check-wrap input,
.fixed-slide .slide-pop-wrap .check-wrap label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.fixed-slide form.contact-pop button.form-control {
    max-width: 150px !important;
    padding: 15px;
    line-height: 1;
    height: auto;
    margin: 0 auto;
}
.fixed-slide p.note {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #000;
}
.fixed-slide p.note > a {
    color: #f4ae33;
    text-decoration: underline;
}
.banner-section .row {
/*
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    padding-top: 120px;
*/
}


.about_us_section {
    padding: 60px 0;
}
.footer-logo img {
    max-width: 250px;
}
.footer-content p {
    color: #fff;
    margin-bottom: 0;
}

.footer-content {
    padding: 20px 0;
}
.footer-section {
    background-color: #212326;
    padding: 50px 0;
}

.footer-sub-title {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Oswald';
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.loc-title {
    color: #f4ae33;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
}

.footer-location p, .footer-location a {
    color: #fff;
    margin-bottom: 0;
}

.footer-location a {
    text-decoration: none;
    font-weight: 600;
}

.footer-location {
    margin-bottom: 25px;
}

.footer-section p {
    color: #fff;
}

.hours-section p {
    margin-bottom: 0;
}

.hours-section {
    margin-bottom: 29px;
}

.social-links a {
    background-color: #f4ae33;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212326;
    text-decoration: none;
    font-size: 20px;
    border-radius: 50%;
    transition: 0.5s;
}

.social-links a:hover, .social-links a:focus {
    background-color: #000;
    color: #f4ae33;
}

.copyright p {
    font-size: 12px;
}
.ow-section{
    padding: 60px 0 0;
}
.home-form-section .form-group {
    margin-bottom: 15px;
}

.home-form-section .form-control {
    border-radius: 0;
}

.home-form-section label {
    font-weight: 600;
}

.fusion-text p a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.fusion-text p {
    margin-bottom: 0;
}

.fusion-text {
    padding: 10px 0 20px;
}
.yellow-color{
    color: #f4ae33 !important;
}
.banner-btn{
    line-height: 37px;
    width: 100%;
    background: #000;
}
.about-btn{
    margin-left: initial;width: auto; max-width: 324px;
}
.map-detail-section {
    padding: 0 20px 10px;
    border-left: 1px solid #000;
}

.map-detail-section ul li {
    border-top: 1px solid #000;
}

.map-detail-section ul {
    list-style: none;
    padding: 0;
}

.ab-loc-title {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}

.map-detail-section p {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 400;
    color: #7e7e7e;
    margin-bottom: 10px;
}
.inner-page-section {
   padding: 257px 0 206px;
}
.inner-page-section .tt-title {
    padding-top: 50px;
}
.contact_us .icon_classes p:last-child a {
    font-weight: 600;
}
.apply_now_form {background: transparent;}
.apply_now_form p {text-align: center;font-family: 'Montserrat';font-size: 16px;width: 100%;max-width: 70%;margin: 0 auto 30px;}
.carees-form .form-group {
    margin-bottom: 15px;
}
.home-page .banner-section, .our_customer_saying_04, .services_01{
    position: relative;
    overflow: hidden;
}
.contact_us2_form .form-check-input {
    height: 1.5em;
    width: 1.5em;
    margin-right: 10px;
}
.referral-btn {
    background-color: #f4ae33;
    border: none;
    border-right: 2px solid #f4ae33 !important;
    padding: 10px;
    font-size: 23px;
    font-family: "Oswald";
    box-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
    position: fixed;
    top: 50%;
    right: -100px;
    transform: rotate(270deg);
    z-index: 999;
    color: #000;
    transition: right 1s ease 0s;
}
.referral-popup .offcanvas {
    --bs-offcanvas-width: 80%;
}
.referral-content {
    max-width: 900px;
    margin: 0 auto;
}
.referral-popup .offcanvas-header .btn-close {
    background-color: #f4ae33;
    opacity: 1;
}
#formModal .modal-header {
    background: #000;
    border-radius: 0;
}

#formModal .modal-title {
    color: #fff;
}

#formModal .modal-content {
    background-color: #f4ae33;
    border-radius: 0;
}
#formModal .btn-close {
    background: none;
    color: #fff;
    font-size: 22px;
    top: -6px;
    position: relative;
    opacity: 1;
}
.customer-reviews .our-customer-section {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.customer-reviews .cus-say-sec .row [class*='col-'] {
    margin-bottom: 30px;
}
.button8:focus-within::before {
    opacity: 1;
    width: 100%;
    outline: 1px solid #000;
}
.access-section a {
    text-decoration: none;
    color: #f4ae33;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: inline-block;
}

.access-section a:hover {
    color: #fff;
}

.lc-btn a em {
    font-weight: 500;
    font-family: 'Oswald';
    font-style: normal;
    text-transform: uppercase;
    padding: 0 25px;
    display: inline-block;
    background-color: #f4ae33;
    margin-bottom: 10px;
    min-width: 167px;
    font-size: 17px;
}

.lc-btn {
    text-align: center;
    margin-bottom: 30px;
}

.lc-btn a:before {
    content: none;
}

/*************************************/
/*************************************/
/********** MEDIA QUERIES  ***********/
/*************************************/
/*************************************/

@media (max-width: 1200px) {
    .fixed-slide button.pop-btn.active {
        right: 70%;
    }
}
@media (max-width: 991px) {
    .fixed-slide.active {
        width: 100%;
    }
    .fixed-slide button.pop-btn.active {
        right: auto;
        left: -75px !important;
    }
    div#map {
        max-width: 70%;
    }
    .tt-header .responsive_logo img {
        width: 100%;
        max-width: 120px;
    }
    .tt-header .container {
        width: 100%;
        padding: 0;
    }
    .tt-header .top-inner.clearfix {
        padding: 15px 20px;
    }
    .tt-header h3.top-title {
        padding-right: 20px;
    }
    footer .footer_top .subscribe {
        margin-top: 0 !important;
    }
    footer .instagram_images {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
	
	
	.about_us_section {
    padding: 12px 0;
}
	
	.tt-header .responsive_logo img {
		width: 100%;
		max-width: 120px;
	}

	.tt-header .container {
		width: 100%;
		padding: 0;
        max-width: 100%;
	}

	.tt-header .top-inner.clearfix {
		padding: 15px 20px;
	}

	.careers-page .apply_now_form p {
		max-width: 80%;
	}

	footer .footer_top .subscribe {
		margin-top: 0 !important;
	}

	footer .instagram_images {
		padding-bottom: 0;
		margin-bottom: 0;
	}
    .inner-page-section {
        padding: 140px 0 120px;
    }
}

@media (max-width: 767px) {
    .map-detail-section {
        border-left: none;
    }
    .contact_us2_form .form-check-input {
        height: 1em;
        width: 1em;
        margin-right: 0px;
    }
    .contact_us2_form .form-check label {
        font-size: 13px;
    }
    .inner-page-section {
        padding: 150px 0 100px;
    }
    
    .referral-popup .offcanvas {
        --bs-offcanvas-width: 90%;
    }
    .fixed-slide h3 {
        font-size: 25px;
    }
    .fixed-slide .slide-pop-wrap button.input-search-button {
        padding: 10px 30px;
    }
    .fixed-slide button.pop-btn {
        font-size: 15px;
    }
    .fixed-slide .slide-pop-wrap input.form-control {
        max-width: 65%;
    }
    .fixed-slide form.contact-pop,
    .fixed-slide form.contact-pop .form-control,
    .fixed-slide .form-group.check-wrap {
        width: 100%;
        max-width: 95% !important;
    }
    .fixed-slide .slide-pop-wrap .check-wrap input.form-control {
        width: 15px !important;
        height: 15px;
        margin: 0;
    }
    .fixed-slide .slide-pop-wrap .check-wrap input,
    .fixed-slide .slide-pop-wrap .check-wrap label {
        display: inline;
    }
    .apply_now_form p {max-width: 100%;}
    .home-page .banner-section .banner-text {
        padding: 0px 0;
        max-width: 100%;
        margin: 0 auto;
    }
    .home-page .banner-section {
        background-image: none;
                padding-top: 87px;
    }

}
@media (min-width: 699px) and (max-width:991px) {
    .our-work-img img {
        height: 200px;
    }
}
@media (max-width: 700px) {
    .our-work-img img {
        height: 100%;
    }
}
@media (max-width: 575px) {
    
    .fixed-slide .slide-pop-wrap input.form-control {
        display: block;
        margin-bottom: 20px;
    }
    .fixed-slide button.pop-btn.active {
        display: none;
    }
    div#map {
        max-width: 95%;
    }
    .banner-section .row {
/*        display: block;*/
    }
    .tt-header h3.top-title {
        font-size: 12px;
    }
}
