<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-weight: 400;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

    a:hover, a:focus {
        color: inherit;
        border: none;
        text-decoration: none;
    }

.balooFont {
    font-family: 'Baloo Bhaina', cursive;
}

.greenText {
    color: #00b53c;
}

.redText {
    color: #ff0000;
}

.btnRed {
    background-color: #ff0000;
    color: #fff;
}

    .btnRed:hover {
        background-color: #ac0000;
        color: #fff;
    }

.form-control, .form-control-file, .btn {
    margin-bottom: 20px;
}

.menuCont {
    background-color: #00b53c;
    position: relative;
    z-index: 100;
}

.logo {
    position: absolute;
    width: 150px;
    top: 10px;
}

.nav-item a {
    color: white;
}

.nav-item {
    border-right: 2px solid #fff;
    padding: 0px 10px;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .nav-item:hover, .nav-item.active {
        background-color: #ff0000;
        color: #ffcc00;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        -ms-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }


    .nav-item:last-child {
        border-right: none;
    }

    .nav-item .nav-link {
        padding: 0px 0px;
        padding-bottom: 3px;
    }

.dropdown-menu {
    border-radius: 0px;
    background-color: #ff0000;
    margin-top: -1px;
    border: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:hover, .dropdown-item.active {
    background-color: #fff;
    color: #ff0000;
}

.navbar-toggler {
    background-color: #ac0000;
    color: white;
    padding: .50rem .75rem;
}


.products {
    background-image: url(../img/product-bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

    .products .pThumb, .pThumb2 {
        background-color: #ff0000;
        text-align: center;
        background-size: 150% auto;
        background-position: bottom center;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }


    .products .pThumb h3, .pThumb2 h3 {
        color: white;
        text-transform: uppercase;
        font-family: 'Baloo Bhaina', cursive;
        margin-bottom: 5px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }

    .products .pThumb hr, .pThumb2 hr {
        border: 2px solid #ff7e00;
        width: 80px;
        margin-top: 0px;
        text-align: center;
    }

    .products .pThumb:hover, .pThumb2:hover {
        background-image: url(../img/product-Hover.png);
        background-size: 100% auto;
        background-position: bottom center;
        background-repeat: no-repeat;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }

        .products .pThumb:hover h3, .pThumb2:hover h3 {
            color: #ff0000;
            -webkit-transition: 0.3s ease-in;
            -moz-transition: 0.3s ease-in;
            -o-transition: 0.3s ease-in;
            -ms-transition: 0.3s ease-in;
            transition: 0.3s ease-in;
        }

.aboutus, .productToast {
    background-position: top center;
    background-size: auto auto;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #575757;
}

.aboutus {
    background-image: url(../img/abou-bg.jpg);
    text-align: justify;
}

.productToast {
    background-image: url(../img/product-bg2.jpg);
}

    .aboutus .container, .productToast .container {
        background-color: #fff;
    }

.aboutus .col-md-12 {
    overflow: hidden;
}

.proCatList {
    background-color: #ff0000;
    list-style: none;
    padding-left: 0px;
}

    .proCatList li.head {
        background-color: #00b53c;
        color: #fff;
        padding: 10px 10px;
        font-family: 'Baloo Bhaina', cursive;
        font-weight: bold;
    }

    .proCatList li.list {
        color: #fff;
        padding: 10px 10px;
    }

        .proCatList li.list:hover, .proCatList li.active {
            background-color: #a20303;
            color: #ffcc00;
        }


.footer {
    background-color: #00b53c;
    color: #fff;
}

    .footer h5 {
        font-family: 'Baloo Bhaina', cursive;
    }

    .footer ul {
        padding-left: 0px;
        list-style: none;
    }

        .footer ul.links {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }

.social li {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    line-height: 30px;
}

    .social li:hover {
        border: 2px solid #ff0000 !important;
        background-color: #ff0000;
        color: #fff;
    }

        .social li:hover a {
            color: #fff;
        }

.copyright {
    background-color: #000000;
    color: #fff;
}

@media (max-width: 575.98px) {
    .logo {
        position: unset;
    }

    .nav-item {
        border-right: none;
    }

    .carousel-item img {
        width: 200% !important;
        position: relative;
        left: -50%;
    }

    .coverImg {
        width: 300% !important;
        position: relative;
        left: -100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}
</pre></body></html>