@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root,
[data-theme="dark"] {
    --heading-font-one: "Inter", sans-serif;
    --heading-font-two: "Inter", sans-serif;
    --heading-font-three: "Inter", sans-serif;
    --heading-font-four: "Inter", sans-serif;
    --body-font-one: "Inter", sans-serif;
    --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
    --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
    --heading-three: clamp(1.25rem, 0.8vw + 1rem, 1.875rem);
    --heading-four: clamp(1.125rem, 0.5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
    --heading-six: 1.2rem;
    --body-bg-one: #ffffff;
    --body-bg-two: #ffffff;
    --body-bg-three: #000000;
    --body-bg-four: #050505;
    --body-bg-five: #ffffff;
    --body-color: #000000;
    --card-bg: #2b3035;
    --border-color: #3b4046;
    --button-bg: #3b4046;
    --white: #fff;
    --white-l-100: rgba(255, 255, 255, 0.1);
    --white-l-200: rgba(255, 255, 255, 0.2);
    --white-l-300: rgba(255, 255, 255, 0.3);
    --white-l-400: rgba(255, 255, 255, 0.4);
    --white-l-500: rgba(255, 255, 255, 0.5);
    --white-l-600: rgba(255, 255, 255, 0.6);
    --white-l-700: rgba(255, 255, 255, 0.7);
    --white-l-800: rgba(255, 255, 255, 0.8);
    --white-l-900: rgba(255, 255, 255, 0.9);
    --black: #000;
    --black-l-100: rgba(0, 0, 0, 0.1);
    --black-l-200: rgba(0, 0, 0, 0.2);
    --black-l-300: rgba(0, 0, 0, 0.3);
    --black-l-400: rgba(0, 0, 0, 0.4);
    --black-l-500: rgba(0, 0, 0, 0.5);
    --black-l-600: rgba(0, 0, 0, 0.6);
    --black-l-700: rgba(0, 0, 0, 0.7);
    --black-l-800: rgba(0, 0, 0, 0.8);
    --black-l-900: rgba(0, 0, 0, 0.9);
    --primary: #0070b3;
    --secondary: #f5721e;
    --dark: #212529;
    --dark-d-100: #1e2125;
    --dark-d-200: #1a1e21;
    --dark-d-300: #171a1d;
    --dark-d-400: #141619;
    --dark-d-500: #111315;
    --dark-l-100: #373b3e;
    --dark-l-200: #4d5154;
    --dark-l-300: #646669;
    --dark-l-400: #7a7c7f;
    --dark-l-500: #909294;
    --dark-l-600: #a6a8a9;
    --dark-l-700: #bcbebf;
    --dark-l-800: #d3d3d4;
    --dark-l-900: #e9e9ea;
    --success: #0ed016;
    --success-d-100: #0dbb14;
    --success-d-200: #0ba612;
    --success-d-300: #0a920f;
    --success-d-400: #087d0d;
    --success-d-500: #07680b;
    --success-l-100: #26d52d;
    --success-l-200: #3ed945;
    --success-l-300: #56de5c;
    --success-l-400: #6ee373;
    --success-l-500: #87e88b;
    --success-l-600: #9feca2;
    --success-l-700: #b7f1b9;
    --success-l-800: #cff6d0;
    --success-l-900: #e7fae8;
    --danger: #f25640;
    --danger-d-100: #da4d3a;
    --danger-d-200: #c24533;
    --danger-d-300: #a93c2d;
    --danger-d-400: #913426;
    --danger-d-500: #792b20;
    --danger-l-100: #f36753;
    --danger-l-200: #f57866;
    --danger-l-300: #f68979;
    --danger-l-400: #f79a8c;
    --danger-l-500: #f9aba0;
    --danger-l-600: #fabbb3;
    --danger-l-700: #fbccc6;
    --danger-l-800: #fcddd9;
    --danger-l-900: #feeeec;
    --warning: #dfa000;
    --warning-d-100: #c99000;
    --warning-d-200: #b28000;
    --warning-d-300: #9c7000;
    --warning-d-400: #866000;
    --warning-d-500: #705000;
    --warning-l-100: #e2aa1a;
    --warning-l-200: #e5b333;
    --warning-l-300: #e9bd4d;
    --warning-l-400: #ecc666;
    --warning-l-500: #efd080;
    --warning-l-600: #f2d999;
    --warning-l-700: #f5e3b3;
    --warning-l-800: #f9eccc;
    --warning-l-900: #fcf6e6;
    --info: #0dcaf0;
    --info-d-100: #0cb6d8;
    --info-d-200: #0aa2c0;
    --info-d-300: #098da8;
    --info-d-400: #087990;
    --info-d-500: #076578;
    --info-l-100: #0dcaf0;
    --info-l-200: #25cff2;
    --info-l-300: #3dd5f3;
    --info-l-400: #56daf5;
    --info-l-500: #6edff6;
}

[data-theme="light"] {
    --body-bg: #f9fafb;
    --body-color: #1a1a1a;
    --card-bg: #ffffff;
    --border-color: #e5e7eb;
    --button-bg: #e5e7eb;
    --white: #000;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--primary);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

.fit--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fit-bg--img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.text--italic {
    font-style: italic !important;
}

.text--underline {
    text-decoration: underline !important;
}

.cursor--pointer {
    cursor: pointer;
}

.container-fluid {
    padding: 0 75px;
}

body .cursor {
    pointer-events: none;
}

body .cursor__ball {
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    z-index: 1000;
}

body .cursor__ball circle {
    fill: var(--black);
}

.full-texture--overlay {
    z-index: 9999;
    opacity: 0.04;
    pointer-events: none;
    background-image: url(../../assets/images/common/body-bg.gif);
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.fixed-photo-wall-bg {
    z-index: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
}

.bg-mask {
    z-index: 1;
    width: 300vw;
    max-width: none;
    height: 300vh;
    position: absolute;
    inset: auto;
    overflow: visible;
}

.photo-wall {
    z-index: 0;
    background-image: url(../../assets/images/common/section-bg.jpeg);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0%;
}

.left-marq {
    animation: moveLeft 40s linear infinite;
}

.right-marq {
    animation: moveRight 20s linear infinite;
}

.top-marq {
    animation: moveTop 40s linear infinite;
}

.bottom-marq {
    animation: moveBottom 10s linear infinite;
}

.top-marq--two {
    animation: moveTopTwo 40s linear infinite;
}

.bottom-marq--two {
    animation: moveBottomTwo 40s linear infinite;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(-550px);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes moveTop {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes moveTopTwo {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes moveBottom {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes moveBottomTwo {
    0% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0%);
    }
}

.fit-bg--img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.video--section {
    height: 312px;
    position: relative;
    z-index: 1;
}

.video--section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--black-l-500);
}

.blog--section {
    padding: 52px 0 80px 0;
}

.trust--section {
    padding: 35px 0 60px 0;
    z-index: 1;
}

.trust--section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 112, 179, 0.9019607843);
    z-index: -1;
}

.breadcrumb {
    padding: 110px 0px;
    z-index: 1;
}

.breadcrumb .title {
    font-size: 40px;
    margin: 0px !important;
    color: var(--white);
    font-family: "Inria Serif", serif;
    text-align: start;
    line-height: 1.25;
    font-weight: 600;
    flex-shrink: 0;
}

.employee--section {
    padding: 70px 0;
}

.message-content--wrap .quote--text {
    font-family: "Inria Serif", serif;
}

.info-tab--wrap .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px 22px;
}

