@media screen and (max-width: 1600px) {
    section.project__gallery h4 {
        font-size: 40px;
    }
    section.project__gallery p {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 40px;
    }
    
    .banner__wrap .content h3 {
        font-size: 70px;
        line-height: 75px;
        padding: 30px 0;
    }
    .about__wrap .content h3 {
        font-size: 40px;
        width: 80%;
        line-height: 45px;
    }
    .banner__wrap .content {
        padding-left: 50px;
    }
    .header__wrap li a {
      font-size: 16px;
    }
    .service__wrap .content p {
        font-size: 25px;
        line-height: 30px;
    }
    section.service__wrap .ser-img {
        max-width: 1920px;
    }
    img.bnr-img {
         object-fit: cover;
    }
    .industries__wrap h5, .industries__wrap h5  , section.team__wrap h5{
        font-size: 70px;
        line-height: 70px;
    }
    .industries__wrap h4 {
        font-size: 30px;
        line-height: 35px;
    }
    img.p-img {
        height: 500px;
    }
    section.counter__wrap .content h3 {
        font-size: 45px;
        line-height: 50px;
    }
    section.counter__wrap .content span {
        font-size: 50px;
        line-height: 45px;
    }
    .logo__wrap ul li img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }
    .footer__wrap .inner__content ul li span, .footer__wrap .inner__content ul li, .footer__wrap .inner__content h6 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1400px) {
   

}   
@media screen and (max-width: 992px) {
    
   
}
@media screen and (max-width: 768px) {
    ul.header li a {
            font-size: 13px;
            text-decoration: none;
            padding: 0;
            color: #072438;
            position: relative;
            margin: 0 15px;
            padding-bottom: 7px;
            transition: all .3s 
        linear;
            font-weight: 500;
            z-index: 999;
        }
    .project__gallery img {
        max-width: 100%;
        display: block;
        margin: auto;
        margin-top: 30px;
    }
        section.project__gallery p {
            font-size: 18px;
            margin-bottom: 30px;
            line-height: 28px;
        }
    .header__wrap {
        max-width: 100%;
        gap: 15px;
    }
    .header__wrap li a {
        font-size: 10px;
    }
    .banner__wrap .content {
        height: 100vh;
    }
    img.bnr-img {
        display: none;
    }
    .banner__wrap .content h3 {
        font-size: 50px;
        line-height: 55px;
        padding: 20px 0;
    }
    .banner__wrap .content p {
        font-size: 16px;
        line-height: 24px;
        max-width: 90%;
        letter-spacing: 1px;
        margin: 0;
        position: relative;
    }   
    .about-img {
        height: 50vh;
    }
    .about__wrap .content {
        height: 50vh;
    }
    .about__wrap .content h3 {
        font-size: 30px;
        width: 80%;
        line-height: 35px;
    }
    .postfolio-btn {
        font-size: 20px;
    }
    .about__wrap .content p {
        font-size: 25px;
        text-transform: capitalize;
        padding: 20px 0;
        margin: 0;
    }
    .service__wrap .container-fluid {
        left: 30px;
    }
    .service__wrap .content h4 {
        font-size: 30px;
    }
    .service__wrap .content p {
        font-size: 20px;
        line-height: 25px;
    }
    .service__wrap .content {
        margin-bottom: 40px;
    }
    .industries__wrap {
        padding: 40px 30px;
    }
    .industries__wrap h5, .industries__wrap h5, section.team__wrap h5 {
        font-size: 40px;
        line-height: 40px;
    }
    section.counter__wrap .content h3 {
        font-size: 30px;
        line-height: 35px;
    }
    section.counter__wrap .content span {
        font-size: 40px;
        line-height: 45px;
                padding-bottom: 30px;
        display: inline-block;
    }
    .logo__wrap ul {
        gap: 60px;
    }
    .logo__wrap ul {
        gap: 50px;
        display: grid;
        grid-template-columns: auto auto;
    }
        section.team__wrap {
        padding: 30px;
    }
    .footer__wrap .inner__content {
        position: relative;
        bottom: 50px;
        left: 0;
        bottom: 0;
    }
    .footer__wrap .inner__content h4 {
        font-size: 30px;
        color: #c4b39c;
        margin: 0;
    }
    .footer__wrap .inner__content ul {
        flex-direction: column;
        align-items: flex-start;
    }
    section.counter__wrap {
        padding: 50px 0;
        text-align: center;
    }
}