.logo-header a {
    width: 200px;
    height: 100%;
}

h3.h3 {
    font-weight: 600;
    color: #000;
}

h1.h3 {
    font-weight: 600;
    color: #000;
}

.footer-center {
    display: flex;
    justify-content: center;
}

.footer-logo img {
    height: 40px;
}

.m-0 {
    margin: 0px!important;
}

.header[data-arts-header-overlay-theme=dark-1] a:hover {
    color: #888888;
}

.download-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-feature {
    padding: 30px 25px!important;
    height: 100%;
}

.section-grid__item.contact-box {
    height: 100%;
}

.contact-feature {
    position: relative;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: calc(1 * (40 * 1px));
    padding-bottom: calc(1 * (40 * 1px));
    width: 100%;
    outline: 1px solid rgba(128, 128, 128, .3);
    outline-offset: -20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.contact-feature__icon img {
    height: 30px;
}

.contact-feature__header p {
    margin: 0!important;
}

.google-map iframe {
    height: 450px !important;
}

.vision-box p {
    margin-top: 0 !important;
}


/* .menu-overlay .sub-menu {
    width: 350px;
} */

.single-details ul {
    padding: 0 !important;
}

.export_map {
    width: auto;
    height: 100%;
}

.export_map img {
    width: auto;
    height: 100%;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

.translate {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #000;
    /* overflow: hidden; */
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    z-index: 1000;
}

.mt-0 {
    margin-top: 0!important;
}


/* responsive */

@media only screen and (max-width: 1500px) {
    .header__wrapper-overlay-widgets {
        display: none !important;
    }
    .header__wrapper-menu {
        max-width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 830px) {
    .ipad-d-none {
        display: none;
    }
    .ipad-mt-10 {
        margin-top: 0px!important;
    }
    .ipad-mt-30 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-center {
        justify-content: left;
    }
    .text-mob-center {
        text-align: center!important;
    }
    .mob-pb10 {
        padding-bottom: 10px;
    }
    .mob-d-none {
        display: none;
    }
    .mob-order-2 {
        order: 2;
    }
    .mob-pb-30 {
        padding-bottom: 30px;
    }
}