.info-tab--wrap .nav-link i {
    transition: 0.3s linear;
}

.info-tab--wrap .nav-link.active {
    background-color: var(--primary);
}

.info-tab--wrap .nav-link.active i {
    rotate: -90deg;
}

.info-tab--wrap .nav-link span {
    font-size: 16px;
    font-weight: 700;
    text-align: start;
}

.info-tab--wrap .tab-pane {
    background-color: var(--primary);
    padding: 42px 50px;
    border-radius: 26px;
    color: var(--white);
}

.info-tab--wrap .tab-pane ul li {
    list-style-type: disc;
    color: var(--white);
}

.info-tab--wrap .tab-pane ul li p {
    color: var(--white);
}

.map-box {
    height: 562px;
    overflow: hidden;
    border-radius: 12px;
}

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

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

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

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

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

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

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

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

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

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

.section--bg {
    background-color: var(--body-bg-one) !important;
}

.section-bg--two {
    background-color: var(--body-bg-two) !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.body-bg--two {
    background-color: var(--body-bg-two);
}

.portfolio-body--bg {
    background-color: var(--body-bg-one);
}

.text--base-two {
    color: var(--base-two) !important;
}

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

.text--white7 {
    color: var(--white-l-700) !important;
}

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

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

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

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

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

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

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

.text--body {
    color: var(--body-bg-one);
}

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

.text--black7 {
    color: var(--black-l-700) !important;
}

.my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
    .my-120 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-100 {
        margin-top: 0px;
    }

    .mt-120 {
        margin-top: 50px;
    }

    .mb-120 {
        margin-bottom: 80px;
    }

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

    .mb-110 {
        margin-bottom: 70px;
    }

    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .mt-25 {
        margin-top: 20px;
    }

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

    .my-80 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-80 {
        margin-top: 60px;
    }

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

    .my-40 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-40 {
        margin-top: 30px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .mb-20 {
        margin-bottom: 15px;
    }
}
/* Base Styles */
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.py-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}

.py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
}

