@charset "UTF-8";

.white-bg {
    background: #fff !important
}

.btn, .main-menu ul li .mega-menu, .main-menu ul li .submenu, .main-menu ul li .submenu li a:before, .main-menu ul li.has-dropdown > a:after, .offcanvas__overlay, a, button, h2, h3, h4, img, input, li, p, span, svg, textarea {
    transition: all .3s ease-out 0s
}

: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: #4d4d4d;
    --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
}

#nav-tabContent {
    color: #424242;
}

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
}

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
}

h2 {
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    color: #151515;
}

.offcanvas__area.info-open Specificity: (0,2,0) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.hide{
    display: none;
}
.show{
    display: block;
}

.rs-sticky {
    position: fixed !important;
    top: 0;
    z-index: 111;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: var(--rr-common-white) !important;
    box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
    border-top: 0;
}

    .rs-sticky .header-top {
        position: fixed !important;
        top: -100%;
        z-index: 111;
        inset-inline-end: 0;
        inset-inline-start: 0;
        width: 100%;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        background: var(--rr-gray-900);
        border-top: 0;
    }

    .rs-sticky .header-4-top {
        display: none !important;
    }

    .rs-sticky .header-5-top__wrapper {
        display: none !important;
    }

    .rs-sticky.header-2 {
        background: var(--rr-heading-primary) !important;
    }

        .rs-sticky.header-2 .main-menu .mobile-menu ul li a {
            color: var(--rr-common-white) !important;
        }

            .rs-sticky.header-2 .main-menu .mobile-menu ul li a:hover {
                color: var(--rr-theme-primary) !important;
            }

        .rs-sticky.header-2 .main-menu .mobile-menu ul li ul.submenu li a {
            color: var(--rr-heading-primary) !important;
        }

.custom-quote-link {
    display: flex !important;
    justify-content: space-between; /* pushes image to right */
    align-items: center;
}

    .custom-quote-link img {
        width: 24px;
    }

.mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li span.mean-expand {
    color: #fff !important;
    border: 1px solid #fff !important;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h2 {
        font-size: 38px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    h2 {
        font-size: 40px;
        line-height: 52px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    h2 {
        font-size: 40px;
        line-height: 52px
    }
}

@media (max-width:575px) {
    h2 {
        font-size: 30px;
        line-height: 42px
    }

    .latest-Choose-us__media {
        justify-content: center;
    }

    .latest-Choose-us__media-experience-box {
        display: none !important;
    }

    .latest-Choose-us__media-img2 img {
        height: 220px !important;
        width: 270px
    }

    .latest-Choose-us__media-img1 img {
        height: 240px;
    }
}

@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
}

    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=text], textarea {
    margin-left: 30px
}

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: 1400px
}

.row {
    --bs-gutter-x: 30px
}

.fix {
    overflow: hidden
}

.p-relative {
    position: relative
}

.container-width {
    max-width: 1520px
}

.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;
    border: 0;
}

    .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)
        }


.bar-icon {
    width: 26px;
    height: 18px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: color 0.2s ease-out;
}

    .bar-icon span {
        width: 100%;
        height: 2px;
        background: var(--rr-theme-primary);
        display: inline-block;
        transition: color 0.2s ease-out;
    }

        .bar-icon span:nth-child(2) {
            margin-left: 0px;
        }

    .bar-icon:hover span {
        animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
    }

        .bar-icon:hover span:nth-child(2) {
            margin-left: 0px;
            animation-delay: 0.1s;
        }

        .bar-icon:hover span:nth-child(3) {
            animation-delay: 0.2s;
        }

    .bar-icon.is-black span {
        background: var(--rr-common-black);
    }

    .bar-icon.is-white span {
        background: var(--rr-common-white);
    }

.breadcrumb-cms {
    padding: 125px 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: 14px;
            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: 14px;
            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
}

.overflow-hidden {
    overflow: hidden !important;
}

.breadcrumb__area {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
}

.breadcrumb__menu ul li:not(:last-child)::before {
    transform: translateY(-50%);
}

*, ::after, ::before {
    box-sizing: border-box;
}

.breadcrumb__menu ul li {
    line-height: 1;
    list-style: none;
}

