@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Urbanist", sans-serif;
    --body-font: "Urbanist", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 203;
    --base-s: 100%;
    --base-l: 56%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    /* Base Two Color */
    --base-two-h: 273;
    --base-two-s: 95%;
    --base-two-l: 62%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --body-color: 215 14% 34%;
    --heading-color: 240 10% 4%;
    --black: 0 0% 0%;
    --border-color: 240 5% 84%;
    --border-color-two: 214 32% 91%;
    --border-color-three: 240 6% 90%;
    --section-bg: 208 100% 97%;
    --section-bg-two: 0 0% 98%;
    --icon-bg: 0 0% 98%;
    --background-color: var(--black);
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    --gray: 240, 6%, 10%;
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
    .fs-16 {
        font-size: 0.9375rem;
    }
}

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

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

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

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}

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

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--white));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p {
    font-size: 1rem;
    margin: 0;
    color: hsl(var(--body-color));
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.1;
    font-weight: 600;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: 4rem;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.1875rem;
    }
}

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

h2 {
    font-size: 3rem;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 1.5625rem;
    }
}

h3 {
    font-size: 1.875rem;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.25rem;
    }
}

h4 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
    h4 {
        font-size: 1.3125rem;
    }
}

@media screen and (max-width: 1199px) {
    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.0625rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    h5 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    h5 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    h5 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h5 {
        font-size: 1rem;
    }
}

h6 {
    font-size: 1rem;
}

@media screen and (max-width: 1399px) {
    h6 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    h6 {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    h6 {
        font-size: 0.875rem;
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: inherit;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--info));
}

a:hover {
    color: hsl(var(--base));
}

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

select {
    cursor: pointer;
}

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

button {
    border: 0;
    background-color: transparent;
}

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

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

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
    font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

.text-muted {
    color: hsl(var(--white)/0.6) !important;
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

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

.body-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: hsl(var(--black)/0.5);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 1049;
    background-color: hsl(var(--black)/0.5);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .sidebar-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 20px;
    }
}

.section-heading__title {
    margin-bottom: 55px;
    font-size: 3.5rem;
    max-width: 835px;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .section-heading__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title {
        margin-bottom: 32px;
    }
}

