<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --bg-1: white;
    --bg-2: #cccccc;
    --primary: #e46816;
    --secondary: #1b7049;
    --color: #3c3163;
    --transition-time: 0.5s;
}

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700|Open+Sans:400,700');

body {
    font-family: 'Mukta', sans-serif !important;
}

.navbar-nav li &gt; ul {
    max-width: 1000px !important;
    width: auto !important;
}

.widget-title {
    border-color: var(--primary)
}

.sc-1au8ryl-0.dkuywW {
    display: none;
}

.post-date {
    background-color: var(--primary)
}

.social-whatsapp a {
    background-color: #31ba44 !important;
}

.bg-none {
    background: none !important;
}

#header {
    background-position-y: 559px;
    background-size: cover
}

#rdb_pi tbody {
    display: flex;
}

    #rdb_pi tbody tr {
        margin-left: 10px
    }

        #rdb_pi tbody tr label {
            margin-left: 5px
        }
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

.normal .card-content p {
    font-weight: 700;
    color: var(--secondary);
    font-size: 11pt;
}

@media(max-width:992px) {
    .navbar-nav a span {
        padding: 10px !important;
        font-size: 16px;
        color: #282925;
    }
}

.cartf a {
    font-size: 12px
}

.front .caption h2 {
    line-height: normal;
}

.page-title .title:after, .page-title .title:before {
    display: none
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

@media(min-width:1440px) {
    .container-custom {
        max-width: 90%;
    }

    .navbar-nav .nav-item {
        font-size: 12pt;
    }

    .navbar-brand {
        left: -10%;
        position: relative;
        margin-right: 1rem;
    }
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: var(--primary);
}

.breadcrumb-item.active, .breadcrumb-item a:hover, .contact-info li i, .title span, .widget-searchbox .search-btn {
    color: var(--primary)
}

.triangle {
    padding: 5px 0;
}

.fotos {
    width: 400px;
    margin: 0 50px 10px 0;
}

.btn.btn-theme:hover {
    border-color: var(--primary);
}

@media(min-width:1920px) {
    .container-custom {
        max-width: 80%;
    }
}

.recent-post-desc {
    padding-left: 0 !important;
}

.img-fluid-custom {
    height: auto;
}

@media (max-width:1199px) {
    .img-fluid-custom {
        max-width: 100%;
    }
}

.title-1:before {
    display: none;
}

.title-1:after {
    width: 50%;
    background: var(--primary)
}

.navbar-nav .nav-link:before {
    background-color: var(--primary);
}

.title-2:after {
    display: none;
}

.title-2:before {
    width: 50%;
    background: var(--secondary);
    margin-left: 0 !important;
    left: 0 !important;
}

.scroll-top {
    bottom: 100px;
}

    .scroll-top a, .scroll-top a:visited, .header-3 .topbar-link li a i, .service-flip-desc, .btn::after, .btn.btn-theme {
        background: var(--primary);
    }

        .scroll-top a:hover, .scroll-top a:focus, .text-theme, footer .widget .recent-post-desc span {
            color: var(--primary) !important;
        }

.btn.btn-border {
    border: 1px solid var(--secondary);
}

    .btn.btn-border:hover, ::selection, .nav-dots span:hover, .nav-dots span.nav-dot-current {
        background-color: var(--secondary);
    }

.nav-dots span::before {
    border: 2px solid var(--secondary);
}

.title {
    text-transform: capitalize;
}

@media(min-width:1200px) {
    .col-xl-1-2 {
        max-width: 12.5%;
    }
}

@media(min-width:400px) and (max-width:575px) {
    .col-xs-6-custom {
        max-width: 50%;
    }
}

.bg-1 {
    background-color: var(--bg-1);
}

.bg-2 {
    background-color: var(--bg-2);
}

.bg-index {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-index-1 {
    background: rgb(0,0,0);
}

.sl-slide-inner:before {
    opacity: 0.45 !important;
}

#recent_post.common_wd .owl-nav {
    position: absolute;
    top: 40% !important;
    right: 4px;
    width: 100% !important;
}

@media (min-width:992px) {
    .bg-index-1 {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),url('/assets/imgs/slide_3.jpg')
    }
}

.working-hours li, footer p, footer .list-unstyled li {
    font-size: 13px;
}

.card-header h2 {
    height: 50px;
}

/*news card*/