.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%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb__area .banner-all-shape-wrapper .second-shape {
        display: none
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-15px)
    }
}

.upDown-bottom {
    animation: upDown .8S infinite alternate
}

.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
    }
}

@media (max-width:770px) {
    .breadcrumb-cms {
        padding: 90px 0 2px
    }
}

.sidebar__toggle {
    cursor: pointer
}

.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 zooming {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.zooming {
    animation: zooming 1.3S infinite alternate
}

#popup-search-box {
    background-color: var(--rr-common-white);
    height: 20%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: -100%;
    transition: all .5s ease;
    visibility: hidden;
    white-space: nowrap;
    width: 100%;
    z-index: 99
}

    #popup-search-box.toggled {
        top: 0;
        opacity: 1;
        visibility: visible;
    }

    #popup-search-box .box-inner-wrap .search-close {
        position: absolute;
        top: 8%;
        right: -77px;
        color: var(--rr-heading-primary);
        border: 1px solid var(--rr-heading-primary);
        height: 50px;
        width: 50px;
        font-size: 20px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
    content: "x";
    font-size: 22px;
    font-weight: 600;
}

#popup-search-box .box-inner-wrap .search-close:hover {
    background-color: var(--rr-theme-primary);
    border: 1px solid var(--rr-theme-primary);
    color: var(--rr-common-white);
}

#popup-search-box .box-inner-wrap {
    box-shadow: 0 5px 29px rgba(0,0,0,.2);
    height: 70%;
    position: relative;
    width: 100%
}

    #popup-search-box .box-inner-wrap form {
        margin: 0 auto;
        max-width: 560px;
        padding: 0 15px;
        position: relative;
        width: 100%
    }

        #popup-search-box .box-inner-wrap form input {
            background: transparent;
            border: none;
            border: 1px solid var(--rr-common-black);
            color: #ddd;
            color: #666;
            font-size: 16px;
            padding: 15px 80px 15px 15px;
            width: 100%;
            border-radius: 10px;
        }

            #popup-search-box .box-inner-wrap form input:focus {
                outline: none
            }

    .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)
        }

@media (max-width:770px) {
    .zooming {
        display: none
    }
}

.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 > 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;
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateZ(0);
    visibility: hidden;
    width: max-content;
    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;
    text-align: center;
}

.home__menu-thumb {
    border: 1px solid var(--rr-theme-primary);
    border-radius: 6px;
    padding: 20px;
    position: relative
}

.home__menu-thumb-image {
    height: 180px;
    width: 280px
}
/*    .home__menu-thumb:before {
        background: hsla(0,0%,5%,.7);
        border-radius: 6px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: .3s;
        width: 100%
    }

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .home__menu-thumb:before {
        opacity: 1
    }
}*/

@media (max-width:778px) {
    .home__menu-thumb-image {
        width: 100%;
    }
}
.home__menu-title {
    color: var(--rr-common-white);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-top: 10px;
    text-align: center
}
/* !END:  Slider CSS */
/*# sourceMappingURL=core.min.css.map */

/*----------------------------------------*/
/*  offcanvas
/*----------------------------------------*/
.offcanvas__area {
    background: #0E0A24 none repeat scroll 0 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    border-left: 1px solid var(--rr-border-primary);
}

    .offcanvas__area ::-webkit-scrollbar {
        display: none;
    }

@media (max-width: 575px) {
    .offcanvas__area {
        width: 400px;
    }
}

@media (max-width:450px) {
    .offcanvas__area {
        width: 100%;
    }
}

.offcanvas__area.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 160px;
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 130px;
    }
}

.offcanvas__content {
    padding-bottom: 45px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 35px 40px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 25px 25px;
    }
}


.offcanvas__search {
    position: relative;
}

    .offcanvas__search input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-right: 20px;
        background: transparent;
        border-bottom: 1px solid var(--rr-border-primary);
        font-size: 16px;
        color: var(--rr-common-white);
        padding-bottom: 15px;
    }

        .offcanvas__search input::placeholder {
            color: var(--rr-common-white);
        }

        .offcanvas__search input:focus {
            border-color: var(--rr-common-white);
        }

    .offcanvas__search button {
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 20px;
        color: var(--rr-common-white);
    }

        .offcanvas__search button:hover {
            color: var(--rr-theme-primary);
        }

