@charset "UTF-8";

.banner-home-bg {
    background: linear-gradient(90deg,rgba(255,61,0,.1) .19%,rgba(255,177,152,.1) 49.48%,rgba(255,61,0,.1) 99.8%)
}

.footer__bottom-home-1-bg {
    background-color: #001d08
}

.white-bg {
    background: #fff !important
}
.divFaq{
    padding-top: 10px
}

.breadcrumb__menu ul li:not(:last-child):before {
    transform: translateY(-50%)
}

.tp-costom-inner-hover-gallery {
    text-align: center;
}

:root {
    --rr-ff-body: "Rubik",sans-serif;
    --rr-ff-heading: "Poppins",sans-serif;
    --rr-ff-subtitle: "Sofia";
    --rr-ff-fontawesome: "Font Awesome 6 Pro";
    --rr-common-white: #fff;
    --rr-common-black: #000;
    --rr-common-placeholder: #4a5764;
    --rr-body-primary: #fff;
    --rr-theme-primary: #ff3d00;
    --rr-theme-secondary: #d44e49;
    --rr-heading-primary: #001d08;
    --rr-text-body: #403f3f;
    --rr-text-primary: #000;
    --rr-shadow-primary: 0px 30px 60px 0px rgba(0,15,32,.1);
    --rr-border-primary: 1px solid #ff3d00;
    --rr-fw-normal: normal;
    --rr-fw-thin: 100;
    --rr-fw-elight: 100;
    --rr-fw-light: 200;
    --rr-fw-regular: 300;
    --rr-fw-medium: 400;
    --rr-fw-sbold: 500;
    --rr-fw-bold: 600;
    --rr-fw-ebold: 800;
    --rr-fw-black: 900;
    --rr-fs-body: 15px;
    --rr-fs-body2: 18px;
    --rr-fs-p: 15px;
    --rr-fs-h1: 33px;
    --rr-fs-h2: 31px;
    --rr-fs-h3: 21px;
    --rr-fs-h4: 18px;
    --rr-fs-h5: 22px;
    --rr-fs-h6: 18px;
    --rr-lh-body: 28px;
    --rr-lh-body2: 26px;
    --rr-lh-p: 26px;
    --rr-lh-h1: 84px;
    --rr-lh-h2: 28px;
    --rr-lh-h3: 46px;
    --rr-lh-h4: 18px;
    --rr-lh-h5: 24px;
    --rr-lh-h6: 28px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    font-size: 10px
}

body {
    background: var(--rr-body-primary);
    color: var(--rr-text-body);
    font-family: var(--rr-ff-body);
    font-size: var(--rr-fs-body);
    font-weight: 400;
    line-height: var(--rr-lh-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h3, h4 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word
}

h1 {
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1)
}

#small-img-roll {
    display: flex;
    flex-flow: column;
}

    #small-img-roll img {
        margin: 10px 0px 10px 0px;
    }

#ProductHeading {
    font-size: 23px;
    padding-top: 20px;
    font-weight: bold;
    color: #373737;
}

@media only screen and (max-width:1200px) {
    #show-img {
        width: auto;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    h1 {
        font-size: 60px;
        line-height: 72px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h1 {
        font-size: 52px;
        line-height: 64px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    h1 {
        font-size: 50px;
        line-height: 52px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    h1 {
        font-size: 38px;
        line-height: 50px
    }
}

@media (max-width:575px) {
    h1 {
        font-size: 25px;
        line-height: 44px
    }
}

h2 {
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h2 {
        font-size: 38px;
        line-height: 50px
    }

    #small-img-roll img {
        width: 150px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    h2 {
        font-size: 40px;
        line-height: 52px
    }

    #small-img-roll img {
        width: 150px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    h2 {
        font-size: 40px;
        line-height: 52px
    }
}

@media only screen and (max-width: 770px) {
    .prd-mobimg {
        flex-flow: column-reverse;
    }
    .best-deal__area {
        padding-top: 0px !important;
    }

    #small-img-roll {
        display: flex;
        flex-flow: row;
        justify-content: center;
        gap: 4px;
    }

        #small-img-roll img {
            width: 150px;
        }
}

@media (max-width:575px) {
    h2 {
        font-size: 30px;
        line-height: 42px
    }
    #small-img-roll img{
        width: 114px;
    }
}

