@media(max-width: 1024px) {
    .header-1 .header-logo {
        top: 3px;
    }

    .header-1 .header-logo img {
        max-width: 70px;
    }

    .main-banner-image img {
        height: auto;
    }

    .service-content {
        margin-top: 0;
    }

    .serviceItem-wrap .service-content {
        margin-top: 30px;
    }
    .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
        -ms-touch-action: auto;
            touch-action: auto;
    }

}

@media(max-width: 992px) {
    .serviceItem-wrap {
        margin-bottom: 30px;
    }

    .order-lg-2 .project-carousel .owl-nav {
        left: 80%;
    }
}

@media(max-width: 992px) {
    .main-banner-heading {
        font-size: 30px;
    }

    .main-banner-content {
        padding: 35px 0;
        padding-left: 70px;
    }
}

@media(max-width: 768px) {
    .header-1 .header-logo {
        width: 110px;
    }

    .breadcrumb-wrapper .page-heading h1 {
        font-size: 18px;
    }

    .serviceItem-wrap{
        overflow-x: hidden;
    }

    .serviceItem-wrap .img-wrap {
        position: relative !important;
    }
    .contact-form-items {
        margin-top: 20px;
        position: relative;
        z-index: 2;
        padding: 20px;
        background: #e9e9e9;
    }
}

@media(max-width: 480px) {
    .main-banner-content {
        padding: 25px 0;
        padding-left: 30px;
    }

    .main-banner-content .main-banner-sub-heading {
        margin-bottom: 20px;
    }

    .main-banner-heading {
        font-size: 20px;
        width: 80%;
    }

    .main-banner-image img {
        height: 60vh;
    }

    .author-name-wrap {
        right: 60px;
    }

    .author-wrapper .text-circle {
        top: -5%
    }
}

@media(max-width: 444px) {
    .main-banner-image img {
        height: 50vh;
    }
}

@media(max-width: 390px) {
    .main-banner-image img {
        height: 50vh;
    }
}