@media (max-width:992px) {
    .main-banner .item-1 {
        background-image: url(../images/banner-item-01-xs.png);
    }

    .section {
        margin-top: 10px;
    }

    .main-banner .item{
        height: 75vh !important;
    }

    .main-banner .owl-nav {
        bottom: -5vh;
    }

    .services{
        padding-bottom: 0px;
    }

    .social-icons ul li{
        padding-top: 4px;
    }

    .nav{
        border: solid 1px white;
    }

    .owl-carousel .owl-item img {
        justify-content: center;
        height: auto !important;
        width: 90% !important;
        margin-left: 5%;
    }
}


.main-banner .item {
    padding: 0 !important;
}

.owl-carousel .owl-item img {
    display: block;
    height: 100%;
    width: auto;
}