@media (max-width:500px) {
    #show-img {
        width: 100%;
    }
}

@media (max-width:450px) {
    h2 {
        font-size: 27px;
        line-height: 37px
    }
}

h3 {
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3)
}

@media (max-width:575px) {
    h3 {
        font-size: 30px;
        line-height: 42px
    }
}

@media (max-width:450px) {
    h3 {
        font-size: 27px;
        line-height: 37px
    }
}

h4 {
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h4)
}

ul {
    margin: 0;
    padding: 0
}

p {
    color: var(--rr-text-body);
    font-size: var(--rr-fs-p);
    font-weight: var(--rr-fw-normal);
    line-height: var(--rr-lh-p)
}

a {
    text-decoration: none
}

    .button:focus, a:focus {
        outline: none;
        text-decoration: none
    }

    a:focus, a:hover {
        color: inherit;
        text-decoration: none
    }

a, button {
    background: transparent;
    border: none;
    color: inherit;
    outline: none
}

img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

input[type=email], input[type=text], textarea {
    margin-left: 30px
}

input[type=email], input[type=text], textarea {
    background-color: hsla(0,0%,100%,.1);
    border: 2px solid hsla(0,0%,100%,.3);
    border-bottom: 1px solid rgba(0,29,8,.1);
    color: var(--rr-heading-primary);
    font-size: 16px;
    outline: none;
    width: 100%
}

textarea {
    height: 60px !important
}

::-moz-selection {
    background: var(--rr-common-selection)
}

::selection {
    background: var(--rr-common-selection)
}

::-moz-selection {
    background: var(--rr-common-black);
    color: var(--rr-common-white);
    text-shadow: none
}

::selection {
    background: var(--rr-common-black);
    color: var(--rr-common-white);
    text-shadow: none
}

::-moz-placeholder {
    font-size: 16px;
    opacity: 1
}

    ::-moz-placeholder::-moz-placeholder {
        color: var(--rr-common-placeholder)
    }

.container {
    --bs-gutter-x: 30px;
    max-width: 1200px
}

.row {
    --bs-gutter-x: 30px
}

.fix {
    overflow: hidden
}

.p-relative {
    position: relative
}

.container-width {
    max-width: 1520px
}

.mb-10 {
    margin-bottom: 10px
}

.gap-10 {
    gap: 10px
}

.fw-sbold {
    font-weight: var(--rr-fw-sbold) !important
}

.mb-minus-30 {
    /*margin-bottom: -30px*/
}

.white-bg {
    background-color: var(--rr-common-white)
}

.rr-btn {
    align-items: center;
    background-color: var(--rr-theme-primary);
    border-radius: 4px;
    display: inline-flex;
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    gap: 10px;
    justify-content: center;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 28px;
    position: relative;
    z-index: 5
}

    .rr-btn, .rr-btn:focus {
        color: var(--rr-common-white)
    }

        .rr-btn:before {
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform: translate(-165%) rotate(0deg);
            transform-origin: right bottom;
            transition: all .35s;
            width: 100%;
            z-index: -1
        }

        .rr-btn:hover {
            background: var(--rr-heading-primary);
            color: var(--rr-common-white)
        }

            .rr-btn:hover:before {
                transform: translate(0)
            }

        .rr-btn.btn-hover-white:before {
            background-color: var(--rr-common-white)
        }

        .rr-btn.btn-hover-white:hover {
            color: var(--rr-heading-primary)
        }

.small-btn {
    background: var(--rr-common-white);
    border-radius: 4px;
    height: 40px;
    transition: .3s;
    width: 40px;
    padding-bottom: 2px;
}

    .small-btn:hover {
        background: var(--rr-theme-primary)
    }

        .small-btn:hover svg path {
            stroke: var(--rr-common-white)
        }

