<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */

@media (max-width: 1400px) {
    .tbp{
        padding: 70px 0 !important;
      }
      .tbm{
        margin: 70px 0 !important;
      }
      .ch-project-area .project-item .project-text h2 {
        font-size: 20px;
    }

}
@media (max-width: 1199px) {
   
}
@media (max-width: 767px) {
    .navik-header .logo img {
        width: 184px !important;
        padding: 15px;
    }
    .subTitle {
        line-height: 24px;
    }
    .aboutSection01 .secTitle {
        font-size: 31px;
    }
    .counter {
        margin-bottom: 20px;
    }
    .content-box h3 a {
        color: black;
        font-size: 19px;
    }
    h3.blog-title.h5 a {
        font-size: 21px;
        color: black;
    }

    html{
        overflow-x: hidden;
    }
    body{
        overflow-x: hidden;
    }


}

@media(min-width: 1200px) and (max-width:1700px) {

}
@media (min-width: 1200px) and (max-width: 1700px) {

}
@media (min-width: 1200px) and (max-width: 1700px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1200px) and (max-width: 1700px) {
 
}
@media (max-width: 991px) {

}
@media (max-width: 1199px) {
  
}
@media(max-width: 991px){
    .navik-header {
   
     padding-bottom: 0px; 
}
     .whatsapp_ico a {
        top: 0!important
    }

    .aside_mob_btn {
        width: 50%;
        height: 54px;
        position: fixed;
        bottom: 0;
        top: auto;
        box-shadow: 0 0 12px #dcdcdc;
        right: 0;
        display: inline-block;
        cursor: pointer;
            background-color: transparent;
    background-image: radial-gradient(at center center, #334c32 0%, #334c32 100%);
        z-index: 9999;
        text-align: center;
        color:#fff;
    }

    .aside_mob_btn span {
        width: 100%;
        text-align: center;
        font-weight: 600;
        line-height: 52px
    }

    .aside-form.book-enquiry {
        position: fixed;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: 0%;
        overflow: auto
    }

    .aside-form.book-enquiry.on-click-display {
        height: 100%;
        z-index: 99999999
    }

    .aside-form .mobile_btn2 {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 5px;
        top: 5px;
        background: #e40000;
        border: 1px solid #e40000
    }

    .mobile_btn1 {
        display: block!important;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 35px;
        height: 35px;
        background: #334c32;
        color: #fff !important;
        font-weight: 600;
        text-align: center;
        line-height: 35px
    }

    .LAMTagLine,.Sec5 {
        background-size: cover
    }

    .pc_whatsapp {
        width: 50%;
        bottom: 0!important;
        padding: 7px 19px!important
    }

    .form_open_b {
        position: fixed;
        padding: 5px 19px!important;
        right: 0;
        top: auto;
        bottom: 0;
        transform: inherit;
        width: 50%;
        text-align: center;
        box-shadow: 0 0 6px 0 rgb(0 0 0 / 47%)
    }

}</pre></body></html>