/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Navigations
# Mobile Nav
# Search Popup
# Page Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --agrion-font: 'DM Sans', sans-serif;
    --agrion-font-two: 'Amatic SC', cursive;
    --agrion-reey-font: "reeyregular";
    --agrion-gray: #757873;
    --agrion-gray-rgb: 117, 120, 115;
    --agrion-white: #ffffff;
    --agrion-white-rgb: 255, 255, 255;
    --agrion-base: #013e5a;
    --agrion-base-rgb: 31, 99, 6;
    --agrion-black: #0e2207;
    --agrion-dark: #2e0303;
    --agrion-black-rgb: 14, 34, 7;
    --agrion-primary: #ffcd1e;
    --agrion-primary-rgb: 255, 205, 30;
    --agrion-extra: #f8f6f1;
    --agrion-extra-rgb: 248, 246, 241;
    --agrion-bdr-radius: 10px;
    --bg-white: #fff;
    --red-color: #c80f0f;
    --header-bg: #601119;
    --btn-bg: #601119;
    /** Main Header Background Color **/
    --header-bottom-bg: #013e5a;
    --header-text-color: #fff;
    --dropdown-link-bg: #549da9;
    --dropdown-menu-bg: #b7e4ed;
    --db-toggle-icon-color: #005552;
    /** Toggle Icon Color **/
    --db-toggle-icon-color: #005552;
    --footer-copy-link-color: #05607d;
}

.my-summary-datatable .dataTables_length, .my-summary-datatable .dataTables_filter {
    margin-bottom: 12px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--agrion-font);
    color: var(--agrion-gray);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
}

    body.locked {
        overflow: hidden;
    }

a {
    color: var(--agrion-gray);
}

.downloadIcon {
    background-color: rgb(143 203 231) !important;
    height: 28px !important;
    width: 28px !important;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    align-content: center;
}

    .downloadIcon .icon {
        color: #013e5a !important;
        font-size: 12px  !important;
    }

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--agrion-black);
    margin: 0;
    font-family: var(--agrion-font);
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--agrion-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}


.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--agrion-base);
    color: var(--agrion-white);
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 12px;
    border-radius: 32px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

    .thm-btn i {
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        background-color: var(--agrion-primary);
        border-radius: 50%;
        color: var(--agrion-black);
        font-size: 15px;
        text-align: center;
        line-height: 40px;
        margin-left: 17px;
        transition: all 0.5s linear;
    }

    .thm-btn:hover i {
        background-color: var(--agrion-white);
        color: var(--agrion-base);
    }

    .thm-btn::before {
        position: absolute;
        content: '';
        background-color: var(--agrion-black);
        width: 100%;
        height: 0%;
        left: 50%;
        top: 50%;
        border-radius: 0px;
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: -1;
        transition: all 500ms ease;
    }

    .thm-btn:hover {
        color: var(--agrion-white);
    }

        .thm-btn:hover:before {
            height: 380%;
        }

.section-title {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-bottom: 47px;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: var(--agrion-base);
    font-weight: 500;
    z-index: 1;
}

.section-title__title {
    margin: 0;
    color: #0e2207;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-family: var(--agrion-font);
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

.main-menu {
    display: block;
}

.main-menu__wrapper {
    display: block;
}

.main-menu__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 40px;
}

.main-menu__left {
    display: block;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__right {
    position: relative;
    display: block;
    margin-left: 260px;
}

.main-menu__search-cart-btn-box {
    display: flex;
    align-items: center;
    padding: 23.5px 0;
}

.main-menu__search-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding: 9.5px 0;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: var(--agrion-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu__search:hover {
        color: var(--agrion-base);
    }

    .main-menu__search:after {
        content: "";
        position: absolute;
        top: -10px;
        bottom: -10px;
        left: -30px;
        width: 1px;
        background-color: #ece9e0;
    }

.main-menu__cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9.5px 0;
}

.main-menu__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: var(--agrion-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu__cart:hover {
        color: var(--agrion-base);
    }

.main-menu__btn-box {
    position: relative;
    display: block;
    margin-left: 30px;
}

.main-menu__btn {
    padding-right: 8px;
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .main-menu__btn i {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        line-height: 30px;
        font-size: 11px;
    }

.main-header__phone-contact-box {
    position: relative;
    display: block;
    max-width: 145px;
    width: 100%;
}

.main-header__call-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 122px;
    width: 122px;
    border-radius: 50%;
    left: 12px;
}

    .main-header__call-box::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #eeece4;
        top: 0;
        left: 0;
        border-radius: 50%;
        animation: videoBtnAnim 3s ease-in infinite;
    }

.main-header__call-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

    .main-header__call-inner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #eeece4;
        top: 0;
        left: 0;
        border-radius: 50%;
        animation: videoBtnAnim 5s ease-in-out infinite;
    }