figure.col-md-4 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    max-width: 30%;
    margin: 10px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 0;
}

    figure.col-md-4 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    figure.col-md-4 img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
    }

    figure.col-md-4 figcaption {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        padding: 15px 15px 0;
        background-color: #ffffff;
    }

    figure.col-md-4 .date {
        background-color: #7f8c8d;
        top: 15px;
        color: #fff;
        left: 15px;
        min-height: 48px;
        min-width: 48px;
        position: absolute;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

        figure.col-md-4 .date span {
            display: block;
            line-height: 24px;
        }

        figure.col-md-4 .date .month {
            font-size: 14px;
            background-color: rgba(0, 0, 0, 0.1);
        }

    figure.col-md-4 h3,
    figure.col-md-4 p {
        margin: 0;
        padding: 0;
    }

    figure.col-md-4 h3 {
        line-height: normal;
        height: 50px;
        overflow: hidden;
        margin-bottom: 10px;
        margin-left: 60px;
        display: inline-block;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
    }

    figure.col-md-4 p {
        font-size: 0.8em;
        margin-bottom: 20px;
        line-height: 1.6em;
    }

    figure.col-md-4 footer {
        padding: 0 25px;
        background-color: #667273;
        color: #e6e6e6;
        font-size: 0.8em;
        line-height: 30px;
        text-align: right;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        figure.col-md-4 footer &gt; div {
            display: inline-block;
            margin-left: 10px;
        }

        figure.col-md-4 footer i {
            color: rgba(255, 255, 255, 0.2);
            margin-right: 5px;
        }

    figure.col-md-4 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    figure.col-md-4:hover img,
    figure.col-md-4.hover img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

/**/


/*product card*/

.cards-wrapper .card {
    --bg-filter-opacity: 0.5;
    background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);
    height: 16em;
    width: 100%;
    font-size: 1.5em;
    color: white;
    border-radius: 1em;
    padding: 0.5em;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 5em -1em black;
    transition: ease-in-out, var(--transition-time);
    position: relative;
    overflow: hidden;
    border: 10px solid #ccc;
    text-decoration: none;
    cursor: initial;
}

    .cards-wrapper .card:hover {
        background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), var(--bg-img);
    }

        .cards-wrapper .card:hover p, .cards-wrapper .card:hover h4 {
            color: white !important;
            background-color: rgba(0,0,0,0.6);
            border-radius: 20px;
        }

    .cards-wrapper .card p {
        font-size: 0.75em;
        margin-top: 0.5em;
        line-height: 2em;
    }

    .cards-wrapper .card .tags .tag {
        font-size: 0.6em !important;
        background: rgba(255,255,255,0.5) !important;
        text-transform: uppercase;
        color: white !important;
        border-radius: 0.3rem !important;
        padding: 0.5em 0.5em !important;
        margin-right: 0.5em !important;
        line-height: 1.5em !important;
        transition: all, var(--transition-time) !important;
    }

    .cards-wrapper .card:hover .tags .tag {
        background: var(--primary) !important;
        color: white !important;
    }

    .cards-wrapper .card .date {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0.75em;
        padding: 1em;
        line-height: 1em;
        opacity: .8;
    }

    .cards-wrapper .card:before, .card:after {
        content: '';
        transform: scale(0);
        transform-origin: top left;
        border-radius: 50%;
        position: absolute;
        left: -50%;
        top: -50%;
        z-index: -5;
        transition: all, var(--transition-time);
        transition-timing-function: ease-in-out;
    }

    .cards-wrapper .card:before {
        background: #ddd;
        width: 250%;
        height: 250%;
    }

    .cards-wrapper .card:after {
        background: white;
        width: 200%;
        height: 200%;
    }


    .cards-wrapper .card:hover:before, .card:hover:after {
        transform: scale(1);
    }

.cards-wrapper .card-grid-space .num {
    font-size: 3em;
    margin-bottom: 1.2rem;
    margin-left: 1rem;
}
/*end*/
/*shop card*/