.section-heading__desc {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__title::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

/* ====================== Section Heading End ==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

/* ================================= Color Css End =========================== */
.py-120 {
    padding-block: 120px;
}

@media screen and (max-width: 991px) {
    .py-120 {
        padding-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .py-120 {
        padding-block: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pt-120 {
        padding-top: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.py-60 {
    padding-block: 60px;
}

@media screen and (max-width: 991px) {
    .py-60 {
        padding-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .py-60 {
        padding-block: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pt-60 {
        padding-top: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.my-120 {
    margin-block: 120px;
}

@media screen and (max-width: 991px) {
    .my-120 {
        margin-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .my-120 {
        margin-block: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mt-120 {
        margin-top: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.my-60 {
    margin-block: 60px;
}

@media screen and (max-width: 991px) {
    .my-60 {
        margin-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .my-60 {
        margin-block: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mt-60 {
        margin-top: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(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 Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

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

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

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

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

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

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

@media (min-width: 576px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

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

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

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

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

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

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

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

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

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

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

@media (min-width: 576px) {
    .pt-100 {
        padding-top: 70px;
    }
}

@media (min-width: 992px) {
    .pt-100 {
        padding-top: 100px;
    }
}

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

@media (min-width: 576px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .pb-100 {
        padding-bottom: 100px;
    }
}

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

@media (min-width: 576px) {
    .pt-80 {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .pt-80 {
        padding-top: 80px;
    }
}

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

@media (min-width: 576px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

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

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

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

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

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

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

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

/* ================================= padding Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

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

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 500;
    padding: 17px 29px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: inline-block !important;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

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

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

.btn--lg {
    padding: 14px 20px;
}

.btn--sm {
    padding: 7px 18px;
    font-weight: 600;
    font-size: 0.75rem;
}

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

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
}

.btn--base {
    position: relative;
}

.btn--base::before,
.btn--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(281deg, hsl(var(--base)) 0%, var(--primary-700, #0070F0) 55%, hsl(var(--base)) 90%);
    -webkit-box-shadow: 0 0 20px 0 rgba(71, 184, 255, 0.5), 0 5px 5px -1px rgba(58, 125, 233, 0.25), 4px 4px 8px 0 rgba(175, 230, 255, 0.5) inset, -4px -4px 8px 0 rgba(19, 95, 216, 0.35) inset;
    box-shadow: 0 0 20px 0 rgba(71, 184, 255, 0.5), 0 5px 5px -1px rgba(58, 125, 233, 0.25), 4px 4px 8px 0 rgba(175, 230, 255, 0.5) inset, -4px -4px 8px 0 rgba(19, 95, 216, 0.35) inset;
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn--base::after {
    background: -webkit-gradient(linear, left top, right top, from(hsl(var(--base))), to(hsl(var(--base-two))));
    background: linear-gradient(90deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--base:hover::after,
.btn--base:focus::after,
.btn--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-outline--base::before,
.btn-outline--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, right top, from(hsl(var(--base-two))), to(hsl(var(--base))));
    background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.btn-outline--base:hover,
.btn-outline--base:focus,
.btn-outline--base:focus-visible {
    color: hsl(var(--white)) !important;
}

.btn-outline--base:hover::before,
.btn-outline--base:hover::after,
.btn-outline--base:focus::before,
.btn-outline--base:focus::after,
.btn-outline--base:focus-visible::before,
.btn-outline--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

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

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

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

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

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

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

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

.btn-outline--white:hover,
.btn-outline--white:focus .btn-outline--white:focus-visible {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 6px;
    font-size: 0.9375rem;
    color: hsl(var(--black)/0.6);
    font-weight: 500;
}

.form-group {
    margin-bottom: 1rem;
}

/* Form Select */
.select {
    color: hsl(var(--black)/0.6) !important;
}

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

.select option {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
    border-radius: 5px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 13px 24px;
    background-color: transparent;
    border: 1px solid hsl(var(--black)/0.2);
    color: hsl(var(--black));
    line-height: 1;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control::placeholder {
    color: hsl(var(--black)/0.6);
    font-size: 0.875rem;
}

.form--control:focus {
    border-color: hsl(var(--base));
}

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

.form--control[type=password] {
    color: hsl(var(--black)/0.5);
}

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

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

.form--control[type=file]::-webkit-file-upload-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

/* Form Control End */
textarea.form--control {
    height: 130px;
}

/* Autofill Css */
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;
    caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

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

/* Custom Checkbox Design */
.form--check a {
    display: inline;
}

.form--check .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    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: hsl(var(--white));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

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

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

/* Custom Radio Design */
.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

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

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

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

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

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--black)/0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 70px;
    height: 38px;
    cursor: pointer;
}

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

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

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

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

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
    border-radius: 5px;
    border: 1px solid hsl(var(--border-color));
}

.input--group .form--control {
    border-width: 0px !important;
    padding-right: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.input--group .input-group-text+.form--control {
    padding-right: 20px;
    padding-left: 10px;
}

.input--group:focus-within {
    border: 1px solid hsl(var(--base));
}

.input--group .input-group-text {
    border-width: 0px;
    height: calc(100% - 10px);
    margin: 5px;
    border-radius: 5px;
    background-color: hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

.input--group-text {
    margin-left: 5px;
}

.input--group .form--control[readonly] {
    background: hsl(var(--black)/0.3) !important;
}

.input--group .form--control[readonly]:focus {
    border-color: hsl(var(--black)/0.3);
}

.input--group:has(.form--control[readonly]) {
    background: hsl(var(--black)/0.3) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
    border-color: hsl(var(--black)/0.4) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--black)/0.12);
    padding: 15px;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 1.5625rem;
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--modal .modal-content {
    border-radius: 10px !important;
}

.custom--modal .modal-body {
    padding: 15px;
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--black)/0.12);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 56px;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 48px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 32px;
    }
}

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

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

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

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

/* ================================= Pagination Css End =========================== */
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
    content: "";
    border: 1em solid hsl(var(--base));
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* ================================= preload Css End ===========================  */
/* ======================= Header Start Here ======================= */
.header {
    width: 100%;
    position: relative;
    background-color: transparent;
    z-index: 5;
    padding: 30px 0px;
}

.header.header-absolute {
    position: absolute;
}

.header.fixed-header {
    position: sticky;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .header {
        max-height: 100vh;
        overflow-y: auto;
        padding: 10px 0;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #F4FAFF;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header .navbar {
    padding: 0 !important;
}

.header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.header .navbar-brand.logo img {
    max-width: 200px;
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .header .navbar-brand.logo img {
        max-width: 150px;
    }
}

.header .navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--body-color));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

.header .navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header .navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 992px) {
    .header .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .nav-menu .nav-item {
        position: relative;
        padding: 0px;
    }

    .header .nav-menu .nav-item .nav-link {
        font-size: 1.125rem;
        font-weight: 500;
        color: hsl(var(--gray)) !important;
        padding: 4px 16px;
        position: relative;
        cursor: pointer;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        border: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
        opacity: 0.8;
    }

    .header .nav-menu .nav-item .nav-link .nav-item__icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }

    .header .nav-menu .nav-item .nav-link:hover {
        color: hsl(var(--base)) !important;
    }

    .header .nav-menu .nav-item .nav-link:hover::before {
        width: 100%;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header .nav-menu .nav-item .nav-link:hover .nav-item__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .header .nav-menu .nav-item .nav-link:hover+ :is(.dropdown-menu) {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .header .nav-menu .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .header .nav-menu .nav-item .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .header .nav-menu .nav-item .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .header .nav-menu .nav-item .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header .nav-menu .nav-item .dropdown-menu__link:focus,
    .header .nav-menu .nav-item .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }

    .header .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--white)) !important;
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base))), to(hsl(var(--base))));
        background: linear-gradient(180deg, hsl(var(--base)) 0%, hsl(var(--base)) 100%);
    }

    .header .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .header .nav-menu {
        margin-top: 20px !important;
        border-radius: unset;
        background-color: transparent;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    .header .nav-menu .nav-item {
        display: block;
        position: relative;
        text-align: left;
        margin: 0;
    }

    .header .nav-menu .nav-item:last-child>.nav-link {
        border-bottom: 0;
    }

    .header .nav-menu .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--border-color)/0.5);
        color: hsl(var(--heading-color)) !important;
        font-weight: 600;
    }

    .header .nav-menu .nav-item .nav-link::before {
        display: none;
    }

    .header .nav-menu .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .header .nav-menu .nav-item .nav-link.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header .nav-menu .nav-item .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .header .nav-menu .nav-item .dropdown-menu .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white));
        border-bottom: 1px solid hsl(var(--white)/0.2);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .header .nav-menu .nav-item .dropdown-menu .dropdown-item:hover,
    .header .nav-menu .nav-item .dropdown-menu .dropdown-item:focus {
        background-color: transparent;
    }
}

.language-box .select {
    color: hsl(var(--white)/0.6) !important;
}

.language-box .select:focus {
    color: hsl(var(--white)) !important;
}

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

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

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

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

/* ======================= Header Css End =========================== */
/* ================ Top Header Start Here ================ */
.header-top {
    background-color: hsl(var(--black));
    border-bottom: 1px solid hsl(var(--white)/0.2);
    padding: 10px 0px;
    position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
}

.top-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .top-header-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-list__item {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.contact-list__item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.contact-list__item:last-child::before {
    display: none;
}

.contact-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.4);
}

.contact-list__item-icon {
    font-size: 0.75rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.contact-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
    color: hsl(var(--white));
}

/* Login Registration */
.login-registration-list {
    margin: 0 -10px;
    padding-right: 20px;
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        padding-right: 0;
    }
}

.login-registration-list__item {
    color: hsl(var(--white));
    padding: 0 10px;
    position: relative;
}

.login-registration-list__item:last-child::before {
    display: none;
}

.login-registration-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.5);
}

.login-registration-list__icon {
    color: hsl(var(--base));
    margin-right: 10px;
    font-size: 1rem;
}

.login-registration-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
    .login-registration-list__link {
        font-size: 0.9375rem;
    }
}