@keyframes videoBtnAnim {

    0%, 100% {
        transform: scale(.85);
    }

    25%, 75% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.main-header__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid var(--agrion-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__call-box:hover .main-header__call-icon {
    background-color: var(--agrion-base);
}

.main-header__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--agrion-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__call-box:hover .main-header__call-icon span {
    color: var(--agrion-white);
}

.main-header__phone-number {
    position: absolute;
    top: 3px;
    left: 50%;
    right: 0;
    width: 100%;
    background-color: var(--agrion-base);
    text-align: center;
    border-radius: 5px;
    padding: 0px 0;
    transform: translateX(-50%) translateY(-70%);
    transition: 500ms ease;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.main-header__phone-contact-box {
    cursor: pointer;
}

    .main-header__phone-contact-box:hover .main-header__phone-number {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0%);
    }

.main-header__phone-number:hover {
    background-color: var(--agrion-primary);
}

.main-header__phone-number:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 5px solid var(--agrion-base);
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__phone-number:hover:before {
    border-top: 5px solid var(--agrion-primary);
}

.main-header__phone-number a {
    font-size: 13px;
    color: var(--agrion-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__phone-number:hover a {
    color: var(--agrion-black);
}

.stricky-header .main-menu__wrapper-inner {
    padding-right: 40px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 30.5px;
    padding-bottom: 30.5px;
    position: relative;
}

    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: 60px;
    }

    .main-menu .main-menu__list > li > a,
    .stricky-header .main-menu__list > li > a {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-weight: 600;
    }

.prok-logo {
    width: 99px;
    flex: none;
}

    .prok-logo a:focus-visible {
        outline: none;
    }

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: var(--header-text-color);
    text-shadow: .3px 0 0 #c810100f;
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: var(--bg-white);
    padding: 12px 12px 20px;
    border-bottom-left-radius: var(--agrion-bdr-radius);
    border-bottom-right-radius: var(--agrion-bdr-radius);
}

.shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

    .main-menu .main-menu__list > li > ul > li + li,
    .main-menu .main-menu__list > li > ul > li > ul > li + li,
    .stricky-header .main-menu__list > li > ul > li + li,
    .stricky-header .main-menu__list > li > ul > li > ul > li + li {
        border-top: none;
        margin-top: 10px;
    }

    .main-menu .main-menu__list > li > ul > li > a,
    .main-menu .main-menu__list > li > ul > li > ul > li > a,
    .stricky-header .main-menu__list > li > ul > li > a,
    .stricky-header .main-menu__list > li > ul > li > ul > li > a {
        position: relative;
        font-size: 16px;
        line-height: 20px;
        color: var(--agrion-gray);
        cursor: pointer;
        letter-spacing: 0;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 20px 5px;
        -webkit-transition: 500ms;
        transition: 500ms;
        background-color: var(--agrion-white);
        border-radius: var(--agrion-bdr-radius);
    }

    .main-menu .main-menu__list > li > ul > li:hover > a,
    .main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
    .stricky-header .main-menu__list > li > ul > li:hover > a,
    .stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
        background-color: var(--header-bottom-bg);
        color: var(--header-text-color);
        text-shadow: .3px 0 0 rgba(14, 34, 7, .8);
    }

.top-header .btn-toggle a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--db-toggle-icon-color) !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s;
}

    .top-header .btn-toggle a:hover,
    .top-header .btn-toggle a:focus {
        background-color: #efefef;
    }

.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--agrion-gray);
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li.dropdown > a::before,
.main-menu .main-menu__list > li > ul > li.dropdown > ul > li.dropdown > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
    transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li.dropdown:hover > a::before {
    color: var(--agrion-white);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}

    .main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
    .main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
    .main-menu__wrapper .main-menu__list > .megamenu > ul {
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background-color: transparent;
        padding: 0;
    }

        .main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
        .main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
        .main-menu__wrapper .main-menu__list > .megamenu > ul > li {
            padding: 0 !important;
        }

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--agrion-base);
    cursor: pointer;
}

    .mobile-nav__buttons a + a {
        margin-left: 10px;
    }

    .mobile-nav__buttons a:hover {
        color: var(--agrion-base);
    }

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--agrion-white);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

    .main-menu .mobile-nav__toggler:hover {
        color: var(--agrion-black);
    }

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

    .mobile-nav__wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
        -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
        transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    }

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: #013e5a;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .mobile-nav__content .logo-box .logo_text {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
    }

    .mobile-nav__content .logo-box .logo {
        width: 80px;
    }