.offcanvas__title {
    color: var(--rr-common-white);
}

@media (max-width:450px) {
    .offcanvas__title {
        font-size: 20px;
    }
}

.offcanvas__text p {
    margin-bottom: 25px;
}

.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 {
            color: var(--rr-theme-primary);
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background: var(--rr-common-white);
            font-size: 16px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            .offcanvas__social ul li a:hover {
                background-color: var(--rr-theme-primary);
                color: var(--rr-common-white);
                -webkit-transform: translateY(-3px);
                -moz-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                -o-transform: translateY(-3px);
                transform: translateY(-3px);
            }

.offcanvas__notification-icon a {
    font-size: 14px;
    color: var(--rr-common-white);
    position: relative;
}

    .offcanvas__notification-icon a .notification-count {
        position: absolute;
        top: -4px;
        right: -13px;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 22px;
        font-size: 12px;
        font-weight: 600;
        background-color: var(--rr-theme-primary);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: var(--rr-common-white);
        text-align: center;
    }

.offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--rr-common-white);
    font-size: 14px;
}

    .offcanvas__notification-text p .notification-number {
        color: var(--rr-theme-primary);
    }

    .offcanvas__notification-text p a {
        color: var(--rr-theme-primary);
    }

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--rr-common-black);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

    .offcanvas__overlay.overlay-open {
        opacity: 0.6;
        visibility: visible;
    }

.sidebar__toggle {
    cursor: pointer;
}

.offcanvas__contact-icon {
    margin-inline-end: 15px;
}

.offcanvas__slider-content {
    border: 1px solid var(--rr-border-primary);
    padding: 20px;
}

.offcanvas__navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .offcanvas__navigation button svg * {
        fill: var(--rr-common-white);
    }

    .offcanvas__navigation button:hover svg * {
        fill: var(--rr-theme-primary);
    }

.offcanvas__post-title {
    font-size: 26px;
    color: var(--rr-common-white);
}

    .offcanvas__post-title a:hover {
        color: var(--rr-theme-primary);
    }

.offcanvas-close-icon {
    line-height: 1;
    color: var(--rr-common-white);
}

    .offcanvas-close-icon .offcanvas-m-lines {
        position: relative;
        display: block;
        height: 12px;
        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;
        opacity: 0;
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
        top: 6px;
        transform: rotate(-45deg);
    }

    .offcanvas-close-icon .offcanvas-m-line {
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        transition: top 0.15s ease, transform 0.3s ease;
    }

        .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;
            bottom: 0;
        }

    .offcanvas-close-icon:hover .offcanvas-m-line {
        animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
        animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
    }

        .offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
            animation-delay: 0.1s;
        }

.offcanvas__top {
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.079);
}

.mean-container {
    margin-bottom: 35px;
}

    .mean-container .mean-bar {
        background: none;
        float: left;
        width: 100%;
        position: relative;
        padding: 4px 0;
        min-height: 42px;
        z-index: 999999;
    }

        .mean-container .mean-bar, .mean-container .mean-bar * {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

    .mean-container a.meanmenu-reveal {
        width: 22px;
        height: 22px;
        padding: 13px 13px 11px 13px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        text-indent: -9999em;
        line-height: 22px;
        font-size: 1px;
        font-weight: 700;
        display: none !important;
    }

        .mean-container a.meanmenu-reveal span {
            display: block;
            background: #fff;
            height: 3px;
            margin-top: 3px;
        }

    .mean-container .mean-nav {
        background: none;
        margin-top: 0;
        float: left;
        width: 100%;
    }

        .mean-container .mean-nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            list-style-type: none;
        }

        .mean-container .mean-nav > ul {
            padding: 0;
            margin: 0;
            width: 100%;
            list-style-type: none;
            display: block !important;
        }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
        }

        .mean-container .mean-nav > ul > li:first-child > a {
            border-top: 0;
        }

        .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
            display: block;
            float: left;
            margin: 0;
            text-align: left;
            text-decoration: none;
            text-transform: capitalize;
            width: 100%;
            padding: 10px 0;
            color: var(--rr-common-white);
            border-bottom: 1px solid rgba(255, 255, 255, 0.18);
            font-size: 16px;
            line-height: 1.5;
            font-weight: 500;
        }

