@media screen and (max-width: 767px) {
    .service-reverse-row {
        flex-direction: column-reverse;
    }

    .service-wrapper-row {
        display: flex;
        align-items: center;
        margin-top: 60px !important;
    }


    .service-wrapper-row:last-child {
        margin-bottom: 60px !important;
    }

}

.service-wrapper-row {
    display: flex;
    align-items: center;
    margin-top: 90px;
}


.service-wrapper-row:last-child {
    margin-bottom: 90px;
}




.gal-img {
    filter: grayscale(0);
    /* -webkit-filter: grayscale(100%); */
    /* -moz-filter: grayscale(100%); */
    transition: all 0.5s;
}


.gal-img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    cursor: pointer;
}


.home-banner-wrapper {
    margin-top: 0px;
}

/* @media screen and (max-width: 991px) {
    .home-banner-wrapper {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .home-banner-wrapper {
        margin-top: 100px;
    }
}

@media screen and (max-width: 380px) {
    .home-banner-wrapper {
        margin-top: 125px;
    }
} */

@media screen and (max-width:1024px) {
    .main-menu-area {
        /* background: unset !important; */
    }
}