.mobile-nav__close {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 18px;
    color: #00121e;
    background-color: #fff;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .mobile-nav__content .main-menu__list > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul {
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 0.5em;
    }

        .mobile-nav__content .main-menu__list > li:not(:last-child),
        .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

    .mobile-nav__content .main-menu__list > li > a > .main-menu-border {
        display: none !important;
    }

    .mobile-nav__content .main-menu__list > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 30px;
        color: #ffffff;
        font-size: 14px;
        font-family: var(--agrion-font, "Rubik", sans-serif);
        font-weight: 500;
        height: 46px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 500ms;
        transition: 500ms;
    }

        .mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
            color: var(--agrion-base);
        }

        .mobile-nav__content .main-menu__list > li > a > button,
        .mobile-nav__content .main-menu__list > li > ul > li > a > button,
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
            width: 30px;
            height: 30px;
            background-color: #00121e;
            border: none;
            outline: none;
            color: var(--agrion-white);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: -webkit-transform 500ms ease;
            transition: -webkit-transform 500ms ease;
            transition: transform 500ms ease;
            transition: transform 500ms ease, -webkit-transform 500ms ease;
            padding: 0;
        }

            .mobile-nav__content .main-menu__list > li > a > button.expanded,
            .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
            .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                background-color: #fff;
                color: #013e5a;
            }

        /* no menu after 2rd level dropdown */
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
            display: none !important;
        }

    .mobile-nav__content .main-menu__list li.cart-btn span {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mobile-nav__content .main-menu__list li.cart-btn i {
        font-size: 16px;
    }

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .mobile-nav__top .main-menu__login a {
        color: var(--agrion-text-dark);
    }

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mobile-nav__social a {
        font-size: 16px;
        color: var(--agrion-white);
        -webkit-transition: 500ms;
        transition: 500ms;
    }

        .mobile-nav__social a + a {
            margin-left: 30px;
        }

        .mobile-nav__social a:hover {
            color: #00121e;
        }

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .mobile-nav__contact li {
        color: var(--agrion-text-dark);
        font-size: 14px;
        font-weight: 500;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mobile-nav__contact li + li {
            margin-top: 15px;
        }

        .mobile-nav__contact li a {
            color: #ffffff;
            -webkit-transition: 500ms;
            transition: 500ms;
        }

            .mobile-nav__contact li a:hover {
                color: var(--agrion-base);
            }

        .mobile-nav__contact li > i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #00121e;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            font-size: 11px;
            margin-right: 10px;
            color: #fff;
        }

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}


/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.main-header .main-menu .home-showcase .container {
    margin-left: 170px;
}

.main-menu:not(.main-menu-two):not(.main-menu-three) .sticky-header__content .home-showcase .container {
    margin-left: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--agrion-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    background: transparent;
    position: static;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-two__inner {
    position: relative;
    display: block;
    padding-top: 90px;
}

.main-header-two__top {
    position: relative;
    display: block;
    border-bottom: 1px solid #ffefef;
}

.main-header-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--bg-white);
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: var(--agrion-bdr-radius);
    border-top-right-radius: var(--agrion-bdr-radius);
}

.main-header-two__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    position: static;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.sticky-logo {
    display: none;
}

.main-header-two__logo .logo_text {
    font-size: 36px;
    font-weight: bold;
    color: var(--agrion-base);
}

.main-header-two__logo .giz-name {
    color: var(--agrion-black);
}

.main-header-two__top-left {
    position: relative;
    display: block;
}