.home__menu-item a {
    border-bottom: none !important;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li span.mean-expand {
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    height: 30px;
    width: 30px;
    color: var(--rr-text-body);
    line-height: 30px;
    font-weight: 400;
    border-radius: 3px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.breadcrumb__menu ul li:not(:last-child)::before {
    content: "›";
    font-size: 17px;
    top: 10px;
}

.fa-angle-right {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    position: relative;
    top: -1px;
    left: -1px;
}

.testimonial-buttons .fa-angle-right {
    width: 13px;
    height: 13px;
}

.fa-angle-left {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(-45deg);
    position: relative;
    top: -1px;
    left: -1px;
}

.fa-trash {
    position: relative;
    width: 14px;
    height: 16px;
    display: inline-block;
    box-sizing: border-box;
}

    /* bin body */
    .fa-trash::before {
        content: "";
        position: absolute;
        left: 2px;
        top: 4px;
        width: 10px;
        height: 11px;
        border: 2px solid currentColor;
        border-top: none;
        border-radius: 0 0 2px 2px;
    }

.testimonial-buttons .fa-angle-left {
    width: 13px;
    height: 13px;
}


    @media (max-width: 575px) {
        .offcanvas__top {
            padding-bottom: 15px;
            margin-bottom: 30px;
        }
    }

    .breadcrumb__area .banner-all-shape-wrapper .first-shape {
        top: 222px;
        left: 585px;
    }

    .banner-home__banner-shape-1 {
        position: absolute;
        top: -16px;
        left: 380px;
    }

        .banner-home__banner-shape-1 img {
            max-width: 100%;
            height: auto;
            object-fit: cover;
        }

    .upDown-top {
        animation: upDown 1S infinite alternate;
    }

    .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input Specificity: (0,4,1) {
    margin-left: 0;
    background: var(--rr-common-white);
    margin-bottom: 30px;
    padding: 13px 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 29, 8, 0.1);
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 16px;
    color: var(--rr-heading-primary);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 29, 8, 0.1);
    margin-left: 30px;
}

@charset "UTF-8";

.footer__bottom-home-1-bg {
    background-color: #001d08
}

a, h4, img, li, span {
    transition: all .3s ease-out 0s
}

: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: #646464;
    --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
}

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
}

h4 {
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h4)
}

ul {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

    a:focus {
        outline: none;
        text-decoration: none
    }

    a:focus, a:hover {
        color: inherit;
        text-decoration: none
    }

a {
    background: transparent;
    border: none;
    color: inherit;
    outline: none
}

img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

::-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: 1400px
}

.row {
    --bs-gutter-x: 30px
}

.gap-10 {
    gap: 10px
}