.offcanvas__area {
    background: #0e0a24 none repeat scroll 0 0;
    border-left: 1px solid var(--rr-border-primary);
    height: 100%;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    position: fixed;
    right: 0;
    scrollbar-width: none;
    top: 0;
    transform: translateX(calc(100% + 80px));
    transition: transform .45s ease-in-out,opacity .45s ease-in-out;
    width: 500px;
    z-index: 999
}

    .offcanvas__area ::-webkit-scrollbar {
        display: none
    }

@media (max-width:575px) {
    .offcanvas__area {
        width: 400px
    }
}

@media (max-width:450px) {
    .offcanvas__area {
        width: 100%
    }
}

.offcanvas__logo a img {
    width: 160px
}

@media (max-width:575px) {
    .offcanvas__logo a img {
        width: 150px;
        width: 130px
    }
}

.offcanvas__content {
    padding-bottom: 45px
}

.offcanvas__wrapper {
    height: 100%;
    padding: 35px 40px;
    position: relative
}

@media (max-width:575px) {
    .offcanvas__wrapper {
        padding: 25px
    }
}

.offcanvas__top {
    border-bottom: 1px solid hsla(0,0%,100%,.079);
    margin-bottom: 35px;
    padding-bottom: 20px
}

@media (max-width:575px) {
    .offcanvas__top {
        margin-bottom: 30px;
        padding-bottom: 15px
    }
}

.offcanvas__title {
    color: var(--rr-common-white)
}

@media (max-width:450px) {
    .offcanvas__title {
        font-size: 20px
    }
}

.offcanvas__social {
    margin-bottom: 40px
}

    .offcanvas__social ul li {
        display: inline-block
    }

        .offcanvas__social ul li:not(:last-child) {
            margin-right: 5px
        }

        .offcanvas__social ul li a {
            align-items: center;
            background: var(--rr-common-white);
            border-radius: 50%;
            color: var(--rr-theme-primary);
            display: flex;
            font-size: 16px;
            height: 36px;
            justify-content: center;
            width: 36px
        }

            .offcanvas__social ul li a:hover {
                background-color: var(--rr-theme-primary);
                color: var(--rr-common-white);
                transform: translateY(-3px)
            }

.offcanvas__overlay {
    background: var(--rr-common-black);
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 900
}

.sidebar__toggle {
    cursor: pointer
}

.offcanvas-close-icon {
    color: var(--rr-common-white);
    line-height: 1
}

    .offcanvas-close-icon .offcanvas-m-lines {
        display: block;
        height: 12px;
        position: relative;
        width: 30px
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
        top: 6px;
        transform: rotate(45deg)
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
        opacity: 0
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
        top: 6px;
        transform: rotate(-45deg)
    }

    .offcanvas-close-icon .offcanvas-m-line {
        background-color: currentColor;
        height: 2px;
        left: 0;
        position: absolute;
        transition: top .15s ease,transform .3s ease;
        width: 100%
    }

        .offcanvas-close-icon .offcanvas-m-line.line--1 {
            top: 0
        }

        .offcanvas-close-icon .offcanvas-m-line.line--2 {
            top: 5px
        }

        .offcanvas-close-icon .offcanvas-m-line.line--3 {
            bottom: 0
        }

    .offcanvas-close-icon:hover .offcanvas-m-line {
        animation: qode-draw .8s cubic-bezier(.44,1.1,.53,.99) 1 forwards
    }

        .offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
            animation-delay: .1s
        }

.section__title {
    color: var(--rr-heading-primary);
    text-transform: capitalize
}

.breadcrumb-cms {
    padding: 105px 0 2px
}

