@media only screen and (max-width: 1300px) {
    .wrapper {
        max-width: 90%;
    }
}
@media only screen and (max-width: 1024px){
    .wrapper {
        padding: 60px 0;
    }
    .innerPgHead h2, .innerPgDetail .projectReview h3{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .innerPgHead p{
        width: 100%;
        font-size: 16px;
    }
    .innerPgDetail .projectReview ul li{
        font-size: 16px;
        line-height: 24px;
    }
    .innerPgDetail .clientMsg p sup{
        font-size: 100px;
        line-height: 20px;
    }
    .innerPgDetail .clientMsg p{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .innerPgDetail .clientMsg span{
        font-size: 14px;
    }
    .innerPgDetail .workedInnerPg .wrapper{
        flex-wrap: wrap;
    }
    .innerPgDetail .workedInnerPg .wrapper .heading{
        width: 100%;
        margin-bottom: 25px;
    }
    .innerPgDetail .workedInnerPg .wrapper .heading h3{
        font-size: 30px;
    }
    .innerPgDetail .workedInnerPg .wrapper .info{
        width: 100%;
    }
    .innerPgDetail .workedInnerPg .wrapper .info ul li{
        margin-bottom: 20px;
    }
    .innerPgDetail .workedInnerPg .wrapper .info ul li h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .innerPgDetail .workedInnerPg .wrapper .info ul li h5 span{
        font-size: 24px;
    }
    .innerPgDetail .workedInnerPg .wrapper .info ul li p {
        font-size: 18px;
        padding-left: 32px;
        line-height: 24px;
    }
    .innerPgDetail .workedInnerPg .wrapper .info ul li p span{
        margin-bottom: 10px;
    }
    .innerPgDetail .finalDeisgn .heading h2{
        font-size: 30px;
    }
    .innerPgDetail .finalDeisgn .heading p{
        width: 100%;
    }
    .innerPgDetail .finalDeisgn{
        height: 740px;
        padding: 0px 0 0 0;
    }
    .innerPgDetail.know-near .finalDeisgn, .innerPgDetail .finalDeisgn.job{
        height: auto;
    }
    .innerPgDetail .otherWorks .wrapper h2{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .innerPgDetail .otherWorks .wrapper ul{
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 980px) {
    .bannerSC .bannerText h1{
        width: 100% !important;
    }
    header{
        padding: 20px 0;
        position: sticky;
        top: 0;
        background: #1A191A;
        z-index: 99;
    }
    header .wrapper a.logo{
        margin-left: 0;
    }
    .bannerSC .bannerText h1{
        font-size: 36px;
    }
    .bannerSC .bannerText p {
        font-size: 18px;
        width: 100%;
        line-height: 32px;
    }
    header nav{
        display: none;
    }
    header .wrapper a.contactBtn{
        display: none;
    }
    section.weWork .wrapper .workList ul li {
        width: 50%;
        margin-bottom: 40px;
        padding-right: 15px;
    }
    section.services .links h2, section.partner h2{
        font-size: 42px;
        margin-bottom: 0;
    }
    section.partner p {
        font-size: 18px;
        color: #ffffff;
        line-height: 24px;
        width: 100%;
    }
    section.partner .partnersLogos {
        margin-top: 50px;
        gap: 0;
        flex-wrap: wrap;
    }
    section.partner .partnersLogos span{
        width: 50%;
    }

    section.services .wrapper{
        flex-wrap: wrap;
    }
    section.services .links{
        padding-left: 0;
        width: 100%;
    }
    section.services .imageServices, section.services .slick-track{
        width: 100%;
    }

    section.weWork .wrapper{
        flex-wrap: wrap;
    }
    section.weWork .wrapper .headInfo{
        padding-left: 0;
        width: 100%;
    }
    section.weWork .wrapper .headInfo h2{
        font-size: 44px;
    }
    section.weWork .wrapper .headInfo p{
        font-size: 18px;
        line-height: 24px;
    }
    section.weWork .wrapper .workList{
        padding: 0;
        width: 100%;
        margin-top: 30px;
    }
    section.ourWork h2{
        font-size: 48px;
        text-indent: 30px;
        padding-top: 20px;
        background-size: 60px;
    }
    section.ourWork p{
        font-size: 18px;
        width: 100%;
        line-height: 24px;
    }

    section.ourWork .projects ul li .info{
        width: 100% !important;
        left: 0 !important;
        right: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.22);
        padding: 20px;
        top: 0 !important;
        margin-top: 0 !important;
    }
    section.ourWork .projects ul li.p3{
        background-size: 100%;
        background-position: center;
    }
    section.ourWork .projects ul li .info p{
        font-size: 48px;
    }
    section.clientSpeak h2 {
        font-size: 48px;
        text-indent: 36px;
        background-size: 50px;
        padding-top: 0;
    }
    section.clientSpeak p{
        width: 100%;
    }
    section.clientSpeak .speak{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    section.clientSpeak .speak .speakerImg{
        width: 100%;
        text-align: center;
    }
    section.clientSpeak .speak .speakerTxt{
        width: 100%;
    }

    section.letsTalk h2{
        font-size: 48px;
    }
    section.letsTalk p{
        width: 100%;
    }
    section.letsTalk .contactForm{
        margin-top: 50px;
    }
    section.letsTalk .contactForm form .row span button{
        margin: 0 auto;
    }

    footer .wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .wrapper nav{
        width: 100%;
        text-align: center;
    }
    footer .wrapper a.logo{
        margin: 35px 0;
    }
    footer .wrapper ul.socialLinks{
        width: 100%;
        justify-content: center;
    }

    section.started h2{
        font-size: 42px;
    }
    section.started p{
        width: 100%;
    }
    section.ourApproach .info h2{
        font-size: 32px;
        background-size: 44px;
        padding: 10px 0 0 30px;
    }
    section.ourApproach .wrapper{
        flex-wrap: wrap;
    }
    section.ourApproach .info{
        width: 100%;
    }
    section.ourApproach .image{
        width: 100%;
    }

    .mobMenuIco{
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url('../images/menu.png');
    }
    .mobMenu{
        display: none;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        right: 0;
        z-index: 999;
    }
    .mobMenu.open{
        display: flex;
    }
    .mobMenu .close{
        position: absolute;
        top: 20px;
        right: 20px;
        width: 16px;
        height: 16px;
        background: url('../images/close.png');
        background-size: 100%;
    }
    .mobMenu .overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.95);
    }
    .mobMenu .menu{
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 999;
    }
    .mobMenu .menu a{
        display: block;
        width: 100%;
        padding: 15px 0;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    #light{
        width: 90%;
    }

}

@media only screen and (max-width: 640px) {
    html{
        height: auto;
    }
    .wrapper {
        padding: 50px 0;
    }
    .bannerSC .bannerText h1{
        width: 100% !important;
    }
    header{
        padding: 20px 0;
    }
    header .wrapper a.logo{
        margin-left: 0;
    }
    .bannerSC .bannerText h1{
        font-size: 36px;
    }
    .bannerSC .bannerText p {
        font-size: 18px;
        width: 100%;
        line-height: 32px;
    }
    header nav{
        display: none;
    }
    header .wrapper a.contactBtn{
        display: none;
    }
    section.weWork .wrapper .workList ul li {
        width: 100%;
    }
    section.services .links h2, section.partner h2{
        font-size: 42px;
        margin-bottom: 0;
    }
    section.partner p {
        font-size: 18px;
        color: #ffffff;
        line-height: 24px;
        width: 100%;
    }
    section.partner .partnersLogos {
        margin-top: 50px;
        gap: 0;
        flex-wrap: wrap;
    }
    section.partner .partnersLogos span{
        width: 50%;
    }

    section.services .wrapper{
        flex-wrap: wrap;
    }
    section.services .links{
        padding-left: 0;
        width: 100%;
    }
    section.services .imageServices, section.services .slick-track{
        width: 100%;
    }

    section.weWork .wrapper{
        flex-wrap: wrap;
    }
    section.weWork .wrapper .headInfo{
        padding-left: 0;
        width: 100%;
    }
    section.weWork .wrapper .headInfo h2{
        font-size: 44px;
    }
    section.weWork .wrapper .headInfo p{
        font-size: 18px;
        line-height: 24px;
    }
    section.weWork .wrapper .workList{
        padding: 0;
        width: 100%;
        margin-top: 30px;
    }
    section.ourWork h2{
        font-size: 48px;
        text-indent: 30px;
        padding-top: 20px;
        background-size: 60px;
    }
    section.ourWork p{
        font-size: 18px;
        width: 100%;
        line-height: 24px;
    }

    section.ourWork .projects ul li .info{
        width: 100% !important;
        left: 0;
        right: 0 !important;
        top: 0 !important;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.22);
        padding: 20px;
    }
    section.ourWork .projects ul li .info p{
        font-size: 32px;
    }
    section.clientSpeak h2 {
        font-size: 48px;
        text-indent: 36px;
        background-size: 50px;
        padding-top: 0;
    }
    section.clientSpeak p{
        width: 100%;
    }
    section.clientSpeak .speak{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    section.clientSpeak .speak .speakerImg{
        width: 100%;
        text-align: center;
    }
    section.clientSpeak .speak .speakerTxt{
        width: 100%;
    }

    section.letsTalk h2{
        font-size: 48px;
    }
    section.letsTalk p{
        width: 100%;
    }
    section.letsTalk .contactForm{
        margin-top: 50px;
    }

    section.ourWork .projects ul li.p3 .info{
        width: 98%;
    }
    section.letsTalk .contactForm form .row{
        flex-wrap: wrap;
    }
    section.letsTalk .contactForm form .row span{
        width: 100%;
        padding-right: 0;
    }

    .innerPgDetail .projectReview ul{
        flex-wrap: wrap;
    }
}