.services__thumb {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}


.project__thumb-three {
   
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

@media (max-width: 768px) {

    .services__item {
        width: 100%;
        margin: 0px;
    }

    .banner__content .title {
        font-size: 32px;
        padding-top:0px !important;
    }

    .banner__bg {
        min-height: 75vh;
    }

    .banner__area::before {
        background-position: center !important;
    }

    #descSlide {  
        margin-top: 40vh;
    }

    .breadcrumb__content  h1 {
        font-size: 2rem !important;
    }

    .banner__content {
        padding: 0px !important;
        padding-bottom: 20px !important;
    }
 
    .service-6 .heading {

        top: 6% !important;
    }

    .heading-bg h2 {
        font-size: 25px !important;
    }
 
}


.tgmobile__menu-box {
    z-index: 999999999 !important;
    position: relative;
}

.tgmobile__menu {
    padding-right: 0px !important;
    z-index: 999999999 !important;
 
}