.login-registration-list__link:hover {
    color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

/* Language Box */
.language-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.language-box .select {
    color: hsl(var(--white));
    background-color: transparent;
    border: 1px solid hsl(var(--white)/0.4);
    padding: 5px 8px;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 5px;
}

.language-box .select option {
    background-color: hsl(var(--black));
}

/* ================ Top Header End Here ================ */
/* =============================== Call To Action Css Start ======================= */
.cta-section {
    margin-bottom: -217px;
}

@media screen and (max-width: 1199px) {
    .cta-section {
        margin-bottom: -198px;
    }
}

@media screen and (max-width: 991px) {
    .cta-section {
        margin-bottom: -147px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section {
        margin-bottom: -137px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section {
        margin-bottom: -130px;
    }
}

@media screen and (max-width: 424px) {
    .cta-section {
        margin-bottom: -127px;
    }
}

@media screen and (max-width: 374px) {
    .cta-section {
        margin-bottom: -148px;
    }
}

.cta-wrapper {
    position: relative;
    padding: 56px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 1399px) {
    .cta-wrapper {
        border-radius: 18px;
        padding: 45px 35px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-wrapper {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 991px) {
    .cta-wrapper {
        border-radius: 15px;
        padding: 30px 25px 35px;
    }
}

@media screen and (max-width: 767px) {
    .cta-wrapper {
        border-radius: 12px;
        padding: 25px 20px;
    }
}

@media screen and (max-width: 575px) {
    .cta-wrapper {
        padding: 20px 15px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 374px) {
    .cta-wrapper {
        padding: 18px 12px;
        border-radius: 8px;
    }
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 625px;
}

@media screen and (max-width: 1399px) {
    .cta-content {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-content {
        max-width: 475px;
    }
}

@media screen and (max-width: 991px) {
    .cta-content {
        max-width: 100%;
    }
}

.cta-content__title {
    margin-bottom: 33px;
}

@media screen and (max-width: 1399px) {
    .cta-content__title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-content__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .cta-content__title {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 767px) {
    .cta-content__title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .cta-content__title {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 424px) {
    .cta-content__title {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 374px) {
    .cta-content__title {
        font-size: 1.5625rem;
    }
}

.cta-content__desc {
    margin-bottom: 47px;
}

@media screen and (max-width: 1399px) {
    .cta-content__desc {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-content__desc {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .cta-content__desc {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 767px) {
    .cta-content__desc {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 575px) {
    .cta-content__desc {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .cta-content__desc {
        margin-bottom: 12px;
    }
}

.cta-content__buttons {
    gap: 16px;
}

@media screen and (max-width: 1399px) {
    .cta-content__buttons {
        gap: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-content__buttons {
        gap: 12px;
    }
}

@media screen and (max-width: 991px) {
    .cta-content__buttons {
        gap: 10px;
    }
}

@media screen and (max-width: 575px) {
    .cta-content__buttons {
        gap: 8px;
    }
}

.cta-thumb {
    position: absolute;
    z-index: 1;
    right: 45px;
    bottom: 0;
}

@media screen and (max-width: 1399px) {
    .cta-thumb {
        right: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-thumb {
        right: 0;
    }
}

.cta-thumb img {
    max-width: 611px;
}

@media screen and (max-width: 1399px) {
    .cta-thumb img {
        max-width: 550px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-thumb img {
        max-width: 435px;
    }
}

/* ============= Footer Start ======================= */
.footer-area {
    margin-top: auto;
    padding-top: 281px;
}

@media screen and (max-width: 1399px) {
    .footer-area {
        padding-top: 265px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-area {
        padding-top: 240px;
    }
}

@media screen and (max-width: 991px) {
    .footer-area {
        padding-top: 185px;
    }
}

@media screen and (max-width: 767px) {
    .footer-area {
        padding-top: 170px;
    }
}

@media screen and (max-width: 575px) {
    .footer-area {
        padding-top: 160px;
    }
}

@media screen and (max-width: 374px) {
    .footer-area {
        padding-top: 170px;
    }
}

.footer-area__inner {
    padding-bottom: 28px;
}

@media screen and (max-width: 1399px) {
    .footer-area__inner {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-area__inner {
        padding-bottom: 20px;
    }
}

.footer-item__logo {
    margin-bottom: 25px;
}

@media screen and (max-width: 1399px) {
    .footer-item__logo {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-item__logo {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-item__logo {
        margin-bottom: 12px;
    }
}

.footer-item__logo img {
    max-height: 40px;
}

@media screen and (max-width: 991px) {
    .footer-item__logo img {
        max-height: 35px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item__logo img {
        max-height: 34px;
    }
}

.footer-item__desc {
    position: relative;
    max-width: 450px;
}

@media screen and (max-width: 1399px) {
    .footer-item__desc {
        max-width: 430px;
    }
}

.footer-item.two {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .footer-item.two {
        text-align: left;
    }
}

.footer-item.two .footer-item__title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 1199px) {
    .footer-item.two .footer-item__title {
        margin-bottom: 3px;
    }
}

.footer-item.two .footer-item__logo {
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .footer-item.two .footer-item__logo {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .footer-item.two .footer-item__logo {
        margin-bottom: 12px;
    }
}

.footer-item.two .footer-item__logo img {
    max-width: 208px;
    max-height: 40px;
}

@media screen and (max-width: 1199px) {
    .footer-item.two .footer-item__logo img {
        max-width: 185px;
        max-height: 35px;
    }
}

@media screen and (max-width: 991px) {
    .footer-item.two .footer-item__logo img {
        max-width: 165px;
        max-height: 32px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item.two .footer-item__logo img {
        max-width: 145px;
        max-height: 27px;
    }
}

.bottom-footer {
    border-top: 1px solid hsl(var(--border-color));
    padding: 12px 0;
}

.bottom-footer__text {
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .bottom-footer__text {
        text-align: center;
        margin-bottom: 8px;
    }
}

.bottom-footer__text a {
    font-weight: 500;
}

.bottom-footer__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
}

@media screen and (max-width: 1399px) {
    .bottom-footer__buttons {
        gap: 13px;
    }
}

@media screen and (max-width: 1199px) {
    .bottom-footer__buttons {
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .bottom-footer__buttons {
        gap: 8px;
    }
}

@media screen and (max-width: 767px) {
    .bottom-footer__buttons {
        gap: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 424px) {
    .bottom-footer__buttons {
        gap: 5px;
    }
}

.bottom-footer__buttons .store-btn {
    width: 111px;
    height: 32px;
    border-radius: 5px;
}

@media screen and (max-width: 1199px) {
    .bottom-footer__buttons .store-btn {
        width: 105px;
        height: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .bottom-footer__buttons .store-btn {
        width: 100px;
        height: 29px;
    }
}

@media screen and (max-width: 424px) {
    .bottom-footer__buttons .store-btn {
        width: 94px;
        height: 28px;
    }
}

.bottom-footer__buttons .store-btn:last-of-type {
    border: 0;
}

/* ============= Footer End ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1392px;
    }
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.15);
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 155px 0 70px;
    background-color: #ddd;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 115px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 105px 0 40px;
    }
}

.breadcrumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--white)/0.1);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--black));
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb__item {
    color: hsl(var(--black));
    padding: 0 5px;
    font-weight: 400;
    font-size: 1rem;
}

.breadcrumb__item-text {
    color: hsl(var(--base));
}

.breadcrumb__link {
    color: hsl(var(--black));
    font-weight: 500;
}

.breadcrumb__link:hover {
    color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 1;
    padding: 180px 0 0px;
}

@media screen and (max-width: 1199px) {
    .banner-section {
        padding: 230px 0 0px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 130px 0 0px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding: 115px 0 60px;
    }
}

.banner-section.bg-img {
    background-position: bottom center;
}

.banner-content {
    --space: 180px;
    margin-bottom: var(--space);
}

.banner-content__title {
    color: hsl(var(--heading-color));
    font-size: 4rem;
    font-weight: 600;
    max-width: 958px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
    .banner-content__title {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__title {
        font-size: 2rem;
    }
}

.banner-desc {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.banner-content__button {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media screen and (max-width: 424px) {
    .banner-content__button {
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 8px !important;
    }

    .banner-content__button .btn {
        padding: 7px 13px;
    }
}

.banner-content__thumb {
    -webkit-transform: translateY(var(--space));
    transform: translateY(var(--space));
    margin-top: calc(-1 * var(--space));
}

/* =========================== Banner Section End Here ========================= */
/* ================================= Solution Css Start =========================== */
.solution-item {
    position: relative;
    background-color: hsl(var(--base)/0.1);
    border-radius: 20px;
    height: 100%;
    border: 1px solid hsl(var(--base)/0.2);
    overflow: hidden;
}

.solution-item.two {
    border: 1px solid hsl(var(--primary)/0.1);
    background-color: hsl(var(--primary)/0.04);
}

.solution-item.three {
    border: 1px solid #A3B3FF;
    background: #EEF2FF;
}

.solution-item__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0px 0px 32px;
}

@media screen and (max-width: 767px) {
    .solution-item__inner {
        padding: 24px;
    }
}

@media screen and (max-width: 424px) {
    .solution-item__inner {
        padding: 20px;
    }
}

.solution-item.two .solution-item__thumb img {
    max-width: 200px;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .solution-item.two .solution-item__thumb img {
        max-width: 215px;
    }
}

.solution-item.two .solution-item__thumb {
    margin-top: -12px;
}

@media screen and (max-width: 991px) {
    .solution-item.three .solution-item__content-inner {
        width: 100%;
    }
}

.solution-item.three .solution-item__content-inner .btn {
    margin-top: 12px;
}

@media screen and (max-width: 1199px) {
    .solution-item.three .solution-item__content-inner .btn {
        margin-top: 8px;
    }
}

.solution-item.three .solution-item__buttons {
    gap: 8px;
    margin-top: 10px;
}

@media screen and (max-width: 424px) {
    .solution-item.three .solution-item__buttons {
        gap: 5px;
    }
}

.solution-item.three .solution-item__buttons .btn {
    margin-top: 0;
}

.solution-item.three .solution-item__buttons .btn:first-of-type {
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .solution-item.three .solution-item__thumb {
        display: none;
    }
}

.solution-item.three .solution-item__thumb {
    margin-top: -12px;
}

.solution-item.three .solution-item__thumb img {
    max-width: 650px;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .solution-item.three .solution-item__thumb img {
        max-width: 575px;
    }
}

@media screen and (max-width: 1199px) {
    .solution-item.three .solution-item__thumb img {
        max-width: 425px;
    }
}

@media screen and (max-width: 1399px) {
    .solution-item.three>.btn {
        padding: 12.5px 5px;
    }
}

@media screen and (max-width: 1199px) {
    .solution-item.three>.btn {
        font-size: 0.9375rem;
        padding: 11px 5px;
    }
}

.solution-item__content-inner {
    width: 370px;
}

@media screen and (max-width: 1199px) {
    .solution-item__content-inner {
        width: 100%;
    }
}

.solution-item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 24px;
}

@media screen and (max-width: 424px) {
    .solution-item__content {
        padding-bottom: 0px;
    }
}

.solution-item__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.solution-item__content .btn {
    display: none;
}

@media screen and (max-width: 991px) {
    .solution-item__content .btn {
        display: inline-block;
        margin-top: 10px;
    }
}

.solution-item__title {
    margin-bottom: 10px;
}

@media screen and (max-width: 1399px) {
    .solution-item__title {
        font-size: 2rem;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .solution-item__title {
        font-size: 1.75rem;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 991px) {
    .solution-item__title {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 767px) {
    .solution-item__title {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 575px) {
    .solution-item__title {
        font-size: 1.3125rem;
        margin-bottom: 4px;
    }
}

.solution-item__desc {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 1.125rem;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1399px) {
    .solution-item__desc {
        margin-bottom: 18px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 1199px) {
    .solution-item__desc {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 991px) {
    .solution-item__desc {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .solution-item__desc {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .solution-item__desc {
        margin-bottom: 10px;
    }
}

.solution-item__list {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .solution-item__list {
        margin-top: 10px;
    }
}

.solution-item__list-item {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    color: hsl(var(--heading-color));
}

.solution-item__list-item img {
    width: 15px;
    height: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 1399px) {
    .solution-item__list-item {
        margin-bottom: 15px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 1199px) {
    .solution-item__list-item {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .solution-item__list-item {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    .solution-item__list-item {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .solution-item__list-item {
        margin-bottom: 6px;
    }
}

.solution-item__list-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .solution-item__thumb {
        display: none;
    }
}

.solution-item__thumb img {
    max-width: 200px;
}

@media screen and (max-width: 1399px) {
    .solution-item__thumb img {
        max-width: 190px;
    }
}

.solution-item>.btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 16.5px 33px;
}

@media screen and (max-width: 1399px) {
    .solution-item>.btn {
        padding: 11.5px 16px;
    }
}

@media screen and (max-width: 1199px) {
    .solution-item>.btn {
        padding: 11px 17px;
    }
}

@media screen and (max-width: 991px) {
    .solution-item>.btn {
        display: none;
    }
}

@media screen and (max-width: 1399px) {
    .solution-item>.btn .svg-icon {
        margin-right: 2px;
    }
}

@media screen and (max-width: 1199px) {
    .solution-item>.btn .svg-icon {
        display: none;
    }
}

/* ================================= Solution Css End =========================== */
/* =============================== business Section Css Start ======================= */
.business-type-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.business-type-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: hsl(var(--black)/0.5);
}

.business-type-item img {
    border-radius: 12px;
    height: 100%;
    width: 100%;
}

.business-type-item__content {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 16px;
    border-radius: 12px;
    width: calc(100% - 24px);
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.business-type-item__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: hsl(var(--white));
    margin-bottom: 5px;
}

@media screen and (max-width: 424px) {
    .business-type-item__title {
        font-size: 1.125rem;
    }
}

.business-type-item__text {
    font-size: 1.125rem;
    font-weight: 400;
    color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .business-type-item__text {
        font-size: 1rem;
    }
}

.business-type-item .business-btn {
    margin-top: 25px;
}

.business-type-item .business-btn .btn-outline--white:hover {
    color: hsl(var(--black)) !important;
}

.business-type-item__last {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 24px;
    z-index: 2;
    border-radius: 12px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 290px;
    width: 100%;
}

@media screen and (max-width: 424px) {
    .business-type-item__last {
        max-width: 275px;
    }
}

.business-type-item__last .title {
    font-size: 6.5rem;
    color: hsl(var(--white));
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .business-type-item__last .title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 424px) {
    .business-type-item__last .title {
        font-size: 2.5rem;
    }
}

.business-type-item__last .desc {
    font-size: 1.5rem;
    color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .business-type-item__last .desc {
        font-size: 1.125rem;
    }
}

/* =============================== business Section Css end ======================= */
.feature-item__wrapper {
    border-bottom: 1px solid hsl(var(--border-color));
    margin-bottom: 24px;
    padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .feature-item__wrapper {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

.feature-item {
    position: relative;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.feature-item:hover {
    background: hsl(var(--section-bg-two));
}

@media screen and (max-width: 1399px) {
    .feature-item {
        border-radius: 18px;
        padding: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .feature-item {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 991px) {
    .feature-item {
        border-radius: 15px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item {
        padding: 20px 15px 18px;
        height: auto;
        border-radius: 12px;
    }
}

@media screen and (max-width: 575px) {
    .feature-item {
        border-radius: 10px;
    }
}

.feature-item__top {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .feature-item__top {
        margin-bottom: 15px;
    }
}

.feature-item__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: hsl(var(--base));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .feature-item__icon {
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 991px) {
    .feature-item__icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__icon {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 424px) {
    .feature-item__icon {
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}

.feature-item__desc {
    max-width: 900px;
    line-height: 1.6;
}

.feature-item__icon-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .feature-item__icon-inner {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 991px) {
    .feature-item__icon-inner {
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 767px) {
    .feature-item__icon-inner {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width: 424px) {
    .feature-item__icon-inner {
        width: 14px;
        height: 14px;
    }
}

.feature-item__title {
    margin-bottom: 5px;
    font-size: 2rem;
}

@media screen and (max-width: 991px) {
    .feature-item__title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 424px) {
    .feature-item__title {
        font-size: 1.125rem;
    }
}

.feature-wrapper div[class*=col]:nth-child(1) .feature-item__icon {
    background: hsl(var(--warning));
}

.feature-wrapper div[class*=col]:nth-child(2) .feature-item__icon {
    background: hsl(var(--primary));
}

.feature-wrapper div[class*=col]:nth-child(3) .feature-item__icon {
    background: hsl(var(--info));
}

.feature-wrapper div[class*=col]:nth-child(4) .feature-item__icon {
    background: hsl(var(--warning));
}

.feature-wrapper div[class*=col]:nth-child(5) .feature-item__icon {
    background: hsl(var(--success));
}

.feature-wrapper div[class*=col]:nth-child(6) .feature-item__icon {
    background: hsl(var(--danger));
}

.feature-item__top,
.technology-content-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* =============================== Technology Css Start ======================= */
.technology-section {
    background: hsl(var(--light));
}

.technology-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
}

@media screen and (max-width: 1399px) {
    .technology-content-wrapper {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .technology-content-wrapper {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .technology-content-wrapper {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .technology-content-wrapper {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

@media screen and (max-width: 575px) {
    .technology-content-wrapper {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 424px) {
    .technology-content-wrapper {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}

@media screen and (max-width: 424px) {
    .technology-content-wrapper {
        row-gap: 10px;
    }
}

.technology-content {
    width: 242px;
}

@media screen and (max-width: 1399px) {
    .technology-content {
        width: 220px;
    }
}

@media screen and (max-width: 1199px) {
    .technology-content {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .technology-content {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .technology-content {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 575px) {
    .technology-content {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 424px) {
    .technology-content {
        width: calc(50% - 6px);
    }
}

@media screen and (max-width: 374px) {
    .technology-content {
        width: 100%;
    }
}

.technology-content__title {
    position: relative;
    margin-bottom: 24px;
    display: inline-block;
    font-weight: 700;
    font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
    .technology-content__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 424px) {
    .technology-content__title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1399px) {
    .technology-content__title {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .technology-content__title {
        margin-bottom: 14px;
    }
}

.technology-content .technology-shape {
    position: absolute;
    width: 595px;
    left: calc(100% + 8px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {
    .technology-content .technology-shape {
        width: 500px;
        left: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .technology-content .technology-shape {
        width: 410px;
    }
}

@media screen and (max-width: 991px) {
    .technology-content .technology-shape {
        display: none;
    }
}

.technology-content .technology-shape.two {
    width: 595px;
    left: calc(100% + 5px);
    top: 54%;
}

@media screen and (max-width: 1399px) {
    .technology-content .technology-shape.two {
        width: 280px;
        left: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .technology-content .technology-shape.two {
        width: 220px;
    }
}

.technology-content-list__item {
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    padding: 3px 10px 3px 3px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    border: 1px solid hsl(var(--border-color)/0.2);
}

@media screen and (max-width: 1399px) {
    .technology-content-list__item {
        border-radius: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .technology-content-list__item {
        border-radius: 8px;
    }
}

.technology-content-list__item:last-child {
    margin-bottom: 0;
}

.technology-content-list__item-thumb {
    width: 48px;
    height: 48px;
    border: 1px solid hsl(var(--border-color-two));
    border-radius: 10px;
    background: hsl(var(--icon-bg));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1399px) {
    .technology-content-list__item-thumb {
        border-radius: 8px;
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .technology-content-list__item-thumb {
        border-radius: 7px;
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 767px) {
    .technology-content-list__item-thumb {
        border-radius: 5px;
        width: 35px;
        height: 35px;
    }
}

.technology-content-list__item-thumb img {
    max-width: 48px;
    max-height: 48px;
}

@media screen and (max-width: 1399px) {
    .technology-content-list__item-thumb img {
        max-width: 42px;
        max-height: 42px;
    }
}

@media screen and (max-width: 1199px) {
    .technology-content-list__item-thumb img {
        max-width: 28px;
        max-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .technology-content-list__item-thumb img {
        width: 25px;
        height: 25px;
    }
}

.technology-content-list__item-title {
    width: calc(100% - 48px);
    padding-left: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1399px) {
    .technology-content-list__item-title {
        font-size: 1.0625rem;
        width: calc(100% - 45px);
        padding-left: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .technology-content-list__item-title {
        font-size: 1rem;
        width: calc(100% - 38px);
        padding-left: 8px;
    }
}

@media screen and (max-width: 991px) {
    .technology-content-list__item-title {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .technology-content-list__item-title {
        font-size: 0.875rem;
        width: calc(100% - 35px);
    }
}

@media screen and (max-width: 575px) {
    .technology-content-list__item-title {
        font-size: 0.875rem;
    }
}

.technology-thumb {
    text-align: right;
}

/* =============================== Technology Css End ======================= */
/* ================================ Visualized Slider Css Start ============================= */
.visualized-slider-section .swiper-slide-active img {
    border-radius: 24px;
}

.visualized-slider-section .swiper {
    width: 100%;
    padding: 50px 0;
}

.visualized-slider-section .swiper-slide {
    position: relative;
    width: 332px;
    height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: blur(1.2px);
    filter: blur(1.2px);
}

@media screen and (max-width: 1199px) {
    .visualized-slider-section .swiper-slide {
        width: 260px;
        height: 530px;
    }
}

@media screen and (max-width: 767px) {
    .visualized-slider-section .swiper-slide {
        width: 230px;
        height: 460px;
    }
}

@media screen and (max-width: 424px) {
    .visualized-slider-section .swiper-slide {
        width: 196px;
        height: 408px;
    }
}

.visualized-slider-section .swiper-slide::after {
    position: absolute;
    content: "";
    background: hsl(var(--white)/0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.visualized-slider-section .swiper-slide.swiper-slide-prev,
.visualized-slider-section .swiper-slide.swiper-slide-next {
    -webkit-filter: blur(0.9px);
    filter: blur(0.9px);
}

.visualized-slider-section .swiper-slide.swiper-slide-prev::after,
.visualized-slider-section .swiper-slide.swiper-slide-next::after {
    background: hsl(var(--white)/0.35);
}

.visualized-slider-section .swiper-slide img {
    width: 100%;
    height: 100%;
}

.visualized-slider-section .swiper-full-mobile {
    position: relative;
}

.visualized-slider-section .swiper-full-mobile:before {
    background: url("../images/thumbs/frame.png");
    content: "";
    width: 370px;
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0px;
    top: 31px;
    margin: auto;
    z-index: 999;
}

@media screen and (max-width: 1199px) {
    .visualized-slider-section .swiper-full-mobile:before {
        width: 280px;
        height: 560px;
    }
}

@media screen and (max-width: 767px) {
    .visualized-slider-section .swiper-full-mobile:before {
        width: 245px;
        height: 495px;
    }
}

@media screen and (max-width: 424px) {
    .visualized-slider-section .swiper-full-mobile:before {
        width: 215px;
        height: 435px;
    }
}

.visualized-slider-section .swiper-slide-active {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.visualized-slider-section .swiper-slide-active::after {
    background: transparent;
}

.visualized-slider-section .slider-controls__pagination {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-top: 35px;
}

.visualized-slider-section .slider-controls {
    padding-top: 20px;
}

@media screen and (max-width: 424px) {
    .visualized-slider-section .slider-controls__pagination {
        gap: 6px;
        margin-top: 30px;
    }
}

.visualized-slider-section .slider-controls__pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: hsl(var(--border-color));
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .slider-controls__pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.slider-controls__pagination .swiper-pagination-bullet:hover {
    background: hsl(var(--base));
}

.slider-controls__pagination .swiper-pagination-bullet-active {
    width: 64px;
    border-radius: 12px;
    background: hsl(var(--base));
}

@media screen and (max-width: 1399px) {
    .slider-controls__pagination .swiper-pagination-bullet-active {
        width: 55px;
    }
}

@media screen and (max-width: 1199px) {
    .slider-controls__pagination .swiper-pagination-bullet-active {
        width: 48px;
    }
}

@media screen and (max-width: 991px) {
    .slider-controls__pagination .swiper-pagination-bullet-active {
        width: 42px;
    }
}

@media screen and (max-width: 767px) {
    .slider-controls__pagination .swiper-pagination-bullet-active {
        width: 35px;
    }
}

.visualized-slider-section .swiper-button-next,
.visualized-slider-section .swiper-button-prev {
    position: unset;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 2.5rem;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {

    .visualized-slider-section .swiper-button-next,
    .visualized-slider-section .swiper-button-prev {
        width: 65px;
        height: 65px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 1199px) {

    .visualized-slider-section .swiper-button-next,
    .visualized-slider-section .swiper-button-prev {
        width: 58px;
        height: 58px;
        font-size: 1.6875rem;
        left: 5px;
    }
}

@media screen and (max-width: 767px) {

    .visualized-slider-section .swiper-button-next,
    .visualized-slider-section .swiper-button-prev {
        width: 52px;
        height: 52px;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 575px) {

    .visualized-slider-section .swiper-button-next,
    .visualized-slider-section .swiper-button-prev {
        display: none;
    }
}

.visualized-slider-section .swiper-button-next {
    left: auto;
    right: 10px;
}

@media screen and (max-width: 1199px) {
    .swiper-button-next {
        right: 5px;
    }
}

.visualized-slider-section .swiper-button-next:after,
.visualized-slider-section .swiper-button-prev:after {
    display: none;
}

.flex-center,
.slider-controls__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.visualized-slider-section .slider-controls__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: hsl(var(--base)) !important;
    width: 60px;
    border-radius: 30px;
}

/* ================================ Visualized Slider Css End ============================= */
/* ================================ Frequently Asked Questions Css Start ============================= */
.faq-item {
    background: hsl(var(--section-bg-two));
    border: 1px solid hsl(var(--border-color-three));
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.faq-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1399px) {
    .faq-item {
        border-radius: 18px;
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .faq-item {
        border-radius: 15px;
    }
}

@media screen and (max-width: 767px) {
    .faq-item {
        border-radius: 12px;
    }
}

@media screen and (max-width: 575px) {
    .faq-item {
        border-radius: 10px;
    }
}

@media screen and (max-width: 424px) {
    .faq-item {
        border-radius: 8px;
    }
}

@media (max-width: 499px) {
    .faq-item {
        height: auto;
    }
}

.faq-item:hover {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.faq-item__top {
    position: relative;
}

.faq-item__icon {
    width: 24px;
    height: 24px;
    color: hsl(var(--base));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 1199px) {
    .faq-item__icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .faq-item__icon {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 575px) {
    .faq-item__icon {
        width: 16px;
        height: 16px;
    }
}

.faq-item__title {
    width: calc(100% - 24px);
    padding-left: 10px;
    margin-bottom: 16px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    color: hsl(var(--heading-color));
}

@media screen and (max-width: 1399px) {
    .faq-item__title {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-item__title {
        width: calc(100% - 20px);
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .faq-item__title {
        width: calc(100% - 18px);
        padding-left: 6px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 575px) {
    .faq-item__title {
        margin-bottom: 6px;
        width: calc(100% - 16px);
    }
}

.faq-item__desc {
    padding-right: 1px;
    line-height: 1.6;
}

@media screen and (max-width: 1399px) {
    .faq-item__desc {
        padding-right: 0;
    }
}

/* ================================ Frequently Asked Questions Css End ============================= */
/* =============================== Call To Action Css Start ======================= */
.cta-section {
    margin-bottom: -217px;
}

@media screen and (max-width: 1199px) {
    .cta-section {
        margin-bottom: -198px;
    }
}

@media screen and (max-width: 991px) {
    .cta-section {
        margin-bottom: -147px;
    }
}

@media screen and (max-width: 767px) {
    .cta-section {
        margin-bottom: -137px;
    }
}

@media screen and (max-width: 575px) {
    .cta-section {
        margin-bottom: -130px;
    }
}

@media screen and (max-width: 424px) {
    .cta-section {
        margin-bottom: -127px;
    }
}

@media screen and (max-width: 374px) {
    .cta-section {
        margin-bottom: -148px;
    }
}

.cta-wrapper {
    position: relative;
    padding: 56px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 1399px) {
    .cta-wrapper {
        border-radius: 18px;
        padding: 45px 35px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-wrapper {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 991px) {
    .cta-wrapper {
        border-radius: 15px;
        padding: 30px 25px 35px;
    }
}

@media screen and (max-width: 767px) {
    .cta-wrapper {
        border-radius: 12px;
        padding: 25px 20px;
    }
}

@media screen and (max-width: 575px) {
    .cta-wrapper {
        padding: 20px 15px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 374px) {
    .cta-wrapper {
        padding: 18px 12px;
        border-radius: 8px;
    }
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 625px;
}

@media screen and (max-width: 1399px) {
    .cta-content {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-content {
        max-width: 475px;
    }
}

@media screen and (max-width: 991px) {
    .cta-content {
        max-width: 100%;
    }
}

.cta-content__title {
    margin-bottom: 33px;
}

@media screen and (max-width: 1399px) {
    .cta-content__title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-content__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .cta-content__title {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 767px) {
    .cta-content__title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .cta-content__title {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 424px) {
    .cta-content__title {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 374px) {
    .cta-content__title {
        font-size: 1.5625rem;
    }
}

.cta-content__desc {
    margin-bottom: 47px;
}

@media screen and (max-width: 1399px) {
    .cta-content__desc {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-content__desc {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .cta-content__desc {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 767px) {
    .cta-content__desc {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 575px) {
    .cta-content__desc {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .cta-content__desc {
        margin-bottom: 12px;
    }
}

.cta-content__buttons {
    gap: 16px;
}

@media screen and (max-width: 1399px) {
    .cta-content__buttons {
        gap: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-content__buttons {
        gap: 12px;
    }
}

@media screen and (max-width: 991px) {
    .cta-content__buttons {
        gap: 10px;
    }
}

@media screen and (max-width: 575px) {
    .cta-content__buttons {
        gap: 8px;
    }
}

.cta-thumb {
    position: absolute;
    z-index: 1;
    right: 45px;
    bottom: 0;
}

@media screen and (max-width: 1399px) {
    .cta-thumb {
        right: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-thumb {
        right: 0;
    }
}

.cta-thumb img {
    max-width: 611px;
}

@media screen and (max-width: 1399px) {
    .cta-thumb img {
        max-width: 550px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-thumb img {
        max-width: 435px;
    }
}

/* ================================ Hrm design Css Start ============================= */
.hrm-manage__item {
    padding: 24px;
    border: 1px solid hsl(var(--base)/0.2);
    border-radius: 20px;
    background-color: hsl(var(--base)/0.1);
}

.hrm-manage__item__title {
    margin-bottom: 10px !important;
}

.hrm-manage__item:not(:last-child) {
    margin-bottom: 24px;
}

/* ================================ Hrm design Css End ============================= */
/* ================================ Pricing design Css Start ============================= */
.pricing-items {
    border: 1px solid hsl(var(--base)/0.2);
    border-radius: 20px;
    background-color: hsl(var(--base)/0.1);
    padding: 16px;
}

.pricing-items__title {
    margin-bottom: 10px !important;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .pricing-items__title {
        font-size: 1.5rem;
    }
}

.pricing-items__price-name {
    font-size: 0.875rem;
    margin-bottom: 2px;
}

.pricing-items__price_amount {
    font-weight: 800;
    font-size: 3rem;
    color: hsl(var(--base));
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .pricing-items__price_amount {
        font-size: 1.5rem;
    }
}

.pricing-items__price_amount span {
    font-size: 2rem;
    position: relative;
    top: -10px;
    font-weight: 600;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .pricing-items__price_amount span {
        font-size: 1.5rem;
        top: 0px;
    }
}

.pricing-items .desc {
    font-size: 1.125rem;
}

.pricing-items__header {
    padding: 24px;
    border-radius: 20px;
}

.pricing-items__header-top {
    margin-bottom: 24px;
}

.pricing-items__list {
    padding: 24px 8px 8px 8px;
}

@media screen and (max-width: 767px) {
    .pricing-items__list {
        padding: 16px 8px 8px 8px;
    }
}

.pricing-items__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    color: hsl(var(--heading-color));
    font-weight: 500;
}

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

.pricing-items__list-item p {
    color: hsl(var(--heading-color));
    font-size: 1.25rem;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .pricing-items__list-item p {
        font-size: 1rem;
    }
}

.pricing-items__list-item .icon {
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    color: hsl(var(--white));
    font-size: 0.75rem;
}

/* ================================ Pricing design Css Start ============================= */
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
.custom--select2 {
    --s-height: 50px;
    --select-border: var(--border-color);
    --select-bg: var(--white);
    --select-shadow: 0px 1px 2px 0px hsl(var(--heading-color) / .06);
    --border-radius: 8px;
    --font-size: 0.875rem;
}

.custom--select2:has(.select2.style-two) {
    --select-shadow: 2px 2px 2px 0px hsl(var(--border-color) / .6) inset;
    --s-height: 30px;
    --border-radius: 4px;
}

.custom--select2 .select2-group {
    position: relative;
}

.custom--select2 .select2-group .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.custom--select2 .select2-group .select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
    padding-left: 36px;
}

.custom--select2 .selection {
    display: block;
}

.custom--select2 .select2 .dropdown-wrapper {
    display: none;
}

.custom--select2 .select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
    border: 1px solid hsl(var(--border-color));
    background: hsl(var(--white));
    border-radius: var(--border-radius);
    min-height: var(--s-height);
    padding-inline: 4px;
    -webkit-box-shadow: var(--select-shadow);
    box-shadow: var(--select-shadow);
}

.custom--select2 .select2-container--default.select2-container--focus :is(.select2-selection--multiple, .select2-selection--single),
.custom--select2 .select2-container--default.select2-container--open :is(.select2-selection--multiple, .select2-selection--single) {
    border-color: hsl(var(--base));
}

.custom--select2 .select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--black)/0.05);
}

.custom--select2 .select2-dropdown {
    border: 1px solid hsl(var(--black)/0.2) !important;
    min-width: 140px;
    border-radius: var(--border-radius) !important;
    margin-top: 4px !important;
}

.custom--select2 .select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--section-bg)) !important;
    color: hsl(var(--heading-color)) !important;
}

.custom--select2 .select2-container--default .select2-results__option--highlighted {
    background-color: hsl(var(--section-bg)/0.5) !important;
    color: hsl(var(--heading-color)) !important;
}

.custom--select2 .select2-results__option {
    padding: 6px 10px;
    color: hsl(var(--black));
    font-size: var(--font-size);
}

.custom--select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: hsl(var(--gray-color)/0.1);
    border: 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: hsl(var(--black));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 6px;
}

.custom--select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: var(--s-height);
}

.custom--select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: var(--s-height);
    font-size: var(--font-size);
    color: hsl(var(--heading-color));
}

.custom--select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 6px;
    padding-right: 0;
}

.custom--select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: 0;
}

.custom--select2 .select2-search--dropdown {
    display: block;
    padding: 8px;
}

.custom--select2 .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid hsl(var(--select-border));
    outline: 0;
    border-radius: var(--border-radius);
    padding: 6px 16px;
    font-size: var(--font-size);
    color: hsl(var(--black));
}

.custom--select2 .select2-container:has(.select2-selection--multiple, .select2-selection--single) {
    width: 100% !important;
}

.custom--select2 .img-flag-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.custom--select2 .img-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom--select2 .select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.custom--select2 .select2-results__options::-webkit-scrollbar-track {
    background-color: hsl(var(--select-border));
}

.custom--select2 .select2-results__options::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.2);
}

/* ======================  Select2 End  ======================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base-two));
}

.slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    top: -67px;
}

@media screen and (max-width: 1199px) {
    .slick-arrow {
        top: -69px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

.slick-arrow:hover {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.slick-next {
    right: 10px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.slick-prev {
    right: 52px;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}

/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 25px;
    border-radius: 5px;
    color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 60%;
    text-align: right;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    border: 0;
    background: hsl(var(--base)/0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--base)) !important;
    border: 2px solid hsl(var(--white)) !important;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* ======================  Pages Design End  ======================*/
/*# sourceMappingURL=main.css.map */