.py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.py-290 {
    padding-top: 290px;
    padding-bottom: 290px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

/* Media Queries */
@media (max-width: 1399px) {
    .py-100,
    .py-110,
    .py-115,
    .py-120,
    .py-155,
    .py-175,
    .py-180,
    .py-290 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-175 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .py-180 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .py-290 {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .pb-100,
    .pb-115,
    .pb-120 {
        padding-bottom: 80px;
    }

    .pb-120 {
        padding-bottom: 100px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .py-290 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 992px) {
    .py-40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-60 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-100,
    .py-290 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pt-120 {
        padding-top: 100px;
    }

    .pt-80 {
        padding-top: 60px;
    }

    .pt-100 {
        padding-top: 90px;
    }

    .pt-60 {
        padding-top: 50px;
    }

    .pt-40 {
        padding-top: 30px;
    }

    .pb-30 {
        padding-bottom: 25px;
    }

    .pb-60 {
        padding-bottom: 50px;
    }

    .pb-80 {
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .py-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-60 {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-100,
    .py-110,
    .py-115,
    .py-120,
    .py-155,
    .py-175,
    .py-180,
    .py-290 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pt-120 {
        padding-top: 80px;
    }

    .pt-80 {
        padding-top: 50px;
    }

    .pt-100 {
        padding-top: 70px;
    }

    .pt-60 {
        padding-top: 40px;
    }

    .pt-40 {
        padding-top: 20px;
    }

    .pb-30 {
        padding-bottom: 20px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

    .pb-115,
    .pb-120 {
        padding-bottom: 70px;
    }
}

body {
    font-family: var(--body-font-one);
    color: var(--heading-color);
    word-break: break-word;
    background-color: var(--background-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

p {
    font-family: var(--body-font-one);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
    color: var(--body-color);
    line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: var(--heading-font-one);
    color: var(--body-color);
    line-height: 1.1;
    word-break: break-word;
}

@media screen and (max-width: 770px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px 0;
    }
}

h1 {
    font-size: var(--heading-one);
    font-weight: 700;
}

h2 {
    font-size: var(--heading-two);
    font-weight: 600;
    margin: 0px;
}

h3 {
    font-size: var(--heading-three);
    font-weight: 600;
}

h4 {
    font-size: var(--heading-four);
    font-weight: 500;
}

h5 {
    font-size: var(--heading-five);
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 768px) {
    h6 {
        font-size: 14px !important;
    }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: 400;
    transition: 0.2s linear;
    line-height: 1.4;
    word-break: break-word;
    color: hsl(var(--heading-color));
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    font-family: var(--body-font);
    color: var(--body-color);
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

select {
    cursor: pointer;
}

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

*:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

button:focus {
    outline: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

.text--upper {
    text-transform: uppercase;
}

.text--xsm {
    font-size: 8px !important;
}

.text--sm {
    font-size: 12px !important;
}

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

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

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

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

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

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

.fs--26 {
    font-size: 26px !important;
}

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

.fs--30 {
    font-size: 30px !important;
}

.fs--32 {
    font-size: 32px !important;
}

.fs--34 {
    font-size: 34px !important;
}

.fs--36 {
    font-size: 36px !important;
}

.fs--38 {
    font-size: 38px !important;
}

.fs--40 {
    font-size: 40px !important;
}

.fs--42 {
    font-size: 42px !important;
}

.fs--44 {
    font-size: 44px !important;
}

.fs--46 {
    font-size: 46px !important;
}

.fs--48 {
    font-size: 48px !important;
}

.fs--50 {
    font-size: 50px !important;
}

.fs--52 {
    font-size: 52px !important;
}

.fs--54 {
    font-size: 54px !important;
}

.fs--56 {
    font-size: 56px !important;
}

.fs--58 {
    font-size: 58px !important;
}

.fs--60 {
    font-size: 60px !important;
}

.fs--62 {
    font-size: 62px !important;
}

.fs--64 {
    font-size: 64px !important;
}

.fs--66 {
    font-size: 66px !important;
}

.fs--68 {
    font-size: 68px !important;
}

.fs--70 {
    font-size: 70px !important;
}

.fs--100 {
    font-size: 100px !important;
}

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

.fw--200 {
    font-weight: 300 !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;
}

.heading-font--one {
    font-family: var(--heading-font-one) !important;
}

.heading-font--two {
    font-family: var(--heading-font-two) !important;
}

.heading--font--thee {
    font-family: var(--heading-font-three) !important;
}

.heading--font--four {
    font-family: var(--heading-font-four) !important;
}

.body-font--one {
    font-family: var(--body-font-one) !important;
}

.text--underline {
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .fw--600 {
        font-weight: 500 !important;
    }

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

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

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

@media (max-width: 575px) {
    .fs--32 {
        font-size: 26px !important;
    }
}

.text--stroke {
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
}

.text-stroke--white {
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.base--radius {
    border-radius: 8px !important;
}

.radius--4 {
    border-radius: 4px !important;
}

.radius--8 {
    border-radius: 8px !important;
}

.radius--12 {
    border-radius: 12px !important;
}

.radius--16 {
    border-radius: 16px !important;
}

.radius--20 {
    border-radius: 20px !important;
}

.radius--24 {
    border-radius: 24px !important;
}

.radius--28 {
    border-radius: 28px !important;
}

.radius--30 {
    border-radius: 30px !important;
}

.radius--32 {
    border-radius: 32px !important;
}

.radius--50 {
    border-radius: 50% !important;
}

.radius--0 {
    border-radius: 0 !important;
}

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

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

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

.z--4 {
    z-index: 4;
}

.z--5 {
    z-index: 5;
}

.z--6 {
    z-index: 6;
}

.z--7 {
    z-index: 7;
}

.z--8 {
    z-index: 8;
}

.z--9 {
    z-index: 9;
}

.zm--1 {
    z-index: -1;
}

.zm--2 {
    z-index: -2;
}

.zm--3 {
    z-index: -3;
}

.zm--4 {
    z-index: -4;
}

.zm--5 {
    z-index: -5;
}

.zm--6 {
    z-index: -6;
}

.zm--7 {
    z-index: -7;
}

.zm--8 {
    z-index: -8;
}

.zm--9 {
    z-index: -9;
}

.w--10 {
    width: 10% !important;
}

.w--20 {
    width: 20% !important;
}

.w--30 {
    width: 30% !important;
}

.w--40 {
    width: 40% !important;
}

.w--50 {
    width: 50% !important;
}

.w--60 {
    width: 60% !important;
}

.w--70 {
    width: 70% !important;
}

.w--80 {
    width: 80% !important;
}

.w--90 {
    width: 90% !important;
}

.w--100 {
    width: 100% !important;
}

.h--10 {
    height: 10% !important;
}

.h--20 {
    height: 20% !important;
}

.h--30 {
    height: 30% !important;
}

.h--40 {
    height: 40% !important;
}

.h--50 {
    height: 50% !important;
}

.h--60 {
    height: 60% !important;
}

.h--70 {
    height: 70% !important;
}

.h--80 {
    height: 80% !important;
}

.h--90 {
    height: 90% !important;
}

.h--100 {
    height: 100% !important;
}

.border--base3 {
    border: 1px solid hsl(var(--base) / 0.3) !important;
}

.border--black {
    border-color: hsl(var(--black)) !important;
}

.border--black1 {
    border-color: hsl(var(--black) / 0.1) !important;
}

.border--black3 {
    border-color: hsl(var(--black) / 0.32) !important;
}

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

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

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

.border--violet {
    border-color: hsl(var(--violet)) !important;
}

.border--white {
    border: 1px solid hsl(var(--white)) !important;
}

.border-top--solid {
    border-top: 1px solid hsl(var(--black)) !important;
}

.border-top--dash {
    border-top: 1px dashed hsl(var(--black)) !important;
}

.border-right--solid {
    border-right: 1px solid hsl(var(--black)) !important;
}

.border-tight--dash {
    border-right: 1px dashed hsl(var(--black)) !important;
}

.border-left--solid {
    border-left: 1px solid hsl(var(--black)) !important;
}

.border-left--dashed {
    border-left: 1px dashed hsl(var(--black)) !important;
}

.border-bottom--solid {
    border-bottom: 1px solid hsl(var(--black)) !important;
}

.border-bottom--dashed {
    border-bottom: 1px dashed hsl(var(--black)) !important;
}

.border--solid1 {
    border: 1px solid hsl(var(--black) / 0.1) !important;
}

.border--dash1 {
    border: 1px solid hsl(var(--black) / 0.1) !important;
}

.border--solid2 {
    border: 1px solid hsl(var(--black) / 0.2) !important;
}

.border--dash2 {
    border: 1px solid hsl(var(--black) / 0.2) !important;
}

.border--solid3 {
    border: 1px solid hsl(var(--black) / 0.3) !important;
}

.border--dash3 {
    border: 1px solid hsl(var(--black) / 0.3) !important;
}

.border--solid4 {
    border: 1px solid hsl(var(--black) / 0.4) !important;
}

.border--dash4 {
    border: 1px solid hsl(var(--black) / 0.4) !important;
}

.border--solid5 {
    border: 1px solid hsl(var(--black) / 0.5) !important;
}

.border--dash5 {
    border: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-top--solid1 {
    border-top: 1px solid hsl(var(--black) / 0.1) !important;
}

.border-top--dash1 {
    border-top: 1px dashed hsl(var(--black) / 0.1) !important;
}

.border-top--solid2 {
    border-top: 1px solid hsl(var(--black) / 0.2) !important;
}

.border-top--dash2 {
    border-top: 1px dashed hsl(var(--black) / 0.2) !important;
}

.border-top--solid3 {
    border-top: 1px solid hsl(var(--black) / 0.3) !important;
}

.border-top--dash3 {
    border-top: 1px dashed hsl(var(--black) / 0.3) !important;
}

.border-top--solid4 {
    border-top: 1px solid hsl(var(--black) / 0.4) !important;
}

.border-top--dash4 {
    border-top: 1px dashed hsl(var(--black) / 0.4) !important;
}

.border-top-solid5 {
    border-top: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-top--dash5 {
    border-top: 1px dashed hsl(var(--black) / 0.5) !important;
}

.border-right--solid1 {
    border-right: 1px solid hsl(var(--black) / 0.1) !important;
}

.border-right--dash1 {
    border-right: 1px dashed hsl(var(--black) / 0.1) !important;
}

.border-right--solid2 {
    border-right: 1px solid hsl(var(--black) / 0.2) !important;
}

.border-right--dash2 {
    border-right: 1px dashed hsl(var(--black) / 0.2) !important;
}

.border-right--solid3 {
    border-right: 1px solid hsl(var(--black) / 0.3) !important;
}

.border-right--dash3 {
    border-right: 1px dashed hsl(var(--black) / 0.3) !important;
}

.border-right--solid4 {
    border-right: 1px solid hsl(var(--black) / 0.4) !important;
}

.border-right--dash4 {
    border-right: 1px dashed hsl(var(--black) / 0.4) !important;
}

.border-right-solid5 {
    border-right: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-right--dash5 {
    border-right: 1px dashed hsl(var(--black) / 0.5) !important;
}

.border-bottom--solid1 {
    border-bottom: 1px solid hsl(var(--black) / 0.1) !important;
}

.border-bottom--dash1 {
    border-bottom: 1px dashed hsl(var(--black) / 0.1) !important;
}

.border-bottom--solid2 {
    border-bottom: 1px solid hsl(var(--black) / 0.2) !important;
}

.border-bottom--dash2 {
    border-bottom: 1px dashed hsl(var(--black) / 0.2) !important;
}

.border-bottom--solid3 {
    border-bottom: 1px solid hsl(var(--black) / 0.3) !important;
}

.border-bottom--dash3 {
    border-bottom: 1px dashed hsl(var(--black) / 0.3) !important;
}

.border-bottom--solid4 {
    border-bottom: 1px solid hsl(var(--black) / 0.4) !important;
}

.border-bottom--dash4 {
    border-bottom: 1px dashed hsl(var(--black) / 0.4) !important;
}

.border-bottom-solid5 {
    border-bottom: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-bottom--dash5 {
    border-bottom: 1px dashed hsl(var(--black) / 0.5) !important;
}

.border-bottom-solid--white {
    border-bottom: 1px solid hsl(var(--white)) !important;
}

.border-bottom-solid--black3 {
    border-bottom: 1px solid hsl(var(--black) / 0.32) !important;
}

.border-bottom-solid--white5 {
    border-bottom: 1px solid hsl(var(--white) / 0.5) !important;
}

.border-left--solid1 {
    border-left: 1px solid hsl(var(--black) / 0.1) !important;
}

.border-left--dash1 {
    border-left: 1px dashed hsl(var(--black) / 1) !important;
}

.border-left--solid2 {
    border-left: 1px solid hsl(var(--black) / 0.2) !important;
}

.border-left--dash2 {
    border-left: 1px dashed hsl(var(--black) / 2) !important;
}

.border-left--solid3 {
    border-left: 1px solid hsl(var(--black) / 0.3) !important;
}

.border-left--dash3 {
    border-left: 1px dashed hsl(var(--black) / 3) !important;
}

.border-left--solid4 {
    border-left: 1px solid hsl(var(--black) / 0.4) !important;
}

.border-left--dash4 {
    border-left: 1px dashed hsl(var(--black) / 4) !important;
}

.border-left-solid5 {
    border-left: 1px solid hsl(var(--black) / 0.5) !important;
}

.border-left--dash5 {
    border-left: 1px dashed hsl(var(--black) / 5) !important;
}

.border--none {
    border: none !important;
}

.bt--none {
    border-top: none !important;
}

.bs--none {
    border-left: none !important;
}

.be--none {
    border-right: none !important;
}

.bb--none {
    border-bottom: none !important;
}

.br-left--0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

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

.gap--4 {
    gap: 4px !important;
}

.gap--8 {
    gap: 8px !important;
}

.gap--12 {
    gap: 12px !important;
}

.gap--16 {
    gap: 16px !important;
}

.gap--20 {
    gap: 20px !important;
}

.gap--24 {
    gap: 24px !important;
}

.gap--28 {
    gap: 28px !important;
}

.gap--32 {
    gap: 32px !important;
}

.gap--36 {
    gap: 36px !important;
}

.gap--40 {
    gap: 40px !important;
}

.gap--44 {
    gap: 44px !important;
}

.gap--48 {
    gap: 48px !important;
}

.gap--52 {
    gap: 52px !important;
}

.gap--56 {
    gap: 56px !important;
}

.gap--58 {
    gap: 58px !important;
}

.gap--60 {
    gap: 60px !important;
}

.gap--64 {
    gap: 64px !important;
}

.gap--68 {
    gap: 68px !important;
}

.gap--72 {
    gap: 72px !important;
}

.gap--74 {
    gap: 74px !important;
}

.gap--76 {
    gap: 76px !important;
}

.gap--78 {
    gap: 78px !important;
}

.gap--80 {
    gap: 80px !important;
}

.gap--82 {
    gap: 82px !important;
}

.gap--84 {
    gap: 84px !important;
}

.gap--86 {
    gap: 86px !important;
}

.gap--88 {
    gap: 88px !important;
}

.gap--100 {
    gap: 100px !important;
}

.custom--accordion .accordion-item {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
}

.custom--accordion .accordion-item.active {
    position: relative;
}

.custom--accordion .accordion-item.active::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    height: 86%;
    width: 3px;
    background: var(--primary);
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-item .accordion-header {
    display: flex;
    align-items: center;
    position: relative;
}

.custom--accordion .accordion-item .accordion-header .bar {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 3px;
    height: 22px;
    background-color: var(--primary-l-100);
}

.custom--accordion .accordion-body {
    color: hsl(var(--black) / 0.7);
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 0px;
    font-weight: 600;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
    color: var(--body-color);
    background: var(--white);
}

.custom--accordion .accordion-button {
    color: var(--black) !important;
    font-size: 20px;
    padding: 0px 20px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 18px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--white) !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: var(--black);
}

/* Button Style */
button {
    border: none;
    transition: 0.5s;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    border-radius: 4px;
    line-height: 1.2;
    position: relative;
}

.btn.pills {
    border-radius: 50px !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 1025px) {
    .btn {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 6px 7px;
    }
}

.btn:hover,
.btn:focus {
    color: hsl(var(--white));
    border-color: transparent;
}

.btn--sm {
    padding: 4px 12px;
    font-size: 14px;
}

.btn--sm:hover,
.btn--sm:focus {
    background-color: hsl(var(--white));
    border: 1px solid transparent;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 770px) {
    .btn--sm {
        padding: 5px 8px;
    }
}

.btn--md {
    padding: 13px 14px;
    font-size: 16px;
}

@media screen and (max-width: 770px) {
    .btn--md {
        padding: 6px 12px;
    }
}

.btn--lg {
    padding: 14px 26px;
    font-size: 16px !important;
}

@media screen and (max-width: 770px) {
    .btn--lg {
        padding: 12px 14px;
        font-size: 14px !important;
    }
}

.btn--base-two {
    background: hsl(var(--base-two));
    color: hsl(var(--white));
    border: 0px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--base-two:hover,
.btn--base-two:active,
.btn--base-two:focus {
    background: hsl(var(--base-two) / 0.8) !important;
    color: hsl(var(--white)) !important;
    border: 0px solid transparent !important;
}

.btn--base-two.pill {
    border-radius: 35px;
}

.btn--primary {
    background: var(--primary);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
    background: var(--primary) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px var(--primary);
}

.btn--primary.pill {
    border-radius: 35px;
}

.btn--secondary {
    background: var(--secondary);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
    background: var(--secondary-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px var(--primary);
}

.btn--secondary.pill {
    border-radius: 35px;
}

.btn--success {
    background: var(--success);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--success:hover,
.btn--success:active,
.btn--success:focus {
    background: var(--success-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px var(--primary);
}

.btn--success.pill {
    border-radius: 35px;
}

.btn--danger {
    background: var(--danger);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--danger:hover,
.btn--danger:active,
.btn--danger:focus {
    background: var(--danger-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px var(--primary);
}

.btn--danger.pill {
    border-radius: 35px;
}

.btn--warning {
    background: var(--warning);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--warning:hover,
.btn--warning:active,
.btn--warning:focus {
    background: var(--warning-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px var(--primary);
}

.btn--warning.pill {
    border-radius: 35px;
}

.btn--info {
    background: var(--info);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--info:hover,
.btn--info:active,
.btn--info:focus {
    background: var(--info-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px var(--primary);
}

.btn--info.pill {
    border-radius: 35px;
}

.btn--violet {
    background: var(--violet);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--violet:hover,
.btn--violet:active,
.btn--violet:focus {
    background: var(--violet-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px var(--primary);
}

.btn--violet.pill {
    border-radius: 35px;
}

.btn--dark {
    background: var(--dark);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--dark:hover,
.btn--dark:active,
.btn--dark:focus {
    background: var(--dark-l-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 7px 8px 0px var(--primary);
}

.btn--dark.pill {
    border-radius: 35px;
}

.btn--dark::after {
    background-color: hsl(var(--white) / 0.3);
}

.btn--dark::before {
    background-color: hsl(var(--white) / 0.3);
}

.pill {
    border-radius: 35px !important;
}

.btn-outline {
    background: transparent;
    border: none !important;
    border-radius: 8px;
}

.btn-outline:hover,
.btn-outline:focus {
    box-shadow: none !important;
}

.btn-outline--base {
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--base:hover,
.btn-outline--base:focus {
    background-color: hsl(var(--base) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--base));
}

.btn-outline--base.pill {
    border-radius: 35px;
}

.btn-outline--base.active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border: 1px solid var(--primary);
}

.btn-outline--base.active:hover {
    background-color: var(--primary-l-700) !important;
}

.btn-outline--base-two {
    color: hsl(var(--base-two));
    border: 1px solid hsl(var(--base-two));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--base-two:hover,
.btn-outline--base-two:focus {
    background-color: hsl(var(--base-two) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--base-two));
}

.btn-outline--base-two.pill {
    border-radius: 35px;
}

.btn-outline--success {
    color: hsl(var(--success));
    border: 1px solid hsl(var(--success));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--success:hover,
.btn-outline--success:focus {
    background-color: hsl(var(--success) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--success));
}

.btn-outline--success.pill {
    border-radius: 35px;
}

.btn-outline--danger {
    color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus {
    background-color: hsl(var(--danger) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--danger));
}

.btn-outline--danger.pill {
    border-radius: 35px;
}

.btn-outline--warning {
    color: hsl(var(--warning));
    border: 1px solid hsl(var(--warning));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus {
    background-color: hsl(var(--warning) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--warning));
}

.btn-outline--warning.pill {
    border-radius: 35px;
}

.btn-outline--info {
    color: hsl(var(--info));
    border: 1px solid hsl(var(--info));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--info:hover,
.btn-outline--info:focus {
    background-color: hsl(var(--info) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--info));
}

.btn-outline--info.pill {
    border-radius: 35px;
}

.btn-outline--primary {
    color: hsl(var(--primary));
    border: 1px solid hsl(var(--primary));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus {
    background-color: hsl(var(--primary) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--primary));
}

.btn-outline--primary.pill {
    border-radius: 35px;
}

.btn-outline--secondary {
    color: hsl(var(--secondary));
    border: 1px solid hsl(var(--secondary));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus {
    background-color: hsl(var(--secondary) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--secondary));
}

.btn-outline--secondary.pill {
    border-radius: 35px;
}

.btn-outline--dark {
    color: hsl(var(--dark));
    border: 1px solid hsl(var(--dark));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus {
    background-color: hsl(var(--dark) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--dark));
}

.btn-outline--dark.pill {
    border-radius: 35px;
}

.btn-outline--violet {
    color: hsl(var(--violet));
    border: 1px solid hsl(var(--violet));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--violet:hover,
.btn-outline--violet:focus {
    background-color: hsl(var(--violet) / 0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--violet));
}

.btn-outline--violet.pill {
    border-radius: 35px;
}

.copytext {
    border-radius: 0px 6px 6px 0px !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.header--cta {
    width: 45px;
    height: 45px;
    border-radius: 7px;
    background-color: var(--button-bg);
    color: var(--body-color);
    text-align: center;
}

/* END Button Style */
.swiper-btn--wrap .swiper-button-next,
.swiper-btn--wrap .swiper-button-prev {
    width: 66px;
    height: 66px;
    background-color: var(--white);
    border-radius: 50%;
    position: unset;
    transition: 0.3s linear;
}

.swiper-btn--wrap .swiper-button-next svg,
.swiper-btn--wrap .swiper-button-prev svg {
    transition: 0.3s linear;
}

.swiper-btn--wrap .swiper-button-next:hover,
.swiper-btn--wrap .swiper-button-prev:hover {
    background-color: var(--primary);
}

.swiper-btn--wrap .swiper-button-next:hover svg path,
.swiper-btn--wrap .swiper-button-prev:hover svg path {
    stroke: var(--white);
}

.swiper-btn--wrap .swiper-button-next::after,
.swiper-btn--wrap .swiper-button-prev::after {
    content: none;
}

.swiper-btn--wrap .swiper-button-next svg,
.swiper-btn--wrap .swiper-button-prev svg {
    width: unset;
    height: unset;
    object-fit: contain;
    transform-origin: center;
}

.work--card {
    width: 100%;
    border-radius: 20px;
}

.work--card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180.13deg,
        rgba(0, 0, 0, 0) 63.91%,
        rgba(0, 0, 0, 0.432836) 79.74%,
        #000000 99.88%
    );
}

.work--card .thumb--wrap {
    width: 100%;
    height: 350px;
}

.work--card .content--wrap {
    left: 0;
    bottom: 0;
    z-index: 1;
}

.employee--card {
    width: 100%;
    border-radius: 29px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.employee--card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180.13deg,
        rgba(0, 0, 0, 0) 63.91%,
        rgba(0, 0, 0, 0.432836) 79.74%,
        #000000 99.88%
    );
}

.employee--card .thumb--wrap {
    width: 100%;
    height: 350px;
}

.employee--card .content--wrap {
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 12px;
}

.employee--card .content--wrap .name {
    font-family: "Inria Serif", serif;
}

.employee--card .content--wrap .position {
    font-family: "Inria Serif", serif;
}

.mission--card {
    border-radius: 29px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding: 30px;
    height: 100%;
}

.history-wrap {
    display: grid;
    grid-template-columns: 1fr 240px;
    align-items: center;
}

.history-wrap .swiper-pagination {
    top: 0;
    left: auto;
    right: 15%;
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 100%;
    gap: 28px;
    z-index: 9999;
}

/* LEFT CONTENT */
.historyContent {
    width: 100%;
}

.history-card {
    background: rgba(255, 252, 233, 0.8509803922);
    border-radius: 11px 0px 20px 72px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 25px;
    min-height: 250px;
}

.history-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.history-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-body h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #111;
}

.history-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #111;
}
.history-body .thubm--wrap {
    width: 170px;
    height: 80px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* RIGHT TIMELINE */
.timeline-wrap {
    position: relative;
    height: 320px;
    display: flex;
    justify-content: center;
}

.timeline-line {
    position: absolute;
    left: 70px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #fff;
    border-radius: 20px;
}

.historyYears {
    position: absolute;
    left: 95px;
    height: 320px;
    overflow: visible !important;
}

.historyYears .swiper-slide {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.historyYears .swiper-slide-thumb-active {
    opacity: 1;
    color: #ffea00;
    position: relative;
}

.historyYears .swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -30px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff8800;
}

/* UP DOWN BUTTON */
.timeline-nav {
    position: absolute;
    right: -10px;
    top: 85px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.timeline-nav button {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.form--label {
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

label.req {
    position: relative;
}

label.req::after {
    content: "*";
    position: absolute;
    top: 3px;
    right: -10px;
    color: var(--danger);
}

.form--control {
    font-weight: 500;
    outline: none;
    width: 100%;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: transparent;
    color: var(--black);
    line-height: 26px;
    border: 1px solid var(--black-l-200);
}

.form--control::placeholder {
    color: var(--black-l-500) !important;
    font-size: 16px;
}

.form--control:focus {
    color: var(--black);
    box-shadow: none;
    border: 1px solid var(--primary) !important;
    border-radius: 4px;
    background-color: transparent;
}

.form--control:disabled,
.form--control[readonly] {
    background-color: var(--black-l-500);
    opacity: 1;
    border: 0;
}

.form--control[type="password"] {
    color: var(--black-l-800);
}

.form--control[type="password"]:focus {
    color: var(--black-l-800);
}

.form--control[type="file"] {
    line-height: 45px;
    padding: 0;
    position: relative;
}

.form--control[type="file"]::file-selector-button {
    border: 1px solid var(--black-l-800);
    padding: 2px 6px;
    border-radius: 0.2em;
    background-color: var(--base-l-500);
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: var(--black-l-800);
    cursor: pointer;
}

.form--control[type="file"]::file-selector-button:hover {
    background-color: var(--primary-d-100);
    border: 1px solid var(--primary);
    color: var(--white);
}

.form--control.pills {
    border-radius: 50px !important;
}

.form--control:focus ~ .form--label,
.form--control:not(:placeholder-shown).form--control:not(:focus)
    ~ .form--label {
    top: -14px;
    left: 8px;
    font-size: 14px;
    background: var(--black);
    z-index: 9;
}

textarea.form--control {
    height: 220px;
    padding: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
}

.footer-subscribe-box .footer-input:-webkit-autofill {
    -webkit-text-fill-color: hsl(var(--black)) !important;
}

.search--input .search-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: var(--primary);
}

.search--input input {
    padding-right: 40px;
}

.input--icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black-l-500);
}

#send-amount input[type="file"] {
    color: var(--primary);
    cursor: pointer;
}

input #send-amount::file-selector-button {
    display: none;
}

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

input[type="number"] {
    -moz-appearance: textfield;
}

/*====== Country code ======*/
.input-group.country-code {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.input-group.country-code .input-group-text {
    background-color: var(--primary-l-500);
    border: 1px solid var(--primary-l-700);
}

.form--select option {
    background-color: var(--body-color);
    color: var(--black);
}

/* Custom Checkbox Design */
.form--check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--black-l-700);
    margin-top: 0px;
}

.form--check .form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--black);
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    width: calc(100% - 16px);
    padding-left: 12px;
    color: var(--black-l-700);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

.form--check label {
    color: var(--black);
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 15px;
    }
}

/*  Custom Radio Design */
.form--radio {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form--radio .form-radio-input {
    box-shadow: none;
    border: 2px solid var(--primary);
    position: relative;
    margin: 0px;
    height: 20px;
    width: 20px;
}

.form--radio .form-radio-input:active {
    filter: brightness(100%);
}

.form--radio .form-radio-input:checked {
    background-color: transparent;
    border-color: var(--primary);
}

.form--radio .form-radio-input:checked[type="radio"] {
    background-image: none;
}

.form--radio .form-radio-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: var(--primary);
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-radio-label {
    width: calc(100% - 16px);
    color: var(--black-l-700);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    width: unset;
    border-radius: 16px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: var(--primary) !important;
    padding: 12px 30px !important;
    margin-left: 0;
    margin-bottom: 5px;
}

.form--switch .form-check-input:focus {
    width: unset;
    border-radius: 16px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-color: var(--black);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 5px;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: var(--primary);
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 20px);
}

.form--switch .form-check-label {
    margin-right: 10px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

.form-check.form--switch {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.form-check.form--switch .form-check-label {
    margin-right: 10px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
    filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.search-input {
    padding-right: 60px !important;
}

/* --------------------------- */
.modal--base .modal-dialog .modal-content {
    border-radius: 20px !important;
    border: 1px solid var(--black-l-800);
    padding: 24px;
    position: relative;
}

.modal--base .modal-dialog .modal-content::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    transition: 0.3s ease;
    background-color: var(--black);
    z-index: -1;
}

.modal--base .modal-dialog .modal-header {
    justify-content: space-between;
    padding: 0px;
    padding-bottom: 16px;
    margin-bottom: 36px;
}

.modal--base .modal-dialog .modal-header .btn--close {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--black-l-800) !important;
}

.modal--base .modal-dialog .modal-body {
    padding: 0px;
}

.modal--base .modal-dialog .modal-footer {
    border: 0;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item .page-link {
    border: 1px solid var(--primary);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--black));
}

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

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    color: var(--white);
    background-color: var(--primary);
}

.table {
    margin: 0;
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 0px 8px;
    border-radius: 10px;
}

.table thead tr th {
    background: var(--primary);
    text-align: center;
    font-size: 16px;
    padding: 15px;
    color: var(--white);
    font-family: var(--heading-font);
    font-weight: 500;
    max-width: 170px;
    white-space: nowrap;
    border: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
}

.table thead tr .tbl-text-right {
    text-align: right !important;
}

.table thead tr .tbl-text-center {
    text-align: center !important;
}

.table thead tr .tbl-text-left {
    text-align: left !important;
}

.table thead tr .tbl-text-center:last-child {
    text-align: center;
}

.table tbody {
    border: 0 !important;
    color: var(--black-l-800);
}

.table tbody tr:last-child td {
    border: 0;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0px 5px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
    border-left: 0;
}

.table tbody tr td {
    vertical-align: middle;
    border-width: 1px;
    border: 0;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--body-color);
    max-width: 170px;
    font-weight: 400;
    text-align: left;
    padding: 20px 18px;
    text-align: center;
    background-color: var(--black-l-300);
}

.table tbody tr td a {
    color: var(--black-l-800);
}

.table tbody tr td a:hover {
    text-decoration: underline;
}

.table tbody tr td span {
    color: var(--black-l-800);
    font-weight: 500;
}

.table tbody tr td p {
    font-size: 14px;
}

.table tbody tr td .table--img {
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    display: none;
    width: 50% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td:last-child {
    text-align: right;
}

.table tbody tr .tbl-text-right {
    text-align: right;
}

.table tbody tr .tbl-text-center {
    text-align: center;
}

.table tbody tr .tbl-text-left {
    text-align: left;
}

.table tbody tr .tbl-text-center:last-child {
    text-align: center !important;
}

.table > :not(caption) > * > * {
    background-color: transparent;
}

@media screen and (max-width: 770px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid var(--black-l-800);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid var(--black-l-800) !important;
        max-width: unset;
        flex-wrap: wrap;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none !important;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid var(--black-l-800);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid var(--black-l-800);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table-wrapper .table--responsive--lg tbody tr td {
        display: block;
    }
}

@media (max-width: 992px) {
    .table tbody tr:nth-child(even) {
        border-bottom: 1px solid var(--black-l-800);
        background: hsl(var(--base) / 0.03);
    }
}

.table tbody tr td:first-child {
    text-align: left;
    border-radius: 8px 0 0 8px;
}

.table tbody tr td:last-child {
    text-align: right;
    border-radius: 0 8px 8px 0;
}

.custom--tabs {
    padding: 12px 0px;
    border-radius: 12px;
}

.custom--tabs li {
    margin: 0px 8px 8px 0px;
}

.custom--tabs li .btn {
    color: var(--primary) !important;
    border: 1px solid var(--primary-l-800) !important;
    padding: 8px 16px;
    outline: none !important;
}

.custom--tabs li .btn-check:active + .btn,
.custom--tabs li .btn-check:checked + .btn,
.custom--tabs li .btn.active,
.custom--tabs li .btn.show,
.custom--tabs li .btn:active {
    color: var(--white) !important;
    background: var(--primary) !important;
    font-weight: 600;
    border: 1px solid var(--white) !important;
}

.custom--tabs.nav-tabs {
    border-bottom: 1px solid var(--white) !important;
    border-radius: 0px;
    margin-bottom: 36px !important;
}

/* Badge Color and style */
.badge {
    border-radius: 6px;
    padding: 0px 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400 !important;
}

.badge--primary {
    color: var(--primary) !important;
    background-color: var(--primary-l-100) !important;
}

.badge--secondary {
    color: var(--secondary) !important;
    background-color: var(--secondary-l-100) !important;
}

.badge--success {
    color: var(--success) !important;
    background-color: var(--success-l-100) !important;
}

.badge--danger {
    color: var(--danger) !important;
    background-color: var(--danger-l-100) !important;
}

.badge--warning {
    color: var(--warning) !important;
    background-color: var(--warning-l-100) !important;
}

.badge--info {
    color: var(--info) !important;
    background-color: var(--info-l-100) !important;
}

.badge--violet {
    color: var(--violet) !important;
    background-color: var(--violet-l-100) !important;
}

.tree-view {
    list-style: none;
    margin-top: 20px;
}

.tree-view li {
    margin-left: 30px;
    padding: 12px 0px;
}

.tree-view .ref-name {
    position: relative;
    color: hsl(var(--black));
}

.tree-view .ref-name::after {
    content: "";
    top: 19px;
    left: -14px;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--primary);
}

.tree-view:first-child {
    border-left: none;
}

#ul {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
    position: relative;
    color: var(--primary);
}

.caret::after {
    content: none !important;
}

.caret::before {
    position: absolute;
    content: "▶";
    top: 0;
    left: -20px;
    color: var(--primary);
    display: inline-block;
}

.caret-down::before {
    transform: rotate(90deg);
}

.nested {
    display: none;
    border-left: 2px dashed var(--primary);
}

.nested.active {
    display: block;
}

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .loader__text {
    width: fit-content;
    font-weight: 600;
    font-family: var(--heading-font);
    letter-spacing: 2px;
    font-size: 40px;
    background: radial-gradient(
            circle closest-side,
            var(--primary) 94%,
            transparent
        )
        right/calc(200% - 1em) 100%;
    animation: loader__circle 1s infinite alternate linear;
}

@media screen and (max-width: 575px) {
    .preloader .loader__text {
        font-size: 1.875rem;
    }
}

.preloader .loader__text::before {
    content: attr(data-text);
    line-height: 1em;
    color: transparent;
    background: inherit;
    background-image: radial-gradient(
        circle closest-side,
        var(--white) 94%,
        var(--black)
    );
    -webkit-background-clip: text;
    background-clip: text;
}

@keyframes loader__circle {
    100% {
        background-position: left;
    }
}
/* dashboard Sidebar Menu Start */
.dashboard_profile .sidebar-menu-list__link {
    color: hsl(var(--black));
}

.dashboard_profile .sidebar-menu-list__link:hover {
    background: hsl(var(--base) / 0.1);
}

.sidebar-menu-list__link.active {
    position: relative;
    background: hsl(var(--white));
}

.sidebar-menu-list__link.active .icon {
    color: hsl(var(--base));
}

.sidebar-menu-list__link.active .text {
    color: hsl(var(--base));
}

.sidebar-menu-list .menu--lable {
    margin: 35px 40px 16px 40px;
}

.sidebar-menu-list .menu--lable span {
    color: var(--body-color) !important;
    font-size: 18px;
}

.sidebar-menu-list__item {
    margin: 0px 0px 8px 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--black-l-200);
}

.sidebar-menu-list__item.has-dropdown.active {
    background-color: var(--white-l-100);
}

.sidebar-menu-list__item.has-dropdown.active > a {
    color: hsl(var(--base-two));
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
    transform: rotate(90deg);
    margin-left: 14px;
    color: var(--primary);
}

.sidebar-menu-list__item.has-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 4px;
    right: 0px;
    transition: 0.1s linear;
    margin-left: 14px;
    color: var(--body-color);
}

.sidebar-menu-list__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    color: var(--body-color) !important;
    gap: 8px;
}

.sidebar-menu-list__link .text {
    transition: 0.3s linear;
    font-size: 18px;
}

.sidebar-menu-list__link:hover .text {
    color: var(--primary) !important;
}

.sidebar-menu-list__link .icon {
    display: block;
    width: 14x;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 4px;
    animation: swing ease-in-out 0.5s 1 alternate;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
    display: none;
    position: relative;
}

.sidebar-submenu.open-submenu {
    display: block;
}

.sidebar-submenu-list {
    padding: 5px 0;
}

.sidebar-submenu-list__item {
    position: relative;
}

.sidebar-submenu-list__item.active::before {
    background: var(--primary) !important;
}

.sidebar-submenu-list__item.active > a {
    color: var(--primary);
}

.sidebar-submenu-list__link {
    padding: 12px 0px 0px 16px;
    display: block;
    color: var(--black);
    border-bottom: 0 !important;
}

.sidebar-submenu-list__link:hover {
    background: var(--white-l-800);
    border-radius: 4px;
    color: var(--white);
}

.sidebar-submenu-list__link.active {
    border-bottom: 1px solid var(--primary) !important;
    border-radius: 8px;
}

.sidebar-submenu-list__link.active:hover {
    background: transparent !important;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
    width: 300px;
    height: 100vh;
    background-color: var(--card-bg);
    position: fixed;
    z-index: 15;
    left: -320px;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
    left: 0;
}

.sidebar-menu-wrapper .top-close {
    margin-top: 21px;
    text-align: end;
    margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
    font-size: 22px;
    color: var(--black);
}

.sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    width: 130px;
    margin-left: 6px;
}

@media screen and (max-width: 991px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 575px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 6px;
    }
}

.sidebar-menu-list__item .btn.btn--base {
    border: 1px solid var(--black);
}

.sidebar-menu-list__item a span {
    color: var(--body-color);
}

.header {
    position: relative;
    top: 0px;
    z-index: 5;
    padding: 10px 0;
    width: 100%;
    background-color: var(--white);
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        padding: 0px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 7;
    }
}

@media screen and (max-width: 575px) {
    .header {
        padding: 12px 0px;
    }
}

.header.fixed-header {
    position: fixed;
    top: 0px;
    animation: slide-down 0.8s;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    width: 100%;
    z-index: 999;
}

.header-main-area .container-fluid {
    padding: 0 75px;
}

@media screen and (max-width: 1399px) {
    .header-main-area .container-fluid {
        padding: 0 40px;
    }
}

@media screen and (max-width: 575px) {
    .header-main-area .container-fluid {
        padding: 0 25px;
    }
}

.scrolled {
    display: none !important;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-color: hsl(var(--white));
    border-radius: 12px;
    border: 1px solid hsl(var(--black) / 0.05);
}

@media screen and (max-width: 991px) {
    .header-wrapper {
        padding: 16px 16px;
    }
}

@media screen and (max-width: 575px) {
    .header-wrapper {
        padding: 10px 15px !important;
    }
}

.header-wrapper .ham__menu {
    color: hsl(var(--black));
    display: none;
}

@media screen and (max-width: 991px) {
    .header-wrapper .ham__menu {
        display: block !important;
    }
}

.header-wrapper .logo-wrapper img {
    max-width: 200px;
    filter: brightness(1);
}

@media screen and (max-width: 991px) {
    .header-wrapper .logo-wrapper img {
        width: 52px;
    }
}

@media screen and (max-width: 991px) {
    .header-wrapper .menu--wrap {
        display: none !important;
    }
}

.header-wrapper .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

@media screen and (max-width: 991px) {
    .header-wrapper .main-menu {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper .main-menu {
        margin-left: 0px;
    }
}

.header-wrapper .main-menu .menu-link--wrap {
    transition: all 0.4s;
    padding: 32px 0;
}

.header-wrapper .main-menu a {
    font-size: 16px;
    color: var(--body-bg-one);
    font-family: var(--body-font);
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.header-wrapper .main-menu a:hover {
    color: var(--primary);
}

.header-wrapper .main-menu a:before {
    position: absolute;
    bottom: -34px;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--primary);
    transform: translateX(-100%);
    opacity: 0;
}

.header-wrapper .main-menu a.active {
    color: var(--primary);
}

.header-wrapper .main-menu a.active:before {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1399px) {
    .header-wrapper .main-menu a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper .main-menu a {
        padding: 0px;
        font-size: 16px;
    }
}

.header-wrapper .main-menu a:hover:before {
    opacity: 1;
    transition:
        0.5s transform ease,
        0.8s opacity ease;
    transform: translateX(0);
}

@media (max-width: 770px) {
    .header-wrapper .menu-list-wrapper {
        display: block !important;
    }

    .header-wrapper .menu-list-wrapper ul {
        gap: 0px;
    }
}

@media (max-width: 620px) {
    .header-wrapper .menu-list-wrapper ul:last-child {
        display: none;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header--top {
    height: 50px;
    background-color: var(--primary);
}

.menu--dropdown {
    transform-origin: 0 0;
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    top: 90px;
    left: 0px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
    transition: 0.3s linear;
    background-color: var(--white);
    padding: 20px;
    border-radius: 12px;
    min-width: 220px;
    margin-top: -5px;
}

.menu--dropdown li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.01em;
    text-align: start;
    width: 100%;
    color: var(--primary) !important;
    border-bottom: 1px solid var(--black-l-100);
    padding: 12px 0;
}

.menu--dropdown li a::before {
    content: none !important;
}

.menu--dropdown li:last-child a {
    border: none;
    padding-bottom: 0;
}

.menu-link--wrap:hover .menu--dropdown {
    visibility: visible;
    opacity: 1;
    transition: 0.3s linear;
    margin-top: 0px;
    transform: scale(1);
}

.hero-section .slider-thumb--wrap {
    height: 346px;
}

.hero-section .content--wrap {
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
    z-index: 1;
    width: 410px;
}

.hero-section .content--wrap .title {
    font-size: 40px;
    font-family: "Inria Serif", serif;
    text-align: start;
}

.service--section.one {
    padding-top: 140px;
    padding-bottom: 190px;
}

.service--section.one .section-content--wrap {
    margin-bottom: 290px;
}

.service--section.one .section-content--wrap .heading {
    font-size: 140px;
}

.footer--section {
    padding: 36px 0 50px 0;
}

.counter--section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-l-800);
    z-index: -1;
}

.work--section {
    background-color: #13384e;
    padding: 24px 0 110px 0;
}

.dashboard {
    background: var(--body-bg);
    height: 100%;
    min-height: 100vh;
}

.dashboard_profile_wrap .profile_photo:hover::before {
    visibility: visible;
    opacity: 0.7;
}

.dashboard_profile_wrap .profile_photo:hover .photo_upload i {
    visibility: visible;
    opacity: 1;
}

.dashboard_profile__details ul li a {
    display: block;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.dashboard_profile__details ul li a i {
    margin-right: 10px;
}

.dashboard_profile__details ul li a:hover {
    color: hsl(var(--black));
}

.dashboard_profile__details ul li a.active {
    color: var(--primary);
}

.dashboard-body {
    position: relative;
}

.dashboard-body__bar {
    display: none;
}

@media screen and (max-width: 1199px) {
    .dashboard-body__bar {
        display: block;
    }
}

.dashboard-body__bar-icon {
    color: hsl(var(--white));
    font-size: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    background-color: var(--primary);
    text-align: center;
    padding: 2px 8px;
    border-radius: 3px;
}

.dashboard-header {
    padding: 30px;
    border-radius: 0px;
    background-color: var(--card-bg);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.dashboard-header .user-thumb {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard-header .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-header .user--name i {
    color: var(--primary);
    font-size: 18px;
}

.dashboard-header .user--name i:hover {
    color: var(--primary);
}

.dashboard-header .user-info--wrap .dropdown-menu {
    padding: 0;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.8);
    border-radius: 16px !important;
    overflow: hidden;
}

.dashboard-header .user-info--wrap .dropdown-menu .dropdown-item {
    padding: 8px 12px;
    border-bottom: 1px solid hsl(var(--black) / 0.2);
}

.dashboard-header .user-info--wrap .dropdown-menu .dropdown-item:hover {
    color: hsl(var(--white));
    background-color: var(--primary);
}

.dashboard-header .dropdown-toggle::after {
    display: none;
}

.dashboard-container-wrap {
    margin-left: 300px;
}

@media (max-width: 1025px) {
    .btn--base-circle::after {
        top: 6px;
    }
}

@media (max-width: 1024px) {
    .header-wrapper .logo-wrapper img {
        max-width: 158px;
    }

    .swiper-btn--wrap.three.position-relative.d-flex.justify-content-start.align-items-center.gap--12 {
        margin-top: 25px;
    }
}

@media (max-width: 1023px) {
    .custom--accordion:last-of-type .accordion-button.collapsed {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom--accordion .accordion-button[aria-expanded="false"]::after {
        content: none;
    }

    .custom--accordion .accordion-button[aria-expanded="true"]::after,
    .custom--accordion .accordion-button[aria-expanded="false"]::after {
        content: none;
    }

    .custom--accordion .accordion-button:not(.collapsed) {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 998px) {
    .header-two--wrap {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section .content--wrap .title {
        font-size: 36px !important;
    }

    .hero-section .content--wrap {
        left: 60px;
    }

    .history-wrap {
        grid-template-columns: 1fr 194px;
    }

    .history-card {
        flex-direction: column;
    }

    .breadcrumb .title {
        font-size: 36px !important;
    }

    .employee--card .thumb--wrap img {
        object-fit: unset !important;
    }
}

@media (max-width: 480px) {
    .container-fluid {
        padding: 0 12px;
    }

    .timeline-wrap {
        height: 320px;
        display: none;
    }

    .history-wrap {
        grid-template-columns: unset;
    }
}

.error--page {
    padding: 130px 0px;
    background: linear-gradient(
        180deg,
        #09f -28%,
        #e9f7ff 25%,
        #e9f7ff 75%,
        #09f 156%
    );
    height: 100vh;
}

.error--page .error-wrap .error--text span {
    font-size: 80px;
    font-weight: 700;
}

.error--page .error-wrap .error--text span:nth-child(1) {
    color: hsl(var(--base));
}

.error--page .error-wrap .error--text span:nth-child(2) {
    color: hsl(var(--danger));
}

.error--page .error-wrap .error--text span:nth-child(3) {
    color: hsl(var(--base));
}

.error--page .error-wrap .title {
    font-size: 80px;
    font-weight: 700;
}

.error--page .error-wrap .desc a {
    text-decoration: underline;
    color: hsl(var(--base));
}
/*# sourceMappingURL=main.css.map */

.wyg {
    ol li {
        list-style: disc;
        margin-left: 20px;
    }
    ul li {
        list-style: disc;
        margin-left: 20px;
    }
}

.offcanvas.offcanvas-start {
    width: 240px;
}

.concern--box {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    padding: 50px 60px;
}
