<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}
/*-------------------------Media query for website Header--------------------------------*/
/* Default for large screens (above 1024px wide) */
.header-logo-responsive {
    height: 70px;
    width: auto;
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .header-logo-responsive1 {
        height: 70px;
        width: auto;
        margin-right: 26px;
        margin-top: auto;
        display: none; /* This will hide the image */
    }
}

/* For screens 1024px wide (like iPad landscape) */
@media (max-width: 1024px) and (min-width: 769px) {
    .header-logo-responsive {
        height: 60px;
        width: auto;
        margin-right: 26px;
        margin-top: auto;
        display: none; /* This will hide the image */
    }
}

/* For screens 768px wide (iPad portrait) */
@media (max-width: 768px) and (min-width: 426px) {
    .header-logo-responsive {
        height: 60px;
        width: auto;
        margin-right: 12px;
        display: none;
    }
}

/* For screens 425px wide (small mobile devices) */
@media (max-width: 425px) and (min-width: 376px) {
    .header-logo-responsive {
        display: none;
    }
}

/* For screens 375px wide (iPhone X/11/12) */
@media (max-width: 375px) and (min-width: 321px) {
    .header-logo-responsive {
        display: none;
    }
}

/* For screens 320px wide (older/smaller mobile devices) */
@media (max-width: 320px) {
    .header-logo-responsive {
        height: 60px;
        width: auto;
        margin-right: 5px;
        display: none;
    }
}


/*---------------Media query for Sticky Header----------------*/

.sticky-header-logo-img-responsive {
    max-width: 100%;
    height: auto;
}
@media (max-width: 2560px) {
    .sticky-header-logo-img-responsive {
        width: 105px;
        height: auto;
    }
}


@media (max-width: 1440px) {
    .sticky-header-logo-img-responsive {
        width: 100px;
        height: auto;
    }
}

/* Screen width 1024px */
@media (max-width: 1024px) {
    .sticky-header-logo-img-responsive {
        width: 95px;
        height: auto;
    }
}

/* Screen width 768px */
@media (max-width: 768px) {
    .sticky-header-logo-img-responsive {
        width: 90px;
        height: auto;
    }
}

/* Screen width 425px */
@media (max-width: 425px) {
    .sticky-header-logo-img-responsive {
        width: 80px;
        height: auto;
    }
}

/* Screen width 375px */
@media (max-width: 375px) {
    .sticky-header-logo-img-responsive {
        width: 79px;
        height: auto;
    }
}

/* Screen width 320px */
@media (max-width: 320px) {
    .sticky-header-logo-img-responsive {
        width: 80px;
        height: auto;
    }
}

.tp-postbox-wrapper ol li {
    color: var(--tp-text-1);
}

/*---------------------------Media Query for Admin Header-----------------------------*/

.admin-header-logo-responsive {
    height: 83px;
    width: auto;
}

/* For screens 1024px wide (like iPad landscape) */
@media (max-width: 1024px) and (min-width: 837px) {
    .admin-header-logo-responsive {
        height: 65px;
        width: auto;
        margin-right: 26px;
    }
}

/* For screens 768px wide (iPad portrait) */
@media (max-width: 768px) and (min-width: 426px) {
    .admin-header-logo-responsive {
        height: 54px;
        width: auto;
        margin-right: 12px;
    }
}

/* For screens 425px wide (small mobile devices) */
@media (max-width: 425px) and (min-width: 376px) {
    .admin-header-logo-responsive {
        height: 50px;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-bottom: 12px;
    }
}

/* For screens 375px wide (iPhone X/11/12) */
@media (max-width: 375px) and (min-width: 321px) {
    .admin-header-logo-responsive {
        height: 50px;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-bottom: 12px;
    }
}

/* For screens 320px wide (older/smaller mobile devices) */
@media (max-width: 320px) {
    .admin-header-logo-responsive {
        height: 50px;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-bottom: 12px;
    }
}

/*---------------------------Media Query for Banas Logo-----------------------------*/

.header-logo-responsive-img {
    height: 90px;
    width: auto;
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .header-logo-responsive-img {
        height: 90px;
        width: auto;
        margin-right: 26px;
        margin-top: auto;
    }
}

/* For screens 1024px wide (like iPad landscape) */
@media (max-width: 1024px) and (min-width: 769px) {
    .header-logo-responsive-img {
        height: 90px;
        width: auto;
        margin-right: 26px;
        margin-top: auto;
    }
}

/* For screens 768px wide (iPad portrait) */
@media (max-width: 768px) and (min-width: 426px) {
    .header-logo-responsive-img {
        height: 80px;
        width: auto;
        margin-right: 12px;
    }
}

/* For screens 425px wide (small mobile devices) */
@media (max-width: 425px) and (min-width: 376px) {
    .header-logo-responsive-img {
        height: 70px;
        width: auto;
        margin-right: 12px;
    }
}

/* For screens 375px wide (iPhone X/11/12) */
@media (max-width: 375px) and (min-width: 321px) {
    .header-logo-responsive-img {
        height: 70px;
        width: auto;
        margin-right: 12px;
    }
}