.main-header-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5px 0;
}

    .main-header-two__contact-list li {
        position: relative;
        display: flex;
        align-items: center;
    }

        .main-header-two__contact-list li + li {
            margin-left: 20px;
        }

        .main-header-two__contact-list li .icon {
            position: relative;
            display: flex;
            align-items: center;
            top: 1px;
        }

            .main-header-two__contact-list li .icon i {
                position: relative;
                display: inline-block;
                font-size: 12px;
                color: var(--agrion-primary);
            }

        .main-header-two__contact-list li .text {
            margin-left: 10px;
        }

            .main-header-two__contact-list li .text p {
                font-size: 14px;
                font-weight: 500;
                color: var(--agrion-gray);
                line-height: 14px;
            }

                .main-header-two__contact-list li .text p a {
                    color: var(--agrion-gray);
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .main-header-two__contact-list li .text p a:hover {
                        color: var(--agrion-primary);
                    }

.main-header-two__top-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .main-header-two__top-right .user-profile {
        width: 200px;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: end;
    }

        .main-header-two__top-right .user-profile .username {
            color: var(--agrion-black);
            font-weight: 600;
        }

        .main-header-two__top-right .user-profile svg {
            display: flex;
            justify-content: end;
            width: 40px;
        }

.my-select-box-section {
    display: none;
    position: absolute;
    background-color: var(--bg-white);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
    right: 0;
    top: 60px;
    border-radius: 5px 5px;
    transform-origin: top center;
    transform: scale(0.8); /* Start with a smaller size */
    transition: transform 0.3s ease-in-out;
}

    .my-select-box-section.show {
        display: block;
        transition: 0.3s ease-in-out;
        transform: scale(1); /* Scale up to full size */
    }

    .my-select-box-section ul {
        list-style-type: none;
        padding: 0;
    }

        .my-select-box-section ul li {
            padding: 5px 3px;
            border-bottom: 1px solid #ddd;
        }

            .my-select-box-section ul li a {
                text-decoration: none;
                color: #333;
                display: block;
                padding: 5px 10px;
                transition: 0.3s ease-in-out;
                border-radius: 5px;
            }

                .my-select-box-section ul li a:hover {
                    background-color: var(--agrion-base);
                    color: var(--agrion-white);
                }

.main-header-two__social {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-header-two__social a {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 15px;
        color: var(--agrion-gray);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .main-header-two__social a:hover {
            color: var(--agrion-primary);
        }

        .main-header-two__social a + a {
            margin-left: 25px;
        }


.main-header-two__bottom {
    position: relative;
    display: block;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
    z-index: 9;
    background-color: var(--header-bottom-bg);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.main-menu-two__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stricky-header .main-menu-two__wrapper-inner {
    display: none;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    margin-left: 0;
}

.main-menu-two__left {
    display: block;
}

.main-menu-two__main-menu-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-menu-two__search-cart-btn-box {
    display: flex;
    align-items: center;
}

.main-menu-two__search-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding: 9.5px 0;
}

.main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: var(--agrion-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu-two__search:hover {
        color: var(--agrion-base);
    }

    .main-menu-two__search:after {
        content: "";
        position: absolute;
        top: -4px;
        bottom: -4px;
        left: -30px;
        width: 1px;
        background-color: #ece9e0;
    }

.main-menu-two__cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9.5px 0;
}

.main-menu-two__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: var(--agrion-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu-two__cart:hover {
        color: var(--agrion-base);
    }

.main-menu-two__btn-box {
    position: relative;
    display: block;
    margin-left: 30px;
}

.main-menu-two__btn {
    padding-right: 8px;
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .main-menu-two__btn i {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        line-height: 30px;
        font-size: 11px;
    }

.main-menu-two .main-menu__list > li + li,
.stricky-header.main-menu-two .main-menu__list > li + li {
    margin-left: 35px;
}

.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

    .search-popup.active {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--agrion-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

    .search-popup__content form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

        .search-popup__content form input[type="search"],
        .search-popup__content form input[type="text"] {
            width: 100%;
            background-color: #fff;
            font-size: 16px;
            border: none;
            outline: none;
            height: 66px;
            padding-left: 30px;
        }

    .search-popup__content .thm-btn {
        padding: 0;
        width: 68px;
        height: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 0;
        right: -1px;
        background-color: var(--agrion-base);
        border: 0;
        border-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .search-popup__content .thm-btn i {
            height: auto;
            width: auto;
            background-color: transparent;
            border-radius: 50%;
            color: var(--agrion-white);
            font-size: 22px;
            line-height: inherit;
            text-align: center;
            top: 0;
            margin-right: 0;
            margin-left: 0;
            padding-left: 0;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .search-popup__content .thm-btn:hover:before {
            width: 150%;
        }


/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    background-color: var(--agrion-base);
    padding: 80px 0 80px;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-one__left {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 119px;
    height: 119px;
    background-color: rgba(var(--agrion-white-rgb), .10);
    border-radius: 50%;
    margin-right: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .cta-one__icon span {
        font-size: 63px;
        color: var(--agrion-primary);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .cta-one__icon:hover {
        background-color: var(--agrion-primary);
    }

        .cta-one__icon:hover span {
            color: var(--agrion-white);
        }

.cta-one__title {
    font-size: 50px;
    font-weight: 700;
    color: var(--agrion-white);
    line-height: 60px;
    text-transform: uppercase;
}

.cta-one__right {
    position: relative;
    display: block;
}

.cta-one__btn {
    background-color: var(--agrion-white);
    color: var(--agrion-black);
    padding-left: 50px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--header-bg);
    z-index: 1;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 50px 0 50px;
    z-index: 1;
}

.site-footer__top-inner {
    position: relative;
    display: block;
}

.site-footer-shape-1 {
    position: absolute;
    bottom: -204px;
    left: 0;
    right: 0;
    height: 224px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
}

.footer-widget__about {
    position: relative;
    display: block;
    top: 7px;
}

.footer-widget__logo {
    position: relative;
    display: block;
}

    .footer-widget__logo .logo_text {
        font-size: 36px;
        font-weight: bold;
        color: var(--agrion-base);
    }

.footer-widget__about-text-box {
    position: relative;
    display: block;
    padding-top: 21px;
}

.footer-widget__about-text {
    font-weight: 500;
    color: #460007;
}

.footer-widget__Explore {
    position: relative;
    display: block;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.footer-widget__title {
    font-size: 20px;
    color: #9e2631;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--agrion-font);
}

.footer-widget__Explore-list {
    position: relative;
    display: block;
}

    .footer-widget__Explore-list li + li {
        margin-top: 9px;
    }

    .footer-widget__Explore-list li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        color: #460007;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .footer-widget__Explore-list li a:hover {
            color: #c81010;
        }

.footer-widget__news {
    position: relative;
    display: block;
}

.footer-widget__news-list {
    position: relative;
    display: block;
    padding-top: 9px;
}

    .footer-widget__news-list li {
        position: relative;
        display: block;
        padding-left: 90px;
    }

        .footer-widget__news-list li + li {
            margin-top: 43px;
        }

.footer-widget__news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    border-radius: 5px;
}

    .footer-widget__news-img img {
        width: 100%;
        border-radius: 5px;
    }

.footer-widget__news-content {
    position: relative;
    display: block;
    top: -8px;
}

.footer-widget__news-date {
    font-size: 12px;
    font-weight: 700;
    color: var(--agrion-primary);
    line-height: 25px;
}

.footer-widget__news-sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    font-family: var(--agrion-font);
}

    .footer-widget__news-sub-title a {
        color: var(--agrion-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .footer-widget__news-sub-title a:hover {
            color: var(--agrion-primary);
        }

.footer-widget__Contact {
    position: relative;
    display: block;
}

.footer-widget__Contact-list {
    position: relative;
    display: block;
}

    .footer-widget__Contact-list li {
        position: relative;
        display: flex;
        align-items: baseline;
    }

        .footer-widget__Contact-list li + li {
            margin-top: 5px;
        }

        .footer-widget__Contact-list li .icon {
            position: relative;
            font-size: 13px;
            margin-right: 20px;
            display: flex;
            align-items: center;
        }

            .footer-widget__Contact-list li .icon span {
                color: #c81010;
                position: relative;
                display: inline-block;
            }

        .footer-widget__Contact-list li .text p {
            font-size: 16px;
            font-weight: 500;
            color: #460007;
        }

            .footer-widget__Contact-list li .text p a {
                color: #460007;
            }

                .footer-widget__Contact-list li .text p a:hover {
                    color: #c81010;
                    transition: all 500ms ease;
                }

.footer-widget__Contact-form {
    position: relative;
    display: block;
    margin-top: 24px;
}

.footer-widget__Contact-input-box {
    position: relative;
    display: block;
}

    .footer-widget__Contact-input-box input[type="email"] {
        height: 65px;
        width: 100%;
        border: none;
        outline: none;
        padding-left: 30px;
        padding-right: 65px;
        background-color: var(--agrion-white);
        border-radius: 33px;
        font-size: 14px;
        font-weight: 500;
        color: var(--agrion-gray);
    }

.footer-widget__Contact-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222;
    color: var(--agrion-white);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .footer-widget__Contact-btn:hover {
        background-color: #c81010;
        color: var(--agrion-white);
    }

.site-footer__bottom {
    position: relative;
    display: block;
    z-index: 1;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #6e0a14;
    padding: 15px 0 15px;
    padding-left: 60px;
    border-top-left-radius: var(--agrion-bdr-radius);
    z-index: 1;
}

/* .site-footer__bottom-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10000000px;
  left: 100%;
  top: 0;
  background-color: #6e0a14;
  z-index: -1;
} */

.site-footer__bottom-scroll {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

    .site-footer__bottom-scroll a {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        top: 0;
        bottom: 0;
        width: 40px;
        background-color: #c91a2b;
        color: var(--agrion-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .site-footer__bottom-scroll a:hover {
            background-color: var(--agrion-primary);
            color: var(--agrion-dark);
        }

.site-footer__bottom-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--agrion-white);
}

    .site-footer__bottom-text a {
        color: inherit;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .site-footer__bottom-text a:hover {
            color: var(--agrion-primary);
        }

/*---- custom css ----*/
.strip-box {
    background: #EFEFEF;
    padding: 15px;
    border-radius: 14px;
    display: flex;
    gap: 10px;
}

.custom-bg-light {
    background: #EFEFEF;
    padding: 20px;
}

.custom-header .strip-box .cld.prok-start-date,
.custom-header .strip-box .cld.prok-end-date {
    min-width: 130px;
    width: 100%;
}

.custom-header .strip-box .cld .all-partner,
.custom-header .strip-box .cld .all-state {
    min-width: 120px;
    width: 100%;
}

.custom-header .strip-box .prok-db-month-dropdown .prok-db-datepicker {
    padding: 6px 13px;
    border-radius: 10px;
}

.custom-header .strip-box .form-select {
    border-radius: 10px;
}

.custom-header .strip-box .select2-selection {
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.custom-header .strip-box .dropdown-btn {
    background: #0c3d59;
    color: #fff;
    padding: 6px 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease;
    border: none;
}

    .custom-header .strip-box .dropdown-btn:hover, .custom-header .strip-box .dropdown-btn:active, .custom-header .strip-box .dropdown-btn:focus {
        background: #092a46;
    }

.prok-dashbaord-left .strip-box .dropdown-content {
    top: 72px
}

@media(max-width: 575px) {
    .prok-dashbaord-left .strip-box .dropdown-content {
        top: 54px;
        min-width: 100%;
    }
}

.custom-header .training-status .complete-training-status .prok-dashboard-counter-heading {
    font-size: 13px;
}

.custom-header .prok-db-donut {
    border-radius: 24px;
    box-shadow: none;
    padding: 18px;
    height: auto;
}

.bg-gray {
    background: #EFEFEF;
    box-shadow: none;
    padding: 20px;
}

.custom-header .welcome {
    background: none;
    text-shadow: none;
    font-weight: bold;
}

.text-orange {
    color: #FF6565;
}

.text-dark {
    color: #1E1E1E;
}

.custom-header .prok-dashbaord-heading {
    font-size: 20px;
}

/*.custom-header .prok-dashboard-counter-box {
    box-shadow: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 33px;
    min-height: auto;
    height: 180px;
}*/

.custom-header .prok-db-donut .prok-dashboard-counter-box {
    border: 1px solid #D4D4D4;
    border-radius: 12px;
    display: block;
}

.custom-header .prok-db-donut .prok-dashboard-counter-box .prok-dashboard-counter-number {
    color: #0c3d59;
    font-size: 40px;
    position: static;
}

.custom-header .prok-dashbaord-right .prok-dashboard-counter-number {
    font-size: 40px;
    position: static;
    color: #0c3d59;
}

.custom-header .prok-dashbaord-right .prok-dashboard-counter-heading {
    color: #1E1E1E;
}

.custom-header .prok-dashbaord-left .prok-dashboard-counter-box {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.custom-header .prok-dashbaord-left .prok-dashboard-counter-heading {
    color: #1E1E1E;
}

.custom-header .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 7px;
}

.bg-orange {
    background: #FF6565 !important;
    color: #fff !important;
}

.bg-orange {
    background: #FF6565 !important;
    color: #fff !important;
}

.bg-green-light {
    background: #0ABAB5 !important;
    color: #fff !important;
}

.bg-purple {
    background: #9112BC !important;
    color: #fff !important;
}

.bg-blue {
    background: #0D5EA6 !important;
    color: #fff !important;
}

.bg-blue-light {
    background: #0D5EA6 !important;
    color: #fff !important;
}

.custom-bg-light .card {
    box-shadow: 0px 15px 12px 0px rgb(149 149 149 / 15%);
}

.custom-header .prok-dashbaord-left label {
    font-size: 14px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}
/*---- custom css end ----*/