.breadcrumb__area {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.breadcrumb__menu ul {
    align-items: center;
    display: inline-flexbox;
    display: inline-flex;
    gap: 27px;
    justify-content: center
}

    .breadcrumb__menu ul li {
        line-height: 1;
        list-style: none;
        position: relative
    }

        .breadcrumb__menu ul li:not(:last-child):before {
            color: var(--rr-text-body);
            content: "›";
            display: inline-block;
            font-family: var(--rr-ff-fontawesome);
            font-size: 12px;
            font-style: normal;
            font-weight: 900;
            inset-inline-end: -17px;
            line-height: normal;
            position: absolute;
            top: .7rem
        }

        .breadcrumb__menu ul li span {
            color: var(--rr-text-body);
            font-family: var(--rr-ff-body);
            font-size: 20px;
            font-style: normal;
            font-weight: var(--rr-fw-regular);
            line-height: var(--rr-lh-h5)
        }

            .breadcrumb__menu ul li span a:hover {
                color: var(--rr-theme-primary)
            }

        .breadcrumb__menu ul li.active span {
            color: var(--rr-text-body);
            font-family: var(--rr-ff-body);
            font-size: 20px;
            font-style: normal;
            font-weight: var(--rr-fw-regular);
            line-height: var(--rr-lh-h5)
        }

.breadcrumb__area .banner-all-shape-wrapper .second-shape {
    left: 33px;
    top: 500px
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb__area .banner-all-shape-wrapper .second-shape {
        display: none
    }
}

.backtotop-wrap {
    background: var(--rr-theme-primary);
    border-radius: 50px;
    bottom: 30px;
    cursor: pointer;
    display: block;
    height: 46px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 30px;
    transform: translateY(20px);
    transition: all .4s linear;
    visibility: hidden;
    width: 46px;
    z-index: 100
}

@media (max-width:450px) {
    .backtotop-wrap {
        bottom: 20px;
        right: 20px
    }
}

.backtotop-wrap:before {
    background-color: var(--rr-heading-primary);
    border: 1px solid var(--rr-theme-primary);
    border-radius: 500px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-100%) rotate(50deg);
    transform-origin: top left;
    transition: all .35s;
    width: 100%;
    z-index: -1
}

.backtotop-wrap:after {
    color: var(--rr-common-white);
    content: "\f062";
    cursor: pointer;
    display: block;
    font-family: var(--rr-ff-fontawesome);
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    left: 0;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .4s linear;
    width: 46px;
    z-index: 1
}

.backtotop-wrap svg path {
    fill: none
}

.backtotop-wrap svg.backtotop-circle path {
    box-sizing: border-box;
    stroke: #ccc;
    stroke-width: 0;
    transition: all .4s linear
}

.backtotop-wrap:hover:before {
    border-color: var(--rr-heading-primary);
    transform: translate(0)
}

@keyframes qode-draw {
    0%,to {
        clip-path: inset(-2px 0)
    }

    42% {
        clip-path: inset(-2px 0 -2px 100%)
    }

    43% {
        clip-path: inset(-2px 100% -2px 0)
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-15px)
    }
}

.upDown-bottom {
    animation: upDown .8S infinite alternate
}

@keyframes zooming {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.zooming {
    animation: zooming 1.3S infinite alternate
}

.header__area {
    background: linear-gradient(90deg,rgba(255,61,0,.1) .19%,rgba(255,177,152,.1) 49.48%,rgba(255,61,0,.1) 99.8%);
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 99
}

.header__logo {
    max-width: 188px
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .header__logo {
        max-width: 150px
    }
}

@media (max-width:450px) {
    .header__logo {
        max-width: 150px
    }
}

.header__main {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .header__main {
        padding: 18px 0
    }
}

@media (max-width:450px) {
    .header__main {
        padding: 16px 0
    }
}

.header__main .header__right .header__action {
    gap: 30px
}

    .header__main .header__right .header__action .search-icon {
        cursor: pointer
    }

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .header__main .header__right .header__action .search-icon {
        display: none !important
    }
}

