.logo a img {
    height: 70px;
}

.inner-container {
    padding-left: 15px;
    padding-right: 15px;
}

.advantage-main .inner-box {
    height: 100%;
}

.advantage-main .inner-box:hover {
    transform: translate(1.5%, -1.5%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product-home-column {
    padding-bottom: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.copyright-img {
    text-align: end;
}

.copyright-text-bottom p {
    color: #fff;
}

.copyright-text-bottom,
.copyright-img {
    padding: 15px 0;
}

.section-contact {
    padding: 100px 0;
}

.contact-box-center {
    display: flex!important;
    justify-content: center;
}

.contact-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    width: 100%;
}

.contact-icon {
    margin-bottom: 15px;
}

.contact-form-bg {
    background-color: #ebebeb;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    width: 100%;
}

.project-box h3 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    padding: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.product-img {
    margin-bottom: 30px;
    position: relative;
}

.overlay {
    background-color: #030303;
    opacity: .3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.about_banner {
    padding: 50px 0;
}

.about_banner h3 {
    font-size: 35px;
    line-height: 1.2em;
    color: #f2f2f2;
    font-weight: 600;
    font-family: "Arimo", sans-serif;
}

#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;
}

.goog-te-combo {
    height: 45px;
}

.product_home_title {
    position: absolute;
    z-index: 999;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product_home_title h1 {
    color: #fff;
}

@media only screen and (min-width: 800px) {
    .header-style-four .header-lower {
        padding: 0 40px;
    }
}


/* ************* responsive **************** */

@media only screen and (max-width: 1080px) {
    .feature-block {
        margin: 20px 0;
    }
    .feature-block {
        margin-bottom: 0px!important;
    }
    .video-section .content-column .inner-column {
        padding: 0;
    }
}

@media only screen and (max-width: 820px) {
    .feature-block .inner-box {
        padding: 15px 15px 15px;
    }
    .specialize-section .sec-title {
        margin-bottom: 0px;
    }
    .fact-counter .count-box .count-text {
        font-size: 34px;
    }
    .fact-counter .count-box {
        font-size: 24px;
    }
    .main-footer .footer-logo {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .specialize-section {
        padding: 50px 0;
    }
    .offer-section {
        padding: 50px 0;
    }
    .fun-fact-and-features {
        padding: 50px 0 50px;
    }
    .fact-counter .count-box .counter-title {
        font-size: 14px;
    }
    .products-section {
        padding: 50px 0 50px;
    }
    .main-footer.alternate .widgets-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .products-section .title-column .inner-column {
        padding-top: 0px;
    }
    .products-section .title-column h4 {
        margin-bottom: 10px;
    }
    .products-section .title-column .text {
        margin-bottom: 20px;
    }
    .about-section {
        padding: 50px 0;
    }
    .section-contact {
        padding: 50px 0;
    }
    .contact-box {
        padding: 15px;
    }
    .contact-page-section .contact-info .info-block p {
        line-height: 21px;
    }
}

@media only screen and (max-width: 600px) {
    .product_home_title h1 {
        color: #fff;
        font-size: 21px;
    }
    .video-section .content-column .sec-title {
        margin-bottom: 0px;
    }
    .video-section .content-column .title {
        margin-bottom: 10px;
    }
    .fun-fact-and-features {
        padding: 0px 0 50px;
    }
    .resp_together.fun-fact-and-features {
        padding: 50px 0 50px;
    }
    .contact-form-main.fun-fact-and-features {
        padding: 50px 0 50px;
    }
    .main-footer .footer-logo {
        justify-content: left;
    }
    .copyright-text-bottom p {
        text-align: center;
    }
    .copyright-img {
        text-align: center;
    }
    .about_banner h3 {
        font-size: 22px;
    }
    .about-section .content-column .content-box {
        padding: 30px 50px 10px;
    }
}