.shop-card {
    margin: 10px 0;
    background: #f5f5f5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

    .shop-card .title {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 25px;
        color: #23211f;
        margin-bottom: 5px;
    }

    .shop-card .desc {
        font-size: 15px;
        opacity: .8;
        margin-bottom: 3px;
        color: #23211f;
    }

.product {
    margin: 10px 0;
}

    .product img {
        width: 100%;
    }

.price {
    color: #28406b;
    font-size: 18px;
    font-weight: 900;
    transition: color .3s ease-in-out;
}

.button {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    color: #28406b;
    padding: 12px 18px;
    cursor: pointer;
    transition: all 300ms;
    line-height: .95;
    border: none;
    background: none;
    outline: none;
    border: 1px solid #28406b;
    border-radius: 20px;
}

    .button:hover {
        background: linear-gradient(135deg, #3d61a1, #28406b);
        color: #fff;
        border: none;
    }
/*end*/

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact input[type="submtit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
}

    #contact span {
        width: 40px;
        height: auto;
        text-align: center;
        background: rgba(0,0,0,0.5);
        margin-bottom: 5px;
    }

        #contact span i {
            color: white;
            padding-top: 12px;
        }

    #contact h3 {
        color: #F96;
        display: block;
        font-size: 30px;
        font-weight: 400;
    }

    #contact h4 {
        margin: 5px 0 15px;
        display: block;
        font-size: 13px;
    }

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

    #contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
        -webkit-transition: border-color 0.3s ease-in-out;
        -moz-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
        border: 1px solid #AAA;
    }

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact input[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #0CF;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

    #contact input[type="submit"]:hover {
        background: #09C;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    #contact input[type="submit"]:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    }

.btn.btn-border.animated6:after {
    background: var(--secondary);
}

#contact input:focus, #contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


.picZoomer {
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .picZoomer-pic-wp:hover .picZoomer-cursor {
        display: block;
    }

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-pic {
    /*width: 100%;
	height: 100%;*/
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.piclist li {
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}

    .piclist li img {
        width: 97%;
        height: auto;
    }



.section-bg {
    background-color: #fff1e0;
}

section {
    padding: 60px 0;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

    ._boxzoom .zoom-thumb ul.piclist {
        padding-left: 0px;
        top: 0px;
    }

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}

    ._boxzoom ._product-images .picZoomer {
        width: 100%;
    }

        ._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
            left: 0px;
        }

        ._boxzoom ._product-images .picZoomer img.my_img {
            width: auto !important;
        }

.piclist li img {
    height: 100px;
    object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}

    ._product-detail-content p._p-name {
        color: black;
        font-size: 20px;
        border-bottom: 1px solid lightgray;
        padding-bottom: 12px;
    }

.p-list span {
    margin-right: 15px;
}

    .p-list span.price {
        font-size: 25px;
        color: #318234;
    }

._p-qty &gt; span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}

._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-item .nav-link.active {
    background: var(--primary);
    color: white !important;
    padding: 5px !important;
}

.navbar-nav .nav-link.highlighted {
    background: var(--primary);
    color: white !important;
    padding: 5px !important;
}

.navbar-nav li &gt; ul {
    max-width: 1000px !important;
    width: auto !important;
    background: linear-gradient(45deg, rgba(0,0,0,.8), rgba(0,0,0,.5));
    color: white !important;
    /* padding: 10px; */
    border-radius: 24px;
    overflow: hidden !important;
}

.navbar-nav ul a {
    color: white
}

    .navbar-nav ul a:hover {
        background-color: var(--primary)
    }

.copyright span a, .list-inline li a:hover {
    color: var(--primary) !important
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}

._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}

._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}

.p-list {
    margin-bottom: 10px;
}

._p-features &gt; span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}

._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}

._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}

    .title_bx h3.title:before {
        content: "";
        height: 2px;
        width: 20%;
        position: absolute;
        left: 0px;
        z-index: 1;
        top: 40px;
        background-color: #fd7f34;
    }

    .title_bx h3.title:after {
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 40px;
        background-color: #ffc107;
    }

.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}

.common_wd .owl-nav .owl-next {
    right: -10px;
}

.common_wd .owl-nav .owl-prev, .owl-nav .owl-next {
    top: 50%;
    position: absolute;
}

    .common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
        color: #fff;
        font-size: 14px !important;
        position: relative;
        top: -1px;
    }

.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}

    .common_wd .owl-nav .owl-prev i, .owl-nav .owl-next i {
        left: 0px;
    }

._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}

@media(min-width:768px) {
    .picZoomer-zoom-wp {
        left: 100% !important;
    }
}

@media(max-width:767px) {
    .picZoomer-zoom-wp {
        display: none !important;
    }
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.item .sq_box span.wishlist {
    right: 5px !important;
}

.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

    .sq_box span.wishlist i {
        color: #adb5bd;
        font-size: 20px;
    }

.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.sq_box .price-box {
    margin-bottom: 15px !important;
}

.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}

.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
    color: #28a745;
}

.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}

.sq_box span.wishlist i:hover {
    color: #fd7f34;
}
iframe {pointer-events: all !important}</pre></body></html>