.bar-icon {
    display: flex;
    flex-direction: column;
    height: 18px;
    justify-content: space-between;
    overflow: hidden;
    width: 26px
}

    .bar-icon, .bar-icon span {
        transition: color .2s ease-out
    }

        .bar-icon span {
            background: var(--rr-theme-primary);
            display: inline-block;
            height: 2px;
            width: 100%
        }

            .bar-icon span:nth-child(2) {
                margin-left: 0
            }

        .bar-icon:hover span {
            animation: qode-draw .8s cubic-bezier(.44,1.1,.53,.99) 1 forwards
        }

            .bar-icon:hover span:nth-child(2) {
                animation-delay: .1s;
                margin-left: 0
            }

            .bar-icon:hover span:nth-child(3) {
                animation-delay: .2s
            }

.header-top-menu {
    gap: 30px;
    list-style: none
}

    .header-top-menu li {
        align-items: center;
        color: var(--rr-common-white);
        display: flex;
        font-family: var(--rr-ff-body);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        gap: 6px;
        line-height: 17px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-top-menu li {
        font-size: 12px
    }
}

.header-top-menu li a {
    align-items: center;
    color: var(--rr-common-white);
    display: flex;
    gap: 10px
}

    .header-top-menu li a:hover {
        color: var(--rr-theme-primary)
    }

.header-top-socail-menu {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style: none
}

    .header-top-socail-menu .lan-select-2 {
        width: 85px
    }

    .header-top-socail-menu span a {
        color: var(--rr-common-white);
        display: flex;
        font-family: var(--rr-ff-body);
        font-size: 14px;
        font-style: normal;
        line-height: 17px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-top-socail-menu span a {
        font-size: 12px
    }
}

.header-top-socail-menu span a:hover {
    color: var(--rr-theme-primary)
}

.header-top-3 {
    background: var(--rr-heading-primary);
    padding: 5px 0
}

    .header-top-3 .header-top-socail-menu {
        gap: 15px !important
    }

    .header-top-3 .container-width {
        max-width: 1550px;
        padding-left: 15px;
        padding-right: 15px
    }

    .header-top-3 .header-top-menu li a {
        color: var(--rr-theme-primary)
    }

        .header-top-3 .header-top-menu li a:hover {
            text-decoration: underline
        }

    .header-top-3 .header-top-social {
        color: hsla(0,0%,100%,.7);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        gap: 20px;
        line-height: 15px
    }

        .header-top-3 .header-top-social a:hover {
            color: var(--rr-common-white)
        }

.banner-home__banner-shape-2 {
    left: -317px;
    position: absolute;
    top: 420px
}

    .banner-home__banner-shape-2 img {
        height: auto;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

@media (max-width:990px) {
    .breadcrumb-cms {
        padding: 116px 0 2px !important;
    }
}

@media (max-width:770px) {
    .breadcrumb-cms {
        padding: 80px 0 2px !important;
    }

    .zooming {
        display: none
    }
    .breadcrumb__menu ul {
        gap: 23px !important;
    }
}

.main-menu ul {
    margin-bottom: 0
}

    .main-menu ul li {
        display: inline-block;
        list-style: none;
        margin-inline-end: 30px;
        position: relative
    }

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li {
        margin-inline-end: 30px
    }
}

.main-menu ul li.active > a {
    color: var(--rr-theme-primary) !important
}