/* For screens 320px wide (older/smaller mobile devices) */
@media (max-width: 320px) {
    .header-logo-responsive-img {
        height: 60px;
        width: auto;
        margin-right: 5px;
    }
}
.tp-hero-title {
    font-size: 68px;
}

@media only screen and (max-width: 986px) {
    .box-slide{
        padding-top: 15px !important;
        padding-bottom:15px !important;
    }
    .full-image .hero-image-container .hero-image {
        width: auto;
        object-fit: contain;
    }
    .full-image .bottom-right {
        position: absolute !important;
        bottom: 2px !important;
        left: 0%;
        right: 0%;
        transform: translateX(0%) !important;
        padding: 1px 2px;
        background-color: rgba(0, 84, 117, 0.7) !important;
        color: white !important;
        border-radius: 14px 0px 13px 0px !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
        font-weight: bold !important;
        font-size: 18px !important;
        line-height: normal !important;
    }
    .box-slide .container{
        max-width:  fit-content !important;
    }
    .box-slide .shape-2 {
        display: none;
    }

    .box-slide .shape-3 {
        display: none;
    }
}
@media only screen and (max-width: 1440px) {
    .box-slide {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
}

@media only screen and (max-width: 581px) {
    .box-slide .tp-hero-subtitle {
        font-size: 14px !important;
    }

    .box-slide .tp-hero-title {
        font-size: 25px !important;
        margin-bottom: 18px;
        letter-spacing: normal;
    }

    .box-slide .boxdesc {
        font-size: 14px !important;
        text-align: justify;
        /*min-height: 355px !important;*/
        margin-bottom: 5px;
    }
    .tp-hero-thumb img {
        border-radius: 10px !important;
        max-width: 100%;
    }
    .box-slide .tp-hero-content {
        margin-bottom:10px !important;
    }
    .box-slide .shape-2 {
        display: none;
    }
    .box-slide .shape-3 {
        display: none;
    }

    .box-slide .boximg {
        width: auto !important;
        height: 431px !important;
    }
}
.text-align-justify{
    text-align:justify !important;
}
@media only screen and (max-width: 2900spx) {
    .tp-header-btn {
        width: 143px !important;
    }

    .tp-header-main-menu {
       /* padding-left: 33px;*/
    }

    .tp-header-logo {
        width: 162px;
    }

    .fontsizemenu {
        font-size: 25px !important
    }
    /*.fontsizecallmenufontsizecallmenu {
        font-size: 16px !important
    }*/
    .tp-header-space-2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 1800px) {
    .tp-header-btn {
        width: 143px !important;
    }

    .tp-header-main-menu {
        padding-left: 33px;
    }

    .tp-header-logo {
        width: 162px;
    }

    .fontsizemenu {
        font-size: 17px !important
    }
    /*.fontsizecallmenufontsizecallmenu {
        font-size: 16px !important
    }*/
    .tp-header-space-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media only screen and (max-width: 1535px) {
    .tp-header-btn {
        width: 143px !important;
    }
    .tp-header-main-menu {
        padding-left: 33px;
    }
    .tp-header-logo {
        width: 162px;
    }
    .fontsizemenu {
        font-size:16px !important
    }
    /*.fontsizecallmenufontsizecallmenu {
        font-size: 16px !important
    }*/
    .tp-header-space-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media only screen and (max-width: 1324px) {
    .tp-header-btn {
        width: 143px !important;
    }

    .tp-header-main-menu {
        padding-left: 33px;
    }
    .tp-header-top {
        padding-left: 57px !important;
    }
    .tp-header-top-info p {
        font-size: 14px !important;
    }
    .tp-header-logo {
        width: 162px;
    }

    .fontsizemenu {
        font-size: 14px !important
    }
    .fontsizecallmenufontsizecallmenu {
        font-size: 16px !important
    }
    .tp-header-space-2{
        padding-left: 10px !important;
        padding-right:10px !important;
    }
}
@media only screen and (min-width: 1195px) and (max-width: 1300px) {
    .tp-header-main-menu {
        padding-left: 10px !important; /* Reduce left padding */
    }

    .tp-header-logo {
        width: 150px; /* Adjust logo size */
    }

    .fontsizemenu {
        font-size: 13px !important; /* Reduce menu font size slightly */
    }

    ul {
        gap: 5px !important; /* Reduce spacing between menu items */
    }
}

@media only screen and (max-width: 428px) {
    .tp-header-btn {
        width: 26px !important;
    }
    .box-slide .boximg {
        width: auto !important;
        height: 283px !important;
    }
    .box-slide {
        padding-bottom: 10px !important;
    }
}
@media only screen and (min-width: 325px) and (max-width: 426px), (max-width: 426px) {
    .tp-hero-active .swiper-slide {
        padding-top: 10px !important;
    }

    .box-slide {
        padding-bottom: 10px !important;
    }

    .hero-image-container .hero-image {
        width: 100%;
        height: 533px !important;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .tp-testimonial-nav {
        display: flex !important;
        justify-content: center;
        margin-bottom: 30px; /* Adjust spacing as needed */
    }

        .tp-testimonial-nav button {
            font-size: 18px; /* Increase size for better visibility */
            padding: 10px;
        }
            .tp-testimonial-nav button {
         display: block !important; 
    }
    .tp-testimonial-nav {
        position: relative;
        z-index: 1; /* Increase value if necessary */
    }
}

@media (max-width: 768px) {
    .tp-service-nav {
        display: flex !important;
        justify-content: center;
        position: relative;
        z-index: 1; /* Ensure it appears above other elements */
    }

        .tp-service-nav button {
            position: relative;
            z-index: 1; /* Ensure buttons are on top */
            bottom: 0px !important;
            right:auto;
            margin-right:4px;
            margin-left:4px;
        }

}


/* --------------------- Header Title --------------------- */
.tp-section-title-pre {
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
}

.tp-section-title {
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -1.92px;
    color: var(--tp-heading-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}


@media only screen and (min-width: 1200px) {
    .tp-header-top-info p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1600px) {
    .tp-header-top-info p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 2000px) {
    .tp-header-top-info p {
        font-size: 18px;  
    }
}

/*--------------------*/

.tp-testimonial-item-quot {
    position: absolute;
    top: 0;
    right: 0;
}

.quote-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: auto;
    padding: 10px;
}

/* Large Screens (1366px and above) */
@media (min-width: 1366px) {
    .quote-wrapper img {
     
        margin-right: -100px;
    }
}

/* Medium Screens (1024px - 1365px) */
@media (max-width: 1365px) and (min-width: 1024px) {
    .quote-wrapper img {
      
        margin-right: -100px;
    }
}

/* Tablets (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    .quote-wrapper img {
      
        margin-right: -70px;
    }
}

/* Mobile Screens (≤767px) */
@media (max-width: 767px) {
    .quote-wrapper img {
        display: none; /* Hides the quote image */
    }
}

/* Mobile Screens (≤767px) */
@media (max-width: 374px) {
    .quote-wrapper img {
        display: none; /* Hides the quote image */
    }
}

@media (max-width: 878px) {
    section {
        padding-top: 12px !important;
        padding-bottom: 40px !important;
    }
}

.write-content-text {
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px); /* 70px image + 15px margin */
    word-break: break-word;
}

/* Responsive fix for small devices */
@media (max-width: 767px) {


    .scheme-column {
        width: 100% !important;
    }
    .scheme-list {
        display: block !important;
        justify-content: space-between; 
        gap: 20px;
    }

    .write-content-text {
        padding-right: 10px;
        font-size: 14px;
        display: block;
        width: 100%;
        margin-top: 10px;
        text-align: center !important;
    }

    .tender-current-opening {
        flex-direction: column;
        align-items: flex-start;
    }

        .tender-current-opening img {
            margin-bottom: 10px;
        }
}

@media (max-width: 767.98px) {
    .tender-current-opening {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }

        .tender-current-opening img {
            margin: 0 auto 10px auto !important;
            display: block;
        }
}




@media (max-width: 576px) {
    .productionInformation {
        margin-bottom: 20px;
    }

        .productionInformation img {
            width: 100px !important;
            height: 100px !important;
            margin-top:25px !important;
        }

        .productionInformation h3,
        .productionInformation h5 {
            font-size: 21px;
        
        }
}

@media (max-width: 576px) {
    .isoCertificate {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .isoCertificate-img {
        padding: 0 !important;
        width: 100%;
        max-width: 200px;
        height: auto;
        display: block;
        margin: 0 auto !important;
    }

    .tp-postbox-comment-box h4 {
        font-size: 16px;
        text-align: center;
    }

    .tp-postbox-comment-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .newsandupdate h4 {
        font-size: 18px !important;
    }

    .newsandupdate p {
        font-size: 16px !important;
    }

    .newsandupdate .tp-blog-item-title a {
        font-size: 17px !important;
        line-height: 1.4;
    }

    .newsandupdate {
        text-align: center;
    }

        .newsandupdate img {
            width: 100% !important;
            height: auto !important;
        }

    .tp-blog-item-content.newsandupdate {
        height: auto !important;
        padding-top: 10px;
    }
    .paddingsocialfooter {
        margin-right: 54px !important; 
    }


    .tp-process-trusted {
        position: absolute;
        top: -4px;
        /* right: 50px; */
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background: var(--tp-gradient-primary);
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        font-size: 8px;
        z-index: 2;
        text-align: center;
    }

        .tp-process-trusted::before {
            position: absolute;
            content: "";
            /* top: 14px; */
            left: 4px;
            TOP: auto;
            height: 122px;
            width: 123px;
            border: 1px #fff dashed;
            border-radius: 50%;
            animation: tp-spin 10s ease infinite;
        }
        .tp-process-trusted p {
            font-size: 14px;
        }

    .KnowPlanpurImage {
        height: 368px !important;
        width: auto !important;
    }
    .tp-footer-area{
        padding-top: 10px !important;
    }
    .tp-footer-logo
    {
        padding-left:35px;
        align-items:center;
    }

}

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