.rll-youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.rll-youtube-player:focus-within {
    outline: 2px solid currentColor;
    outline-offset: 5px;
}

.rll-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.rll-youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all
}

.rll-youtube-player img:hover {
    -webkit-filter: brightness(75%)
}




.bg {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

.bg-loaded {
    opacity: 1;
}

:root {
    --primary-color: #03952a;
    --fs-color-primary: #03952a;
    --fs-color-secondary: #046fcc;
    --fs-color-success: #fafa23;
    --fs-color-alert: #f60303;
    --fs-experimental-link-color: #03952a;
    --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

html {
    background-color: #013636 !important;
}

body.framed,
body.framed header,
body.framed .header-wrapper,
body.boxed,
body.boxed header,
body.boxed .header-wrapper,
body.boxed .is-sticky-section {
    max-width: 1060px
}

.header-main {
    height: 65px
}

#logo img {
    max-height: 65px
}

#logo {
    width: 131px;
}

.header-bottom {
    min-height: 50px
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 90px
}

.transparent #logo img {
    max-height: 90px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 170px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 65px !important
}

.stuck #logo img {
    max-height: 65px !important
}

.header-bg-color {
    background-color: #ffffff
}

.header-bottom {
    background-color: #03952a
}

.header-main .nav>li>a {
    line-height: 16px
}

.stuck .header-main .nav>li>a {
    line-height: 35px
}

.header-bottom-nav>li>a {
    line-height: 50px
}

@media (max-width: 549px) {
    .header-main {
        height: 50px
    }

    #logo img {
        max-height: 50px
    }
}

.nav-dropdown {
    font-size: 100%
}

body {
    color: #0a0a0a
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #03952a;
}

body {
    font-size: 100%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 113%;
    }
}

body {
    font-family: Roboto, sans-serif;
}

body {
    font-weight: 400;
    font-style: normal;
}

.nav>li>a {
    font-family: Roboto, sans-serif;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: Roboto, sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

.alt-font {
    font-family: Roboto, sans-serif;
}

.alt-font {
    font-weight: 400 !important;
    font-style: normal !important;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a {
    color: #ffffff;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a:hover,
.header:not(.transparent) .header-bottom-nav.nav>li.active>a,
.header:not(.transparent) .header-bottom-nav.nav>li.current>a,
.header:not(.transparent) .header-bottom-nav.nav>li>a.active,
.header:not(.transparent) .header-bottom-nav.nav>li>a.current {
    color: #0a0a0a;
}

.header-bottom-nav.nav-line-bottom>li>a:before,
.header-bottom-nav.nav-line-grow>li>a:before,
.header-bottom-nav.nav-line>li>a:before,
.header-bottom-nav.nav-box>li>a:hover,
.header-bottom-nav.nav-box>li.active>a,
.header-bottom-nav.nav-pills>li>a:hover,
.header-bottom-nav.nav-pills>li.active>a {
    color: #FFF !important;
    background-color: #0a0a0a;
}

.footer-2 {
    background-color: #0a0a0a
}

.absolute-footer,
html {
    background-color: #3eb200
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS */
.page_popup #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.page_popup #image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_popup #image-container img {
    max-width: 50%;
    max-height: 80%;
    border-radius: 10px;
}

.page_popup .lazy-load-active {
    height: 600px;
}

.page_popup #close-btn {
    margin-top: 10px;
    background: red;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    text-decoration: none;
    z-index: 9999;
}

.page_popup #overlay p {
    text-align: center;
}

.absolute-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.absolute-footer .container:after {
    display: none;
}

.absolute-footer .container .footer-secondary {
    order: 1;
}

/* Custom CSS Mobile */
@media (max-width: 549px) {
    .page_popup .lazy-load-active {
        height: 400px !important;
    }
}

.label-new.menu-item>a:after {
    content: "New";
}

.label-hot.menu-item>a:after {
    content: "Hot";
}

.label-sale.menu-item>a:after {
    content: "Sale";
}

.label-popular.menu-item>a:after {
    content: "Popular";
}

.header-button a {
    position: relative;
    cursor: pointer;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 10px;
    background-image: repeating-linear-gradient(to right, #355f90 0, #f36518 25%, #ffae34 50%, #52a2ef 75%, #355f90 100%);
    background-size: 200% auto;
    animation: 1s infinite gradient;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes gradient {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.header-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
    z-index: -1;
    animation-name: yellow-shadow;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    border-radius: 10px;
}

@keyframes yellow-shadow {
    0% {
        top: 0;
        left: 0;
    }

    25% {
        top: 50%;
        left: 0;
    }

    50% {
        top: 50%;
        left: 50%;
    }

    75% {
        top: 0;
        left: 50%;
    }

    100% {
        top: 0;
        left: 0;
    }
}

.header-button::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    z-index: -1;
    animation-name: cyan-shadow;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    border-radius: 10px;
}

@keyframes cyan-shadow {
    0% {
        right: 0;
        bottom: 0;
    }

    25% {
        right: 0;
        bottom: 50%;
    }

    50% {
        right: 50%;
        bottom: 50%;
    }

    75% {
        right: 50%;
        bottom: 0;
    }

    100% {
        right: 0;
        bottom: 0;
    }
}

p {
    text-align: justify;
}

.mfp-close {
    mix-blend-mode: unset !important;
    color: #fff;
    background-color: green;
    opacity: 1;
    transition: unset !important;
    transition-delay: unset !important;
}

.mfp-container {
    padding: 15px !important;
}


#scvncode {
    margin-left: 0px !important;
    margin-top: 0px !important;
    display: fixed !important;
}

@media screen and (max-width: 768px) {
    #close-banner-btn {
        display: none !important;
    }
}