.main-menu ul li > a {
    color: var(--rr-heading-primary);
    display: inline-block;
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: normal;
    padding: 30px 0;
    text-transform: capitalize
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .main-menu ul li > a {
        padding: 30px 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li > a {
        padding: 30px 0
    }
}

.main-menu ul li.has-dropdown > a {
    position: relative
}

    .main-menu ul li.has-dropdown > a:after {
        content: "+";
        display: inline-block;
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        margin-inline-start: 5px;
        transform: translateY(1px)
    }

.main-menu ul li.has-mega-menu {
    position: static
}

.main-menu ul li .submenu {
    background: var(--rr-common-white);
    border: 1px solid var(--rr-border-primary);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    color: var(--rr-common-white);
    inset-inline-start: 0;
    min-width: 280px;
    opacity: 0;
    padding: 35px 0 6px;
    position: absolute;
    top: 110%;
    transform-origin: top center;
    visibility: hidden;
    z-index: 99
}

    .main-menu ul li .submenu li {
        display: block;
        margin: 0;
        padding: 0;
        transform: translateY(-10px);
        width: 100%
    }

        .main-menu ul li .submenu li a {
            color: var(--rr-heading-primary);
            font-size: 16px;
            padding-inline-start: 30px;
            padding: 0 25px 9px;
            position: relative;
            width: 100%;
            z-index: 11
        }

            .main-menu ul li .submenu li a:before {
                background-color: var(--rr-theme-primary);
                content: "";
                height: 1px;
                left: 25px;
                position: absolute;
                top: 40%;
                transform: translateY(-50%);
                width: 0
            }

        .main-menu ul li .submenu li:hover > a {
            color: var(--rr-theme-primary);
            padding-inline-start: 43px
        }

            .main-menu ul li .submenu li:hover > a:before {
                width: 12px
            }

            .main-menu ul li .submenu li:hover > a:after {
                color: var(--rr-theme-primary)
            }

.main-menu ul li .mega-menu {
    background: var(--rr-heading-primary);
    left: 50%;
    opacity: 0;
    padding: 30px 10px 10px 35px !important;
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateZ(0);
    visibility: hidden;
    width: 100%;
    z-index: 99;
    clip: rect(0,200vw,0,0);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li .mega-menu {
        padding: 25px
    }
}

.main-menu ul li .mega-menu li a:hover:before {
    width: 12px
}

.main-menu ul li:hover > a {
    color: var(--rr-theme-primary)
}

    .main-menu ul li:hover > a:after {
        color: var(--rr-theme-primary);
        transform: rotate(180deg)
    }

.main-menu ul li:hover > .submenu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.main-menu ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    clip: rect(0,100vw,200vh,-30px);
    transition: clip .6s linear,opacity .4s linear
}

.home__menu-item {
    position: relative
}

.contact-us__area .contact-us__form-wrapper {
    background: #fafafa;
    border-radius: 10px;
    padding: 50px 30px
}

    .contact-us__area .contact-us__form-wrapper .section__title {
        color: var(--rr-heading-primary);
        font-family: var(--rr-ff-heading);
        font-size: var(--rr-fs-h3);
        font-style: normal;
        font-weight: var(--rr-fw-sbold);
        line-height: 46px
    }

    .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
        background: var(--rr-common-white);
        border: 1px solid rgba(0,29,8,.1);
        border-radius: 4px;
        margin-bottom: 20px;
        margin-left: 0;
        padding: 8px 20px
    }

    .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
        background: var(--rr-common-white);
        border: 1px solid rgba(0,29,8,.1);
        border-radius: 4px;
        height: 110px !important;
        margin-left: 0;
        padding: 8px 20px
    }

.product-filter-area .rr-product-details-thumb-wrapper {
    position: relative
}

.product-filter-area .product-filter-area-review {
    gap: 10px;
    justify-content: center
}

    .product-filter-area .product-filter-area-review .button {
        align-items: center;
        background-color: #ffeee8;
        color: var(--rr-heading-primary);
        color: #534141;
        display: flex;
        font-family: var(--rr-ff-heading);
        font-size: 16px;
        font-style: normal;
        font-weight: var(--rr-fw-sbold);
        font-weight: 700;
        height: 40px;
        justify-content: center;
        line-height: var(--rr-lg-h5);
        transition: .3s;
        width: 130px
    }

        .product-filter-area .product-filter-area-review .button:hover {
            background: var(--rr-theme-primary);
            color: var(--rr-common-white);
        }

.filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button {
    border-radius: 4px;
    gap: 10px
}

    .filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button .nav-link-3 {
        border-radius: 4px !important;
        padding: 0
    }

        .filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button .nav-link-3 .button {
            border-radius: 4px !important
        }

        .filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button .nav-link-3.active {
            align-items: center;
            background-color: var(--rr-theme-primary);
            border-radius: 0 !important;
            border-radius: 4px !important;
            display: flex;
            justify-content: center;
            width: 130px
        }

            .filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button .nav-link-3.active .button {
                background: var(--rr-theme-primary);
                border-radius: 0 !important;
                border-radius: 4px !important;
                color: var(--rr-common-white);
                font-weight: 700
            }

.latest-team__button-right .right-icon {
    margin-right: 10px
}

.latest-service2__item {
    background: var(--rr-common-white);
    border-radius: 10px;
    padding: 1px 23px 10px 15px;
    transition: .3s;
    margin-bottom: 0px !important;
}

    .latest-service2__item:hover {
        box-shadow: 0 0px 45px 19px rgba(8,29,8,.1)
    }

.latest-service2__item-icon {
    align-items: center;
    background: #ffeee8;
    border-radius: 500px;
    display: flex;
    height: 70px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 70px
}

    .latest-service2__item-icon img {
        height: 36px;
        width: 23.168px
    }

    .latest-service2__item-icon:hover img {
        transform: rotate(45deg)
    }

.latest-service2__item-icon-img {
    align-items: center;
    background: #ffeee8;
    border-radius: 500px;
    display: flex;
    height: 70px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 70px
}

    .latest-service2__item-icon-img img {
        height: 36px;
        width: 36.168px
    }

    .latest-service2__item-icon-img:hover img {
        transform: rotate(45deg)
    }

.latest-service2__item-text {
    margin: auto;
    max-width: 260px
}

    .latest-service2__item-text h2 {
        color: var(--rr-heading-primary);
        font-family: var(--rr-ff-heading);
        font-size: 16px;
        font-style: normal;
        font-weight: var(--rr-fw-sbold);
        line-height: var(--rr-lh-h4);
        margin-bottom: 3px;
        margin-top: 10px
    }

        .latest-service2__item-text h2:hover {
            color: var(--rr-theme-primary)
        }

    .latest-service2__item-text h4 {
        color: var(--rr-heading-primary);
        font-family: var(--rr-ff-heading);
        font-size: 16px;
        font-style: normal;
        font-weight: var(--rr-fw-sbold);
        line-height: var(--rr-lh-h4);
        margin-bottom: 9px;
        margin-top: 21px
    }

        .latest-service2__item-text h4:hover {
            color: var(--rr-theme-primary)
        }

    .latest-service2__item-text p {
        color: var(--rr-text-body);
        font-family: var(--rr-ff-body);
        font-size: 14px;
        font-style: normal;
        font-weight: var(--rr-fw-regular);
        line-height: 21px;
        margin-bottom: 0;
    }

    .latest-service2__item-text a {
        color: var(--rr-text-body);
        font-family: var(--rr-ff-heading);
        font-size: 16px;
        font-style: normal;
        font-weight: var(--rr-fw-sbold);
        gap: 6px;
        letter-spacing: .32px;
        line-height: normal
    }

        .latest-service2__item-text a:hover {
            color: var(--rr-theme-primary)
        }

.rr-fea-product__thumb {
    border-radius: 10px;
    overflow: hidden;
    text-align: center
}

    .rr-fea-product__thumb img {
        border-radius: 10px;
        height: 300px;
        transition: .5s;
        width: 100%
    }

    .rr-fea-product__thumb:hover .product-action-btn-5 {
        opacity: 1;
        transform: translateX(0);
        visibility: visible
    }


@media (max-width:575px) {
    .rr-fea-product__thumb:hover .product-action-btn-5 {
        left: 33px;
        opacity: 1;
        top: 44px;
        transform: translateX(0);
        transform: translateX(-50%);
        visibility: visible
    }

    .mb-minus-30 .col-lg-6 {
        padding: 0;
    }
}

