<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* max 567px */
@media screen and (max-width: 567px) {
    .slider-img {
        height: 300px;
        object-fit: cover;
    }

    .slider-title {
        font-size: 20px;
    }

    .slider-paragraph {
        font-size: 14px;
    }
    .banner-card{
        margin-bottom: 20px;
    }
    .sub-title{
        font-size: 16px;
    }
    .title{
       font-size: 24px;
       line-height: 28px;
    }
    .about-banner{
        padding: 60px 0px;
    }
    .ev-title{
        top: 25%;
        padding: 6px 10px;
    }
    .mt-50{
        margin-top: 0px !important;
    }
}

/* min 991px  */
@media screen and (min-width: 991px) {
    .banner-card-sec {
        margin-top: -100px;
        z-index: 99;
        position: relative;
    }
    .what-we-sec .banner-card{
        margin-bottom: 24px;
    }
    .w-96{
        width: 96%;
    }
    
}

/* max 991px  */
@media screen and (max-width: 991px) {
    .abs-shape{
        display: none;
    }
    .why-mob{
        padding: 24px 16px;
    }
    .mb-md-24{
        margin-bottom: 24px !important;
    }
    .top-header-cta {
        display: none;
    }

    .btm-header {
        background: transparent;
        top: -12px;
        left: -25px;
        right: -25px;
    }

    .btm-header .bg-light {
        background: transparent !important;
    }

    .navbar-toggler {
        position: absolute;
        right: 25px;
        top: 6px;
    }

    .header {
        padding: 8px 0px 8px !important;
    }

    .navbar-collapse {
        background: #fa0202;
        position: relative;
        top: 57px;
        text-align: center;
    }

    .logo {
        width: 160px;
    }
}

/* for container */
/* for container */
@media screen and (min-width: 1367px) {
    .container {
        max-width: 1400px !important;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1367px) {
    .container {
        max-width: 1300px !important;
    }
}</pre></body></html>