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

@media (max-width: 767px) {
    /***** global css ***/
    .spad {
        padding: 50px 0px;
    }
    h1,
    .sp-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .section-title h1,
    .section-title h2 {
        font-size: 28px;
    }
    .header-area {
        height: 75px;
        background: rgba(0, 0, 0);
        /*rgba(0,0,0,0.5);*/
    }
    .logo-area {
        padding: 0px 0px 0px 15px;
    }
    .nav-menu ul li a {
        font-size: 14px;
    }
    .logo-area img {
        max-width: 78%;
    }
    .nav-switch {
        top: 18px;
    }
    .hero-slider .hero-slide-item {
        padding: 0px;
    }
    #project-overview ul li {
        margin-right: 10px;
        border: none;
    }
    #project-overview ul li h3 {
        font-size: 14px;
    }
    #project-overview ul li h3 small {
        font-size: 14px;
    }
    .intro-text p {
        margin-bottom: 30px;
    }
    .pt-4 {
        padding-top: 0px !important;
    }
    .service-box h3 {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }
    .custom-footer p {
        text-align: center !important;
    }
    .hidden-xs {
        /*        display: none;*/
    }
    .hidden {
        display: none;
    }
    .pt100 {
        padding-top: 50px;
    }
    .milestone,
    .solid-service-box {
        margin-bottom: 15px;
        text-align: center;
    }
    .milestone h2 {
        font-size: 30px;
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .milestone p {
        float: none;
        font-size: 14px;
        text-align: center;
    }
    .milestone:after {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .nav-tabs {
        margin-bottom: 10px;
        float: left;
    }
    .contact-form {
        margin-bottom: 20px;
    }
    .disclaimer h3 {
        text-align: center;
    }
    .disclaimer h3 {
        color: #333;
        text-align: justify;
    }
    .disclaimer p {
        font-size: 12px;
        color: #333;
    }
    .section-title h1,
    .section-title h2 {
        padding: 0px;
    }
    .service-box .sb-icon {
        margin: 0px auto 30px;
    }
    .sidebar-contact {
        width: 280px;
        padding: 25px;
        right: -280px;
    }
    .sidebar-contact.active {
        right: 0px;
    }
    .btm-frm-wrapper .desktop {
        display: none;
    }
    .btm-frm-wrapper .mobile {
        display: block;
    }
    .container.mobile h2 {
        text-align: center !important;
    }
    .btm {
        bottom: 60px;
    }
    .container.mobile a {
        font-size: 20px;
        text-align: center !important;
        color: #ffffff !important;
    }
    .contact-map {
        margin-bottom: 20px;
    }
    .l-wrap {
        max-width: 100%;
        width: 100%;
    }
    .location-count {
        padding: 0px 15px;
    }
    .location-count ul {
        padding-top: 40px;
        text-align: left;
    }
    .location-count ul li {
        padding-left: 11%;
        padding-right: 0;
        max-width: 160px;
        margin-bottom: 20px;
        border-right: none;
    }
    .location-count ul li span {
        font-size: 15px;
    }
    .location-heading h3 {
        font-size: 26px;
    }
    .mob-bnner {
        display: block !important;
    }
    .desktop-bnner {
        display: none !important;
    }
    .owl-carousel .owl-item img {
        height: auto;
    }
    .nav-call {
        position: absolute;
        right: 70px;
        font-size: 30px;
        color: #fff;
        top: 18px;
        display: block;
    }
    .nav-call a {
        color: #fff;
    }
    .modal-dialog {
        max-width: 310px;
    }
    .disc-dialog {
        max-width: 330px !important;
    }
    .header-area-bg {
        background-color: #000;
    }
    .pdbtm {
        padding-bottom: 0px;
    }
    .desk-logo {
        display: none;
    }
    .kan-log {
        top: 10px !important;
        right: 100px !important;
    }
    .kanak-img {
        max-width: 80%;
    }
    section.thnk-you-container {
        width: 100%;
    }
    .toggled {
        display: none;
    }
    .toggle::before {
        font-size: 13px;
    }
    .toggle {
        left: -95px;
    }
}

/*ipad*/

@media (min-width: 768px) {
    .hero-section,
    .hero-slider .hero-slide-item {
        /*height: 100vh;*/
        height: auto;
        background: #ffffff;
    }
    .mob-bnner {
        display: block !important;
    }
    .desktop-bnner {
        display: none !important;
    }
    .abut-img-mb {
        display: none;
    }
    .banner-wrapper img {
        height: 100vh;
    }
    .desk-logo {
        float: right;
        color: #fff;
        top: 18px;
        display: block;
        margin: 8px 25px 0px 0px;
    }
}

/*laptop*/

@media (min-width: 992px) {
    .mob-bnner {
        display: none !important;
    }
    .desktop-bnner {
        display: block !important;
    }
    .nav-menu {
        margin-right: 30px;
    }
    .nav-menu ul li a {
        margin-right: 14px;
        padding: 34px 0px 5px;
    }
    .logo-area {
        padding: 0px 8px;
    }
}

/*small desktop*/

@media (min-width: 1200px) {
    .nav-menu ul li a {
        margin-right: 10px;
        padding: 34px 10px 5px;
    }
    .logo-area {
        padding: 0px 25px;
    }
}

/*desktop*/

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

/*desktop*/

@media (min-width: 1400px) {}
.mainBannerImg {
    /*
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../images/banner-6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    z-index: 24;
*/
}
.bannersli1 {
    display: none !important;
}
.bannersli1.owl-carousel .owl-nav.disabled {
    display: none;
}
@media only screen and (max-width: 1030px) {
    .mainBannerImg {
        background-position: 55% 50%;
    }
}
@media only screen and (min-width: 1200px) and (min-width: 780px) {
    .mainBannerImg {
        max-height: 750px;
    }
}
@media only screen and (min-width: 1360px) and (max-width: 1190px) {
    .mainBannerImg {
        max-height: 780px;
        !important
    }
}

/*desktop*/

@media (min-width: 1600px) {
    .mainBannerImg {
        background-image: url('../images/banner-6.jpg');
    }
}

/*desktop*/

@media (min-width: 1920px) {}
@media(max-width: 1200px) {
    .owl-item.active {
        padding-top: 0px;
    }
}
@media(max-width: 768px) {
    .container.mobile a,
    .container.mobile h2 {
        font-size: 20px;
        text-align: center !important;
        color: #ffffff !important;
        padding-top: 10px;
    }
    .logo-area {
        padding: 0px 40px 0px;
    }
    .nav-menu ul li a {
        font-size: 15px;
        padding: 10px;
    }
}
</pre></body></html>