.rr-fea-product__thumb .product-action-btn-5 {
    background: red;
    border-radius: 2px;
    left: 11px;
    opacity: 0;
    position: absolute;
    top: 40px;
    transform: translateX(-50%);
    transition: .5s;
    visibility: hidden;
    width: 44px
}

@media (max-width:575px) {
    .rr-fea-product__thumb .product-action-btn-5 {
        left: 33px;
        opacity: 1;
        top: 44px;
        transform: translateX(0);
        transform: translateX(-50%);
        visibility: visible
    }
}

.rr-fea-product__content {
    padding: 20px 0 0
}

.rr-fea-product__item {
    border-radius: 10px;
    padding: 10px;
    position: relative;
    transition: .3s;
    z-index: 1
}

@media (max-width:575px) {
    .rr-fea-product__item {
        background: var(--rr-common-white) !important;
        box-shadow: 0 20px 40px rgba(0,29,8,.1);
        margin-bottom: 30px
    }
}

.rr-fea-product__item:hover {
    background: var(--rr-common-white) !important;
    background-color: var(--rr-common-white);
    box-shadow: 0 20px 40px rgba(0,29,8,.1)
}

    .rr-fea-product__item:hover .rr-fea-product__thumb img {
        transform: scale(1.2) rotate(-1deg)
    }

.rr-fea-product__title-sm {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: 20px;
    font-style: normal;
    line-height: var(--rr-lh-h5);
    margin-bottom: 10px;
    transition: .3s
}

    .rr-fea-product__title-sm:hover {
        color: var(--rr-theme-primary)
    }

.rr-fea-product__tab nav button {
    border-radius: 30px;
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: var(--rr-fw-regular);
    height: 40px;
    line-height: 26px;
    padding: 0 19px;
    transition: .3s
}

.paragraph
{
    padding-top:10px;
}
.best-deal__area{
    padding-top:12px;
}
.rr-fea-product__tab nav button:hover {
    box-shadow: 0 0px 7px 4px rgba(17, 17, 17, 0.19);
}

    @media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
        .rr-fea-product__tab nav button {
            font-size: 14px
        }
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .rr-fea-product__tab nav button {
        font-size: 13px;
        margin: 0 10px
    }
}

@media (max-width:575px) {
    .rr-fea-product__tab nav button {
        font-size: 13px;
        width: 180px !important;
    }

    #nav-tab .all-button {
        display: contents !important;
    }

    .product-filter-area .product-filter-area-review .button {
        width: inherit;
    }

    .filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button .nav-link-3 {
        margin: 5px
    }

    .product-filter-area {
        padding-bottom: 20px !important;
    }

    .rr-fea-product__thumb img {
        width: auto;
        padding: 10px;
        border-radius: 16px;
    }

    .footer__link ul li a{
        font-size: 15px !important;
    }
}

.rr-fea-product__tab nav button.active {
    background-color: #fafafa;
    color: var(--rr-theme-primary);
    font-weight: var(--rr-fw-medium);
    text-decoration: underline
}

.rr-fea-product__tab nav button:hover {
    color: var(--rr-theme-primary)
}

.best-deal__title-wrapper-title {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: var(--rr-fs-h2);
    font-style: normal;
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h2);
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .best-deal__title-wrapper-title {
        font-size: 30px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .best-deal__title-wrapper-title {
        font-size: 30px;
        line-height: 52px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .best-deal__title-wrapper-title {
        font-size: 40px;
        line-height: 52px
    }
}

@media (max-width:575px) {
    .best-deal__title-wrapper-title {
        font-size: 30px;
        line-height: 42px
    }
    .latest-service2__item-icon, .latest-service2__item-icon-img {
        margin-top: 10px !important;
        padding: 1px 12px 15px;
    }
}

@media (max-width:450px) {
    .best-deal__title-wrapper-title {
        font-size: 27px;
        line-height: 37px
    }
}
@media (max-width:410px) {
    .rr-fea-product__tab nav button {
        width: 150px !important;
    }
}
/* !END:  Slider CSS */
/*# sourceMappingURL=main.min.css.map */
