.navbar.sub {
     top: 0;
}



.white-bg {
    background-color: #fff !important;
}

.sm-section {
    padding: 50px 0;
}

section.featured:after {
    display: none;
}

.col-3.swiper-slide.slide-center.item {
    padding: 0 8px;
}

.section-background {
    position: relative;
}

.section-background * {
    z-index: 3 !important;
}

.section-background::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000cc;
    z-index: 2;
}

.logo-header-container {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.share-list .nav-link i:hover svg path{
    fill: var(--white-color);
}


#contact-map {
    width: 100%;
    height: 400px;
}

@media only screen and (min-height: 700px) {


    #contact-map {
        height: 500px;
    }
}

@media only screen and (min-height: 800px) {


    #contact-map {
        height: 600px;
    }
}

@media only screen and (min-height: 900px) {


    #contact-map {
        height: 700px;
    }
}

@media only screen and (min-height: 1000px) {


    #contact-map {
        height: 800px;
    }
}


.hover-section-left, .hover-section-right {

    transition: width 0.5s;
    width: 50%;
}
.hover-section-left:hover, .hover-section-right:hover {
    width: 60%;
}

section {

    padding: 90px 0;
}

@media(max-width: 767px) {
    section {
        padding: 70px;
    }
}