.footer__area-common {
    position: relative;
    z-index: 1
}

    .footer__area-common.background {
        background: #fff5f1
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__area-common {
        padding-top: 60px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .footer__area-common {
        padding-top: 50px
    }
}

.footer-wrap {
    padding: 40px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-wrap {
        --bs-gutter-x: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer-wrap {
        padding: 0 0 70px
    }
}

@media (max-width:575px) {
    .footer-wrap {
        padding: 0 0 30px
    }
}

.footer__widget {
    margin-bottom: 0
}

    .footer__widget.footer__widget-item-1 {
        max-width: 323px
    }

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget.footer__widget-item-1 {
        max-width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget.footer__widget-item-2 {
        padding-left: 10px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget.footer__widget-item-2 {
        padding-left: 0
    }
}

.footer__widget.footer__widget-item-3 {
    padding-left: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget.footer__widget-item-3 {
        padding-left: 10px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget.footer__widget-item-3 {
        padding-left: 0
    }
}

.footer__widget.footer__widget-item-4 {
    padding-left: 88px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget.footer__widget-item-4 {
        padding-left: 10px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget.footer__widget-item-4 {
        padding-left: 0
    }
}

.footer__widget-title h3 {
    color: var(--rr-common-black);
    font-family: var(--rr-ff-heading);
    font-size: 22px;
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h4);
    margin-bottom: 20px;
    margin-top: 18px;
    position: relative;
    text-transform: capitalize;
    z-index: 10
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget-title h3 {
        font-size: 18px
    }
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .footer__widget-title h3 {
        margin-bottom: 18px;
        margin-top: 35px
    }
}

.footer__logo img {
    max-width: 188px
}

.footer__link ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px
}

    .footer__link ul li {
        align-items: flex-start;
        display: flex;
        list-style: none
    }

        .footer__link ul li a {
            color: var(--rr-text-body);
            display: flex;
            font-family: var(--rr-ff-heading);
            font-size: 18px;
            font-weight: var(--rr-fw-regular);
            gap: 10px;
            position: relative
        }

            .footer__link ul li a:hover {
                color: var(--rr-theme-primary)
            }

                .footer__link ul li a:hover:before {
                    width: 12px
                }

.footer__social {
    display: flex;
    gap: 10px
}

.footer__subscribe {
    max-width: 210px
}

    .footer__subscribe ul li {
        align-items: flex-start;
        display: flex;
        list-style: none
    }

        .footer__subscribe ul li a {
            color: var(--rr-text-body);
            display: flex;
            font-family: var(--rr-ff-heading);
            font-size: 18px;
            font-weight: var(--rr-fw-regular);
            gap: 10px;
            margin-bottom: 18px;
            position: relative
        }

            .footer__subscribe ul li a:hover {
                color: var(--rr-theme-primary)
            }

    .footer__subscribe.subscribe-2 {
        max-width: inherit
    }

.footer__area-common {
    background-size: contain
}

.footer__bottom {
    padding: 30px 0
}

.footer__bottom-wrapper {
    border-top: 1px solid var(--rr-border-secondary)
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer__bottom {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__bottom {
    align-items: center;
    border-top: var(--rr-border-white30);
    display: flex;
    gap: 10px 30px;
    justify-content: space-between;
    padding: 24.5px 0
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .footer__bottom {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__copyright-menu ul {
    display: flex;
    gap: 10px
}

@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px) {
    .footer__copyright-menu ul {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__copyright-menu ul li {
    list-style: none;
    position: relative
}

    .footer__copyright-menu ul li a {
        color: var(--rr-common-white);
        font-size: 14px;
        opacity: .9;
        position: relative
    }

        .footer__copyright-menu ul li a:hover {
            color: var(--rr-theme-primary)
        }


.content-area .faq .accordion .card .card-header .card-link {
    align-items: center;
    color: var(--rr-heading-primary);
    cursor: pointer;
    display: flex;
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 6px 4px 0px 10px;
    padding-bottom: 0px;
    text-align: left;
    transition: all .3s ease;
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 0;
}
.content-area .faq .accordion .card .card-header {
    background-color: var(--rr-common-white);
    border-radius: 4px;
    padding: 0;
}

    .content-area .faq .accordion .card .card-header .card-link[aria-expanded="true"] {
        background-color: var(--rr-theme-primary);
        border-radius: 4px;
        color: var(--rr-common-white);
        width: 100%;
    }
    .content-area .faq .accordion .card .card-header .card-link::before {
        align-items: center;
        background: var(--rr-heading-primary);
        border-radius: 5px;
        color: var(--rr-common-white);
        content: "\f067";
        display: flex;
        font-family: Font Awesome\ 5 Pro;
        font-size: 18px;
        height: 50px;
        justify-content: center;
        margin-right: 10px;
        position: absolute;
        right: 0;
        width: 50px;
        content: "+";
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
        width: 35px;
        height: 35px;
    }

    .content-area .faq .accordion .card .card-header .card-link[aria-expanded="true"]::before {
        background-color: var(--rr-common-white);
        color: var(--rr-common-black);
        content: "\f068";
        font-family: Font Awesome\ 5 Pro;
        font-size: 18px;
        content: "−";
        margin-top: 2px;
    }

    .faq .card{
        margin-bottom: 10px;
    }


@media(max-width:768px) {
    .content-area .faq .accordion .card .card-header .card-link {
        font-size: 15px;
    }
    .OrderSummary {
        padding-top: 15px;
    }
}
.box-wrapper h6 {
    font-size: 1.5rem;
}

.bottom-title h5 {
    font-size: 1.75rem;
}

.product-size .row {
    margin: 0;
}
