@media (max-width: 768px) {
    .bg-trans {
        width: -moz-fit-content;
        width: fit-content;
        font-size: 9px;
        ;
        justify-content: start;
        margin: 0px;
    }

    section.banner {
        height: 500px;
    }

    section.video-wrapper {
        margin-top: -85px;
    }

    .section-space {
        padding: 60px 0px;
    }

    .carousel-section .owl-theme .owl-nav {
        /* margin-top: 10px; */
        width: 100%;
        position: relative;
        top: auto;
        right: 0px;
        bottom: -63px;
        left: 0px;
        display: flex;
        justify-content: center;
    }

    .carousel-section.awaits-sec .owl-theme .owl-nav {
        top: auto;
        position: relative;
    }


    .await-carousel .item {
        padding: 10px 30px !important;
    }
    .footer-list{
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
        padding-left: 10px;
    }
    li.list-inline-item {
    line-height: 42px;
}
.contact-btn {
    margin-top: 20px;
}
.innovation-sec {
    height: 100%;
    position: relative;
}
.innovation-sec::before {

    z-index: -1;
    height: 100%;
}
section.banner {
    margin-top: 72px;
}
}
