.offcanvas__right {
    align-items: center;
    display: flex;
}

.slider-h100vh {
    height: 90vh;
}

.portfolio__slide-3 a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 90vh;
}

.portfolio__slide-3 {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.slider__pt-100 {
    padding-top: 100px;
}

.image-w-full img {
    width: 100%;
}

.image-reduce img {
    height: 75px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-center {
    display: flex;
    justify-content: center;
}

.footer__bottom-line {
    background-color: #010101;
}

.pb-50 {
    padding-bottom: 50px;
}

.header__nav-icon-3 {
    display: none;
}

.main-menu-3 li:last-child {
    padding-right: 0px;
}

.service-v5 .portfolio__service-item {
    height: 100%;
    padding-bottom: 15px;
}

li.active a {
    color: #a49c98;
}

.download_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    width: 95%;
}

.w_100 {
    width: 100%;
}

.translate {
    position: fixed;
    bottom: 30px;
    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;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .slider-h100vh {
        height: 100vh;
    }
    .slider__pt-100 {
        padding-top: 92px;
    }
    .header__nav-icon-3 {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .slider-h100vh {
        height: auto;
    }
    .ipad-pt-0 {
        padding-top: 0px;
    }
    .offcanvas__mid {
        align-items: center;
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .slider__pt-100 {
        padding-top: 90px;
    }
    .story__img-wrapper img {
        margin-bottom: 0px;
    }
    .offcanvas__right {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .footer__area-3 .pt-100 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer-center {
        justify-content: left;
    }
    .footer__widget-3 {
        padding: 0 0 20px 0;
    }
    .footer__widget {
        padding: 0 0 20px 0;
    }
    .footer__copyright-3 img {
        width: 100%;
    }
    .portfolio__text {
        font-size: 24px;
    }
    .service-v3.pt-130 {
        padding-top: 60px;
    }
    .hero__about-btn #btn_wrapper {
        height: 0;
        width: 0;
        margin-left: 0;
    }
    .hero__about-info {
        padding-bottom: 0;
    }
    .mob-p-0 {
        padding: 0;
    }
    .service-v5.pt-140 {
        padding-top: 60px;
    }
}