.navbar-light .navbar-brand img.logo-one {
    width: 170px;
}

.navbar-light .navbar-brand {
    padding-top: 0;
    margin-top: -29px;
    padding-bottom: 0;
    margin-left: 26px;
    margin-bottom: -28px;
}

.banner-item {
    padding: 57px 0 57px;
}

.banner-form-area {
    margin-top: 0;
}

.theme-dark .desktop-nav .navbar .navbar-brand .logo-two {
    display: inline-block;
    width: 214px;
}

.switch-box {
    top: 30%;
    right: 33px;
}

.top-header {
    padding: 3px 0;
}


/**/

.inner-banner .inner-title h3 {
    margin-bottom: 0px;
}

.inner-banner .inner-title {
    margin-bottom: 0px;
}

.inner-banner {
    background-color: #f146803b;
    padding: 7px 0 7px;
}

.services-item-two .content {
    padding: 19px 14px;
}

.services-item-two .content h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
}

.services-item-two a img {
    max-width: 100%;
    width: 100%;
}

.banner-item-bg1 {
    background-image: url(../images/new-slider1.jpg);
}

.banner-item-bg2 {
    background-image: url(../images/new-slider2.jpg);
}

.banner-item-bg3 {
    background-image: url(../images/new-slider3.jpg);
}

.banner-item-bg4 {
    background-image: url(../images/new-slider4.jpg);
}

.banner-item-bg5 {
    background-image: url(../images/new-slider5.jpg);
}

.banner-item {
    padding: 108px 0 70px;
}

.services-item-two .content h3 a {
    margin-top: 8px;
    color: var(--mainColor);
    font-family: var(--bodyFonts);
    font-size: 18px;
    font-weight: 400;
}

.services-item-two .content ul {
    margin: 10px 0;
    list-style-type: none;
    padding: 0;
}

.services-item-two .content ul li {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    color: #555555;
}

.services-item-two .content ul li span {
    color: var(--mainColor);
    float: right;
}

.services-item-two .service-icon {
    text-align: center;
}

.services-item-two .service-icon img {
    width: 130px;
}

.banner-content {
    height: 400px;
}

.mt-50 {
    margin-top: 50px;
}

.banner-form {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 50px;
}

.footer-widget h3 {
    font-family: var(--bodyFonts);
    font-weight: 500;
}

.text-right {
    text-align: right;
}

.about-img-three {
    margin-bottom: 0;
    padding-bottom: 0;
}

.lb-nav a.lb-prev {
    background: url(../images/prev.png) left 48% no-repeat!important;
}

.lb-nav a.lb-next {
    background: url(../images/next.png) right 48% no-repeat!important;
}

#preloader {
    z-index: 9999999;
}

.services-item-two {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.services-item-two:hover {
    background: #fbc4d66e;
    transition: .3s;
}

.testimonial-item.testimonial-item-color {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    padding: 5px 10px;
}

.testimonial-item.testimonial-item-color:hover {
    background: #fbc4d66e;
    transition: .3s;
}

.h-355 {
    height: 335px!important;
}

.gallery-tab ul#tabs {
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 0px;
}

.gallery-tab ul#tabs li {
    display: inline;
    background: #fcd4e2;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.nav-tabs {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: none;
    justify-content: center;
}

.nav-tabs .nav-link.active {
    background: #fcd4e2;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}

.nav-tabs .nav-link {
    background: #fcd4e27a;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .banner-item::before {
        background-color: #20203100;
    }
    .banner-content {
        height: auto;
    }
    .h-355 {
        height: auto!important;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-responsive-nav .logo {
        z-index: 99999;
    }
    .mobile-responsive-nav .mean-container .mean-bar {
        z-index: 99999;
    }
    .h-355 {
        height: auto!important;
    }
}