@media only screen and (max-width:1366px) {
    .home-bannerss .bnt-imgss img {
        height: 100vh;
    }
    .home-bannerss .bnt-main-conts .banner-inner-boxx h2{
        font-size: 56px;
    }
    /* header{
        background-color: ;
    } */
}

@media only screen and (max-width:1024px) {
    .contactBtn{
    display: none;
    }
    .counter-seciton h4{
        color: var(--theme-color);
        font-size: 55px;
        line-height: 60px;
        font-weight: 700;
    }
}
@media only screen and (max-width:768px) {
        header{
            background-color: rgba(0, 0, 0, 0.86);
        }
        .navbar-toggler{
            filter: invert(1);
        }

        .home-bannerss .owl-item.active:before{
            width: 150px;
        }
        .home-bannerss .owl-item.active:after{
            width: 120px;
        }

        .home-bannerss .owl-nav button span {
            font-size: 54px;
            height: 67px;
            }
    .client-review-style-one {
        background-image: unset;
    
        background-color: var(--theme-color);
    }
    .galler-home {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
       header nav .navbar-nav .nav-item .nav-link{
            padding-top: 15px;
            padding-bottom: 15px;
    }
    footer .footer-boottom .text-center {
        flex-direction: column;
        }
        footer .footer-boottom .social-medias{
            justify-content: center;
        }
        .project-style-one .project-post .project-data .project-icon{
            right: 25px;

        }
      
}

@media only screen and (max-width:576px) {
   .home-bannerss .owl-item.active:after{
    display: none;
   } 
       .home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
        font-size: 42px;
    }
    .client-style-one .owl-next{
        right: 0;
   }
     .client-style-one .owl-prev{
        left: 0;
    }
    .about-style-one .about-data-left:before {
    /* content: ""; */
         width: 71%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(-20deg, 0deg);
    z-index: -1;
    }
    .cta-section .cta-data h2 {
    font-size: 30px;
    }
    .cta-section:before    {
        display: none;
    }


    .home-bannerss .owl-nav button span {
        font-size: 33px;
        height: 40px;
        width: 24px;
    }
    .service-style-two .service-two-box{
        min-height: auto;
    }
        .galler-home {
        grid-template-columns: repeat(1, 1fr);
    }
    .gap {
     
        padding: 60px 0;
    }
        .cta-section .cta-data {
        margin-top: 19px;
    }
    .counter-seciton h4 {
        color: var(--theme-color);
        font-size: 38px;
        line-height: 60px;
        font-weight: 700;
    }
    .project-style-one:before{
        display: none;
    }
    .common-heading {
        font-size: 30px;
    }
    .project-style-one .project-post .project-data h3 a{
        font-size: 20px;
    }
    .project-style-one .project-post .project-data{
        padding:24px 90px 24px 10px;
        margin-top: 0;
    }
    .home-bannerss .bnt-main-conts{
        z-index: 1;
    }
       .project-style-one .project-post .project-data h3 a {
        font-size: 16px;
        line-height: 22px;
    }
    .service-style-two .service-two-box{
        padding: 30px 30px;
    }
 
}

