@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600&display=swap');

:root {
    --bs-primary: #143464;
    --bs-secondary: #f08831;
    --bs-light: #EDF3F7;
    --bs-dark: #122505;
    --bs-text: #454c7e;
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./font/hind-siliguri/hind_siliguri_regular.woff) format("woff")
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(./font/hind-siliguri/hind_siliguri_medium.woff) format("woff")
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./font/hind-siliguri/hind_siliguri_semi_bold.woff) format("woff")
}

@font-face {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./font/hind-siliguri/hind_siliguri_bold.woff) format("woff")
}

body {
    margin: 0px;
    font-family: 'Baloo Da 2', cursive;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--bs-gray-700);
    background-color: var(--bs-white);
    max-width: 100vw;
    overflow-x: hidden;
}

.row {
    --bs-gutter-x: 0.5rem;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Hind Siliguri", sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bdr-btm {
    box-shadow: 3px 6px 5px #9aa1a791;
}

.scrollTop {
    display: none;
}

.tooltip-arrow::before {
    border-color: var(--bs-primary) !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.tooltip-inner {
    background-color: var(--bs-primary);
    padding-top: 1px !important;
}

.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: rgb(30, 30, 45);
    border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0px;
}

.no-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.fs-9 {
    font-size: 0.5625rem !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-21 {
    font-size: 1.3125rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-23 {
    font-size: 1.4375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-28 {
    font-size: 1.8rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-1 {
    line-height: 1.1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-1-3 {
    line-height: 1.3 !important;
}

.lh-1-4 {
    line-height: 1.4 !important;
}

.lh-1-5 {
    line-height: 1.5 !important;
}

.lh-1-6 {
    line-height: 1.6 !important;
}

.lh-1-7 {
    line-height: 1.7 !important;
}

.lh-1-8 {
    line-height: 1.8 !important;
}

.lh-1-9 {
    line-height: 1.9 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.-hov-translate-2:hover {
    transform: translateY(-2px);
}

.hov-opacity-0:hover {
    opacity: 0 !important;
}

.hov-opacity-10:hover {
    opacity: 0.1 !important;
}

.hov-opacity-20:hover {
    opacity: 0.2 !important;
}

.hov-opacity-30:hover {
    opacity: 0.3 !important;
}

.hov-opacity-40:hover {
    opacity: 0.4 !important;
}

.hov-opacity-50:hover {
    opacity: 0.5 !important;
}

.hov-opacity-60:hover {
    opacity: 0.6 !important;
}

.hov-opacity-70:hover {
    opacity: 0.7 !important;
}

.hov-opacity-80:hover {
    opacity: 0.8 !important;
}

.hov-opacity-90:hover {
    opacity: 0.9 !important;
}

.hov-opacity-100:hover {
    opacity: 1 !important;
}

.shadow-xs {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.shadow-sm {
    box-shadow: 0px 1px 3px rgb(0 0 0 / 16%) !important;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.shadow-md {
    box-shadow: rgba(95, 138, 236, 0.05) 0px 0px 50px 11px !important;
}

.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.shadow-xl {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.shadow-2xl {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;
}

.shadow-none {
    box-shadow: none !important;
}

.hov-shadow-xs:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.hov-shadow-sm:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
}

.hov-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.hov-shadow-md:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.hov-shadow-lg:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.hov-shadow-xl:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.hov-shadow-2xl:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;
}

.hov-shadow-none:hover {
    box-shadow: none !important;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-soft-primary {
    background-color: var(--bs-soft-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-soft-secondary {
    background-color: var(--bs-soft-secondary) !important;
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.06) !important;
}

.bg-soft-success {
    background-color: rgba(25, 135, 84, 0.2) !important;
}

.hov-bg-primary:hover {
    background-color: var(--bs-primary) !important;
}

.hov-bg-soft-primary:hover {
    background-color: var(--bs-soft-primary) !important;
}

.hov-bg-secondary:hover {
    background-color: var(--bs-secondary) !important;
}

.hov-bg-soft-secondary:hover {
    background-color: var(--bs-soft-secondary) !important;
}

.hov-bg-white:hover {
    background-color: var(--bs-white) !important;
}

.hov-text-primary:hover {
    color: var(--bs-primary) !important;
}

.hov-text-secondary:hover {
    color: var(--bs-secondary) !important;
}

.hov-text-white:hover {
    color: var(--bs-white) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
    transition: all 0.3s ease 0s;
}

a {
    color: var(--primary);
}

a:hover {
    text-decoration: none;
    color: var(--bs-primary);
}

:focus,
a:focus,
button:focus,
.page-link:focus,
.custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

.ps-5px,
.px-5px,
.p-5px {
    padding-left: 5px;
}

.ps-10px,
.px-10px,
.p-10px {
    padding-left: 10px !important;
}

.ps-15px,
.px-15px,
.p-15px {
    padding-left: 15px;
}

.ps-20px,
.px-20px,
.p-20px {
    padding-left: 20px;
}

.ps-25px,
.px-25px,
.p-25px {
    padding-left: 25px;
}

.ps-30px,
.px-30px,
.p-30px {
    padding-left: 30px;
}

.pe-5px,
.px-5px,
.p-5px {
    padding-right: 5px;
}

.pe-10px,
.px-10px,
.p-10px {
    padding-right: 10px !important;
}

.pe-15px,
.px-15px,
.p-15px {
    padding-right: 15px;
}

.pe-20px,
.px-20px,
.p-20px {
    padding-right: 20px;
}

.pe-25px,
.px-25px,
.p-25px {
    padding-right: 25px;
}

.pe-30px,
.px-30px,
.p-30px {
    padding-right: 30px;
}

.pt-5px,
.py-5px,
.p-5px {
    padding-top: 5px;
}

.pt-10px,
.py-10px,
.p-10px {
    padding-top: 10px !important;
}

.pt-15px,
.py-15px,
.p-15px {
    padding-top: 15px;
}

.pt-20px,
.py-20px,
.p-20px {
    padding-top: 20px;
}

.pt-25px,
.py-25px,
.p-25px {
    padding-top: 25px;
}

.pt-30px,
.py-30px,
.p-30px {
    padding-top: 30px;
}

.pb-5px,
.py-5px,
.p-5px {
    padding-bottom: 5px;
}

.pb-10px,
.py-10px,
.p-10px {
    padding-bottom: 10px !important;
}

.pb-15px,
.py-15px,
.p-15px {
    padding-bottom: 15px;
}

.pb-20px,
.py-20px,
.p-20px {
    padding-bottom: 20px;
}

.pb-25px,
.py-25px,
.p-25px {
    padding-bottom: 25px;
}

.pb-30px,
.py-30px,
.p-30px {
    padding-bottom: 30px;
}

.space-y-15px> :not(:first-child) {
    margin-top: 15px;
}

.gap-y-15px {
    row-gap: 15px;
}

.mt-10px {
    margin-top: 10px;
}

.me-10px {
    margin-right: 10px;
}

.mt-15px {
    margin-top: 15px;
}

.me-15px {
    margin-right: 15px;
}

.z--1 {
    z-index: -1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-1020 {
    z-index: 1020 !important;
}

.z-1035 {
    z-index: 1035 !important;
}

.z-1045 {
    z-index: 1045 !important;
}

.mnh-60vh {
    min-height: 60vh;
}

.sidebar-mh {
    max-height: calc(100vh - 100px);
    height: auto;
}

.mnw-auto {
    min-width: auto !important;
}

.mnw-fit {
    min-width: fit-content !important;
}

.mnw-280px {
    min-width: 280px;
}

.mw-100 {
    max-width: 100%;
}

.mw-200px {
    max-width: 200px;
}

.mw-300px {
    max-width: 300px;
}

.mw-700px {
    max-width: 700px;
}

.minw-0 {
    min-width: 0px;
}

.text-truncate-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
}

.fs-15.text-truncate-2 {
    min-height: 42px;
}

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-truncate-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c-pointer {
    cursor: pointer !important;
}

.c-not-allowed {
    cursor: not-allowed !important;
}

.c-default {
    cursor: default !important;
}

.attached-top,
.attached-bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 2;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0px;
    box-shadow: none;
}

.form-control {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border: 1px solid rgb(229, 232, 236);
    color: rgb(137, 139, 146);
}

.rounded-10px {
    border-radius: 10px;
}

.rounded-8px {
    border-radius: 8px;
}

.rounded-15px {
    border-radius: 15px;
}

.rounded-2px {
    border-radius: 2px;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.dropdown-menu {
    border: none;
    border-radius: 6px;
    box-shadow: rgb(95 138 236 / 5%) 0px 0px 50px 11px;
}

.dropdown-menu.dropdown-menu-xs {
    width: 160px;
    min-width: 160px;
}

.dropdown-menu.dropdown-menu-sm {
    width: 240px;
    min-width: 240px;
}

.dropdown-menu.dropdown-menu-md {
    width: 260px;
    min-width: 260px;
}

.dropdown-menu.dropdown-menu-lg {
    width: 320px;
    min-width: 320px;
}

.dropdown-menu.dropdown-menu-xl {
    width: 380px;
    min-width: 380px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--bs-gray-600);
    text-align: inherit;
    background-color: transparent;
    border: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.transition-3 {
    transition: all 0.3s ease-in-out 0s;
}

.transition-4 {
    transition: all 0.4s ease-in-out 0s;
}

.transition-5 {
    transition: all 0.5s ease-in-out 0s;
}

.hov-scale-1-1:hover {
    transform: scale(1.1);
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-full {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.absolute-top-right {
    position: absolute !important;
    top: 0px;
    right: 0px;
}

.absolute-top-left {
    position: absolute !important;
    top: 0px;
    left: 0px;
}

.absolute-bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.absolute-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.absolute-top-center {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.absolute-right-center {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.border-light {
    border-color: #c1c7cc !important;
}

.border-secondary {
    border-color: var(--bs-secondary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-transparent {
    border-color: transparent !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--bs-primary);
}

.badge {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: unset;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    background-color: var(--bs-primary);
}

.badge-inline {
    width: auto;
}

.text-reset {
    color: inherit !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.btn-soft-primary {
    background-color: var(--bs-soft-primary);
    color: var(--bs-primary);
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

.nav-link {
    padding: .4rem 0.6rem;
    color: var(--bs-text);
    font-weight: 500;
    font-size: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-primary);
}

.h-250px,
.size-250px {
    height: 250px;
}

.img-fit {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.w-fit {
    width: fit-content !important;
}

.h-200px,
.size-200px {
    height: 200px;
}

.w-200px,
.size-200px {
    width: 200px !important;
}

.h-100px,
.size-100px {
    height: 100px;
}

.w-100px,
.size-100px {
    width: 100px !important;
}

.h-90px,
.size-90px {
    height: 90px;
}

.w-90px,
.size-90px {
    width: 90px !important;
}

.h-60px,
.size-60px {
    height: 60px;
}

.w-60px,
.size-60px {
    width: 60px;
}

.h-50px,
.size-50px {
    height: 50px;
}

.w-50px,
.size-50px {
    width: 50px;
}

.h-40px,
.size-40px {
    height: 40px;
}

.w-40px,
.size-40px {
    width: 40px;
}

.h-30px,
.size-30px {
    height: 30px;
}

.w-30px,
.size-30px {
    width: 30px;
}

.h-34px,
.size-34px {
    height: 34px;
}

.w-34px,
.size-34px {
    width: 34px;
}

.h-26px,
.size-26px {
    height: 26px;
}

.w-26px,
.size-26px {
    width: 26px;
}

.h-20px,
.size-20px {
    height: 20px;
}

.w-20px,
.size-20px {
    width: 20px;
}

.carousel .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.carousel.dots-inside-bottom .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel .slick-dots button {
    height: 10px;
    width: 10px;
    padding: 0px;
    color: transparent;
    border: 0px;
    background: var(--bs-white);
    border-radius: 30px;
    margin: 0px 3px;
    opacity: 0.6;
}

.carousel .slick-dots .slick-active button {
    background: var(--bs-white);
    opacity: 1;
}

.carousel .slick-arrow {
    position: absolute;
    z-index: 2;
    background: var(--bs-white);
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 38px;
    padding: 0px;
    top: 50%;
    height: 38px;
    width: 38px;
    color: var(--bs-secondary);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: rgb(47 48 80 / 10%) 0px 0px 15px;
}

.carousel .slick-arrow:hover {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.carousel .slick-prev {
    left: -11px;
}

.carousel .slick-next {
    right: -11px;
}

.half-outside-arrow .slick-next {
    right: -10px;
}

.half-outside-arrow .slick-prev {
    left: -10px;
}

.ratio-square {
    aspect-ratio: 1 / 1;
}

.ratio-1-11 {
    aspect-ratio: 1 / 1.1;
}

.ratio-1-63 {
    aspect-ratio: 1 / 0.63;
}

.ratio-1-65 {
    aspect-ratio: 1 / 0.65;
}

.ratio-1-8 {
    aspect-ratio: 1 / 0.8;
}

.ratio-1-7 {
    aspect-ratio: 1 / 0.7;
}

.ratio-1-5 {
    aspect-ratio: 1 / 0.5;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.shape-group .shape {
    position: absolute;
    z-index: -1;
}

.shape-group .shape.shape-1 {
    top: 0;
    left: 0;
}

.shape-group .shape.shape-2 {
    top: 200px;
    right: 200px;
    text-align: right;
    -webkit-animation: movingleftright2 infinite 20000ms;
    animation: movingleftright2 infinite 20000ms;
}

.shape-group .shape.shape-3 {
    right: 100px;
    top: 45%;
    height: 53px;
    width: 53px;
}

.shape-group .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright3 infinite 20000ms;
    animation: movingleftright3 infinite 20000ms;
}

.shape-group .shape.shape-6 {
    right: 230px;
    bottom: 40%;
    height: 20px;
    width: 20px;
}

.shape-group .shape.shape-7 {
    right: 250px;
    top: 40%;
    height: 20px;
    width: 20px;
}


@-webkit-keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

.img-white {
    filter: brightness(0) invert(1);
}

.custom-nav.nav-tabs {
    border: none;
    background-color: #143464;
    border-radius: 7px;
    display: inline-flex;
}

.custom-nav.nav-tabs button {
    background-color: #143464;
    color: var(--bs-white);
    border: none;
    border-radius: 7px;
    margin-bottom: 0 !important;
    font-size: 16px;
    padding: 10px 25px 8px;
}

.custom-nav.nav-tabs button.active {
    background-color: #D0278E;
    color: var(--bs-white);
}


.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-primary);
    outline: 0px;
    box-shadow: none;
}

.accordion-flush .accordion-item .accordion-button {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

.accordion-flush .accordion-item {
    background-color: var(--bs-primary);
    border-color: rgba(255, 255, 255, 0.3);
}

.accordion-collapse {
    background-color: var(--bs-light);
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: url("../images/icons/plus.svg");
    background-size: 1rem;
    height: 1rem;
    width: 1rem;
}

.list-indecator .single-item button {
    opacity: 0.5;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.list-indecator .single-item.slick-current button {
    opacity: 1;
}

.list-carousel .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    font-size: 20px;
    z-index: 9;
}

.list-carousel .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.single-gallery {
    background-color: var(--bs-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.gallery-carousel .slick-dots {
    position: static;
    transform: none;
    margin-top: 20px;
}

.gallery-carousel .slick-dots button {
    background-color: rgb(0 0 0 / 40%);
    margin: 0 5px;
}

.gallery-carousel .slick-dots .slick-active button {
    background-color: var(--bs-primary);
}

.map-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
}

.absolute-form {
    position: relative;
    z-index: 9;
    padding: 80px 0;
    max-width: fit-content;
    width: 100%;
}

.promo-minimized {
    height: 2px;
    background-color: var(--bs-primary);
    position: relative;
    z-index: 9999;
}

.promo-minimized i {
    background-color: var(--bs-primary);
    display: block;
    height: 24px;
    width: 24px;
    font-size: 16px;
    text-align: center;
    padding-top: 2px;
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    right: 20px;
    z-index: 999;
    line-height: 22px;
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.featured-post {}

.featured-post figcaption {
    position: absolute;
    left: 0;
    bottom: -70px;
    padding: 10px;
    background-color: rgb(53 72 149 / 70%);
    transition: all 0.3s ease-in-out;
}

.featured-post:hover figcaption {
    bottom: 0;
}

.featured-carousel .slick-arrow {
    right: 34px;
    left: auto;
    border-radius: 3px;
    top: 2px;
    transform: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    background-color: rgb(255 255 255 / 40%);
    color: var(--bs-white);
}

.featured-carousel .slick-arrow.slick-next {
    right: 2px;
}

.btn-outline-primary {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    font-weight: 500;
}

.btn-outline-primary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.memorial-carousel .slick-dots {
    position: static;
    transform: none;
}

.memorial-carousel .slick-dots li {
    display: flex;
}

.memorial-carousel .slick-dots button {
    background-color: var(--bs-primary);
    border-radius: 0;
    width: 24px;
    height: 3px;
    opacity: 0.3;
}

.memorial-carousel .slick-dots .slick-active button {
    background-color: var(--bs-secondary);
    opacity: 1;
    border-radius: 6px;
}

.hover-text {
    position: absolute;
    inset: 0;
    background-color: rgb(53 72 149 / 90%);
    color: var(--bs-white);
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}

.card:hover .hover-text {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.nav-tabs.custom-tabs {
    border-bottom: 2px solid var(--bs-secondary);
    column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
}

.nav-tabs.custom-tabs button {
    margin: 0;
    background-color: rgb(240 136 49 / 20%);
    color: var(--bs-secondary);
    border: none;
    font-size: 14px;
    padding: 5px 9px 3px;
}

.nav-tabs.custom-tabs button.active {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.custom-title {
    position: relative;
    padding-bottom: 8px;
    font-size: 15px;
}

.custom-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 25px;
    background-color: var(--bs-secondary);
}


.hamburger-icon {
    width: 25px;
    height: 16px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.hamburger-icon span {
    background-color: var(--bs-white);
    position: absolute;
    border-radius: 2px;
    -webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width: 100%;
    height: 2px;
    display: block;
    right: 0;
}

.hamburger-icon span:nth-child(1) {
    top: 0;
    width: 80%;
}

.hamburger-icon span:nth-child(2) {
    top: 7px;
}

.hamburger-icon span:nth-child(3) {
    bottom: 0;
    width: 60%;
}

.place-items-center {
    display: grid;
    place-content: center;
}

.divider-menu>li>a {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.divider-bottom-menu>li>a {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}

.divider-menu>li:not(:last-child)>a::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-54%);
    width: 1px;
    height: 16px;
    background-color: #c1c2c7;
}

.divider-menu>li:first-child>a::before {
    visibility: hidden;
}

li.dropdown>.submenu {
    position: absolute;
    top: -9999px;
    left: 100%;
    margin: 0;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 10px, 0);
    left: 0;
    min-width: 200px;
    background: var(--bs-white);
    padding: 5px 0 0;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666;
}

.submenu .nav-link {
    font-size: 13px;
    padding: 8px 16px;
}

li.dropdown>a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    margin-left: 3px;
    margin-top: 2px;
    font-weight: 900;
    color: var(--bs-white);
}

li.dropdown:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    top: 100%;
}

li.dropdown>.submenu a:not(:first-child) {
    border-top: 1px solid #ededed;
}

.divider-menu.extra>li:last-child>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #c1c2c7;
}

.divider-menu.extra>li:first-child>a::before,
.divider-menu.extra>li:last-child>a::before {
    display: none;
}

.popular-cat {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background-color: var(--bs-white);
}

.popular-cat:hover .hover-text {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.custom-title-two {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--bs-secondary);
}

.custom-title-two::before,
.custom-title-two::after {
    content: '';
    display: inline-block;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    flex-grow: 1;
}

.custom-title-two::before {
    height: 4px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(var(--bs-secondary)), to(transparent));
    background-image: -webkit-linear-gradient(right, var(--bs-secondary), transparent);
    background-image: -moz-linear-gradient(right, #008CBA, transparent);
    background-image: -o-linear-gradient(right, #008CBA, transparent);
    position: relative;
}

.custom-title-two::after {
    height: 4px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(var(--bs-secondary)), to(transparent));
    background-image: -webkit-linear-gradient(left, var(--bs-secondary), transparent);
    background-image: -moz-linear-gradient(left, #008CBA, transparent);
    background-image: -o-linear-gradient(left, #008CBA, transparent);
    position: relative;
}

.update-heading {
    position: relative;
    background-color: var(--bs-secondary);
    padding: 8px 5px 5px;
    z-index: 1;
    margin-right: 30px;
    height: 32px;
    flex-shrink: 0;
}

.update-heading::before {
    content: "";
    position: absolute;
    right: -23px;
    left: -1500px;
    top: 0;
    background-color: var(--bs-secondary);
    bottom: -1px;
    transform: skewX(-126deg);
    z-index: -1;
}

.sticky {
    animation: 300ms ease-in-out 0s 1 normal none running fadeInDown;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    border-bottom: 0px;
    box-shadow: rgba(95, 138, 236, 0.05) 0px 0px 50px 11px !important;
    background: var(--bs-white) !important;
}

.sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(95, 138, 236, 0.05) 0px 0px 50px 11px !important;
    background: var(--bs-white) !important;
    border-radius: 8px 8px 0 0;
}

.sticky-bottom-right {
    position: fixed;
    right: 0;
    top: calc(100% - 150px);
    z-index: 99;
}

.sticky-bottom-right ul li:not(:last-child) {
    border-bottom: 1px solid #96918c;
}

.sticky-bottom-right button {
    width: 34px;
    height: 34px;
    padding: 0;
    line-height: 1;
    background-color: #656570;
    color: var(--bs-white);
    border-radius: 0;
}

.sticky-bottom-right button:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.hov-border-secondary,
.hov-border-dark {
    transition: all 0.3s ease-in-out;
}

.hov-border-dark:hover {
    border-color: var(--bs-primary);
}

.hov-border-secondary:hover {
    border-color: var(--bs-secondary);
}

.custom-menu-tabs.nav-tabs {
    border: none;
}

.custom-menu-tabs.nav-tabs button {
    margin: 0;
    border: none;
    border-bottom: 2px solid var(--bs-primary);
    padding-bottom: 2px;
    color: var(--bs-primary);
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
}

.custom-menu-tabs.nav-tabs button:hover,
.custom-menu-tabs.nav-tabs button.active {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.dropdown button.toggler {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    border: 1px solid var(--bs-light);
    width: 38px;
    color: var(--bs-gray-600);
    border-right: 1px solid #c1c7cc;
    border-left: 1px solid #c1c7cc;
}

.pagination .page-item .page-link {
    height: 34px;
    width: 34px;
    font-size: 14px;
    font-weight: 600;
    background: rgb(240 136 49 / 20%);
    border-radius: 3px;
    border: 1px solid transparent;
    color: var(--bs-secondary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.social__links a {
    font-size: 15px;
    width: 36px;
    height: 36px;
    background: var(--bs-white);
    color: var(--bs-secondary);
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 26, 100, .15);
    box-shadow: 0 0 30px 0 rgba(0, 26, 100, .15);
}

.css-kyrg3e .map-svgs {
    border-radius: 5px;
    width: 100%;
    height: 640px;
    margin-top: 0px;
    position: relative;
    transition: transform 1s ease-out 0s;
}

.css-kyrg3e .map-svgs svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: transform 1s ease-out 0s;
}

.css-kyrg3e .map-svgs svg.demand-map polygon {
    fill: rgb(36, 141, 36);
}

.css-kyrg3e .map-svgs svg.map-names {
    pointer-events: none;
}

.css-kyrg3e .map-svgs svg text {
    font-size: 0.6rem;
    pointer-events: none;
}

[demand-district-name] {
    cursor: pointer;
}

[demand-district-name]:hover {
    filter: drop-shadow(blue 0px 0px 5px);
    stroke: blue;
}


.aside-fixed.aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
}

.aside {
    width: 265px;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background-color: var(--bs-light);
}

.brand .btn .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #494b74;
}

.brand .btn.active .svg-icon svg g [fill],
.brand .btn:hover .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF;
}

.aside-menu .menu-icon.svg-icon svg:not(.fixed-color) g [fill],
.aside-menu .menu-icon.svg-icon svg:not(.fixed-color) g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #494b74;
}

.aside-menu .menu-nav .menu-item.menu-item-active .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav .menu-item.menu-item-active .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav .menu-item:hover .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav .menu-item:hover .menu-icon.svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF;
}

.aside-menu .menu-nav .menu-text.title {
    color: #4c4e6f;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0;
}

.aside-menu .menu-nav>.menu-section {
    margin: 20px 0 0 0;
    height: 40px;
    display: flex;
    padding: 0 25px;
    align-items: center;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link {
    background-color: var(--bs-light);
}

.aside-menu .menu-nav>.menu-item>.menu-link {
    padding: 9px 25px;
}

.aside-menu .menu-nav>.menu-item>.menu-heading,
.aside-menu .menu-nav>.menu-item>.menu-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    position: relative;
    column-gap: 10px;
    font-size: 16px;
}

.aside-menu .menu-nav>.menu-item>.menu-heading:hover>.menu-text,
.aside-menu .menu-nav>.menu-item>.menu-link:hover>.menu-text,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading .menu-text,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-text {
    color: var(--bs-secondary);
}

.aside-menu .menu-nav>.menu-item>.menu-heading .menu-text,
.aside-menu .menu-nav>.menu-item>.menu-link .menu-text {
    color: #454c7e;
}

.aside-menu .menu-nav>.menu-item>.menu-submenu .menu-link {
    padding: 0 25px;
    padding-left: 40px;
}

.aside-menu .menu-nav .menu-section i {
    display: none;
}

.aside-menu .menu-nav>.menu-item>.menu-heading:hover,
.aside-menu .menu-nav>.menu-item>.menu-link:hover {
    background-color: var(--bs-light);
    color: var(--bs-secondary);
}

.aside-menu .menu-nav .menu-submenu .menu-link {
    min-height: 34px;
    display: block;
    line-height: 34px;
    color: #454c7e;
}

.aside-menu .menu-nav .menu-submenu .menu-link::before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #6f6f82;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 3px;
}

.aside-menu .menu-nav .has-submenu>.menu-link::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    float: right;
    margin-left: auto;
    color: #5c5e81;
}

.aside-menu .menu-nav .has-submenu.menu-item-active>.menu-link::after,
.aside-menu .menu-nav .has-submenu>.menu-link:hover::after {
    color: var(--bs-secondary);
}

.aside-menu .menu-nav .menu-item>.menu-submenu {
    display: none;
}

.aside-menu .menu-nav .menu-item.menu-item-active>.menu-submenu {
    display: block;
}

.fixed-sidebar:not(.aside-minimize-hover) .c-scrollbar-light::-webkit-scrollbar-thumb,
.aside-minimize:not(.aside-minimize-hover) .c-scrollbar-light::-webkit-scrollbar-thumb {
    background: transparent;
}

.social a:hover {
    color: var(--bs-white);
}

.aside-overlay {
    position: fixed;
    inset: 0;
    background-color: rgb(26 26 39 / 15%);
    z-index: 92;
    display: none;
}

.navbar-header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 91;
}

.btn-light {
    color: #7e8299;
    background-color: var(--bs-light);
    border-color: var(--bs-light);
}

.btn-light:focus,
.btn-light:hover {
    color: var(--bs-primary);
    background-color: rgb(53 72 149 / 15%);
    border-color: rgb(53 72 149 / 15%);
}

.c-none {
    pointer-events: none;
}

.app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: var(--bs-light);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 8px;
    color: #5c5e81;
    line-height: 20px;
}

.hov-bg-light:hover {
    background-color: var(--bs-light);
}

.hamburger-icon {
    width: 20px;
    height: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.hamburger-icon span {
    background-color: var(--bs-white);
    position: absolute;
    border-radius: 2px;
    -webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
}

.hamburger-icon span:nth-child(1) {
    top: 0;
    width: 80%;
}

.hamburger-icon span:nth-child(2) {
    top: 6px;
}

.hamburger-icon span:nth-child(3) {
    bottom: 0;
    width: 60%;
}

.menu-subnav>.menu-item.menu-item-active>.menu-link,
.menu-subnav>.menu-item>.menu-link.active,
.menu-subnav>.menu-item>.menu-link:hover {
    background-color: var(--bs-light);
    color: var(--bs-secondary);
}

.menu-subnav>.menu-item.menu-item-active>.menu-link::before,
.menu-subnav>.menu-item>.menu-link.active::before,
.menu-subnav>.menu-item>.menu-link:hover::before {
    background-color: var(--bs-secondary);
}

.menu-subnav {
    padding-top: 4px;
}

.content-wrapper .content {
    padding-top: 117px;
}

.complete-percent {
    position: relative;
    background-color: var(--bs-secondary);
    height: 2px;
}

.complete-percent::before {
    content: attr(data-percent);
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--bs-white);
    padding: 2px 6px;
    line-height: 1;
    font-weight: 600;
    z-index: 2;
}

.complete-percent::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
    right: 0;
    background-color: var(--bs-primary);
    height: 2px;
    z-index: 1;
}

.headlines {
    display: flex;
    align-items: center;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
}

.headlines .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    padding: 10px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    position: relative;
    padding-right: 15px;
    padding-top: 12px;
}

.headlines .news {
    line-height: 1;
    flex-grow: 1;
    padding-right: 20px;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.onsale {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background-color: rgb(255, 92, 0);
    color: var(--bs-white);
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 13px;
    line-height: 1.2;
    padding-left: 4px;
}


.single-product figure img {
    width: 100%;
    aspect-ratio: 1 / 1.3;
    object-fit: contain;
    padding: 15px 15px 0;
}

.functional-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px;
}

.functional-btn a {
    display: flex;
    width: 34px;
    height: 34px;
    background-color: var(--bs-white);
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    color: var(--bs-primary);
    transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 50%;
    box-shadow: rgba(47, 48, 80, 0.3) 0px 0px 15px;
}

.functional-btn a:nth-child(1) {
    transition-duration: 0.2s;
}

.functional-btn a:nth-child(2) {
    transition-duration: 0.4s;
}

.functional-btn a:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    transition-duration: 0s;
}

.single-product:hover .functional-btn a {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}

.featured {
    padding: 8px;
    position: relative;
    z-index: 1;
    color: var(--bs-white);
    line-height: 1.2;
}

.featured::before {
    content: '';
    position: absolute;
    right: -35px;
    top: -6px;
    width: 80px;
    background-color: var(--bs-secondary);
    height: 40px;
    z-index: -1;
    transform: rotate(45deg);
}

.jobs-carousel .slick-next,
.jobs-carousel .slick-prev {
    bottom: -25px;
    top: inherit;
    transform: none;
    background-color: transparent;
    box-shadow: none;
    right: -10px;
    width: 30px;
    border-radius: 0;
    height: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobs-carousel .slick-prev {
    right: 20px;
    left: inherit;
}

.border-bottom {
    border-bottom: 1px solid #c1c7cc !important;
}

.post-meta .nav-link {
    font-size: 12px;
}

.link__card {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-secondary {
    color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

#loginModal .modal-content {
    border-radius: 5px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 13.5px 1px;
}

.modal__close {
    position: absolute;
    right: 12px;
    top: 12px;
}

.trigger_thumb__wrapper {
    display: flex;
    align-items: center;
    margin: -1rem;
    margin-right: 0;
    height: calc(100% + 2rem);
}

.trigger_area {
    flex-shrink: 0;
}

.trigger_list {
    display: flex;
    flex-direction: column;
}

.btn_trigger {
    color: var(--bs-primary);
    padding: 10px 30px;
    position: relative;
    border: none;
}

.btn_trigger::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    background-color: var(--bs-primary);
    width: 5px;
    transition: all 0.3s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
}

.btn_trigger.origin_bottom::before {
    transform-origin: bottom;
}

.btn_trigger.active::before {
    transform: scaleY(1);
}

.thumb_area {
    align-self: stretch;
    background-color: var(--bs-primary);
    padding-block: 50px;
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo__wrapper {
    background-color: var(--bs-white);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.logo__wrapper .logo {
    border: 5px solid var(--bs-primary);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.logo__wrapper img {
    width: 100%;
    height: auto;
}

.thumb__heading {
    color: var(--bs-white);
    margin-top: 20px;
    font-size: 3rem;
}

.thumb__subheading {
    color: var(--bs-white);
    font-weight: 400;
    margin-bottom: 0;
}

.form-input {
    border-radius: 0;
    min-height: 45px;
    color: rgb(137, 139, 146);
    font-size: 0.875rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.forget .btn-link {
    color: var(--bs-gray-700);
    text-decoration: none;
}

.forget .btn-link:hover {
    text-decoration: underline;
}

.btn_login_register {
    width: 50px;
    height: 50px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0) scale(0.8);
}

.modal-backdrop.show {
    opacity: 0.4;
}

.modal.show .modal-dialog {
    transform: none;
}

.extra-register {
    color: var(--bs-primary);
}

.divider-menu>li {
    display: inline-flex;
    align-items: center;
}

.sidebar__menu_icon {
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 22px;
}

.sidebar__menu_link {
    font-size: 14px;
}

.sidebar__menu_link:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.custom-menu .dropdown>.nav-link {
    padding: 0.4rem 0.6rem;
}

.custom-menu .dropdown ul .nav-link {
    font-size: 14px;
}

/* ======================= Login Register Modal ======================= */
.login__body {
    padding: 0.3rem 1.5rem 1rem;
    font-family: open-sans, sans-serif;
}

.login__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.login__label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
    letter-spacing: 0.2px;
}

.login__input_wrapper {
    position: relative;
}

.login__input_icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login__input {
    padding-left: 2rem;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(212, 212, 212);
    border-radius: 3px;
}

.login__input:-webkit-autofill,
.login__input:-webkit-autofill:hover,
.login__input:-webkit-autofill:focus,
.login__input:-webkit-autofill:active,
.login__input:not(:placeholder-shown),
.login__input:focus,
.login__input:hover {
    -webkit-box-shadow: 0 0 0 30px rgb(248, 248, 248) inset !important;
    background-color: rgb(248, 248, 248) !important;
    border-color: var(--bs-primary);
}

.login__footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login__btn {
    border-radius: 3px;
    color: var(--bs-white);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border: none;
    font-size: 14px;
    min-width: 90px;
    justify-content: center;
}

.login__btn svg {
    font-size: 18px;
    margin-right: 5px;
}

.login__btn:hover,
.login__btn:focus {
    color: var(--bs-white);
}

.password__reset {
    margin-bottom: 0;
}

.password__reset a {
    color: var(--bs-danger);
    text-decoration: underline;
}

.login__header {
    text-align: center;
    margin-bottom: 0.5rem;
}

.login__heading {
    display: none;
}

.login__subheading {
    display: none;
    color: var(--bs-secondary);
}

.login__register_trigger {
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
}

.login__form_check {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
}

.login__checkbox {
    appearance: none;
    font: inherit;
    color: currentcolor;
    width: 20px;
    height: 20px;
    border: 2px solid currentcolor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.login__checkbox::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 120ms ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: canvastext;
}

.login__checkbox:checked::before {
    transform: scale(1);
}

.login__checkbox_label {
    font-size: 14px;
    cursor: pointer;
}

.toggle_password {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.password_hiden,
.password_shown {
    position: absolute;
    display: flex;
}

.reset__form_header {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.reset__form_title {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    color: var(--bs-danger);
}

.reset__form_subtitle {
    font-family: monospace;
    font-size: 13px;
    margin-bottom: 0;
}

.otp__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 5px;
    color: var(--bs-white);
    width: 106px;
    border: none;
    background: #000;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 3px;
    top: 3px;
    height: 33px;
}

.otp__btn svg {
    margin-right: 5px;
    font-size: 16px;
}

.otp__btn:hover {
    color: var(--bs-white);
}

.opt__inputs {
    display: flex;
    align-items: center;
    column-gap: 8px;
    column-gap: 12px;
}

.opt__inputs.invalid .opt__input {
    border-color: var(--bs-danger);
}

.opt__input {
    text-align: center;
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    background: rgb(248, 248, 248);
    outline: transparent;
    border-radius: 3px;
    transition: border-color 0.3s, color 0.3s;
    width: 38px;
    height: 38px;
    padding: 0;
}

.opt__input:focus {
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

.custom_error,
.wrong__otp {
    display: none;
    align-items: center;
    color: var(--bs-danger);
    column-gap: 5px;
    margin-top: 5px;
}

.validation_input:has(.is-invalid)+.custom_error {
    display: flex;
}

.custom_error__text,
.wrong__otp_text {
    color: var(--bs-danger);
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
}

.form-control.is-invalid,
.form-control.is-invalid:not(:placeholder-shown),
.was-validated .form-control:invalid {
    border-color: var(--bs-danger) !important;
    box-shadow: 0 0 0 30px rgb(220 56 72 / 05%) inset !important;
    background-color: transparent !important;
    color: var(--bs-danger) !important;
}

.form-control.is-invalid {
    background-image: none !important;
}

.form-control.is-invalid+div {
    color: var(--bs-danger);
}

.alert:empty {
    display: none;
}

.spinner_DupU {
    animation: spinner_sM3D 1.2s infinite
}

.spinner_GWtZ {
    animation-delay: .1s
}

.spinner_dwN6 {
    animation-delay: .2s
}

.spinner_46QP {
    animation-delay: .3s
}

.spinner_PD82 {
    animation-delay: .4s
}

.spinner_eUgh {
    animation-delay: .5s
}

.spinner_eUaP {
    animation-delay: .6s
}

.spinner_j38H {
    animation-delay: .7s
}

.spinner_tVmX {
    animation-delay: .8s
}

.spinner_DQhX {
    animation-delay: .9s
}

.spinner_GIL4 {
    animation-delay: 1s
}

.spinner_n0Yb {
    animation-delay: 1.1s
}

@keyframes spinner_sM3D {

    0%,
    50% {
        animation-timing-function: cubic-bezier(0, 1, 0, 1);
        r: 0
    }

    10% {
        animation-timing-function: cubic-bezier(.53, 0, .61, .73);
        r: 2px
    }
}

.otp__btn .spinner,
.login__btn .spinner {
    position: absolute;
    display: none;
    color: var(--bs-white);
}

.loading.otp__btn,
.loading.login__btn {
    color: transparent;
}

.loading .spinner {
    display: block;
}

.form-check-input:checked {
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
}

.form-check-input:focus {
    border-color: var(--bs-dark);
    box-shadow: 0 0 0 .25rem rgb(0 0 0 / 25%);
}

.form-check {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.2px;
}

.form-check-input {
    font-size: 16px;
}

.form-check .form-check-input {
    margin-left: -1.2em;
    margin-right: 8px;
    margin-top: 0;
}

/* ======================= Login Register Modal ======================= */
.author__header {
    padding: 10px 0;
    border-bottom: 1px solid hsl(0 0% 87% / 1);
    background-color: var(--bs-white);
}

.author__header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn__account {
    color: #707070;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.avatar__wrapper.hidden {
    display: none;
}

.btn__account.show,
.btn__account:active {
    border-color: transparent !important;
}

.svg__icon,
.edit__icon,
.info__icon,
.dropdown__arrow,
.user__icon {
    fill: none;
}

.svg__icon circle,
.svg__icon path,
.edit__icon path,
.info__icon path,
.info__icon circle,
.dropdown__arrow path,
.user__icon path,
.user__icon circle {
    vector-effect: non-scaling-stroke;
    stroke-width: 1.4px;
    stroke: currentColor;
    fill: none;
}

.dropdown-menu {
    font-size: 14px;
    min-width: 220px;
    padding: 13px;
    padding-bottom: 12px;
}

.dropdown__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 12px;
    font-size: 13px;
}

.dropdown__header_icon {
    color: rgb(23 115 176);
}

.header__left {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 20px;
}

.dropdown__list a {
    display: block;
    padding: 7px 13px;
    margin-top: 5px;
    border-radius: 3px;
}

.dropdown__list a:hover {
    background-color: #f5f5f5;
}

.verify__wrapper {
    min-height: calc(100vh - 67px);
    display: flex;
    justify-content: center;
    background-color: #F5F5F5;
    padding-block: 2rem;
}

.verify__form {
    max-width: 440px;
    width: 100%;
    padding-inline: 1rem;
}
