﻿@charset "UTF-8";


:root {
    --theme-color: #2962be;
    --theme-color1: #3747FF;
    --theme-color2: #f6b800;
    --theme-color3: #626FFF;
    --vs-secondary-color: #2F2552;
    --title-color: #0A282C;
    --body-color: #080808;
    --smoke-color: #F3F3F3;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e8e8e8;
    --title-font: "DM Sans", sans-serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
    scroll-behavior: auto !important;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

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

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    border: 1px solid #E2E2E2;
    padding: 9px 12px;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
}

    a:hover {
        color: var(--theme-color2);
    }

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

button {
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    p a,
    span a {
        font-size: inherit;
        font-family: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.h1,
h1 {
    font-size: 48px;
}

.h2,
h2 {
    font-size: 40px;
}

.h3,
h3 {
    font-size: 30px;
}

.h4,
h4 {
    font-size: 24px;
}

.h5,
h5 {
    font-size: 20px;
}

.h6,
h6 {
    font-size: 18px;
}

/* Large devices */
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 25px;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .h3,
    h3 {
        font-size: 26px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .breadcrumb span, .breadcrumb li, .breadcrumb a {
        text-transform: capitalize;
    }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}

.container-style2 {
    max-width: 1370px;
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
    margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .container-fluid.px-0 .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
}

@media (min-width: 1399px) and (max-width: 1921px) {
    .container-style1 {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1921px) {
    .container-style1 {
        max-width: 1800px;
    }

        .container-style1 .row {
            justify-content: center !important;
        }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 1500px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px;
    }
}

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

.gx-1px {
    --bs-gutter-x: 1px;
}

.gx-15 {
    --bs-gutter-x: 15px;
}

.gx-gy {
    --bs-gutter-y: var(--bs-gutter-x);
}

@media (min-width: 1500px) {
    .gx-45 {
        --bs-gutter-x: 45px;
    }

    .gx-50 {
        --bs-gutter-x: 50px;
    }

    .gx-60 {
        --bs-gutter-x: 60px;
    }

    .gx-70 {
        --bs-gutter-x: 70px;
    }

    .gx-80 {
        --bs-gutter-x: 80px;
    }

    .gx-90 {
        --bs-gutter-x: 80px;
    }

    .gx-100 {
        --bs-gutter-x: 100px;
    }
}

@media (min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px;
    }

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

    .gx-40 {
        --bs-gutter-x: 40px;
    }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid #D2D2D2;
    color: #555555;
    background-color: var(--white-color);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}

    select:focus,
    .form-control:focus,
    .form-select:focus,
    textarea:focus,
    input:focus {
        outline: 0;
        box-shadow: none;
        background-color: var(--white-color);
    }

    select::-moz-placeholder,
    .form-control::-moz-placeholder,
    .form-select::-moz-placeholder,
    textarea::-moz-placeholder,
    input::-moz-placeholder {
        color: var(--body-color);
    }

    select::-webkit-input-placeholder,
    .form-control::-webkit-input-placeholder,
    .form-select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    input::-webkit-input-placeholder {
        color: var(--body-color);
    }

    select:-ms-input-placeholder,
    .form-control:-ms-input-placeholder,
    .form-select:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    input:-ms-input-placeholder {
        color: var(--body-color);
    }

    select::placeholder,
    .form-control::placeholder,
    .form-select::placeholder,
    textarea::placeholder,
    input::placeholder {
        color: var(--body-color);
    }

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

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

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

textarea.form-control,
textarea {
    /*height: 210px;*/
    height: auto;
    padding: 0 10px 0 10px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0;
}

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

    input[type=checkbox]:checked ~ label:before {
        content: "\f00c";
        color: var(--white-color);
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }

    input[type=checkbox] ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: block;
    }

        input[type=checkbox] ~ label:before {
            content: "";
            font-family: var(--icon-font);
            font-weight: 700;
            position: absolute;
            left: 0px;
            top: 3.5px;
            background-color: var(--white-color);
            border: 1px solid var(--border-color);
            height: 18px;
            width: 18px;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
        }

input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

    input[type=radio] ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 1;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 0;
    }

        input[type=radio] ~ label::before {
            content: "\f111";
            position: absolute;
            font-family: var(--icon-font);
            left: 0;
            top: -1px;
            width: 18px;
            height: 18px;
            padding-left: 0.5px;
            font-size: 0.6em;
            line-height: 19px;
            text-align: center;
            border: 1px solid var(--theme-color);
            border-radius: 100%;
            font-weight: 700;
            background: var(--white-color);
            color: transparent;
            transition: all 0.2s ease;
        }

    input[type=radio]:checked ~ label::before {
        border-color: var(--theme-color);
        background-color: var(--theme-color);
    }

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

    .form-group > i {
        position: absolute;
        right: calc(var(--bs-gutter-x) / 2 + 30px);
        top: 18px;
        font-size: 14px;
        color: #A0ABB4;
    }

    .form-group.has-label > i {
        top: 45px;
    }

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}

    textarea.is-invalid:focus,
    select.is-invalid:focus,
    input.is-invalid:focus,
    .was-validated input:invalid:focus {
        outline: 0;
        box-shadow: none;
    }

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
}

    .form-messages.mb-0 * {
        margin-bottom: 0;
    }

    .form-messages.success {
        color: var(--success-color);
        display: block;
    }

    .form-messages.error {
        color: var(--error-color);
        display: block;
    }

    .form-messages pre {
        padding: 0;
        background-color: transparent;
        color: inherit;
    }

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
    min-width: 100%;
}

    .slick-track > [class*=col] {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y);
    }

    .slick-track .col-auto {
        width: auto;
    }

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    list-style-type: none;
    padding: 0 0;
    margin: 20px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: max-content;
}

    .slick-dots li {
        display: inline-block;
        margin-right: 10px;
    }

        .slick-dots li:last-child {
            margin-right: 0;
        }

    .slick-dots button {
        background-color: transparent;
        border: 5px solid #999999;
        border-radius: 50%;
        display: inline-block;
        font-size: 0;
        height: 18px;
        line-height: 0;
        padding: 0;
        position: relative;
        width: 18px;
        transition: all ease 0.4s;
    }

        .slick-dots button:hover {
            border-color: var(--theme-color);
        }

        .slick-dots button:hover,
        .slick-dots .slick-active button {
            background-color: var(--theme-color2);
            border-color: var(--theme-color);
        }

.slick-arrow {
    background-color: transparent;
    border: 1px solid #F7F7F7;
    bottom: 38px;
    color: var(--white-color);
    display: inline-block;
    padding: 0;
    position: absolute;
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 22px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    right: 390px;
    z-index: 2;
    border-radius: 50%;
}

    .slick-arrow.default {
        position: relative;
        --pos-x: 0;
        margin-top: 0;
    }

    .slick-arrow.slick-next {
        right: var(--pos-x, 322px);
        left: auto;
    }

    .slick-arrow i {
        vertical-align: middle;
    }

    .slick-arrow:hover {
        background-color: var(--theme-color2);
        color: var(--white-color);
        border-color: transparent;
    }

.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px;
    }

        .slick-arrow.slick-next {
            margin-right: 0;
            margin-left: 40px;
        }

    .slick-dots {
        margin: 8px 0 38px 0;
    }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

    .vs-menu-wrapper .mobile-logo {
        padding-top: 50px;
        padding-bottom: 10px;
        display: block;
        text-align: center;
        background-color: rgba(55, 71, 255, 0.1);
    }

        .vs-menu-wrapper .mobile-logo img,
        .vs-menu-wrapper .mobile-logo svg {
            max-width: 219px;
        }

    .vs-menu-wrapper .vs-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 18px;
        z-index: 1;
        color: var(--white-color);
        background-color: var(--theme-color);
        border-radius: 50%;
    }

        .vs-menu-wrapper .vs-menu-toggle i {
            line-height: inherit;
        }

        .vs-menu-wrapper .vs-menu-toggle:hover {
            background-color: var(--title-color);
            color: var(--white-color);
        }

    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 310px;
        background-color: #fff;
        border-right: 3px solid var(--theme-color);
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        transition: all ease 1s;
        z-index: 1;
    }

    .vs-menu-wrapper.vs-body-visible {
        opacity: 1;
        visibility: visible;
    }

        .vs-menu-wrapper.vs-body-visible .vs-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 15px;
    text-align: left;
}

    .vs-mobile-menu .new-label {
        margin-left: 5px;
        text-transform: capitalize;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .vs-mobile-menu ul {
        margin: 0;
        padding: 0 0;
    }

        .vs-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none;
        }

            .vs-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1;
            }

            .vs-mobile-menu ul li a {
                display: block;
                position: relative;
                padding: 12px 0;
                line-height: 1;
                font-size: 15px;
                text-transform: capitalize;
                color: var(--title-color);
            }

                .vs-mobile-menu ul li a:before {
                    content: "\f105";
                    font-family: var(--icon-font);
                    position: relative;
                    left: 0;
                    top: 0;
                    margin-right: 10px;
                    display: inline-block;
                }

            .vs-mobile-menu ul li.vs-active > a {
                color: var(--theme-color);
            }

                .vs-mobile-menu ul li.vs-active > a:before {
                    transform: rotate(90deg);
                }

            .vs-mobile-menu ul li ul li {
                padding-left: 5px;
            }

                .vs-mobile-menu ul li ul li:last-child {
                    border-bottom: none;
                }

        .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: var(--smoke-color);
            color: var(--title-color);
            box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
            border-radius: 50%;
        }

            .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
                content: "\f067";
                font-family: var(--icon-font);
            }

        .vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
            content: "\f068";
        }

    .vs-mobile-menu > ul {
        padding: 0 40px;
    }

        .vs-mobile-menu > ul > li:last-child {
            border-bottom: none;
        }

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: transparent;
    /*background-color: var(--theme-color);*/
    color: var(--primary-color);
    display: inline-block;
    border-radius: 0;
    vertical-align: middle;
}

    .vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
        width: auto;
        height: auto;
        background-color: transparent;
        color: var(--title-color);
        font-size: 20px;
    }

        .vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
            margin-right: 10px;
        }

    .vs-menu-toggle.style-text-white {
        color: var(--white-color);
    }

@media (max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 285px;
    }

    .vs-mobile-menu > ul {
        padding: 0 20px;
    }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--white-color);
}

    .preloader .vs-btn {
        padding: 15px 20px;
        border-radius: 0;
        font-size: 14px;
    }

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

    .preloader-inner img {
        display: block;
        margin: 0 auto 25px auto;
    }

.loader {
    display: block;
    position: relative;
    height: 20px;
    width: 140px;
    margin: 0 auto;
    background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 0, 40px 0, 80px 0, 120px 0;
    animation: animloader 1s linear infinite;
}

@keyframes animloader {
    0% {
        background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
    }

    25% {
        background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
    }

    50% {
        background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
    }

    75% {
        background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
    }

    100% {
        background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0);
    }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: var(--title-font);
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    padding: 21.5px 40px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vs-btn:before, .vs-btn:after {
        content: "";
        position: absolute;
        top: var(--shape-gap, 3px);
        right: var(--shape-gap, 3px);
        bottom: var(--shape-gap, 3px);
        left: var(--shape-gap, 3px);
        background-color: var(--theme-color3);
        transform: scale(0);
        z-index: -1;
        border-radius: inherit;
        transform-origin: right bottom;
        transition: all ease 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .vs-btn:before {
        transform-origin: left top;
    }

    .vs-btn i {
        display: inline-block;
        vertical-align: middle;
        transition: all ease 0.4s;
    }

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

        .vs-btn:hover:before, .vs-btn:hover:after {
            transform: scale(1);
            opacity: 1;
            visibility: visible;
        }

    .vs-btn.style2 {
        background-color: var(--theme-color);
        color: var(--white-color);
        padding: 0 35px 0 0;
    }

        .vs-btn.style2 i {
            background-color: var(--theme-color3);
            color: var(--white-color);
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 22px;
            margin: 0 15px 0 0;
            border-radius: 50%;
        }

        .vs-btn.style2:after {
            --shape-gap: 0;
            transform: scale(1);
            background-color: var(--theme-color);
            z-index: -2;
            border-radius: inherit;
            border: 2px solid var(--theme-color);
        }

        .vs-btn.style2:hover {
            color: var(--white-color);
        }

            .vs-btn.style2:hover:before {
                transform: scale(1);
            }

            .vs-btn.style2:hover i {
                background-color: var(--theme-color);
            }

    .vs-btn.style4 {
        background-color: transparent;
        border: 2px solid var(--theme-color);
        color: var(--title-color);
        padding: 19px 33px 16px 33px;
    }

        .vs-btn.style4 i {
            font-size: 24px;
            padding-right: 15px;
            margin-right: 10px;
            border-right: 1px solid #CACACA;
            line-height: 25px;
            color: var(--title-color);
        }

        .vs-btn.style4:hover {
            color: var(--white-color);
        }

            .vs-btn.style4:hover i {
                color: var(--white-color);
                border-color: var(--white-color);
            }

    .vs-btn.style3, .vs-btn.style5 {
        background-color: transparent;
        color: var(--white-color);
        padding: 0 35px 0 0;
        outline: 2px solid var(--theme-color);
        outline-offset: -2px;
        --shape-gap: 5px;
    }

        .vs-btn.style3 i, .vs-btn.style5 i {
            height: 60px;
            width: 60px;
            line-height: 60px;
            font-size: 22px;
            margin: 0 15px 0 0;
            color: var(--white-color);
            background-color: var(--theme-color3);
            border-radius: 50%;
            position: relative;
            z-index: 2;
        }

        .vs-btn.style3:hover, .vs-btn.style5:hover {
            color: var(--white-color);
        }

            .vs-btn.style3:hover i, .vs-btn.style5:hover i {
                background-color: var(--theme-color);
            }

    .vs-btn.style3 {
        color: var(--title-color);
    }

    .vs-btn.style6 {
        padding: 19px 33px;
        border: 2px solid var(--theme-color);
        background-color: var(--theme-color);
        color: var(--white-color);
    }

        .vs-btn.style6 i {
            font-size: 24px;
            padding-right: 15px;
            margin-right: 15px;
            line-height: 18px;
            border-right: 1px solid #CACACA;
        }

    .vs-btn.style7 {
        background-color: var(--white-color);
        border: 1px solid var(--theme-color);
        border-radius: 20px;
        box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, 0.09);
        color: var(--theme-color);
    }

        .vs-btn.style7:hover {
            color: var(--white-color);
        }

    .vs-btn.style8 {
        padding: 5px 35px 5px 5px;
    }

        .vs-btn.style8 i {
            width: 35px;
            height: 35px;
            line-height: 35px;
            background-color: #2A36C1;
            border-radius: 50%;
            margin-right: 15px;
            font-size: 22px;
        }

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid var(--border-color);
    text-align: center;
    border-radius: 50%;
    padding: 0;
    vertical-align: middle;
}

    .icon-btn:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

    .icon-btn.style2 {
        background-color: transparent;
        border: 1px solid var(--white-color);
        color: var(--white-color);
        --btn-size: 62px;
        --btn-font-size: 22px;
        line-height: calc(var(--btn-size) - 1px);
    }

    .icon-btn.style3 {
        --btn-size: 60px;
        --btn-font-size: 20px;
        border: 2px solid var(--theme-color2);
        line-height: calc(var(--btn-size) - 2px);
    }

        .icon-btn.style2:hover, .icon-btn.style3:hover {
            background-color: var(--theme-color2);
            color: var(--white-color);
            border-color: transparent;
        }

    .icon-btn.style4 {
        --icon-size: 56px;
        --icon-font-size: 18px;
        background-color: #F7F7F7;
        color: var(--title-color);
        border: none;
    }

        .icon-btn.style4:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

.play-btn {
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}

    .play-btn > i {
        display: inline-block;
        width: var(--icon-size, 90px);
        height: var(--icon-size, 90px);
        line-height: var(--icon-size, 90px);
        text-align: center;
        background-color: rgba(var(--white-color), 0.8);
        color: var(--title-color);
        font-size: var(--icon-font-size, 16px);
        border-radius: 50%;
        z-index: 1;
        transition: all ease 0.4s;
    }

    .play-btn:after, .play-btn:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 50%;
        background-color: transparent;
        border: 4px solid var(--white-color);
        transition: all ease 0.4s;
    }

    .play-btn:after {
        animation-delay: 2s;
    }

    .play-btn:hover:after, .play-btn:hover::before,
    .play-btn:hover i {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

.play-btn2 {
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}

    .play-btn2 > i {
        display: inline-block;
        width: var(--icon-size, 90px);
        height: var(--icon-size, 90px);
        line-height: var(--icon-size, 90px);
        text-align: center;
        background-color: rgba(var(--white-color), 0.8);
        color: var(--white-color);
        font-size: var(--icon-font-size, 16px);
        border-radius: 50%;
        z-index: 1;
        transition: all ease 0.4s;
    }

    .play-btn2:after, .play-btn2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 50%;
        background-color: transparent;
        border: 4px solid var(--theme-color);
        transition: all ease 0.4s;
    }

    .play-btn2:after {
        animation-delay: 2s;
    }

    .play-btn2:hover:after, .play-btn2:hover::before,
    .play-btn2:hover i {
        background-color: var(--white-color);
        color: var(--title-color);
    }

.link-btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: var(--title-color);
}

    .link-btn i {
        margin-left: 7px;
        font-size: 0.9rem;
    }

    .link-btn:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #E1E1E1;
        transition: all ease 0.4s;
    }

    .link-btn:hover {
        color: var(--theme-color2);
    }

        .link-btn:hover::before {
            background-color: var(--theme-color2);
        }

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%;
    /* Small devices */
}

    .scroll-btn i {
        display: inline-block;
        background-color: var(--theme-color);
        color: var(--white-color);
        text-align: center;
        font-size: 16px;
        width: var(--btn-size, 50px);
        height: var(--btn-size, 50px);
        line-height: var(--btn-size, 50px);
        z-index: 2;
        border-radius: inherit;
        position: relative;
        transition: all ease 0.8s;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    }

    .scroll-btn:before {
        content: "";
        position: absolute;
        left: var(--extra-shape, -6px);
        top: var(--extra-shape, -6px);
        right: var(--extra-shape, -6px);
        bottom: var(--extra-shape, -6px);
        background-color: transparent;
        border-radius: inherit;
        z-index: 1;
        border: 2px dashed var(--theme-color);
        transition: all ease 0.4s;
        animation: spin 13s infinite linear;
    }

    .scroll-btn:focus i, .scroll-btn:hover i {
        background-color: var(--theme-color2);
        color: var(--white-color);
    }

    .scroll-btn:focus:before, .scroll-btn:hover:before {
        border-color: var(--theme-color2);
    }

    .scroll-btn.show {
        bottom: 120px;
        opacity: 1;
        visibility: visible;
    }

@media (max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px;
    }

        .scroll-btn.show {
            bottom: 15px;
        }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 96;
}

    .scrollToTop.show {
        bottom: 60px;
        opacity: 1;
        visibility: visible;
    }

.bar-btn {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
    background-color: transparent;
    width: 25px;
    height: 23px;
    position: relative;
    overflow: hidden;
}

    .bar-btn .bar:after, .bar-btn .bar:before {
        content: "";
        width: 100%;
        height: 3px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        transition: all ease 0.4s;
        background-color: var(--title-color);
    }

    .bar-btn .bar:after {
        left: -140%;
        right: auto;
        background-color: var(--theme-color2);
    }

    .bar-btn .bar:nth-child(2):before, .bar-btn .bar:nth-child(2):after {
        top: 50%;
        margin-top: -1.5px;
        width: 17px;
    }

    .bar-btn .bar:nth-child(2):after {
        left: auto;
        right: -120%;
    }

    .bar-btn .bar:nth-child(3):after, .bar-btn .bar:nth-child(3):before {
        top: auto;
        bottom: 0;
    }

    .bar-btn:hover {
        color: var(--theme-color2);
    }

        .bar-btn:hover .bar:before {
            right: -120%;
        }

        .bar-btn:hover .bar:after {
            left: 0;
        }

        .bar-btn:hover .bar:nth-child(2):before {
            right: 120%;
        }

        .bar-btn:hover .bar:nth-child(2):after {
            left: auto;
            right: 0;
        }

    .bar-btn.style2 .bar:before {
        background-color: var(--white-color);
    }

    .bar-btn.style2:hover .bar:before {
        background-color: var(--theme-color2);
    }

.watch-btn .btn-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.4s;
    vertical-align: middle;
    font-size: 16px;
}

    .watch-btn .btn-icon:hover {
        background-color: var(--theme-color2);
        color: var(--white-color);
    }

    .watch-btn .btn-icon i {
        vertical-align: middle;
    }

.watch-btn .btn-text {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-left: 8px;
    transition: all ease 0.4s;
}

    .watch-btn .btn-text:hover {
        color: var(--theme-color2);
    }

.bottom-btn {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .icon-btn.style2 {
        --btn-size: 50px;
        --btn-font-size: 18px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .play-btn {
        --icon-size: 60px;
        --icon-font-size: 20px;
    }

    .scrollToTop {
        right: 20px;
    }

        .scrollToTop.show {
            bottom: 20px;
        }
}
/* Small devices */
@media (max-width: 767px) {
    .vs-btn.style5 {
        padding-right: 20px;
    }

        .vs-btn.style5 i {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
    font-size: 60px;
    margin: -0.2em 0 0 0;
}

.sec-title2 {
    font-size: 70px;
    margin: -0.2em 0 5px 0;
}

.sec-subtitle {
    display: block;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: -0.2em 0 0 0;
    text-transform: uppercase;
}

    .sec-subtitle.style1 {
        position: relative;
        display: inline-block;
        color: var(--theme-color);
        font-weight: 600;
    }

        .sec-subtitle.style1::after {
            content: "";
            position: absolute;
            width: 40px;
            height: 4px;
            background-color: var(--theme-color);
            left: -34%;
            top: 50%;
            transform: translateY(-50%);
        }

        .sec-subtitle.style1::before {
            content: "";
            position: absolute;
            width: 40px;
            height: 4px;
            background-color: var(--theme-color);
            right: -34%;
            top: 50%;
            transform: translateY(-50%);
        }

.sec-subtitle2 {
    font-size: 24px;
    margin-bottom: 60px;
    display: block;
    color: var(--title-color);
    text-transform: capitalize;
}

.sec-subtitle4 {
    color: var(--theme-color);
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 20px);
}

.title-area2 {
    margin-bottom: var(--section-title-space);
}

.title-area3 {
    margin-bottom: calc(var(--section-title-space) - 20px);
}

    .title-area3 .sec-title {
        text-transform: capitalize;
        font-size: 45px;
    }

    .title-area3 .about-title {
        text-transform: capitalize;
    }

        .title-area3 .about-title span {
            color: var(--theme-color2);
        }

    .title-area3 .sec-subtitle {
        color: var(--theme-color);
        font-weight: 600;
        letter-spacing: normal;
    }

.sec-icon {
    margin: -0.3em 0 25px 0;
}

    .sec-icon .vs-circle {
        --circle-size: 45px;
        --circle-angle: -405deg;
        --circle-bg: var(--theme-color);
        display: inline-block;
    }

.sec-btns {
    margin-bottom: var(--section-title-space);
}

.border-title {
    margin: 0 0 30px 0;
    text-decoration: underline;
    text-decoration-color: var(--theme-color2);
    text-underline-offset: 4px;
}

.border-title2 {
    padding: 0 0 5px 0;
    margin: 0 0 40px 0;
    position: relative;
}

    .border-title2:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80px;
        height: 1px;
        background-color: var(--theme-color);
    }

.sec-line2 {
    height: 100%;
    width: 1px;
    background-color: rgba(127, 127, 127, 0.3);
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .sec-title2,
    .sec-title {
        font-size: 48px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .sec-title2,
    .sec-title {
        font-size: 42px;
    }

    .sec-subtitle {
        margin: -0.2em 0 15px 0;
    }

    .sec-icon {
        margin: -0.3em 0 15px 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .sec-title2,
    .sec-title {
        font-size: 36px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .sec-title2,
    .sec-title {
        font-size: 30px;
    }

    .sec-subtitle {
        letter-spacing: 0;
        font-size: 14px;
    }

    .border-title2 {
        margin: 0 0 30px 0;
    }
}
/*------------------- 3.4. Common -------------------*/
.vs-circle {
    display: block;
    width: var(--circle-size, 600px);
    height: var(--circle-size, 600px);
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    background-color: transparent;
    background-size: 100% 100%;
    background-image: linear-gradient(var(--circle-angle, -60deg), var(--circle-bg, #2F2552) var(--circle-count, 55%), transparent var(--circle-count, 55%));
}

    .vs-circle.color2 {
        --circle-bg: var(--theme-color2);
    }

.vs-border-circle {
    width: var(--circle-size, 400px);
    height: var(--circle-size, 400px);
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    background-color: transparent;
    border: var(--border-size, 45px) solid var(--theme-color2);
}

.svg-hidden {
    position: absolute;
    width: 0;
    height: 0;
}

.vs-polygon1 {
    width: 35px;
    height: 30px;
    background-color: var(--vs-secondary-color);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.7;
}

.vs-rounded1 {
    width: 35px;
    height: 35px;
    border: 4px solid var(--vs-secondary-color);
    opacity: 0.7;
    border-radius: 50%;
}

.shape-dotted {
    width: 83px;
    height: 176px;
    background: radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 80%, transparent), radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 0%, var(--dot-color, #707070)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
    background-color: var(--dot-bg, #fff);
    background-size: calc(var(--dot-size, 5.8px) * 2) calc(var(--dot-size, 5.8px) * 2);
    z-index: -1;
}

    .shape-dotted.style2 {
        --dot-bg: #f6f6f6;
    }

.available-badge {
    color: var(--body-color);
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 30px;
    padding-left: 25px;
    position: relative;
}

    .available-badge:before {
        background-color: #82FF57;
        border-radius: 50%;
        bottom: 5px;
        content: "";
        height: 16px;
        left: 0;
        position: absolute;
        width: 16px;
    }

.social-style1 a {
    color: var(--white-color);
    display: inline-block;
    margin-right: 30px;
    transition: all ease 0.4s;
}

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

    .social-style1 a:hover {
        color: var(--theme-color2);
    }

        .social-style1 a:hover i {
            background-color: var(--theme-color);
            border-color: transparent;
        }

.social-style1 i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-right: 10px;
    color: var(--white-color);
    text-align: center;
    border: 1px solid #C1C1C1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.social-style2 {
    margin-top: 25px;
}

    .social-style2 i {
        background-color: var(--white-color);
        border: 1px solid #C1C1C1;
        border-radius: 50%;
        color: var(--body-color);
        height: 52px;
        line-height: 52px;
        text-align: center;
        width: 52px;
        transition: all ease 0.4s;
    }

        .social-style2 i:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

.image-scale-hover {
    overflow: hidden;
}

    .image-scale-hover img {
        transition: all ease 0.4s;
        transform: scale(1.001);
    }

    .image-scale-hover:hover img {
        transform: scale(1.2);
    }

.shape-mockup-wrap {
    position: relative;
}

    .shape-mockup-wrap .container-fluid,
    .shape-mockup-wrap .container {
        z-index: 1;
        position: relative;
    }

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

.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}

.z-index-common {
    position: relative;
    z-index: 3;
}

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

.vs-media {
    display: flex;
}

.media-body {
    flex: 1;
}

.rounded-20,
.bdrs20 {
    border-radius: 20px;
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
}

.new-label {
    font-size: 12px;
    background-color: var(--theme-color2);
    color: var(--white-color);
    line-height: 1;
    padding: 5px 5px 3px 5px;
    border-radius: 4px;
    text-transform: capitalize;
    position: relative;
    top: -1px;
    font-weight: 500;
    margin-left: 5px;
    animation: newlabel infinite 0.4s;
}

.mega-hover {
    position: relative;
    overflow: hidden;
}

    .mega-hover img {
        transition: all 2s ease;
        transform: scale(1);
    }

    .mega-hover:after, .mega-hover:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: 3;
        transform: rotate(5deg);
    }

    .mega-hover:before {
        top: -10%;
        right: 51%;
        bottom: -10%;
        left: 50%;
        background: rgba(255, 255, 255, 0.3);
    }

    .mega-hover:after {
        top: 50%;
        right: -10%;
        bottom: 50%;
        left: -10%;
        background: rgba(255, 255, 255, 0.6);
    }

    .mega-hover:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 900ms linear;
    }

    .mega-hover:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all 900ms linear;
    }

    .mega-hover:hover img {
        transform: scale(1.05);
    }

.guarant-badge {
    font-size: 20px;
    border-radius: 20px;
    font-weight: 700;
    padding: 12px 30px;
    color: var(--body-color);
    background-color: var(--theme-color2);
    display: block;
}

.img-shadow1 {
    box-shadow: 0.34px 0.94px 68px rgba(35, 31, 32, 0.1);
}

@keyframes newlabel {
    0% {
        background-color: var(--theme-color);
    }

    50% {
        background-color: var(--theme-color2);
    }

    100% {
        background-color: var(--theme-color);
    }
}

@media (min-width: 1500px) {
    .d-xxxl-block {
        display: block !important;
    }
}

@media (min-width: 1921px) {
    .d-hd-none {
        display: none !important;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .guarant-badge {
        font-size: 16px;
        padding: 12px 15px;
    }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
    font-family: var(--icon-font);
}

.font-title {
    font-family: var(--title-font);
}

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

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.fs-45 {
    font-size: 45px;
}

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

.fs-lg {
    font-size: 22px;
}

.fs-md {
    font-size: 18px;
}

.fs-xs {
    font-size: 14px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .fs-45 {
        font-size: 40px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .fs-45 {
        font-size: 36px;
    }

    p.fs-lg {
        font-size: 20px;
    }

    .fs-20 {
        font-size: 18px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .fs-45 {
        font-size: 30px;
    }

    .fs-20,
    p.fs-lg {
        font-size: 18px;
    }

    p.fs-md {
        font-size: 16px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .fs-45 {
        font-size: 26px;
    }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
    background-color: var(--theme-color) !important;
}

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

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

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

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

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.bgc-f3 {
    background-color: var(--smoke-color);
}

.bgc-f6 {
    background-color: #f6f6f6;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
    color: var(--theme-color) !important;
}

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

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

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

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

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

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

.text-inherit {
    color: inherit;
}

    .text-inherit:hover {
        color: var(--theme-color);
    }

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

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

[data-overlay] {
    position: relative;
}

    [data-overlay] [class^=col-],
    [data-overlay] [class*=col-] {
        z-index: 1;
    }

    [data-overlay]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

[data-overlay=theme]:before {
    background-color: var(--theme-color);
}

[data-overlay=title]:before {
    background-color: var(--title-color);
}

[data-overlay=white]:before {
    background-color: var(--white-color);
}

[data-overlay=black]:before {
    background-color: var(--black-color);
}

[data-overlay=secondary]:before {
    background-color: var(--vs-secondary-color);
}

[data-overlay=custom1]:before {
    background-color: var(--vs-secondary-color);
}

[data-opacity="1"]:before {
    opacity: 0.1;
}

[data-opacity="2"]:before {
    opacity: 0.2;
}

[data-opacity="3"]:before {
    opacity: 0.3;
}

[data-opacity="4"]:before {
    opacity: 0.4;
}

[data-opacity="5"]:before {
    opacity: 0.5;
}

[data-opacity="6"]:before {
    opacity: 0.6;
}

[data-opacity="7"]:before {
    opacity: 0.7;
}

[data-opacity="8"]:before {
    opacity: 0.8;
}

[data-opacity="9"]:before {
    opacity: 0.9;
}

[data-opacity="10"]:before {
    opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.wow-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
    animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
    --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
    --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
    animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
    --duration: 40s;
}

.rotate-reverse {
    --rotate-angle: -360deg;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadein {
    --animation-name: fadein-custom;
}

.slideinup {
    --animation-name: slideinup;
}

.slideindown {
    --animation-name: slideindown;
}

.slideinleft {
    --animation-name: slideinleft;
}

.slideinright {
    --animation-name: slideinright;
}

.animated {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.ripple-animation, .play-btn:after, .play-btn:before, .play-btn2:after, .play-btn2:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }

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

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }

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

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }

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

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }

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

@keyframes fadein-custom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

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

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes jumpping {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    40% {
        transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
    }
}

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

    100% {
        transform: rotate(var(--rotate-angle, 360deg));
    }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widgets  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0 0 -15px 0;
    padding: 0;
}

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: var(--white-color);
    padding: 21px 60px 21px 25px;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
    border-radius: 8px;
}

.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative;
}

    .widget_nav_menu li > span,
    .widget_pages li > span,
    .widget_archive li > span,
    .widget_categories li > span {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        background-color: var(--smoke-color);
        color: var(--body-color);
        position: absolute;
        right: 5px;
        top: 4px;
        z-index: 1;
        border-radius: 50%;
        transition: all ease 0.4s;
    }

    .widget_nav_menu li:hover > span,
    .widget_pages li:hover > span,
    .widget_archive li:hover > span,
    .widget_categories li:hover > span {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

    .widget_nav_menu li:hover > a,
    .widget_pages li:hover > a,
    .widget_archive li:hover > a,
    .widget_categories li:hover > a {
        background-color: var(--theme-color3);
        color: var(--white-color);
    }

.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px;
}

.widget_meta ul {
    margin: 0 0 -10px 0;
    padding: 0;
    list-style-type: none;
}

.widget_meta li {
    background-color: var(--white-color);
    border-radius: 30px;
    height: 53px;
    line-height: 50px;
    padding-left: 30px;
    margin-bottom: 15px;
    transition: all ease 0.4s;
}

    .widget_meta li:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

        .widget_meta li:hover a {
            color: var(--white-color);
        }

    .widget_meta li:last-child {
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: none;
    }

.widget_meta a {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    position: relative;
}

    .widget_meta a:before {
        content: "\f0da";
        font-family: var(--icon-font);
        margin-right: 10px;
    }

.widget_nav_menu .sub-menu {
    margin-left: 10px;
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    .wp-block-archives a:not(:hover) {
        color: inherit;
    }

.vs-blog ul.wp-block-archives li {
    margin: 5px 0;
}

/* Large devices */
@media (max-width: 1199px) {
    .widget_nav_menu,
    .widget_pages,
    .widget_archive,
    .widget_categories {
        font-size: 14px;
    }

        .widget_nav_menu a,
        .widget_pages a,
        .widget_archive a,
        .widget_categories a {
            font-size: 14px;
        }

        .widget_nav_menu li > span,
        .widget_pages li > span,
        .widget_archive li > span,
        .widget_categories li > span {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
        }
}

.widget {
    position: relative;
    margin-bottom: 30px;
    background-color: var(--smoke-color);
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    border-radius: 20px;
    border: 2px dashed #C8CBF0;
}

    .widget select,
    .widget input {
        border: 1px solid var(--theme-color3);
        color: #646464;
        background-color: var(--input-bg, #fff);
        font-size: 16px;
        font-weight: 400;
        height: 60px;
        border-radius: 15px;
    }

        .widget select::-moz-placeholder,
        .widget input::-moz-placeholder {
            color: #646464;
        }

        .widget select::-webkit-input-placeholder,
        .widget input::-webkit-input-placeholder {
            color: #646464;
        }

        .widget select:-ms-input-placeholder,
        .widget input:-ms-input-placeholder {
            color: #646464;
        }

        .widget select::placeholder,
        .widget input::placeholder {
            color: #646464;
        }

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.1em 0 30px 0;
    padding: 0 0 15px 0;
}

    .widget_title:after, .widget_title:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 40px;
        height: 4px;
        background-color: var(--theme-color);
        border-radius: 20px;
    }

    .widget_title:after {
        left: 44px;
        width: 10px;
        background-color: var(--theme-color2);
    }

.widget .search-form {
    position: relative;
    display: flex;
    border-radius: 20px;
    z-index: 1;
    transition: all ease 0.4s;
}

    .widget .search-form input {
        padding-right: 20px;
        flex: 1;
        border: none;
        background-color: transparent;
        position: relative;
        z-index: 3;
    }

    .widget .search-form button {
        border: none;
        display: inline-block;
        font-size: 20px;
        height: 62px;
        width: 62px;
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 8px;
    }

        .widget .search-form button::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #C1C6FD;
            background-color: var(--white-color);
            border-radius: 8px;
            transition: all ease 0.4s;
            z-index: -1;
        }

        .widget .search-form button:hover {
            background-color: var(--theme-color2);
            color: var(--white-color);
        }

            .widget .search-form button:hover::before {
                border-color: var(--theme-color2);
            }

.wp-block-tag-cloud a {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 20.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--title-color);
    background-color: #F6F6F6;
    border-radius: 9999px;
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .recent-post:last-child {
        margin-bottom: 0;
    }

    .recent-post .media-img {
        width: 110px;
        margin-right: 20px;
        border-radius: 8px;
        overflow: hidden;
    }

        .recent-post .media-img img {
            width: 100%;
            transition: all ease 0.4s;
            transform: scale(1.001);
        }

    .recent-post .post-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 5px 0;
    }

        .recent-post .post-title a:hover {
            color: var(--theme-color);
        }

    .recent-post .recent-post-meta a {
        color: var(--body-color);
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 500;
        transition: all ease 0.4s;
    }

        .recent-post .recent-post-meta a:hover {
            color: var(--theme-color);
        }

        .recent-post .recent-post-meta a i {
            color: var(--theme-color);
            margin-right: 10px;
        }

    .recent-post:hover .media-img img {
        transform: scale(1.2);
    }

.recent-course {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .recent-course:last-child {
        margin-bottom: 0;
    }

    .recent-course .media-img {
        border-radius: 20px;
        margin-right: 20px;
        overflow: hidden;
        width: 110px;
    }

        .recent-course .media-img img {
            transform: scale(1.001);
            transition: all ease 0.4s;
            width: 100%;
        }

    .recent-course .post-title {
        font-size: 18px;
        line-height: 24px;
        margin: 7px 0 0.1em 0;
    }

        .recent-course .post-title a:hover {
            color: var(--theme-color);
        }

    .recent-course .recent-course-meta a {
        color: var(--body-color);
        font-size: 14px;
    }

        .recent-course .recent-course-meta a i {
            margin-right: 10px;
        }

        .recent-course .recent-course-meta a:hover {
            color: var(--theme-color);
        }

    .recent-course:hover .media-img img {
        transform: scale(1.25);
    }

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

    .sidebar-gallery .gallery-thumb {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

        .sidebar-gallery .gallery-thumb img {
            transform: scale(1);
            transition: all ease 0.4s;
            width: 100%;
        }

        .sidebar-gallery .gallery-thumb:before {
            background-color: var(--theme-color);
            content: "";
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%;
            transition: all ease 0.4s;
            visibility: hidden;
            z-index: 1;
        }

        .sidebar-gallery .gallery-thumb .gal-btn {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 36px;
            color: var(--white-color);
            transition: all ease 0.4s;
            opacity: 0;
            visibility: hidden;
            z-index: 3;
        }

        .sidebar-gallery .gallery-thumb:hover:before {
            opacity: 0.9;
            visibility: visible;
        }

        .sidebar-gallery .gallery-thumb:hover .gal-btn {
            opacity: 1;
            visibility: visible;
            transition-delay: 0.1s;
        }

        .sidebar-gallery .gallery-thumb:hover img {
            transform: scale(1.12);
        }

.newsletter-form input {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: 0;
    color: var(--title-color);
    height: 60px;
    margin-bottom: 15px;
    box-shadow: -23.34px 8px 24px rgba(35, 31, 32, 0.09);
    border-radius: 9999px;
}

    .newsletter-form input:focus {
        box-shadow: -23.34px 8px 24px rgba(35, 31, 32, 0.09);
        border-color: var(--theme-color);
    }

    .newsletter-form input::-moz-placeholder {
        color: var(--body-color);
    }

    .newsletter-form input::-webkit-input-placeholder {
        color: var(--body-color);
    }

    .newsletter-form input:-ms-input-placeholder {
        color: var(--body-color);
    }

    .newsletter-form input::placeholder {
        color: var(--body-color);
    }

.newsletter-form .vs-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.sidebar-area {
    margin-bottom: -10px;
}

    .sidebar-area ul.wp-block-latest-posts {
        margin-bottom: 0;
    }

        .sidebar-area ul.wp-block-latest-posts li:last-child {
            margin-bottom: 0;
        }

    .sidebar-area .widget .wp-block-search {
        margin-bottom: 0;
    }

    .sidebar-area .wp-block-group__inner-container h2 {
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 20px;
        margin-top: -0.07em;
    }

    .sidebar-area ol.wp-block-latest-comments {
        padding: 0;
        margin: 0;
    }

        .sidebar-area ol.wp-block-latest-comments li {
            line-height: 1.5;
            margin: 0 0 20px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 20px;
        }

            .sidebar-area ol.wp-block-latest-comments li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

.recent-product {
    display: flex;
}

    .recent-product .product-title {
        font-size: 16px;
    }

/* Medium Large devices */
@media (max-width: 1399px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px;
    }

    .widget_title {
        font-size: 24px;
    }

    .recent-post .media-img {
        margin-right: 15px;
        width: 95px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .newsletter-form {
        display: block;
    }

        .newsletter-form input {
            margin-bottom: 15px;
            height: 60px;
        }

    .recent-post .media-img {
        width: 85px;
    }

    .recent-post .post-title {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 0px 0;
    }

    .recent-post .recent-post-meta a {
        font-size: 12px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .sidebar-area {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .contact-widget .icon {
        --icon-size: 30px;
        --icon-font-size: 12px;
        top: 5px;
    }

    .contact-widget .contact {
        padding: 0 0 0 45px;
        margin: 0 0 20px 0;
        border-bottom: none;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .widget {
        padding: 30px 20px;
    }
}

.footer-widget {
    margin-bottom: 40px;
}

    .footer-widget,
    .footer-widget .widget {
        padding: 0;
        border: none;
        padding-bottom: 0;
        background-color: transparent;
    }

        .footer-widget .widget_title {
            border: none;
            font-size: 24px;
            margin-bottom: 36px;
        }

        .footer-widget.nav_menu {
            margin-bottom: 50px;
        }

            .footer-widget.nav_menu ul {
                list-style-type: none;
                padding: 0;
                margin: -0.4em 0 0 0;
            }

            .footer-widget.nav_menu a {
                width: max-content;
                display: block;
                border: none;
                font-size: 16px !important;
                font-weight: 400;
                margin-bottom: 6px;
                max-width: 100%;
                padding: 0;
                background-color: transparent;
                position: relative;
                color: var(--body-color);
            }

                .footer-widget.nav_menu a:before {
                    content: "\f054";
                    font-family: var(--icon-font);
                    font-size: 10px;
                    margin-right: 10px;
                    position: relative;
                    top: -2px;
                    color: var(--body-color);
                    transition: all ease 0.4s;
                }

                .footer-widget.nav_menu a:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    height: 1px;
                    width: 0;
                    background-color: var(--theme-color2);
                    transition: all ease 0.4s;
                }

                .footer-widget.nav_menu a:hover {
                    color: var(--theme-color2);
                    background-color: transparent;
                }

                    .footer-widget.nav_menu a:hover:before {
                        color: var(--theme-color2);
                    }

                    .footer-widget.nav_menu a:hover:after {
                        width: 100%;
                    }

            .footer-widget.nav_menu li > span {
                width: auto;
                height: auto;
                position: relative;
                background-color: transparent;
                color: var(--body-color);
                line-height: 1;
            }

            .footer-widget.nav_menu li:last-child a {
                margin-bottom: 0;
            }

        .footer-widget .recent-post-wrap {
            padding: 5px 0 0 0;
            max-width: 350px;
        }

        .footer-widget .recent-course .recent-course-meta a:hover,
        .footer-widget .recent-course .post-title a:hover {
            background-color: transparent;
            color: var(--theme-color2);
        }

        .footer-widget .sidebar-gallery {
            grid-template-columns: repeat(3, 1fr);
        }

.footer-layout2 .footer-widget {
    margin-bottom: 40px;
}

.footer-layout2 .footer-logo {
    margin-bottom: 15px;
}

.footer-layout2 .footer-widget .widget_title {
    margin-top: 0;
}

.footer-layout2 .footer-text {
    max-width: 256px;
}

.footer-address {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    max-width: 340px;
}

.footer-logo {
    margin-bottom: 20px;
    max-width: 200px;
}

.footer-text {
    color: var(--body-color);
    max-width: 380px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/* Large devices */
@media (max-width: 1199px) {
    .footer-widget {
        margin-bottom: 60px;
    }

        .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.nav_menu a {
            font-size: 14px;
            margin-bottom: 10px;
        }

    .footer-layout2 .footer-widget {
        padding-right: 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px;
    }
}
/*------------------- 4.2. Headers  -------------------*/
.vs-header {
    position: relative;
    z-index: 41;
}

@media (min-width: 1199px) {
    .header-layout3 .sticky-wrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.header-links {
    height: 32px;
    line-height: 32px;
}

    .header-links ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .header-links li {
        color: var(--body-color);
        display: inline-block;
        margin: 0 20px 0 0;
    }

        .header-links li:last-child {
            margin-right: 0;
        }

    .header-links a {
        color: inherit;
    }

        .header-links a:hover {
            color: var(--theme-color);
        }

    .header-links i {
        font-size: 17px;
        vertical-align: inherit;
        margin-right: 10px;
        color: var(--theme-color);
    }

    .header-links.style2 li {
        color: var(--white-color);
    }

    .header-links.style2 i {
        color: var(--theme-color3);
    }

    .header-links.style2 a:hover {
        color: var(--theme-color2);
    }

.header-social a {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #E8E8E8;
    color: #353535;
    margin-bottom: -1px;
    margin-right: 5px;
    z-index: 1;
}

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

    .header-social a:before {
        content: "";
        bottom: 0;
        height: 2px;
        left: 0;
        right: 0;
        background-color: var(--theme-color3);
        position: absolute;
        top: auto;
        transition: all ease 0.4s;
        z-index: -1;
    }

    .header-social a:hover {
        color: var(--white-color);
        border-color: transparent;
    }

        .header-social a:hover:before {
            height: 100%;
        }

.header-social.style2 a {
    border-color: #3B3B3B;
    color: var(--white-color);
    margin-bottom: 0;
}

.user-login {
    color: var(--body-color);
    transition: all ease 0.4s;
}

    .user-login i {
        color: var(--title-color);
        margin-right: 5px;
        font-size: 22px;
        vertical-align: middle;
        transition: all ease 0.4s;
    }

    .user-login:hover,
    .user-login:hover i {
        color: var(--theme-color);
    }

    .user-login.style2 {
        color: var(--white-color);
    }

        .user-login.style2 i {
            color: var(--white-color);
        }

        .user-login.style2:hover,
        .user-login.style2:hover i {
            color: var(--theme-color2);
        }

.header-btns a:not(.vs-btn),
.header-btns button:not(.vs-btn) {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-right: 20px;
    color: var(--btn-color, var(--title-color));
    font-size: 20px;
    vertical-align: middle;
    transition: all ease 0.4s;
    display: inline-block;
}

    .header-btns a:not(.vs-btn):last-child,
    .header-btns button:not(.vs-btn):last-child {
        margin-right: 0;
    }

    .header-btns a:not(.vs-btn):hover,
    .header-btns button:not(.vs-btn):hover {
        color: var(--btn-hover-color, var(--theme-color));
    }

.header-btns.style2 {
    --btn-color: var(--white-color);
    --btn-hover-color: var(--theme-color2);
}

.vs-logo {
    position: relative;
}

    .vs-logo img {
        max-width: 270px;
        padding: 15px 0 10px;
        /* Small devices */
    }

@media (max-width: 767px) {
    .vs-logo img {
        max-width: 180px;
    }
}

.vs-logo.style2 {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
    padding-right: 20px;
}

    .vs-logo.style2::before {
        content: "";
        position: absolute;
        right: 5%;
        top: -0.5px;
        bottom: -1px;
        width: 99999px;
        z-index: -1;
        background-color: var(--white-color);
    }

.will-sticky .sticky-active {
    position: relative;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

    .will-sticky .sticky-active.active {
        top: 0;
    }

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 17px;
    color: var(--title-color);
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .main-menu a {
        font-size: 16px;
    }
}

.main-menu a:hover {
    color: var(--theme-color);
}

.main-menu > ul > li {
    margin: 0 13px;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .main-menu > ul > li {
        margin: 0 18px;
    }
}

.main-menu > ul > li > a .new-label {
    position: absolute;
    top: -15px;
    right: -16px;
    font-size: 11px;
    border-radius: 3px;
    background-color: var(--theme-color);
}

.main-menu > ul > li > a .has-new-lable {
    position: relative;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

    .main-menu ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

        .main-menu ul li.menu-item-has-children > a:after {
            content: "\f107";
            position: relative;
            font-family: var(--icon-font);
            margin-left: 5px;
            top: -0.8px;
            font-size: 0.8rem;
        }

        .main-menu ul li:last-child {
            margin-right: 0;
        }

        .main-menu ul li:first-child {
            margin-left: 0;
        }

        .main-menu ul li:hover > ul.sub-menu,
        .main-menu ul li:hover ul.mega-menu {
            visibility: visible;
            opacity: 1;
            margin-top: 0;
            z-index: 9;
        }

    .main-menu ul.sub-menu,
    .main-menu ul.mega-menu {
        position: absolute;
        text-align: left;
        top: 100%;
        left: 0;
        background-color: var(--white-color);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        visibility: hidden;
        min-width: 190px;
        width: max-content;
        padding: 7px;
        left: -14px;
        margin-top: 50px;
        opacity: 0;
        z-index: -1;
        border-bottom: 3px solid var(--theme-color);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
        transform-origin: top center;
        transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
    }

        .main-menu ul.sub-menu a,
        .main-menu ul.mega-menu a {
            font-size: 16px;
            line-height: 30px;
        }

    .main-menu ul.sub-menu {
        padding: 18px 20px;
        left: -27px;
    }

        .main-menu ul.sub-menu:before {
            content: "";
            position: absolute;
            left: 34.5px;
            top: 30px;
            width: 1px;
            background-color: #ededed;
            height: calc(100% - 60px);
        }

        .main-menu ul.sub-menu li {
            display: block;
            margin: 0 0;
            padding: 3px 9px;
        }

            .main-menu ul.sub-menu li.menu-item-has-children > a:after {
                content: "\f105";
                float: right;
                top: 3px;
            }

            .main-menu ul.sub-menu li a {
                position: relative;
                padding-left: 21px;
            }

                .main-menu ul.sub-menu li a:before {
                    content: "\f111";
                    font-family: var(--icon-font);
                    display: inline-block;
                    text-align: center;
                    position: absolute;
                    top: 2.8em;
                    left: 0;
                    width: 11px;
                    height: 11px;
                    font-size: 0.2em;
                    line-height: 11.5px;
                    color: var(--theme-color);
                    background-color: var(--white-color);
                    font-weight: 700;
                    border-radius: 50%;
                    box-shadow: inset 0px 2px 4px 0px rgba(55, 71, 255, 0.4);
                }

            .main-menu ul.sub-menu li ul.sub-menu {
                left: 100%;
                right: auto;
                top: 0;
                margin: 0 0;
                margin-left: 20px;
            }

                .main-menu ul.sub-menu li ul.sub-menu li ul {
                    left: 100%;
                    right: auto;
                }

.main-menu .mega-menu-wrap {
    position: static;
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%);
}

    .main-menu ul.mega-menu li {
        display: block;
        width: 100%;
        padding: 0 15px;
    }

        .main-menu ul.mega-menu li li {
            padding: 4px 0;
        }

        .main-menu ul.mega-menu li a {
            display: inline-block;
        }

    .main-menu ul.mega-menu > li > a {
        display: block;
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        color: var(--theme-color);
    }

        .main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 15px;
            height: 1px;
            background-color: var(--theme-color);
        }

        .main-menu ul.mega-menu > li > a::after {
            width: calc(100% - 20px);
            left: 20px;
        }

        .main-menu ul.mega-menu > li > a:hover {
            padding-left: 0;
        }

.menu-style1 > ul > li {
    padding: 47px 0;
}

    .menu-style1 > ul > li > a {
        padding: 0;
    }

.menu-style2 > ul > li {
    padding: 31.5px 0;
}

    .menu-style2 > ul > li > a {
        padding: 0;
        color: var(--white-color);
    }

        .menu-style2 > ul > li > a:hover {
            color: var(--white-color);
        }

.menu-style3 > ul > li > a {
    padding: 47px 0;
    color: var(--white-color);
}

    .menu-style3 > ul > li > a:hover {
        color: var(--theme-color2);
    }

.header-media {
    display: flex;
}

    .header-media .media-icon {
        width: 70px;
        height: 70px;
        border: 1px solid var(--theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 15px;
    }

    .header-media .media-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        display: block;
        color: var(--title-color);
        margin: 0 0 12px 0;
    }

    .header-media .media-info {
        color: var(--title-color);
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        line-height: 1;
    }

        .header-media .media-info a {
            color: inherit;
        }

            .header-media .media-info a:hover {
                color: var(--theme-color2);
            }

    .header-media .media-body {
        align-self: center;
    }

.header-infos-wrap {
    background-color: var(--theme-color);
}

    .header-infos-wrap:not([data-sec-pos]) {
        margin-bottom: -54px;
    }

.header-info {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

    .header-info:nth-child(even):before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.08);
        z-index: -1;
    }

    .header-info .vs-media {
        padding: 28px 20px;
    }

    .header-info a {
        color: inherit;
    }

        .header-info a:hover {
            color: var(--title-color);
        }

    .info-box .vs-media,
    .header-info .vs-media {
        align-items: center;
        justify-content: center;
    }

    .info-box .media-icon,
    .header-info .media-icon {
        display: inline-block;
        width: var(--icon-size, 50px);
        height: var(--icon-size, 50px);
        line-height: var(--icon-size, 50px);
        background-color: var(--white-color);
        text-align: center;
        border-radius: 50%;
        font-size: 20px;
        color: var(--theme-color);
        margin-right: 15px;
    }

        .info-box .media-icon i,
        .header-info .media-icon i {
            line-height: inherit;
        }

    .info-box .media-info,
    .header-info .media-info {
        color: var(--white-color);
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        max-width: 250px;
    }

.header-layout1 .header-top {
    border-bottom: 1px solid #E8E8E8;
}

.header-layout2 .sticky-active {
    background-color: var(--vs-secondary-color);
}

.header-layout2 .header-top {
    background-color: var(--black-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .main-menu > ul > li {
        margin: 0 12px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .vs-logo.style2::before {
        right: 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .header-layout2 .sticky-wrapper:before {
        border-bottom: 1px solid #DFDFDF;
        height: 92px;
        width: 100%;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .header-social.style2 a {
        width: auto;
        height: auto;
        border: none;
        line-height: 1;
        margin: 25px 8px;
    }

        .header-social.style2 a::before {
            display: none;
        }

        .header-social.style2 a:hover {
            color: var(--theme-color2);
        }

    .user-login i {
        margin-right: 5px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .user-login {
        margin: 10px;
    }

    .shop-cart {
        margin: 10px 0;
    }

    .header-layout4 .header-social {
        padding: 15px 15px;
    }

    .header-layout4 .user-login.style2 {
        color: var(--white-color);
        font-size: 14px;
        margin: 0;
    }
}
/*------------------- 4.3. Footers -------------------*/
.widget-area {
    padding-top: 50px;
    padding-bottom: 0px;
}

.copyright-wrap {
    background-color: #150F2B;
    text-align: center;
    padding: 26px 0;
    position: relative;
    z-index: 2;
}

.copyright-text {
    color: var(--smoke-color);
    font-size: 16px;
    margin: 0;
}

    .copyright-text a {
        color: inherit;
        font-weight: 700;
        text-decoration: underline;
    }

        .copyright-text a:hover {
            color: var(--theme-color2);
        }

.footer-info {
    position: relative;
    margin: 0 0 13px 0;
    height: 40px;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 0 0 50px;
    max-width: 300px;
    font-weight: 500;
}

    .footer-info:last-child {
        margin-bottom: 0;
    }

    .footer-info i {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        position: absolute;
        left: 0;
        top: 48%;
        border-radius: 50%;
        transform: translateY(-50%);
        transition: all ease 0.4s;
    }

    .footer-info .text-inherit:hover {
        color: var(--theme-color2);
    }

    .footer-info:hover i {
        background-color: var(--theme-color3);
    }

.footer-layout1 {
    background-color: var(--vs-secondary-color);
    --title-color: #fff;
    --body-color: #C7C7C7;
    overflow: hidden;
    border-top: #a3a3a3 0px solid;
}

.footer-layout2 {
    --body-color: #fff;
    --title-color: #fff;
}

    .footer-layout2 .copyright-wrap {
        background-color: #040011;
    }

.footer-layout3 {
    overflow: hidden;
}

    .footer-layout3 .vs-widget-about {
        padding-right: 65px;
    }

    .footer-layout3 .widget_title {
        margin: 0 0 25px 0;
    }

    .footer-layout3 .mailchimp-text {
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .footer-layout3 .copyright-wrap {
        background-color: #F1F1F1;
    }

    .footer-layout3 .copyright-text {
        color: var(--title-color);
    }

        .footer-layout3 .footer-info a:hover,
        .footer-layout3 .copyright-text a:hover {
            color: var(--theme-color);
        }

    .footer-layout3 .social-style1 i {
        color: var(--title-color);
        border-color: #777777;
        box-shadow: -23.34px 8px 24px rgba(35, 31, 32, 0.09);
    }

    .footer-layout3 .social-style1 a {
        color: var(--title-color);
    }

        .footer-layout3 .social-style1 a:hover {
            color: var(--theme-color);
        }

            .footer-layout3 .social-style1 a:hover i {
                color: var(--white-color);
            }

.footer-shape1 {
    position: relative;
}

    .footer-shape1 img {
        bottom: 0;
        position: absolute;
        left: -270px;
        z-index: 1;
    }

.footer-campus {
    position: relative;
}

    .footer-campus .campus-img {
        overflow: hidden;
        margin-bottom: 15px;
        border-radius: 20px;
    }

    .footer-campus .campus-address {
        position: relative;
        padding: 0 0 0 25px;
        color: #E2E2E2;
        margin: 0;
    }

        .footer-campus .campus-address i {
            color: var(--white-color);
            font-size: 17px;
            margin-right: 10px;
            position: absolute;
            top: 5px;
            left: 0;
        }

.footer-media {
    align-items: center;
    display: flex;
    position: relative;
}

    .footer-media .media-icon {
        background-color: var(--theme-color);
        border-radius: 50%;
        color: var(--white-color);
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        margin-right: 15px;
        text-align: center;
        width: 50px;
    }

    .footer-media .media-title {
        color: var(--white-color);
        font-size: 18px;
        font-weight: bold;
        display: block;
    }

    .footer-media a {
        color: var(--white-color);
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
    }

        .footer-media a:hover {
            color: var(--theme-color2);
        }

@media (max-width: 1550px) {
    .footer-shape1 img {
        display: none;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .footer-layout3 .vs-widget-about,
    .footer-layout3 .mailchimp-text {
        padding-right: 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .copyright-text {
        font-size: 14px;
    }

    .widget-area {
        padding-top: 80px;
        padding-bottom: 20px;
    }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
    position: relative;
    margin: 0;
    padding: 0 0 25px 0;
    list-style-type: none;
}

    .breadcumb-menu span,
    .breadcumb-menu li,
    .breadcumb-menu a {
        color: var(--white-color);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        word-break: break-word;
        white-space: normal;
        display: inline-block;
    }

        .breadcumb-menu a:hover {
            color: var(--theme-color2);
        }

    .breadcumb-menu li {
        color: var(--theme-color2);
    }

        .breadcumb-menu li:not(:last-child):after {
            content: "//";
            position: relative;
            margin-left: 20px;
            margin-right: 15px;
        }

        .breadcumb-menu li:first-child:before {
            content: "\f80c";
            position: relative;
            margin-right: 5px;
            font-weight: 700;
            font-family: var(--icon-font);
            margin-right: 9px;
            color: var(--white-color);
        }

.breadcumb-menu-wrap {
    margin: 12px 0 0 0;
    /*min-height: 74px;*/
    position: relative;
}

/*------------------- 4.4. Breadcumb 2  -------------------*/
.breadcrumb {
    position: relative;
    margin: 0;
   /* padding: 0 0 25px 0;*/
    list-style-type: none;
    display: block;
}

    .breadcrumb span,
    .breadcrumb li,
    .breadcrumb a {
        color: var(--white-color);
        font-size: 16px;
        font-weight: 500;
        /*text-transform: uppercase;*/
        word-break: break-word;
        white-space: normal;
        display: inline-block;
    }

        .breadcrumb a:hover {
            color: var(--theme-color2);
        }

    .breadcrumb li {
        color: var(--theme-color2);
    }

        .breadcrumb li:not(:last-child):after {
            content: "//";
            position: relative;
            margin-left: 5px;
            margin-right: 5px;
        }

        .breadcrumb li:first-child:before {
            content: "\f80c";
            position: relative;
            margin-right: 5px;
            font-weight: 700;
            font-family: var(--icon-font);
            margin-right: 9px;
            color: var(--white-color);
        }



.breadcumb-content {
    text-align: center;
}

.breadcumb-title {
    font-size: 70px;
    color: var(--white-color);
    margin: -0.21em 0 -0.4em 0;
}

.breadcumb-text {
    font-size: 20px;
    color: var(--white-color);
    margin: 32px 0 -0.25em 0;
}

.breadcumb-wrapper {
    padding-top: 216px;
    padding-bottom: 185px;
    background-color: var(--title-color);
    overflow: hidden;
    border-bottom: 5px solid var(--theme-color2);
    /* Medium devices */
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0 !important;
}
/*---------------------------------Banners-----------------------------------*/
.banner {
    height: 308px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid var(--theme-color2);
    background: #d3d3d3 url(../../assets/img/bg/blog-single-divider-bg-1-1.jpg) center top no-repeat !important;
    background-size: cover;
    /*margin-bottom: 40px;*/
}

    .banner:before {
        position: absolute;
        content: "";
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: #242424ab;
        /*background: #00000096;
        background: url(../images/background/overlay-pattern-1.png);*/
        z-index: 1;
    }

    .banner h1 {
        color: #fff;
        font-size: 43px;
    }

    .banner .container {
        position: relative;
        z-index: 2;
    }



.breadcrumb-item + .breadcrumb-item::before {
    color: #ccc;
    content: none;
}

.banner .breadcrumb-item.active {
    color: #ffc61a;
}

.contact {
    background: url(../../images/banners/contact.webp) center no-repeat;
}

.sports {
    background: url(../../images/banners/sports.jpg) center no-repeat;
}

.page {
    padding: 35px 0;
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding-top: 100px;
        padding-bottom: 30px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 48px;
    }

    .breadcumb-text {
        font-size: 16px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .breadcumb-title {
        font-size: 40px;
        margin: -0.15em 0 -0.4em 0;
    }

    .breadcumb-text {
        font-size: 14px;
    }

    .breadcumb-wrapper {
        padding-top: 80px;
    }

    .breadcumb-menu-wrap {
        margin: 0;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 36px;
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 14px;
    }

        .breadcumb-menu li:after {
            margin-left: 11px;
            margin-right: 9px;
        }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
    text-align: center;
    margin: 40px auto 30px auto;
    padding: 15px 0;
    width: max-content;
    position: relative;
    z-index: 1;
}

    .vs-pagination:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 35px;
        left: 35px;
        z-index: -1;
        border-radius: 20px;
        background-color: var(--smoke-color);
    }

    .vs-pagination ul {
        margin: 0;
        padding: 0;
    }

    .vs-pagination li {
        display: inline-block;
        margin: 0 3px;
        list-style-type: none;
    }

    .vs-pagination a {
        display: inline-block;
        border: none;
        vertical-align: middle;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        height: var(--icon-size, 58px);
        width: var(--icon-size, 58px);
        line-height: var(--icon-size, 58px);
        text-align: center;
        background-color: var(--white-color);
        color: var(--title-color);
        font-family: var(--body-font);
        z-index: 1;
        border-radius: 20px;
    }

        .vs-pagination a:hover {
            color: var(--white-color);
            background-color: var(--theme-color);
        }

    .vs-pagination .next a,
    .vs-pagination .prev a {
        display: block;
        width: auto;
        font-size: 16px;
        font-weight: 700;
        padding: 0 30px;
        background-color: var(--theme-color3);
        color: var(--white-color);
        border-radius: 28px;
    }

        .vs-pagination .next a:hover,
        .vs-pagination .prev a:hover {
            background-color: var(--theme-color2);
        }

.post-pagination {
    margin: 30px 0 50px;
}

.post-pagi-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 29px 25px;
    border: 2px solid transparent;
    background-color: var(--smoke-color);
    border-radius: 20px;
    transition: all ease 0.4s;
}

    .post-pagi-box.next {
        flex-direction: row-reverse;
        text-align: right;
    }

    .post-pagi-box > a {
        background-color: var(--white-color);
        color: var(--title-color);
        display: inline-block;
        height: 50px;
        width: 50px;
        line-height: 52px;
        text-align: center;
        border-radius: 12px;
    }

    .post-pagi-box .pagi-title {
        font-size: 18px;
        font-weight: 700;
        color: var(--title-color);
        line-height: 26px;
        margin: 0;
        flex: 1;
    }

        .post-pagi-box .pagi-title a {
            color: inherit;
        }

    .post-pagi-box:hover {
        background-color: var(--white-color);
        border-color: var(--theme-color);
        box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, 0.09);
    }

        .post-pagi-box:hover > a {
            color: var(--white-color);
            background-color: var(--theme-color);
        }

            .post-pagi-box:hover > a:hover {
                background-color: var(--theme-color2);
                color: var(--white-color);
            }

        .post-pagi-box:hover .pagi-title a:hover {
            color: var(--theme-color);
        }

/* Medium Large devices */
@media (max-width: 1399px) {
    .post-pagination {
        margin: 40px 0;
    }

    .post-pagi-box {
        padding: 20px 15px;
        border-radius: 10px;
    }

        .post-pagi-box .pagi-title {
            font-size: 16px;
            line-height: 22px;
        }

        .post-pagi-box > a {
            height: 40px;
            width: 40px;
            line-height: 42px;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .vs-pagination a {
        --icon-size: 40px;
        font-size: 12px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .post-pagi-box {
        display: block;
        padding: 20px 15px;
        text-align: center;
    }

        .post-pagi-box a {
            margin-bottom: 10px;
        }

        .post-pagi-box.next {
            text-align: center;
        }

        .post-pagi-box .pagi-title {
            font-size: 14px;
        }
}
/* Extra small devices */
@media (max-width: 575px) {
    .vs-pagination a {
        --icon-size: 30px;
        font-size: 10px;
    }

    .vs-pagination .next a,
    .vs-pagination .prev a {
        font-size: 12px;
        padding: 0 10px;
        border-radius: 10px;
    }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote.vs-quote {
    margin: 30px 0 30px 0;
    padding: 40px 20px 40px 42px;
    text-align: left;
    border: 2px dashed #C8CBF0;
    border-radius: 20px;
    background-color: #F2F2F3;
}

    blockquote.vs-quote p {
        color: var(--title-color);
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 10px 0;
        text-transform: capitalize;
    }

    blockquote.vs-quote span {
        color: var(--theme-color);
        font-size: 16px;
        font-weight: 700;
        padding-left: 42px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
    }

        blockquote.vs-quote span::before {
            content: "";
            width: 26px;
            height: 2px;
            background-color: var(--theme-color);
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

.blog-title a {
    color: inherit;
}

    .blog-title a:hover {
        color: var(--theme-color);
    }

.blog-title2 {
    font-size: 26px;
}

.vs-blog {
    margin-bottom: 30px;
}

.blog-content p {
    text-transform: capitalize;
}

.blog-content .list-style2 li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 16px;
    padding-right: 16px;
    font-size: 16px;
    color: #7D7C7C;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

    .blog-meta span:not(:last-child)::after,
    .blog-meta a:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 12px;
        background-color: #D0CBCB;
    }

    .blog-meta span:last-child,
    .blog-meta a:last-child {
        margin-right: 0;
    }

    .blog-meta span i,
    .blog-meta a i {
        margin-right: 8px;
        color: var(--theme-color);
    }

    .blog-meta a:hover {
        color: var(--theme-color);
    }

.blog-category {
    margin-bottom: -10px;
}

    .blog-category a {
        display: inline-block;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        padding: 7px 14px;
        line-height: 1;
        letter-spacing: 0.06px;
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 3px;
        transition: all ease 0.4s;
        margin: 0 5px 10px 0;
        text-transform: uppercase;
    }

        .blog-category a:hover {
            background-color: var(--theme-color2);
            color: var(--white-color);
        }

.blog-inner-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
    font-size: 36px;
}

    .blog-inner-title:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 2px;
        width: 41px;
        background-color: var(--theme-color);
    }

.inner-video-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.date-box {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 30px 30px 50px;
    margin-right: 30px;
    width: 135px;
    text-align: center;
    background-color: var(--white-color);
    border: 1px solid #D2D2D2;
    border-bottom: none;
    border-radius: 20px;
}

    .date-box .day {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .date-box .day,
    .date-box .month {
        color: var(--theme-color);
        display: block;
        font-weight: 700;
    }

    .date-box .post-comment {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 28px;
        border: 1px solid #D2D2D2;
        font-size: 14px;
        color: var(--title-color);
        width: 100%;
        border-radius: 20px;
    }

.blog-style1 {
    margin-bottom: 50px;
}

    .blog-style1 .date-box {
        top: 6px;
    }

    .blog-style1 .blog-img {
        margin-bottom: 45px;
        border-radius: 20px;
        overflow: hidden;
    }

        .blog-style1 .blog-img img {
            transition: all ease 0.4s;
            transform: scale(1.001);
        }

    .blog-style1 .blog-content {
        position: relative;
        padding-left: 165px;
        padding-right: 30px;
    }

    .blog-style1:hover .blog-img img {
        transform: scale(1.15);
    }

.blog-style2 {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all ease 0.4s;
}

    .blog-style2 .blog-category {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 1;
    }

    .blog-style2 .blog-meta {
        margin-bottom: 10px;
    }

        .blog-style2 .blog-meta span,
        .blog-style2 .blog-meta a {
            font-size: 14px;
        }

    .blog-style2 .blog-img {
        overflow: hidden;
        position: relative;
        border-radius: 20px;
        margin: -1px -1px 0 -1px;
    }

        .blog-style2 .blog-img img {
            transition: all ease 0.4s;
            transform: scale(1.001);
        }

    .blog-style2 .blog-content {
        padding: 28px 40px 30px 30px;
    }

    .blog-style2 .blog-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .blog-style2 .blog-author {
        display: flex;
        align-items: center;
    }

    .blog-style2 .author-avater {
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin-right: 15px;
        border-radius: 50%;
    }

        .blog-style2 .author-avater img {
            width: 100%;
        }

    .blog-style2 .author-name {
        margin: 0;
        text-transform: capitalize;
    }

    .blog-style2 .author-degi {
        font-size: 14px;
        text-transform: uppercase;
        color: var(--theme-color);
    }

    .blog-style2:hover {
        border-color: var(--theme-color);
    }

        .blog-style2:hover .blog-img img {
            transform: scale(1.15);
        }

.blog-single {
    position: relative;
    margin-bottom: 60px;
}

    .blog-single .blog-meta {
        margin-bottom: 12px;
    }

    .blog-single .blog-date {
        position: absolute;
        right: 20px;
        top: 20px;
        background-color: var(--theme-color);
        color: var(--white-color);
        display: inline-block;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        padding: 17px 15px 17px 15px;
        border-radius: 0 10px 0 10px;
        transition: all ease 0.4s;
    }

        .blog-single .blog-date .day {
            font-size: 26px;
            display: block;
            margin-bottom: 5px;
        }

        .blog-single .blog-date .month {
            font-size: 14px;
        }

        .blog-single .blog-date:hover {
            background-color: var(--theme-color2);
            color: var(--white-color);
        }

    .blog-single .blog-img {
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
        background-color: var(--smoke-color);
        border-radius: 15px;
    }

    .blog-single .blog-title {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .blog-single .vs-btn {
        margin-top: 8px;
    }

.blog-details .blog-single .blog-content {
    overflow: hidden;
}

.share-links {
    border-radius: 20px;
    margin: 30px 0 25px 0;
    padding: 30px 40px 30px 40px;
    background-color: var(--theme-color2);
}

    .share-links .row {
        --bs-gutter-y: 20px;
    }

    .share-links .tagcloud {
        display: inline-block;
    }

        .share-links .tagcloud a {
            background-color: var(--white-color);
            border: none;
            border-radius: 5px;
            color: var(--body-color);
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            line-height: 1;
            margin-top: 8px;
            margin-right: 10px;
            padding: 8px 12px;
        }

            .share-links .tagcloud a:hover {
                background-color: var(--theme-color);
                color: var(--white-color);
            }

.share-links-title {
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 15px 0 0;
    display: inline-block;
}

.social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

    .social-links li {
        display: inline-block;
        margin-right: 5px;
    }

        .social-links li a {
            display: block;
            width: 42px;
            height: 42px;
            line-height: 42px;
            font-size: 14px;
            text-align: center;
            background-color: var(--white-color);
            color: var(--title-color);
            border-radius: 50%;
            transition: all ease 0.4s;
        }

            .social-links li a:hover {
                color: var(--white-color);
                background-color: var(--theme-color);
                box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, 0.09);
            }

.blog-inner-img {
    border-radius: 30px;
    margin: 20px 0 35px 0;
    overflow: hidden;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .blog-single .share-links {
        padding: 20px 30px 30px 20px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    blockquote.vs-quote p {
        font-size: 24px;
        margin: 0 0 10px 0;
    }

    blockquote.vs-quote cite {
        color: var(--title-color);
        font-size: 18px;
        font-weight: 700;
    }

    .blog-meta span,
    .blog-meta a {
        margin-right: 15px;
        font-size: 14px;
    }

    .blog-single .blog-title {
        font-size: 32px;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .blog-inner-img {
        border-radius: 14px;
    }

    .blog-inner-title {
        font-size: 30px;
    }

    .blog-style1 .blog-img {
        margin-bottom: 25px;
    }

    .blog-style1 .date-box {
        padding: 20px 10px 40px;
        width: 120px;
        border-radius: 20px;
        font-size: 12px;
    }

        .blog-style1 .date-box .post-comment {
            line-height: 25px;
            font-size: 11px;
        }

    .blog-style1 .blog-content {
        padding-left: 145px;
        padding-right: 0;
    }

    .blog-style1 .blog-title {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .blog-style2 .blog-content {
        padding: 28px 20px 30px 20px;
    }

    .blog-style2 .blog-title {
        font-size: 22px;
    }

    .blog-style2 .author-name {
        font-size: 18px;
    }

    .blog-style1 {
        position: relative;
    }

        .blog-style1 .blog-content {
            padding-left: 0;
            padding-right: 0;
            position: static;
        }

        .blog-style1 .date-box {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 100px;
            padding: 15px 5px 35px;
        }

            .blog-style1 .date-box .day {
                font-size: 34px;
                margin-bottom: 0px;
            }
}
/* Small devices */
@media (max-width: 767px) {
    .blog-single .blog-title {
        font-size: 24px;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .blog-single .blog-date {
        right: 15px;
        top: 15px;
        padding: 12px 10px 11px 10px;
    }

        .blog-single .blog-date .day {
            font-size: 20px;
        }

        .blog-single .blog-date .month {
            font-size: 12px;
        }

    .blog-inner-title {
        font-size: 26px;
    }

    .share-links-title {
        margin: 0 0 5px 0;
        display: block;
    }
}
/*------------------- 4.7. Comments  -------------------*/
.vs-comment-form {
    margin: 50px 0 30px 0;
}

.comment-respond {
    position: relative;
}

    .comment-respond .form-title a#cancel-comment-reply-link {
        font-size: 0.7em;
        text-decoration: underline;
    }

    .comment-respond .custom-checkbox.notice {
        margin-bottom: 25px;
    }

@media (min-width: 1199px) {
    .comment-respond .row {
        --bs-gutter-x: 20px;
    }
}

.comment-respond .form-control {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
    border: 1px solid var(--border-color);
    background-color: transparent;
    height: 60px;
    padding-left: 25px;
    padding-right: 20px;
}

    .comment-respond .form-control::-moz-placeholder {
        color: var(--body-color);
    }

    .comment-respond .form-control::-webkit-input-placeholder {
        color: var(--body-color);
    }

    .comment-respond .form-control:-ms-input-placeholder {
        color: var(--body-color);
    }

    .comment-respond .form-control::placeholder {
        color: var(--body-color);
    }

.comment-respond .form-group i {
    color: var(--theme-color);
}

.comment-respond .form-group:last-child {
    margin-bottom: 0;
}

.comment-respond input[type=checkbox] ~ label {
    color: var(--body-color);
    margin-top: 5px;
}

    .comment-respond input[type=checkbox] ~ label:before {
        background-color: var(--white-color);
        border: 1px solid var(--border-color);
        border-radius: 0;
        top: 4px;
    }

.comment-respond input[type=checkbox]:checked ~ label:before {
    background-color: var(--theme-color);
    border-color: transparent;
}

.comment-respond .blog-inner-title {
    border: none;
    margin-bottom: 7px;
    padding-bottom: 0;
}

    .comment-respond .blog-inner-title:before {
        display: none;
    }

.comment-respond .form-text {
    margin-bottom: 37px;
    font-size: 16px;
    color: var(--body-color);
}

.inner-pane .vs-comment-form {
    margin: 60px 0 30px 0;
}

.inner-pane .comment-respond .form-control {
    transition: all ease 0.4s;
}

    .inner-pane .comment-respond .form-control:focus {
        background-color: var(--white-color);
        color: var(--title-color);
        border-color: var(--white-color);
    }

.inner-pane .comment-respond .blog-inner-title {
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 17px;
}

    .inner-pane .comment-respond .blog-inner-title:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 3px;
        background-color: var(--theme-color);
    }

.vs-comments-wrap {
    margin: 50px 0 30px 0;
}

    .vs-comments-wrap .description p:last-child {
        margin-bottom: 0;
    }

    .vs-comments-wrap .comment-respond {
        margin: 30px 0;
    }

    .vs-comments-wrap li {
        margin: 0;
    }

    .vs-comments-wrap .vs-post-comment {
        display: flex;
        position: relative;
        border-bottom: 1px solid var(--border-color);
        margin: 40px 0 40px 0;
        padding: 0 0 28px 0;
    }

    .vs-comments-wrap ul.comment-list {
        list-style: none;
        margin: 0 0 0 0;
        padding: 0;
    }

        .vs-comments-wrap ul.comment-list ul ul,
        .vs-comments-wrap ul.comment-list ul ol,
        .vs-comments-wrap ul.comment-list ol ul,
        .vs-comments-wrap ul.comment-list ol ol {
            margin-bottom: 0;
        }

    .vs-comments-wrap .comment-avater {
        width: 115px;
        height: 115px;
        margin-right: 25px;
        background-color: var(--smoke-color);
        border-radius: 14px;
        overflow: hidden;
    }

        .vs-comments-wrap .comment-avater img {
            width: 100%;
        }

    .vs-comments-wrap .comment-content {
        flex: 1;
        align-self: center;
    }

    .vs-comments-wrap .commented-on {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 500;
        color: var(--body-color);
        display: block;
        text-decoration: underline;
        position: relative;
        top: -2px;
    }

        .vs-comments-wrap .commented-on i {
            color: var(--theme-color);
            margin-right: 8px;
            font-size: 0.9rem;
        }

    .vs-comments-wrap .name {
        margin: -0.25em 0 10px 0;
        font-size: 24px;
        display: inline-block;
    }

    .vs-comments-wrap .comment-top {
        display: flex;
        justify-content: space-between;
    }

    .vs-comments-wrap .children {
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-left: 40px;
    }

    .vs-comments-wrap .reply_and_edit {
        line-height: 1;
        padding-top: 2px;
    }

    .vs-comments-wrap .replay-btn {
        display: inline-block;
        text-transform: uppercase;
        color: var(--theme-color3);
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.03em;
    }

        .vs-comments-wrap .replay-btn i {
            margin-right: 8px;
        }

        .vs-comments-wrap .replay-btn:hover {
            color: var(--theme-color2);
        }

    .vs-comments-wrap .star-rating {
        font-size: 12px;
        width: 80px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .vs-comments-wrap .star-rating:before {
            color: var(--yellow-color);
        }

        .vs-comments-wrap .star-rating span:before {
            color: var(--yellow-color);
        }

.woocommerce-Reviews .vs-comments-wrap {
    padding: 8px 0 0 0;
    margin: 0;
    background-color: transparent;
}

.woocommerce-Reviews .vs-post-comment {
    padding-bottom: 4px;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    margin-bottom: 40px;
}

.woocommerce-Reviews .vs-comment-item:first-child .vs-post-comment {
    margin-top: 0;
}

.vs-comments-wrap.vs-comment-form {
    margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
    .vs-comments-wrap {
        margin: 60px 0 30px 0;
    }

    .vs-comment-form {
        margin: 60px 0 30px 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .vs-comments-wrap .vs-post-comment {
        display: block;
    }

    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .vs-comments-wrap .children {
        margin-left: 25px;
    }

    .comment-respond .form-text {
        margin-bottom: 27px;
        font-size: 16px;
    }

    .comment-respond .blog-inner-title {
        margin-bottom: 5px;
    }
}
/*------------------- 4.8. Hero Area  -------------------*/
.hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--title-color);
    min-height: 770px;
    z-index: 1;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.hero-layout1 {
    max-height: 770px;
    position: relative;
}

    .hero-layout1 .hero-content {
        max-width: 470px;
        position: relative;
        z-index: 3;
    }

    .hero-layout1 .hero-title {
        font-size: 70px;
        color: var(--white-color);
        font-family: var(--title-color);
        line-height: 1.2;
        margin-bottom: 8px;
        animation-delay: 0s;
        text-transform: uppercase;
    }

        .hero-layout1 .hero-title span {
            color: var(--theme-color2);
        }

    .hero-layout1 .hero-text {
        color: #EDECEC;
        font-size: 22px;
        font-weight: 400;
        font-family: var(--title-font);
        line-height: 34px;
        max-width: 474px;
        margin-bottom: 40px;
        animation-delay: 0.4s;
    }

    .hero-layout1 .hero-btns {
        animation-delay: 0.8s;
    }

    .hero-layout1 .vs-circle {
        position: absolute;
        left: 26%;
        top: 8%;
        animation-delay: 0.1s;
    }

    .hero-layout1 .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        z-index: 1;
        margin: 0 auto;
        text-align: left;
        max-width: var(--main-container);
    }

        .hero-layout1 .slick-dots button {
            border-color: var(--white-color);
        }

            .hero-layout1 .slick-dots button:hover,
            .hero-layout1 .slick-dots .slick-active button {
                background-color: var(--theme-color2);
                border-color: var(--theme-color3);
            }

    .hero-layout1 .slick-current {
        --animation-name: slideinup;
    }

    .hero-layout1 .course-style3 {
        position: absolute;
        right: 15.5%;
        bottom: 60px;
    }

    .hero-layout1.style2 .hero-content {
        max-width: 560px;
    }

    .hero-layout1.style2 .hero-title {
        text-transform: capitalize;
    }

.hero-layout2 {
    background-color: #f6f6f6;
    padding-top: 135px;
    margin-bottom: 60px;
    position: relative;
}

    .hero-layout2 .hero-content {
        padding-top: 150px;
        margin-bottom: -95px;
        position: relative;
        z-index: 1;
    }

    .hero-layout2 .shape-dotted {
        --dot-bg: #f6f6f6;
        --dot-color: #00A39A;
        width: 125px;
        height: 113px;
    }

    .hero-layout2 .hero-title {
        font-size: 60px;
        margin-top: -0.19em;
    }

    .hero-layout2 .hero-text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 45px;
    }

    .hero-layout2.style4 .hero-content {
        max-width: 560px;
    }

    .hero-layout2.style4 .hero-title {
        text-transform: capitalize;
    }

/* Medium Large devices */
@media (max-width: 1399px) {
    .hero-layout2 {
        margin-bottom: 0;
    }

        .hero-layout2 .hero-title {
            font-size: 48px;
        }

        .hero-layout2 .hero-content {
            padding-top: 50px;
            margin-bottom: 50px;
        }
}
/* Large devices */
@media (max-width: 1199px) {
    .hero-inner {
        min-height: auto;
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .hero-layout1 .hero-title {
        font-size: 48px;
    }

    .hero-layout1 .vs-circle {
        --circle-size: 400px;
    }

    .hero-layout1 .course-style3 {
        right: 5.5%;
        bottom: 30px;
    }

    .hero-layout2 {
        padding-top: 60px;
    }

        .hero-layout2 .hero-content {
            padding-top: 0;
            margin-bottom: 50px;
        }

        .hero-layout2 .hero-title {
            font-size: 40px;
        }

        .hero-layout2 .hero-text {
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 30px;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .hero-layout1 .vs-circle {
        display: none;
    }

    .hero-layout1 .hero-text {
        font-size: 16px;
        line-height: 26px;
    }

    .hero-layout1 .hero-title {
        font-size: 42px;
    }

    .hero-layout1.style2 .hero-content {
        max-width: 420px;
    }

    .hero-layout1 .course-style3 {
        display: none;
    }

    .hero-layout2 .hero-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .course-instructor {
        display: none;
    }

    .hero-layout1.style4::after {
        width: 95%;
        height: 40px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .hero-layout1 .hero-content {
        max-width: 100%;
        text-align: center;
    }

    .hero-layout1 .hero-title {
        font-size: 30px;
    }

    .hero-layout1 .hero-text {
        margin-bottom: 25px;
    }

    .hero-layout1 .vs-circle {
        display: none;
    }

    .hero-layout2 .hero-title {
        font-size: 36px;
    }

    .hero-layout2 .hero-text {
        margin-bottom: 25px;
    }
}
/*------------------- 4.9. Error  -------------------*/
.error-title {
    font-size: 100px;
    line-height: 1;
    margin: -0.33em 0 18px 0;
}

.error-title2 {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 20px 0;
}

.error-text {
    margin: 0 0 30px 0;
}

.search-inline {
    position: relative;
    margin-bottom: 15px;
}

    .search-inline input {
        height: 75px;
        border: 1px solid #E8E8E8;
        padding: 0 70px 0 40px;
        border-radius: 9999px;
        box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
    }

        .search-inline input:focus {
            box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
        }

    .search-inline button {
        border: 2px solid var(--theme-color);
        background-color: var(--white-color);
        width: 50px;
        height: 50px;
        line-height: 47px;
        font-size: 18px;
        position: absolute;
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 100%;
    }

        .search-inline button:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
            border-color: var(--theme-color);
        }

.vs-error-wrapper {
    background-color: #fafafa;
    padding: var(--section-space) 0 var(--section-space) 0;
}

/* Large devices */
@media (max-width: 1199px) {
    .error-img {
        margin-bottom: 50px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .error-img {
        margin-bottom: 30px;
    }

    .error-title {
        font-size: 72px;
    }

    .error-title2 {
        font-size: 30px;
    }

    .vs-error-wrapper {
        padding: var(--section-space-mobile) 0 var(--section-space-mobile) 0;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .error-title {
        font-size: 60px;
    }

    .error-title2 {
        font-size: 26px;
    }

    .search-inline input {
        padding-left: 30px;
    }
}
/*------------------- 4.10. Contact  -------------------*/
.call-number1 {
    text-decoration: underline;
    text-decoration-color: var(--theme-color);
}

    .call-number1:hover {
        color: var(--theme-color);
        text-decoration: underline;
    }

.contact-style1 {
    padding: 40px 30px;
    background-color: var(--theme-color);
    border-radius: 20px;
}

    .contact-style1 .contact-text {
        color: var(--white-color);
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .contact-style1 .contact-number {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
    }

        .contact-style1 .contact-number i {
            margin-right: 5px;
        }

        .contact-style1 .contact-number:last-child {
            margin-bottom: 0;
        }

.contact-info {
    position: relative;
    margin: 0 0 7px 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 0 0 50px;
    max-width: 500px;
}

    .contact-info:last-child {
        margin-bottom: 0;
    }

    .contact-info i {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        position: absolute;
        left: 0;
        top: 48%;
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: -1;
        transition: all ease 0.4s;
    }

    .contact-info:hover i {
        background-color: var(--theme-color2);
        color: var(--title-color);
    }

.contact-map {
    margin-top: 68px;
}

/*------------------- 4.11. About  -------------------*/
.picture-box1 {
    position: relative;
    margin-bottom: 30px;
}

    .picture-box1 .picture-1 {
        border-radius: 20px;
        overflow: hidden;
    }

.picture-box2 {
    position: relative;
}

    .picture-box2 [class*=picture-] {
        width: max-content;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 2;
        border-radius: 20px;
    }

    .picture-box2.style1 .picture-1 {
        margin-left: 40%;
    }

    .picture-box2 .picture-1 {
        margin-left: 36%;
        margin-bottom: -120px;
        z-index: 3;
    }

    .picture-box2 .picture-3 {
        margin-right: -170px;
        margin-left: auto;
        margin-top: -140px;
    }

    .picture-box2 .vs-circle {
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: initial;
        transform: translate(-42%, -50%);
        --circle-angle: -43deg;
        --circle-bg: var(--theme-color2);
        --circle-size: 554px;
        z-index: 1;
    }

.picture-box3 {
    position: relative;
}

    .picture-box3 .picture-content {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .picture-box3 .img-1 {
        position: relative;
        width: max-content;
        max-width: 100%;
        margin-left: auto;
        overflow: hidden;
        border-radius: 20px;
    }

    .picture-box3 .shape-dotted {
        position: absolute;
        left: -37px;
        top: 60px;
    }

    .picture-box3 .media-box1 {
        position: relative;
        z-index: 4;
        margin-bottom: 40px;
    }

        .picture-box3 .media-box1:nth-child(1) {
            margin-left: 40px;
        }

.picture-box4 {
    position: relative;
}

    .picture-box4 .img-1 {
        margin-left: -130px;
        margin-right: -35px;
    }

    .picture-box4 .vs-circle {
        position: absolute;
        right: 9%;
        bottom: 13%;
        z-index: -1;
        --circle-bg: var(--theme-color2);
    }

    .picture-box4 .media-style7 {
        position: absolute;
        right: -7%;
        bottom: -60px;
    }

.picture-box5 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
}

    .picture-box5 .picture-2,
    .picture-box5 .picture-1 {
        border-radius: 20px;
    }

        .picture-box5 .picture-2 img,
        .picture-box5 .picture-1 img {
            width: 100%;
        }

    .picture-box5 .picture-1 {
        margin-top: 125px;
    }

    .picture-box5 .shape-dotted {
        left: 42%;
        position: absolute;
        top: 90px;
    }

.picture-box6 {
    position: relative;
    padding: 50px 40px 80px 0;
    z-index: 1;
    margin-bottom: 30px;
}

    .picture-box6 .img-1 {
        border-radius: 20px;
    }

        .picture-box6 .img-1 img {
            width: 100%;
        }

    .picture-box6 .vs-circle {
        position: absolute;
        --circle-bg: var(--theme-color2);
        bottom: 0;
        right: -40px;
        max-width: initial;
        max-height: initial;
        z-index: -1;
    }

.countdown-style1 {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 28px 35px 27px 34px;
    z-index: 1;
    background-color: var(--white-color);
    border-radius: 20px;
}

    .countdown-style1 .countdown-title {
        color: var(--title-color);
        font-size: 20px;
        display: block;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .countdown-style1 .link-btn {
        color: var(--theme-color);
    }

        .countdown-style1 .link-btn:before {
            background-color: var(--theme-color);
        }

        .countdown-style1 .link-btn:hover {
            color: var(--theme-color2);
        }

            .countdown-style1 .link-btn:hover:before {
                background-color: var(--theme-color2);
            }

    .countdown-style1 ul {
        margin: 0 0 10px 0;
        padding: 0;
        list-style-type: none;
    }

    .countdown-style1 li {
        color: var(--title-color);
        display: inline-block;
        font-size: 34px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .countdown-style1 li span {
            margin-right: 3px;
        }

        .countdown-style1 li:last-child {
            margin-right: 0;
        }

        .countdown-style1 li:not(:first-child)::before {
            content: ":";
            margin-right: 6px;
            margin-left: 2px;
            color: var(--body-color);
        }

.icon-bg-shape {
    fill: #F3F0FF;
}

.img-bg-shape {
    fill: var(--theme-color2);
}

.about-box2 {
    padding: 60px;
}

.about-layout1 .picture-box2.style1 .picture-1 {
    margin-left: 33%;
}

.media-style1 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .media-style1 .media-img {
        margin-right: 20px;
    }

    .media-style1 .media-label {
        color: var(--title-color);
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1;
        display: block;
    }

    .media-style1 .media-info {
        line-height: 1;
        display: block;
        color: var(--title-color);
        font-size: 18px;
        margin: 0 0 -0.2em 0;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

.media-style3 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .media-style3 .media-title {
        color: var(--title-color);
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 12px;
        display: block;
    }

    .media-style3 .media-text {
        margin-bottom: -0.1em;
        font-size: 14px;
        line-height: 1;
    }

    .media-style3 .media-icon {
        width: var(--icon-size, 70px);
        height: var(--icon-size, 70px);
        line-height: var(--icon-size, 70px);
        font-size: 30px;
        margin-right: 15px;
        text-align: center;
        color: var(--title-color);
        background-color: var(--theme-color2);
        border-radius: 50%;
        display: inline-block;
        transition: all ease 0.4s;
    }

    .media-style3:hover .media-icon {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

.media-style4 {
    margin-bottom: 30px;
}

    .media-style4 .media-icon {
        max-width: 60px;
        margin-bottom: 20px;
    }

    .media-style4 .media-title {
        margin-bottom: 10px;
    }

.media-style5 {
    background-color: var(--vs-secondary-color);
    border-radius: 20px;
    padding: 40px 30px 40px 30px;
    margin-bottom: 30px;
}

    .media-style5 .media-title {
        color: var(--white-color);
    }

    .media-style5 .icon {
        background-color: var(--theme-color2);
        border-radius: 50%;
        color: var(--title-color);
        font-size: 30px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        width: 70px;
        float: right;
    }

    .media-style5 .phone {
        display: block;
        margin: 20px 0 10px;
        text-decoration: underline;
    }

    .media-style5 a {
        color: var(--white-color);
        font-size: 18px;
    }

        .media-style5 a i {
            margin-right: 10px;
        }

        .media-style5 a:hover {
            color: var(--theme-color2);
        }

.media-style6 {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: var(--smoke-color);
    transition: all ease 0.4s;
}

    .media-style6 .media-img {
        border-radius: 20px;
        margin-right: 20px;
    }

    .media-style6 .media-name {
        font-size: 26px;
        margin-bottom: 0;
    }

    .media-style6 .media-degi {
        margin: 0;
    }

    .slick-current .media-style6,
    .media-style6:hover {
        background-color: var(--theme-color);
    }

        .slick-current .media-style6 .media-name,
        .slick-current .media-style6 .media-degi,
        .media-style6:hover .media-name,
        .media-style6:hover .media-degi {
            color: var(--white-color);
        }

.media-style7 {
    background-color: var(--vs-secondary-color);
    border-radius: 20px;
    max-width: 408px;
    padding: 50px 60px;
    text-align: center;
}

    .media-style7 .media-title {
        margin-bottom: 5px;
        margin-top: -0.2em;
    }

    .media-style7 .media-title,
    .media-style7 .media-text {
        color: var(--white-color);
    }

.media-style8 {
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}

    .media-style8 .media-icon {
        margin: 0 auto 20px auto;
        max-width: 60px;
    }

    .media-style8 .media-title {
        margin-bottom: 10px;
    }

    .media-style8 .media-text {
        max-width: 200px;
        margin: 0 auto;
    }

.media-style9 {
    position: relative;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 50px 40px 27px 40px;
    background-color: var(--white-color);
    border: 2px solid transparent;
    transition: all ease 0.4s;
}

    .media-style9 .media-icon {
        margin: 0 auto 30px auto;
        max-width: 60px;
    }

    .media-style9 .media-title {
        margin-bottom: 10px;
    }

    .media-style9:hover {
        border-color: var(--theme-color);
    }

.call-media {
    display: flex;
    align-items: center;
    border-left: 3px solid var(--theme-color);
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 20px 20px 30px;
    margin: 30px 0 30px 0;
    max-width: 350px;
    text-align: left;
}

    .call-media .media-icon {
        font-size: 30px;
        color: var(--theme-color);
        margin-right: 20px;
    }

    .call-media .media-label {
        font-size: 16px;
        text-transform: uppercase;
        font-family: var(--title-font);
        font-weight: 500;
        letter-spacing: 0.02em;
        color: var(--body-color);
        display: block;
        margin: 0 0 5px 0;
    }

    .call-media .media-info {
        font-size: 30px;
        font-family: var(--body-font);
        margin: 0;
        line-height: 1;
        font-weight: 500;
        color: var(--title-color);
    }

.vs-progress-area {
    margin-top: 70px;
}

.img-box1 {
    margin: 0 -70px 30px 0;
    position: relative;
}

    .img-box1 .vs-circle {
        width: auto;
        height: auto;
        --circle-bg: var(--theme-color2);
        padding: 60px;
    }

        .img-box1 .vs-circle img {
            border-radius: 50%;
            width: 100%;
        }

    .img-box1 .mega-hover {
        border-radius: 50%;
    }

    .img-box1.style2 {
        margin: 0 0 0 -60px;
    }

    .img-box1.style3 {
        margin: -20px 0 0 -20px;
    }

        .img-box1.style3 .vs-circle {
            padding: 20px;
        }

.img-box2 {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

    .img-box2 .vs-circle {
        position: absolute;
        right: -11%;
        bottom: 0;
        z-index: -1;
        --circle-bg: var(--theme-color2);
        --circle-angle: -45deg;
    }

.img-box3 {
    position: relative;
}

    .img-box3 .img-1 {
        border-radius: 30px;
        overflow: hidden;
    }

    .img-box3 .shape-dotted {
        position: absolute;
        left: -5%;
        bottom: 8%;
    }

.img-box5 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
}

    .img-box5 .box-content {
        padding: 60px;
        position: absolute;
        top: 0;
    }

    .img-box5 .img-title,
    .img-box5 .img-text {
        color: var(--white-color);
    }

    .img-box5 .img-text {
        margin-bottom: 30px;
    }

.media-box1 {
    max-width: 270px;
    padding: 30px 30px 10px;
    border: 2px solid var(--theme-color);
    background-color: var(--white-color);
    text-align: center;
    transition: all ease 0.4s;
    border-radius: 10px;
    box-shadow: -23.34px 8px 24px rgba(35, 31, 32, 0.09);
}

    .media-box1 .media-title {
        margin-bottom: 10px;
    }

    .media-box1 .media-text {
        color: #3B3B3B;
    }

    .media-box1.active, .media-box1:hover {
        background-color: var(--theme-color);
    }

        .media-box1.active .media-title,
        .media-box1.active .media-text, .media-box1:hover .media-title,
        .media-box1:hover .media-text {
            color: var(--white-color);
        }

.vs-about-wrapper .title-area {
    margin-bottom: 30px;
}

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

.vs-list li {
    position: relative;
}

    .vs-list li:before {
        content: var(--before-content, "");
        font-family: var(--icon-font);
        position: absolute;
        left: 0;
        color: var(--before-color, inherit);
        font-size: var(--before-font-size, inherit);
    }

.list-style1 {
    margin-bottom: 50px;
}

    .list-style1 li {
        color: var(--body-color);
        font-size: 16px;
        line-height: 1.4;
        padding-left: 25px;
        margin-bottom: 15px;
        --before-color: var(--theme-color);
        --before-content: "";
    }

.list-style2 {
    margin-bottom: 30px;
}

    .list-style2 li {
        color: var(--body-color);
        font-size: 16px;
        line-height: 1.4;
        padding-left: 25px;
        margin-bottom: 15px;
        --before-color: var(--theme-color);
        --before-content: "";
    }

    .list-style2 ol {
        padding-left: 18px;
    }

        .list-style2 ol li {
            padding-left: 8px;
        }

            .list-style2 ol li:before {
                display: none;
            }

            .list-style2 ol li::marker {
                color: var(--theme-color);
                font-weight: bold;
            }

.list-style4 {
    margin: 0 0 20px 0;
}

    .list-style4 li {
        color: var(--white-color);
        font-size: 18px;
        line-height: 42px;
        padding-left: 38px;
        text-transform: capitalize;
    }

        .list-style4 li:before {
            content: "\f00c";
            top: 10px;
            height: 25px;
            width: 25px;
            line-height: 25px;
            font-size: 11px;
            border-radius: 50%;
            text-align: center;
            color: var(--white-color);
            background-color: var(--theme-color);
        }

.list-style5 {
    margin-bottom: 40px;
}

    .list-style5 li {
        font-size: 18px;
        line-height: 44px;
        padding-left: 18px;
        font-weight: 700;
        color: var(--body-color);
        transition: all ease 0.4s;
        --before-content: "";
        --before-font-size: 10px;
    }

        .list-style5 li:hover {
            color: var(--theme-color);
        }

.list-style7,
.list-style6 {
    margin-bottom: 40px;
}

    .list-style7 li,
    .list-style6 li {
        color: var(--body-color);
        font-size: 18px;
        line-height: 44px;
        padding-left: 25px;
        transition: all ease 0.4s;
    }

        .list-style7 li:before,
        .list-style6 li:before {
            width: 8px;
            height: 8px;
            line-height: 8px;
            top: 19px;
            background-color: currentColor;
            border-radius: 50%;
        }

        .list-style7 li:hover,
        .list-style6 li:hover {
            color: var(--theme-color);
        }

        .list-style7 li::before {
            background-color: var(--theme-color);
        }

.list-style3 a {
    display: block;
    position: relative;
    border: 2px solid transparent;
    border-radius: 20px;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    list-style-type: none;
    margin-bottom: 15px;
    outline: 1px solid #D2D2D2;
    padding: 16px 23px;
    transition: all ease 0.4s;
}

    .list-style3 a:before {
        content: "\f0da";
        font-family: var(--icon-font);
        margin-right: 8px;
        font-weight: 700;
    }

    .list-style3 a:hover {
        color: var(--theme-color);
        border-color: var(--theme-color);
        outline-color: transparent;
    }

        .list-style3 a:hover:before {
            color: var(--theme-color);
        }

.table-style1 {
    border: none;
    outline: 1px solid rgba(47, 37, 82, 0.2);
    outline-offset: -1px;
    margin: 0 0 2px 0;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}

    .table-style1 th {
        border: none;
        background-color: var(--vs-secondary-color);
        color: var(--white-color);
        text-transform: uppercase;
        font-weight: 700;
        padding: 16.5px 25px;
    }

    .table-style1 td {
        font-size: 18px;
        color: var(--title-color);
        font-weight: 700;
        padding: 20px 25px;
        text-transform: capitalize;
        border: 1px solid rgba(47, 37, 82, 0.2);
    }

        .table-style1 td:first-child {
            text-transform: uppercase;
        }

.table-style2 table {
    border: none;
    margin-bottom: 27px;
}

.table-style2 th {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 5px solid var(--theme-color);
    color: var(--title-color);
}

    .table-style2 th:last-child {
        text-align: right;
    }

.table-style2 a {
    color: inherit;
}

    .table-style2 a:hover {
        color: var(--theme-color);
    }

.table-style2 td {
    border: none;
    padding: 25px 0;
    color: var(--title-color);
    border-bottom: 1px solid #CFCFCF;
    font-size: 22px;
    font-weight: 700;
}

    .table-style2 td:last-child {
        text-align: right;
        font-size: 18px;
    }

.table-style2 tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}

.table-style3 {
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 25px;
}

    .table-style3 table {
        margin: 0;
        border: none;
    }

    .table-style3 tr:nth-child(even) td {
        background-color: var(--white-color);
    }

    .table-style3 td {
        border: none;
        padding: 15px 35px;
        font-weight: 500;
        color: var(--body-color);
    }

        .table-style3 td:first-child {
            border-radius: 20px 0 0 20px;
        }

        .table-style3 td:last-child {
            text-align: right;
            border-radius: 0 20px 20px 0;
        }

/* Extra large devices */
@media (max-width: 1500px) {
    .img-box1 {
        margin-right: 0;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .list-style3 a {
        font-size: 14px;
        padding: 12px 16px;
    }

    .picture-box6 {
        padding: 40px 30px 40px 0;
    }

        .picture-box6 .vs-circle {
            right: 0;
            --circle-size: 450px;
        }

    .picture-box2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }

        .picture-box2 [class*=picture-] {
            margin: 0;
            width: auto;
        }

            .picture-box2 [class*=picture-] img {
                width: 100%;
            }

        .picture-box2 .picture-3 {
            grid-auto-flow: row dense;
            grid-column: 1/4;
            padding-right: 10px;
        }

        .picture-box2 .vs-circle {
            display: none;
        }

    .media-style7 {
        padding: 30px 40px;
    }

    .picture-box4 .media-style7 {
        bottom: 20px;
        right: 0;
    }

    .media-style3 .media-icon {
        --icon-size: 60px;
        font-size: 24px;
    }

    .img-box2 .vs-circle {
        right: 0;
        --circle-size: 500px;
    }

    .img-box1 .vs-circle {
        padding: 30px;
    }

    .img-box1.style2 {
        margin: 0 0 0 -30px;
    }

    .about-box2 {
        padding: 0;
    }

        .about-box2 .title-area {
            margin-bottom: 10px;
        }

        .about-box2 .about-content {
            padding-left: 0;
        }

        .about-box2 .sec-subtitle {
            margin: -0.2em 0 0 0;
        }
}
/* Large devices */
@media (max-width: 1199px) {
    .picture-box3 .shape-dotted {
        left: -27px;
    }

    .picture-box3 .media-box1 {
        margin-bottom: 30px;
    }

        .picture-box3 .media-box1:nth-child(1) {
            margin-left: 30px;
        }

    .picture-box4 .vs-circle {
        --circle-size: 400px;
        bottom: 20%;
        right: 5%;
    }

    .picture-box4 .img-1 {
        margin-left: -220px;
        margin-right: 0;
    }

    .picture-box6 {
        padding: 10px 0 20px 0;
    }

        .picture-box6 .vs-circle {
            --circle-size: 420px;
        }

    .media-box1 {
        padding: 20px 15px 0px;
    }

        .media-box1 .media-title {
            margin-bottom: 5px;
            font-size: 20px;
        }

        .media-box1 .media-text {
            font-size: 14px;
        }

    .countdown-style1 {
        padding: 20px 25px 20px 25px;
    }

        .countdown-style1 li {
            font-size: 26px;
        }

        .countdown-style1 .countdown-title {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .about-box2 {
        padding: 60px 0;
    }

        .about-box2 .about-content {
            padding-left: 0;
        }

    .img-box2 .vs-circle {
        padding-top: 0;
    }

    .media-style3 {
        display: block;
    }

        .media-style3 .media-icon {
            margin-bottom: 20px;
        }

    .img-box5 .box-content {
        padding: 50px 30px;
    }

    .img-box8 .img-1 {
        height: auto;
    }

    .img-box16 .img-1-1 {
        height: 500px;
        top: -90px;
    }

    .media-style6 {
        display: block;
        text-align: center;
        padding: 20px 15px;
        margin-bottom: 30px;
    }

        .media-style6 .media-img {
            margin-right: 0;
            margin-bottom: 15px;
        }

        .media-style6 .media-name {
            font-size: 22px;
            margin-bottom: 5px;
        }

        .media-style6 .media-degi {
            font-size: 14px;
            margin: 0;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .table-style3 {
        border-radius: 15px;
        margin-bottom: 30px;
        padding: 15px;
    }

        .table-style3 td {
            padding: 8px 15px;
            font-size: 14px;
        }

    .call-media {
        margin-left: auto;
        margin-right: auto;
    }

    .media-style7 {
        margin: 0 auto;
    }

    .table-style1 {
        border-radius: 10px;
    }

        .table-style1 td,
        .table-style1 th {
            padding: 13px 15px;
            font-size: 13px;
            line-height: 20px;
        }

    .media-style9 {
        padding: 40px 15px 17px 15px;
    }

    .about-box2 {
        padding: 30px 0 0;
    }

    .picture-box2 {
        padding-left: 10px;
    }

    .picture-box3 .img-1 {
        padding: 0 20px;
    }

    .picture-box3 .shape-dotted {
        left: -3px;
        top: 30px;
    }

    .picture-box3 .picture-content {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: flex-end;
        margin: -40px 0 0 0;
    }

    .picture-box3 .media-box1 {
        margin: 0;
    }

        .picture-box3 .media-box1:nth-child(1) {
            margin-left: 0;
        }

    .picture-box4 .img-1 {
        margin-left: 0;
        margin-right: 0;
    }

    .picture-box6 {
        padding: 0 0 20px 0;
    }

        .picture-box6 .vs-circle {
            --circle-size: 300px;
        }

    .media-box1 .media-title {
        font-size: 18px;
    }

    .media-box1 .media-text {
        font-size: 12px;
    }

    .about-box2 .about-title {
        font-size: 30px;
    }

    .img-box3 .shape-dotted {
        left: -2%;
    }

    .list-style3 ol {
        padding-left: 15px;
    }

    .img-box3 {
        margin-bottom: 30px;
    }

    .img-box1 {
        text-align: center;
    }

    .img-box16 .img-1-1 {
        display: none;
    }

    .media-style5 {
        padding: 30px 20px 30px 20px;
        text-align: center;
    }

        .media-style5 .icon {
            float: none;
            display: inline-block;
            margin-bottom: 10px;
        }

        .media-style5 a {
            font-size: 14px;
        }
}
/* Small devices */
@media (max-width: 767px) {
    .media-style9 {
        padding: 40px 20px 17px 20px;
    }

        .media-style9 .media-icon {
            margin-bottom: 25px;
        }

        .media-style9 .media-title {
            margin-bottom: 10px;
            font-size: 20px;
        }

    .call-media {
        padding: 15px 15px 15px 20px;
        margin: 0 auto 30px auto;
    }

        .call-media .media-info {
            font-size: 26px;
        }

        .call-media .media-label {
            font-size: 14px;
        }

        .call-media .media-icon {
            font-size: 28px;
            margin-right: 15px;
        }

    .table-style1 td,
    .table-style1 th {
        padding: 13px 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .picture-box3 .img-1 {
        padding: 0;
    }

    .picture-box3 .picture-content {
        margin: 20px 0 0 0;
    }

    .picture-box3 .shape-dotted {
        display: none;
    }

    .media-style7 {
        padding: 20px 30px 30px 30px;
    }

        .media-style7 .vs-btn {
            padding: 10px 20px;
            font-size: 12px;
        }

        .media-style7 .media-title {
            font-size: 20px;
        }

        .media-style7 .media-text {
            margin-bottom: 10px;
            font-size: 14px;
        }

    .picture-box4 .vs-circle {
        --circle-size: 300px;
    }

    .media-box1 {
        max-width: 100%;
        padding: 20px 20px 5px 20px;
    }

    .countdown-style1 {
        padding: 20px 15px 20px 15px;
        border-radius: 12px;
        text-align: center;
    }

        .countdown-style1 .countdown-title {
            font-size: 14px;
            margin-bottom: 3px;
        }

        .countdown-style1 li {
            font-size: 20px;
        }

    .media-style8 .media-icon img {
        height: 80px;
    }

    .media-style8 .media-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .media-style8 .media-text {
        max-width: 100%;
        font-size: 13px;
    }

    .media-style6 {
        padding: 20px 10px;
        border-radius: 10px;
    }

        .media-style6 .media-name {
            font-size: 14px;
        }

        .media-style6 .media-degi {
            font-size: 12px;
        }

    .picture-box5 {
        gap: 20px;
    }

        .picture-box5 .picture-1 {
            margin-top: 0;
        }

        .picture-box5 .shape-dotted {
            top: 15px;
            width: 40px;
            height: 100px;
        }
}
/* Extra small devices */
@media (max-width: 575px) {
    .media-style5 {
        padding: 35px 30px;
    }

    .picture-box4 .vs-circle {
        --circle-size: 200px;
    }

    .picture-box4 .media-style7 {
        transform: scale(0.7);
        transform-origin: 100% 100%;
    }

    .img-box5 .box-content {
        padding: 60px 30px;
    }

    .list-style7 li,
    .list-style6 li {
        font-size: 16px;
        line-height: 26px;
        padding-left: 25px;
        margin-bottom: 12px;
    }

        .list-style7 li:before,
        .list-style6 li:before {
            top: 10px;
        }
}
/*------------------- 4.12. CTA  -------------------*/
.mini-avater {
    position: relative;
}

    .mini-avater a {
        display: inline-block;
        margin-right: 4px;
        margin-top: 12px;
        border-radius: 50%;
        border: 3px solid var(--white-color);
        transition: all ease 0.4s;
        overflow: hidden;
    }

        .mini-avater a img {
            transform: scale(1.001);
            transition: all ease 0.4s;
        }

        .mini-avater a:hover {
            border-color: var(--theme-color);
        }

            .mini-avater a:hover img {
                transform: scale(1.15);
            }

.cta-style2 {
    position: relative;
    background-color: var(--vs-secondary-color);
    border-radius: 20px;
}

    .cta-style2 .cta-content {
        padding: 60px 50px 60px 50px;
    }

    .cta-style2 .cta-title {
        font-size: 50px;
        margin-bottom: 35px;
        color: var(--white-color);
    }

    .cta-style2 .cta-text {
        margin-bottom: 15px;
        line-height: 1;
        color: var(--white-color);
    }

    .cta-style2 .cta-img {
        /*margin: 30px 0 -30px 0;*/
        position: relative;
        border-radius: 20px;
    }

        .cta-style2 .cta-img img {
            width: 100%;
            border-left: #727d89 1px solid;
            border-right: #727d89 1px solid;
        }

/* Medium Large devices */
@media (max-width: 1399px) {
    .mini-avater:before {
        left: -58px;
    }

    .cta-style2 .cta-title {
        font-size: 36px;
        margin-bottom: 35px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .mini-avater:before {
        display: none;
    }

    .cta-style2 {
        padding: 30px;
    }

        .cta-style2 .cta-content {
            padding: 0;
        }

        .cta-style2 .cta-img {
            margin: 0;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .cta-style2 {
        padding: 40px 30px;
        text-align: center;
    }

        .cta-style2 .cta-img {
            margin: 40px 0 0 0;
        }

        .cta-style2 .cta-text {
            font-size: 14px;
            letter-spacing: 0.04em;
        }

        .cta-style2 .cta-title {
            font-size: 30px;
            margin-bottom: 30px;
        }
}
/*------------------- 4.13. Brand  -------------------*/
.brand-style1 {
    background-color: #F6F6F6;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    height: calc(100% - 30px);
    min-height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
}

    .brand-style1 img {
        transition: all ease 0.4s;
        filter: none;
    }

    .brand-style1:hover {
        background-color: var(--theme-color);
    }

        .brand-style1:hover img {
            filter: brightness(0) invert(1);
        }

/*------------------- 4.14. Form  -------------------*/
.form-style1 {
    margin-bottom: 35px;
    max-width: 700px;
}

    .form-style1 .form-title {
        margin: -0.23em 0 24px 0;
    }

    .form-style1 .form-inner {
        position: relative;
    }

    .form-style1 input {
        border: 1px solid rgba(153, 153, 153, 0.2);
        border-radius: 40px;
        height: 80px;
        padding-left: 45px;
        font-size: 16px;
    }

        .form-style1 input::-moz-placeholder {
            color: #474747;
        }

        .form-style1 input::-webkit-input-placeholder {
            color: #474747;
        }

        .form-style1 input:-ms-input-placeholder {
            color: #474747;
        }

        .form-style1 input::placeholder {
            color: #474747;
        }

        .form-style1 input[type=radio] ~ label {
            font-size: 18px;
        }

            .form-style1 input[type=radio] ~ label::before {
                border: 4px solid #C7C7C7;
            }

        .form-style1 input[type=radio]:hover ~ label, .form-style1 input[type=radio]:checked ~ label {
            color: var(--theme-color);
        }

            .form-style1 input[type=radio]:checked ~ label::before {
                border-color: var(--theme-color);
                background-color: var(--theme-color);
            }

    .form-style1 .icon-btn {
        --btn-size: 68px;
        --btn-font-size: 24px;
        position: absolute;
        right: 8px;
        top: 6px;
        border: none;
        background-color: var(--theme-color);
        color: var(--white-color);
    }

        .form-style1 .icon-btn:hover {
            background-color: var(--theme-color2);
            color: var(--white-color);
        }

.form-style2 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .form-style2 .form-inner {
        background-color: var(--white-color);
        border-radius: 20px;
        border: 5px solid #EAEAEA;
        padding: 50px 50px 60px;
    }

    .form-style2 .vs-circle {
        position: absolute;
        right: -60px;
        bottom: -60px;
        max-width: initial;
        max-height: initial;
        z-index: -1;
    }

    .form-style2 .form-group {
        margin-bottom: 15px;
    }

    .form-style2 .form-title {
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 30px;
        max-width: 600px;
    }

    .form-style2 select,
    .form-style2 input {
        border: none;
        border: 1px solid #D1D1D1;
        font-size: 16px;
        font-size: 14px;
        margin-bottom: 5px;
        height: 60px;
        border-radius: 9999px;
        padding-right: 20px;
        --body-color: #333333;
        transition: all ease 0.4s;
    }

        .form-style2 select:focus,
        .form-style2 input:focus {
            border-color: var(--theme-color);
        }

    .form-style2 .vs-btn {
        margin-bottom: 15px;
        margin-top: 5px;
        display: block;
        width: 100%;
    }

    .form-style2 .form-link {
        color: var(--title-color);
        font-weight: 700;
        text-decoration: underline;
    }

        .form-style2 .form-link:hover {
            color: var(--theme-color);
        }

.form-style3 {
    --bs-gutter-x: 20px;
    padding: 40px 50px;
    border: 3px solid #EAEAEA;
    background-color: var(--white-color);
    border-radius: 20px;
}

    .form-style3 select,
    .form-style3 input {
        border-color: var(--border-color);
        height: 60px;
        transition: all ease 0.4s;
        border-radius: 999px;
    }

        .form-style3 select:focus,
        .form-style3 input:focus {
            border-color: var(--theme-color);
        }

    .form-style3 .vs-btn {
        width: 100%;
    }

.form-style4 {
    margin-bottom: 30px;
    padding: 70px 60px;
    border-radius: 20px;
}

    .form-style4 .form-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .form-style4 .form-group {
        margin-bottom: 20px;
    }

    .form-style4 input {
        border-radius: 14px;
        font-size: 16px;
        height: 60px;
        padding-right: 20px;
        padding-left: 30px;
    }

    .form-style4 a {
        color: #254389;
        text-decoration: underline;
        font-weight: 500;
    }

    .form-style4 input[type=checkbox] ~ label {
        margin: 0;
        font-weight: 500;
    }

        .form-style4 input[type=checkbox] ~ label::before {
            top: 2.5px;
        }

.form-style5 {
    position: relative;
    background-color: #E8E8E7;
    border-radius: 20px;
    border: 2px dashed rgba(172, 176, 227, 0.6588235294);
    padding: 50px;
    margin-bottom: 30px;
}

    .form-style5 .vs-circle {
        --circle-bg: var(--theme-color2);
        max-height: initial;
        max-width: initial;
        position: absolute;
        right: -50px;
        bottom: -50px;
        z-index: -1;
    }

    .form-style5 .form-title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: -0.15em;
        text-transform: capitalize;
    }

    .form-style5 .form-text {
        color: var(--body-color);
        font-size: 18px;
        margin-bottom: 27px;
    }

    .form-style5 .form-group {
        margin-bottom: 20px;
    }

    .form-style5 .vs-btn {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .form-style5 .form-text2 {
        margin-bottom: 10px;
    }

    .form-style5 input,
    .form-style5 select,
    .form-style5 textarea {
        border-radius: 10px;
        height: 45px;
        padding-left: 20px;
        transition: all ease 0.4s;
        padding-right: 20px;
    }

        .form-style5 input:focus,
        .form-style5 select:focus,
        .form-style5 textarea:focus {
            border-color: var(--theme-color);
        }

    .form-style5 textarea {
        min-height: 150px;
        margin-bottom: 0;
    }

    .form-style5 input[type=radio] ~ label::before {
        border: 1px solid #C1C1C1;
    }

    .form-style5 input[type=radio]:checked ~ label::before {
        background-color: var(--white-color);
        border-color: var(--theme-color);
        border-width: 6px;
    }

/* Extra large devices */
@media (max-width: 1500px) {
    .form-style2 .vs-circle {
        right: -40px;
        bottom: -40px;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .form-style2 .vs-circle {
        display: none;
    }

    .form-style2 .form-inner {
        padding: 40px 30px 40px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .form-style3 {
        padding: 30px 25px;
    }

    .form-style1 {
        max-width: 100%;
        margin-bottom: 10px;
    }

        .form-style1 .row {
            justify-content: center;
        }

    .form-style4 {
        padding: 50px 30px;
    }

        .form-style4 .form-title {
            font-size: 36px;
        }

    .form-style5 {
        padding: 40px 30px;
    }

        .form-style5 .vs-circle {
            right: -20px;
            bottom: -20px;
            --circle-size: 500px;
        }

        .form-style5 .form-title {
            font-size: 36px;
            margin-bottom: 15px;
        }

        .form-style5 .form-text {
            font-size: 16px;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .form-style1 .form-group {
        padding-left: 15px;
    }

        .form-style1 .form-group:first-child {
            margin-bottom: 15px;
        }
}
/* Small devices */
@media (max-width: 767px) {
    .form-style2 .form-inner {
        padding: 25px 20px 40px;
    }

    .form-style2 .form-title {
        line-height: 30px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .form-style3 {
        padding: 30px 15px;
    }

    .form-style1 .form-title {
        margin: -0.23em 0 18px 0;
        font-size: 28px;
    }

    .form-style1 .row .form-group {
        margin-bottom: 10px;
    }

    .form-style1 input {
        padding: 0 0 0 25px;
        font-size: 14px;
        height: 60px;
    }

    .form-style1 .form-inner {
        margin-top: 10px;
    }

    .form-style1 input[type=radio] ~ label {
        font-size: 16px;
    }

    .form-style1 .icon-btn {
        --btn-size: 48px;
        --btn-font-size: 18px;
    }

    .form-style5 {
        padding: 50px 20px;
    }

        .form-style5 .form-title {
            font-size: 30px;
            margin-bottom: 10px;
        }

    .form-style4 {
        padding: 40px 15px;
    }

        .form-style4 .form-title {
            font-size: 30px;
        }
}
/*------------------- 4.15. Popup Search -------------------*/
.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

    .popup-search-box button.searchClose {
        width: 60px;
        height: 60px;
        line-height: 60px;
        position: absolute;
        top: 40px;
        right: 40px;
        border: none;
        color: var(--theme-color);
        background-color: var(--white-color);
        font-size: 30px;
        border-radius: 50%;
        transform: rotate(0);
        transition: all ease 0.4s;
    }

        .popup-search-box button.searchClose:hover {
            color: var(--white-color);
            background-color: var(--theme-color);
            transform: rotate(90deg);
        }

    .popup-search-box form {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        padding-bottom: 40px;
        cursor: auto;
        width: 100%;
        max-width: 700px;
        transform: translate(-50%, -50%) scale(0);
        transition: transform ease 0.4s;
        /* Large devices */
    }

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}

    .popup-search-box form input::-moz-placeholder {
        color: #fff;
    }

    .popup-search-box form input::-webkit-input-placeholder {
        color: #fff;
    }

    .popup-search-box form input:-ms-input-placeholder {
        color: #fff;
    }

    .popup-search-box form input::placeholder {
        color: #fff;
    }

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

    .popup-search-box form button:hover {
        transform: scale(1.1);
    }

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

    .popup-search-box.show form {
        transition-delay: 0.5s;
        transform: translate(-50%, -50%) scale(1);
    }

/*------------------- 4.16. Process -------------------*/
.process-style1 {
    position: relative;
    display: flex;
}

    .process-style1:not(:last-child) {
        margin: 0 0 50px 0;
        padding: 0 0 42px 0;
    }

        .process-style1:not(:last-child):before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            z-index: -1;
            background-color: #DFDFDF;
        }

    .process-style1 .process-number {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        margin-right: 25px;
        color: var(--white-color);
        background-color: var(--theme-color);
        text-align: center;
        border-radius: 50%;
        transition: all ease 0.4s;
    }

    .process-style1 .process-content {
        flex: 1;
    }

    .process-style1 .process-title {
        font-size: 26px;
    }

    .process-style1 .process-text {
        margin: 0;
    }

    .process-style1:hover .process-number {
        background-color: var(--theme-color2);
        color: var(--title-color);
    }

.process-inner1 .process-style1:before {
    right: -200px;
}

.process-inner2 .process-style1:before {
    left: -200px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .process-style1 .process-text {
        margin: 0;
        font-size: 14px;
    }

    .process-style1 .process-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .process-style1 .process-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin-right: 15px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .process-style1 .process-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .process-style1 .process-number {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        margin-right: 15px;
    }

    .process-style1 .process-text {
        font-size: 13px;
    }

    .process-style1:not(:last-child) {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .process-style1 {
        margin-bottom: 30px;
    }

        .process-style1 .process-number {
            width: 38px;
            height: 38px;
            line-height: 38px;
            font-size: 18px;
        }

        .process-style1 .process-title {
            font-size: 22px;
            margin-bottom: 10px;
        }

        .process-style1 .process-text {
            font-size: 16px;
        }

        .process-style1:not(:last-child) {
            padding: 0;
            margin-bottom: 30px;
        }

            .process-style1:not(:last-child):before {
                display: none;
            }
}
/*------------------- 4.17. Testimonial  -------------------*/
.about-testimonial {
    padding-top: 60px;
}

.testi-style1 {
    background-color: var(--vs-secondary-color);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    border: 4px solid transparent;
    transition: all ease 0.4s;
}

    .testi-style1 .testi-content {
        padding: 40px 40px 60px;
    }

    .testi-style1 .testi-icon2 {
        display: inline-block;
        margin-bottom: 15px;
    }

        .testi-style1 .testi-icon2 i {
            color: var(--theme-color);
            font-size: 34px;
            transition: all ease 0.4s;
        }

    .testi-style1 .testi-text {
        font-size: 20px;
        color: var(--white-color);
    }

    .testi-style1 .testi-client {
        background-color: var(--white-color);
        border-radius: 20px;
        padding: 50px 40px 25px;
        position: relative;
    }

        .testi-style1 .testi-client img {
            position: absolute;
            top: -38px;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 4px solid var(--white-color);
        }

    .testi-style1 .testi-name {
        margin-bottom: 0;
    }

    .testi-style1 .testi-degi {
        font-size: 14px;
    }

    .testi-style1 .testi-rating {
        color: #F6B800;
        float: right;
        font-size: 14px;
    }

        .testi-style1 .testi-rating i {
            margin-left: 3px;
        }

    .testi-style1:before {
        content: "";
        position: absolute;
        right: 56px;
        bottom: -30px;
        width: 56px;
        height: 56px;
        background-color: inherit;
        transform: rotate(45deg);
        border-style: solid;
        border-color: transparent;
        border-width: 0 3px 3px 0;
        transition: all ease 0.4s;
    }

    .testi-style1:hover .testi-icon2 i {
        color: var(--theme-color2);
    }

    .testi-style1:hover, .testi-style1:hover:before {
        border-color: var(--theme-color2);
    }

.testi-style2 {
    position: relative;
    text-align: center;
    padding: 50px 60px;
    width: 640px;
    height: 640px;
    margin-bottom: 20px;
    transition: all ease 0.4s;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--white-color);
    border: 2px solid var(--theme-color);
    box-shadow: 23.34px 8px 24px rgba(35, 31, 32, 0.09);
}

    .testi-style2 .testi-shape1 {
        position: absolute;
        left: -42px;
        bottom: 215px;
        width: 134px;
        height: 53px;
        z-index: -1;
        background-color: var(--theme-color);
        opacity: 0.75;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }

    .testi-style2 .slick-dots {
        margin: 20px 0 0 0;
    }

    .testi-style2 .testi-text {
        font-size: 26px;
        margin-bottom: 25px;
        margin-top: 40px;
    }

    .testi-style2 .testi-name {
        margin-bottom: 0;
    }

    .testi-style2 .testi-degi {
        color: var(--title-color);
        margin-bottom: 0;
    }

/* Extra large devices */
@media (max-width: 1500px) {
    .testi-style1 .testi-client {
        padding-right: 20px;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .testi-style2 {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

        .testi-style2 .testi-shape1 {
            display: none;
        }

        .testi-style2 .testi-text {
            font-size: 20px;
            margin-bottom: 15px;
            margin-top: 20px;
        }

        .testi-style2 .testi-name {
            font-size: 22px;
            margin-bottom: 10px;
        }

        .testi-style2 .testi-degi {
            font-size: 14px;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .testi-style1 .testi-content {
        padding: 25px 20px 40px;
    }

    .testi-style1 .testi-text {
        font-size: 18px;
    }

    .testi-style1 .testi-client {
        padding: 50px 20px 25px;
    }

    .testi-style1 .testi-rating {
        float: none;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .testi-style1:before {
        bottom: -27px;
    }

    .testi-style2 {
        padding: 40px 20px;
    }

        .testi-style2 .testi-text {
            font-size: 16px;
            margin-bottom: 15px;
            margin-top: 15px;
        }

        .testi-style2 .testi-name {
            font-size: 20px;
            margin-bottom: 5px;
        }
}
/*------------------- 4.18. Accordion  -------------------*/
.accordion-collapse {
    border: none;
}

.accordion-style1 .accordion-item {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    outline: 1px solid #D2D2D2;
    outline-offset: -1px;
    margin-bottom: 20px;
    border-radius: 20px;
    transition: all 0.4s ease 0s;
}

    .accordion-style1 .accordion-item:last-child {
        margin-bottom: 30px;
    }

    .accordion-style1 .accordion-item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: var(--btn-size, 60px);
        background-color: var(--theme-color);
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.4s;
    }

    .accordion-style1 .accordion-item.active:before {
        opacity: 1;
        visibility: visible;
    }

    .accordion-style1 .accordion-item:hover, .accordion-style1 .accordion-item.active {
        outline-color: var(--theme-color);
    }

.accordion-style1 .accordion-body {
    padding: 0 35px 25px calc(var(--btn-size, 60px) + 20px);
    position: relative;
}

    .accordion-style1 .accordion-body p {
        color: var(--title-color);
        text-transform: capitalize;
    }

.accordion-style1 .accordion-button {
    color: var(--title-color);
    font-size: 20px;
    padding: 20px 27px 21px calc(var(--btn-size, 60px) + 20px);
    position: relative;
}

    .accordion-style1 .accordion-button:before {
        content: "\f068";
        font-family: var(--icon-font);
        position: absolute;
        left: 0;
        top: 0;
        width: var(--btn-size, 60px);
        height: 100%;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 400;
        border-right: 1px solid transparent;
        color: var(--white-color);
        text-align: center;
        transition: all 0.4s ease 0s;
    }

    .accordion-style1 .accordion-button.collapsed:before {
        content: "\f067";
        border-right-color: #D2D2D2;
        color: var(--title-color);
        transition: all ease 0.4s;
    }

    .accordion-style1 .accordion-button:hover {
        color: var(--theme-color);
    }

        .accordion-style1 .accordion-button:hover:before {
            border-right-color: var(--theme-color);
        }

.accordion-style2 .accordion-item {
    position: relative;
    transition: all 0.4s ease 0s;
}

.accordion-style2 .accordion-body {
    padding: 0 35px 5px 70px;
    position: relative;
}

    .accordion-style2 .accordion-body:before {
        content: "";
        position: absolute;
        left: 22px;
        top: 0;
        bottom: 0;
        border-left: 6px dotted #000;
    }

    .accordion-style2 .accordion-body p {
        max-width: 490px;
        margin-bottom: 10px;
    }

.accordion-style2 .accordion-list {
    position: relative;
}

.accordion-style2 .accordion-button {
    color: var(--title-color);
    font-size: 20px;
    transition: all ease 0.4s;
    padding: 20px 27px 20px 70px;
}

    .accordion-style2 .accordion-button:hover {
        color: var(--theme-color);
    }

.accordion-style2 .number {
    background-color: var(--theme-color2);
    color: var(--title-color);
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 0;
    letter-spacing: 1.2px;
    position: absolute;
    text-align: center;
}

.accordion-style2 .list-style1 {
    margin-bottom: 0;
}

.accordion-style3 .accordion-item {
    position: relative;
    overflow: hidden;
    outline: 2px solid transparent;
    outline-offset: -2px;
    background-color: var(--white-color);
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease 0s;
}

    .accordion-style3 .accordion-item:hover, .accordion-style3 .accordion-item.active {
        outline-color: var(--theme-color);
    }

.accordion-style3 .accordion-body {
    padding: 40px;
    position: relative;
}

    .accordion-style3 .accordion-body p {
        color: var(--title-color);
    }

.accordion-style3 .accordion-button {
    background-color: #F6F6F6;
    color: var(--title-color);
    font-size: 20px;
    padding: 25px 27px 25px 95px;
    border-radius: 20px;
    transition: all 0.4s ease 0s;
}

    .accordion-style3 .accordion-button:before {
        content: "\f067";
        font-family: var(--icon-font);
        position: absolute;
        left: 10px;
        width: 60px;
        height: 60px;
        font-size: 24px;
        font-weight: 400;
        line-height: 60px;
        border-radius: 20px;
        color: var(--title-color);
        background-color: var(--white-color);
        text-align: center;
        transition: all 0.4s ease 0s;
    }

    .accordion-style3 .accordion-button:hover, .accordion-style3 .accordion-button:not(.collapsed) {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

        .accordion-style3 .accordion-button:not(.collapsed):before {
            content: "\f068";
        }

.accordion-style4 .accordion-item {
    border: 2px solid transparent;
    border-radius: 20px;
    margin-bottom: 20px;
    outline: 1px solid #D2D2D2;
    padding-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
}

    .accordion-style4 .accordion-item.active {
        border: 2px solid var(--theme-color);
        outline: none;
        box-shadow: 4.45px 12.22px 24px rgba(35, 31, 32, 0.09);
        transition: all ease 0.4s;
    }

.accordion-style4 .accordion-body {
    position: relative;
    padding-left: 0;
}

    .accordion-style4 .accordion-body p {
        margin-bottom: 10px;
    }

.accordion-style4 .accordion-list {
    position: relative;
}

.accordion-style4 .accordion-button {
    position: relative;
    z-index: 3;
    color: var(--title-color);
    font-size: 20px;
    padding: 20px 27px 20px 128px;
    transition: all 0.4s ease 0s;
}

    .accordion-style4 .accordion-button:hover {
        color: var(--theme-color);
    }

    .accordion-style4 .accordion-button:not(.collapsed) .button-label {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

.accordion-style4 .button-label {
    background-color: #F5F5F5;
    border-radius: 20px;
    color: var(--theme-color);
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 108px;
    transition: all 0.4s ease 0s;
}

.accordion-style4 .list-style1 {
    margin-bottom: 0;
}

.course-accordion {
    position: relative;
    margin-bottom: 50px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item p:last-child {
    margin-bottom: 0;
}

.accordion-button {
    padding: 0;
    border: none;
    text-align: left;
    font-family: var(--title-font);
    font-weight: 700;
}

    .accordion-button:after {
        display: none;
    }

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

    .accordion-button:not(.collapsed) {
        color: var(--title-color);
        background-color: transparent;
    }

/* Medium devices */
@media (max-width: 991px) {
    .accordion-style3 .accordion-item {
        border-radius: 10px;
    }

    .accordion-style3 .accordion-button {
        font-size: 16px;
        padding: 15px 30px 15px 60px;
        line-height: 22px;
        border-radius: 5px;
    }

        .accordion-style3 .accordion-button:before {
            left: 7px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            border-radius: 5px;
        }

    .accordion-style3 .accordion-body {
        padding: 15px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .accordion-style1 {
        --btn-size: 50px;
    }

    .accordion-style2 .number {
        font-size: 18px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .accordion-style2 .accordion-button {
        font-size: 16px;
        padding: 10px 27px 10px 60px;
    }

    .accordion-style2 .accordion-body {
        padding: 0 0 5px 60px;
    }

    .accordion-style3 .accordion-item {
        border-radius: 10px;
    }

    .accordion-style3 .accordion-button {
        font-size: 14px;
        padding: 15px 25px 15px 50px;
        line-height: 22px;
        border-radius: 5px;
    }

        .accordion-style3 .accordion-button:before {
            width: 30px;
            height: 30px;
            font-size: 16px;
            line-height: 30px;
            border-radius: 5px;
        }

    .accordion-style4 .accordion-button {
        font-size: 18px;
        line-height: 26px;
        padding: 20px 27px 20px 95px;
    }

    .accordion-style4 .button-label {
        padding: 8px 18px;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 12px;
    }
}
/*------------------- 4.19. Team  -------------------*/
.team-style1 {
    border: 2px solid rgba(193, 193, 193, 0.1);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: all ease 0.4s;
    margin-bottom: 30px;
}

    .team-style1 .team-img {
        border-radius: 20px;
        overflow: hidden;
    }

    .team-style1 .team-content {
        padding-top: 40px;
        position: relative;
        text-align: center;
    }

    .team-style1 .team-review {
        position: absolute;
        left: 50%;
        top: -15px;
        color: #F6B800;
        font-size: 14px;
        line-height: 1;
        transform: translateX(-50%);
        padding: 8px 16px;
        border-radius: 15.5px;
        background-color: var(--white-color);
        width: max-content;
    }

        .team-style1 .team-review i {
            display: inline-block;
            margin: 0 2px;
        }

    .team-style1 .team-name {
        margin-bottom: 7px;
        font-size: 28px;
    }

        .team-style1 .team-name a {
            color: var(--title-color);
        }

            .team-style1 .team-name a:hover {
                color: var(--theme-color);
            }

    .team-style1 .team-degi {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }

    .team-style1 .team-social a {
        display: inline-block;
        border: 1px solid rgba(193, 193, 193, 0.3);
        border-radius: 50%;
        color: var(--body-color);
        width: var(--icon-size, 50px);
        height: var(--icon-size, 50px);
        line-height: var(--icon-size, 50px);
        font-size: var(--icon-font-size, 16px);
        margin-right: 6px;
        text-align: center;
        transition: all ease 0.4s;
    }

        .team-style1 .team-social a:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

        .team-style1 .team-social a:last-child {
            margin-right: 0;
        }

    .team-style1 .team-text {
        font-size: 16px;
        max-width: 290px;
        margin: -0.4em auto 0 auto;
    }

    .team-style1.inner-style {
        padding: 15px;
    }

        .team-style1.inner-style:hover {
            transform: scale(1);
            margin: 0;
        }

        .team-style1.inner-style .team-content {
            padding-left: 30px;
            padding-right: 30px;
        }

    .team-style1:hover,
    .slick-center .team-style1 {
        border: 2px solid var(--theme-color);
        box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, 0.04);
    }

        .team-style1:hover .team-social,
        .slick-center .team-style1 .team-social {
            transform: translateY(0px);
            opacity: 1;
        }

.team-style2 {
    background-color: var(--white-color);
    border: 2px solid transparent;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 35px 35px 35px;
    position: relative;
    transition: all ease 0.4s;
    z-index: 0;
}

    .team-style2 .team-courses {
        background-color: #F8F6FF;
        border-radius: 5px;
        color: var(--theme-color);
        display: block;
        margin-bottom: 30px;
        padding: 8px 15px;
        text-align: center;
        transition: all ease 0.4s;
    }

    .team-style2 .team-img {
        margin-bottom: 20px;
        position: relative;
    }

        .team-style2 .team-img img {
            width: 140px;
            border-radius: 50%;
        }

        .team-style2 .team-img:before {
            content: "";
            position: absolute;
            top: 50%;
            left: -40px;
            right: -40px;
            height: 1px;
            width: 140%;
            z-index: -1;
            background-color: #EDEDED;
        }

    .team-style2 .team-name {
        font-size: 28px;
        margin-bottom: 4px;
    }

        .team-style2 .team-name a {
            color: var(--title-color);
        }

            .team-style2 .team-name a:hover {
                color: var(--theme-color);
            }

    .team-style2 .team-degi {
        text-transform: uppercase;
        font-size: 14px;
    }

    .team-style2 .team-rate {
        color: var(--title-color);
        font-weight: bold;
        margin-bottom: 0;
    }

    .team-style2 .team-price {
        color: var(--theme-color);
        font-size: 30px;
    }

    .team-style2 .team-experi {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .team-style2 .team-review {
        background-color: var(--white-color);
        line-height: 1;
    }

        .team-style2 .team-review i {
            color: #F6B800;
            display: inline-block;
            font-size: 14px;
            line-height: 1;
            margin-right: 3px;
        }

    .team-style2:hover {
        box-shadow: -23.34px 8px 24px rgba(35, 31, 32, 0.09);
        border-color: var(--theme-color);
    }

        .team-style2:hover .team-courses {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

    .team-style2.has-border {
        border: 1px solid var(--border-color);
    }

.team-details .team-courses {
    background-color: #F8F6FF;
    border-radius: 5px;
    color: var(--theme-color);
    display: inline-block;
    margin-bottom: 30px;
    padding: 8px 15px;
    text-align: center;
}

.team-details .team-name {
    margin-top: -0.2em;
    margin-bottom: 6px;
}

@media (min-width: 1399px) {
    .team-details .team-name {
        font-size: 42px;
    }
}

.team-details .team-degi {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 17px;
}

.team-details .team-rate {
    color: var(--title-color);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.team-details .team-price {
    color: var(--theme-color);
    font-size: 40px;
}

.team-details .team-experi {
    margin-bottom: 10px;
}

.team-details .team-review {
    display: block;
    color: #F6B800;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 3px;
}

.team-details .social-style2 {
    margin: 30px 0 0 0;
}

.graduation-media {
    position: relative;
    display: flex;
    border-bottom: 1px solid #D1D1D1;
    gap: 30px 40px;
    margin-bottom: 23px;
    padding-bottom: 18px;
}

    .graduation-media:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .graduation-media .year {
        color: var(--theme-color);
        min-width: 60px;
    }

    .graduation-media .media-title {
        margin-bottom: 8px;
    }

    .graduation-media .media-text {
        color: var(--title-color);
        margin-bottom: 0;
        padding-bottom: 0;
    }

/* Large devices */
@media (max-width: 1199px) {
    .team-style1 .team-name {
        font-size: 24px;
    }

    .graduation-media {
        gap: 15px 10px;
    }

        .graduation-media .media-title {
            margin-bottom: 5px;
            font-size: 18px;
        }

        .graduation-media .media-text {
            font-size: 14px;
        }
}
/* Small devices */
@media (max-width: 767px) {
    .team-style1 {
        padding: 10px 10px 20px 10px;
        --icon-font-size: 14px;
        --icon-size: 40px;
    }

        .team-style1 .team-name {
            font-size: 20px;
        }

        .team-style1 .team-degi {
            font-size: 13px;
            letter-spacing: 0;
        }

        .team-style1 .team-review {
            font-size: 12px;
            padding: 9px 13px;
        }

    .team-style2 {
        padding: 30px 20px 35px 20px;
    }
}
/*------------------- 4.20. Course -------------------*/
.course-style1 {
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: var(--white-color);
    position: relative;
    transition: all ease 0.4s;
    padding-bottom: 0.1px;
}

    .course-style1 .course-teacher {
        font-size: 14px;
        text-transform: uppercase;
    }

    .course-style1 .course-img {
        position: relative;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
    }

        .course-style1 .course-img:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            opacity: 0;
            z-index: 0;
            background-color: rgba(0, 0, 0, 0.4);
            transition: all ease 0.4s;
        }

    .course-style1 .vs-btn {
        position: absolute;
        left: 20%;
        top: 40%;
        opacity: 0;
        transform: translateY(-50px);
    }

        .course-style1 .vs-btn i {
            font-size: 14px;
        }

    .course-style1 .course-category {
        background-color: var(--theme-color2);
        color: var(--title-color);
        font-size: 13px;
        font-weight: 700;
        padding: 3px 13px;
        left: 20px;
        border-radius: 20px;
        position: absolute;
        text-align: center;
        top: 20px;
        z-index: 1;
        text-transform: uppercase;
        transition: all ease 0.4s;
    }

        .course-style1 .course-category a {
            color: var(--title-color);
        }

    .course-style1 .course-content {
        padding: 25px 40px 22px 40px;
    }

    .course-style1 .course-meta {
        border: 1px solid rgba(188, 188, 188, 0.4);
        padding: 16px 18px;
        margin: 0 10px 10px 10px;
        display: flex;
        justify-content: space-between;
        border-radius: 20px;
        transition: all ease 0.4s;
    }

        .course-style1 .course-meta span {
            color: var(--body-color);
            display: inline-block;
            font-size: 14px;
            margin-right: 15px;
        }

            .course-style1 .course-meta span:last-child {
                margin-right: 0;
            }

        .course-style1 .course-meta a:hover {
            color: var(--theme-color);
        }

        .course-style1 .course-meta i {
            font-size: 14px;
            margin-right: 7px;
            color: var(--theme-color);
        }

    .course-style1 .course-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .course-style1 .course-price {
        font-size: 24px;
        font-weight: 700;
        color: var(--theme-color);
        display: block;
    }

    .course-style1 .course-review {
        margin-bottom: 9px;
        color: #6D6D6D;
        font-weight: bold;
    }

        .course-style1 .course-review i {
            color: #F6B800;
            display: inline-block;
            font-size: 14px;
            margin-right: 3px;
        }

            .course-style1 .course-review i:last-of-type {
                margin-right: 10px;
            }

    .course-style1 .course-name {
        margin-bottom: 9px;
    }

        .course-style1 .course-name a {
            color: var(--title-color);
        }

            .course-style1 .course-name a:hover {
                color: var(--theme-color);
            }

    .course-style1:hover .course-category {
        opacity: 0;
    }

    .course-style1:hover .course-img:before {
        opacity: 1;
    }

    .course-style1:hover .course-meta {
        border-color: var(--theme-color);
    }

    .course-style1:hover .vs-btn {
        opacity: 1;
        transform: translateY(0);
    }

    .course-style1.has-border {
        border: 1px solid var(--border-color);
    }

        .course-style1.has-border .course-img {
            margin: -1px;
        }

        .course-style1.has-border:hover {
            border-color: var(--theme-color);
        }

.course-style2 {
    position: relative;
    background-color: var(--white-color);
    margin-bottom: 30px;
    border-radius: 20px;
}

    .course-style2:after, .course-style2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        border-style: solid;
        border-width: 2px 0 0 2px;
        z-index: 1;
        pointer-events: none;
        border-color: var(--theme-color);
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.4s;
    }

    .course-style2:after {
        border-width: 0 2px 2px 0;
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
        border-color: var(--theme-color2);
    }

    .course-style2 .course-img {
        position: relative;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
    }

        .course-style2 .course-img img {
            width: 100%;
            transform: scale(1.001);
            transition: all ease 0.4s;
        }

    .course-style2 .course-price {
        background-color: var(--theme-color);
        color: var(--white-color);
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-weight: bold;
        text-align: center;
        height: 44px;
        line-height: 44px;
        font-size: 20px;
        padding: 0 25px;
        border-radius: 20px;
    }

    .course-style2 .course-content {
        padding: 25px 40px 0 40px;
    }

    .course-style2 .course-name {
        margin-bottom: 9px;
    }

    .course-style2 .course-meta {
        border-bottom: 1px solid #DEDEDE;
        margin-top: 17px;
        padding-bottom: 25px;
    }

        .course-style2 .course-meta span,
        .course-style2 .course-meta a {
            color: var(--body-color);
            font-size: 14px;
            display: inline-block;
            margin-right: 12px;
            font-weight: 500;
        }

            .course-style2 .course-meta span:hover,
            .course-style2 .course-meta a:hover {
                color: var(--theme-color);
            }

            .course-style2 .course-meta span:last-child,
            .course-style2 .course-meta a:last-child {
                margin-right: 0;
            }

        .course-style2 .course-meta i {
            color: var(--theme-color);
            font-size: 12px;
            margin-right: 7px;
        }

    .course-style2 .course-teacher img {
        margin-right: 10px;
        vertical-align: middle;
        width: 44px;
        border-radius: 50%;
    }

    .course-style2 .course-footer {
        position: relative;
        padding: 15px 0 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .course-style2 .course-review {
        color: #F6B800;
        font-size: 14px;
    }

        .course-style2 .course-review i:not(:last-child) {
            margin-right: 2px;
        }

    .course-style2:hover:after, .course-style2:hover:before {
        opacity: 1;
        visibility: visible;
    }

    .course-style2:hover .course-img img {
        transform: scale(1.15);
    }

@media (min-width: 1199px) {
    .course-style2.layout2 {
        display: flex;
        align-items: center;
    }

        .course-style2.layout2 .course-img {
            border-radius: 20px 0 0 20px;
        }

        .course-style2.layout2 .course-content {
            flex: 1;
            padding: 15px 30px 0 30px;
        }
}

.course-style3 {
    background-color: var(--white-color);
    border-radius: 20px;
    max-width: 270px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    transition: all ease 0.4s;
}

    .course-style3 .course-img {
        border-radius: 20px;
        overflow: hidden;
    }

    .course-style3 .course-content {
        position: relative;
        padding: 15px 15px 10px 15px;
        background-color: var(--white-color);
    }

    .course-style3 .course-review {
        color: #6D6D6D;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 9px;
    }

        .course-style3 .course-review i {
            color: #F6B800;
            display: inline-block;
            font-size: 13px;
        }

    .course-style3 .course-name {
        font-size: 18px;
        margin-bottom: 4px;
        line-height: 1.3;
    }

        .course-style3 .course-name a {
            color: var(--title-color);
        }

            .course-style3 .course-name a:hover {
                color: var(--theme-color);
            }

    .course-style3 .course-teacher {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }

.course-style4 {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 20px;
    background-color: var(--vs-secondary-color);
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all ease 0.4s;
}

    .course-style4 .course-img {
        position: relative;
        overflow: hidden;
        padding: 0;
        border-radius: 20px;
    }

        .course-style4 .course-img img {
            border-radius: inherit;
        }

    .course-style4 .course-content {
        flex: 1;
        padding: 45px 55px;
        position: relative;
    }

    .course-style4 .course-category {
        margin-bottom: 20px;
    }

        .course-style4 .course-category a {
            display: inline-block;
            background-color: var(--theme-color2);
            color: var(--title-color);
            color: var(--title-color);
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.6px;
            padding: 0 13px;
            text-align: center;
            border-radius: 3px;
            text-transform: uppercase;
            transition: all ease 0.4s;
        }

            .course-style4 .course-category a:hover {
                color: var(--white-color);
                background-color: var(--theme-color);
            }

    .course-style4 .course-name {
        font-size: 34px;
        color: var(--white-color);
    }

        .course-style4 .course-name a {
            color: inherit;
        }

            .course-style4 .course-name a:hover {
                color: var(--theme-color2);
            }

    .course-style4 .course-meta {
        margin-top: 17px;
        margin-bottom: 40px;
    }

        .course-style4 .course-meta a {
            color: var(--white-color);
            font-size: 15px;
            display: inline-block;
            margin-right: 22px;
        }

            .course-style4 .course-meta a:last-child {
                margin-right: 0;
            }

            .course-style4 .course-meta a:hover {
                color: var(--theme-color2);
            }

        .course-style4 .course-meta i {
            color: var(--white-color);
            font-size: 14px;
            margin-right: 10px;
        }

    .course-style4 .course-price {
        border-bottom: 1px solid #544A75;
        margin-bottom: 20px;
        padding-bottom: 45px;
    }

        .course-style4 .course-price del {
            font-size: 24px;
            font-weight: normal;
        }

    .course-style4 .price {
        color: var(--white-color);
        font-size: 40px;
        font-weight: bold;
        margin-right: 15px;
    }

    .course-style4 .discount {
        font-size: 16px;
        font-weight: 500;
        color: var(--theme-color2);
        text-decoration: underline;
    }

    .course-style4 .course-author {
        color: var(--white-color);
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.08em;
    }

        .course-style4 .course-author a:hover {
            color: var(--theme-color2);
        }

        .course-style4 .course-author img {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            margin-right: 15px;
        }

    .course-style4 .course-review i {
        color: #F6B800;
        display: inline-block;
        font-size: 14px;
    }

    .course-style4 .review-avarage {
        color: var(--white-color);
        font-weight: bold;
        margin-left: 5px;
        font-size: 14px;
    }

    .course-style4 .course-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .course-style4 .vs-btn {
        margin-top: 30px;
    }

    .course-style4.layout2 {
        background-color: var(--white-color);
        border: 1px solid var(--border-color);
        border-radius: 20px;
    }

        .course-style4.layout2 .course-author a:hover {
            color: var(--theme-color);
        }

        .course-style4.layout2 .course-middle {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .course-style4.layout2 .course-bottom {
            border-top: 1px solid var(--border-color);
            padding-top: 20px;
            margin-top: 45px;
        }

        .course-style4.layout2 .course-price {
            padding-bottom: 0;
            margin-bottom: 0;
            border: none;
        }

        .course-style4.layout2 .course-name {
            color: var(--title-color);
        }

            .course-style4.layout2 .course-name a:hover {
                color: var(--theme-color);
            }

        .course-style4.layout2 .course-meta a,
        .course-style4.layout2 .course-meta i {
            color: var(--body-color);
        }

        .course-style4.layout2 .course-price {
            border-color: var(--border-color);
        }

            .course-style4.layout2 .course-price span {
                color: #626FFF;
            }

                .course-style4.layout2 .course-price span del {
                    color: #333333;
                }

        .course-style4.layout2 .course-author,
        .course-style4.layout2 .review-avarage {
            color: var(--body-color);
        }

        .course-style4.layout2 .vs-btn {
            color: var(--title-color);
            margin: 0;
        }

            .course-style4.layout2 .vs-btn:hover {
                color: var(--white-color);
            }

        .course-style4.layout2:hover {
            border-color: var(--theme-color);
        }

.course-style5 {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .course-style5 .course-img {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
    }

        .course-style5 .course-img:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(55, 71, 255, 0.7);
            opacity: 0;
            transition: all ease 0.4s;
        }

    .course-style5 .course-review {
        background-color: var(--white-color);
        border-radius: 30px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        padding: 0 13px;
        text-align: center;
        transition: all ease 0.4s;
    }

        .course-style5 .course-review i {
            color: #F6B800;
            display: inline-block;
            font-size: 12px;
        }

    .course-style5:hover .course-img:before,
    .slick-current .course-style5 .course-img:before {
        opacity: 1;
    }

    .course-style5:hover .course-review,
    .slick-current .course-style5 .course-review {
        opacity: 0;
    }

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

.course-list a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 20px 35px;
    color: var(--title-color);
    background-color: var(--white-color);
    transition: all ease 0.4s;
}

    .course-list a i {
        color: var(--theme-color);
        margin-right: 10px;
    }

    .course-list a:before {
        content: "\f054";
        font-family: var(--icon-font);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 38px;
        border-radius: 20px;
        opacity: 0;
        background-color: var(--theme-color);
        color: var(--white-color);
        text-align: center;
        transition: all ease 0.4s;
    }

    .course-list a:hover {
        padding-left: 56px;
        box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, 0.09);
    }

        .course-list a:hover:before {
            opacity: 1;
        }

.syllabus-list {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

    .syllabus-list .syllabus-img {
        margin-right: 30px;
        align-self: flex-start;
    }

    .syllabus-list img {
        border-radius: 20px;
    }

    .syllabus-list .syllabus-content {
        flex: 1;
    }

.course-meta-box {
    position: sticky;
    top: 0;
    z-index: 6;
    padding: 30px 40px 40px 40px;
    margin-bottom: 40px;
    box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, 0.09);
    border: 2px solid var(--theme-color);
    border-radius: 20px;
}

    .course-meta-box .vs-btn {
        height: 54px;
        line-height: 10px;
        width: 100%;
    }

    .course-meta-box table {
        border: none;
        margin: 0 0 15px 0;
    }

    .course-meta-box th,
    .course-meta-box td {
        border: none;
        padding: 0 0 15px 0;
    }

    .course-meta-box th {
        font-weight: bold;
    }

        .course-meta-box th i {
            color: var(--theme-color);
            margin-right: 18px;
        }

    .course-meta-box td {
        color: var(--title-color);
    }

.course-details .course-img {
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.course-details .border-title2 {
    margin: 0 0 25px 0;
}

.course-details .course-category {
    margin-bottom: 17px;
}

    .course-details .course-category a {
        color: var(--title-color);
        background-color: var(--theme-color2);
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.6px;
        padding: 9px 20px;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 20px;
        transition: all ease 0.4s;
    }

        .course-details .course-category a:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

.course-details .course-review {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
    margin-bottom: 30px;
}

    .course-details .course-review i {
        color: var(--yellow-color);
        margin-right: 6px;
    }

.course-details .list-style1 {
    margin-bottom: 40px;
}

.course-details .accordion-style4 {
    margin-bottom: 40px;
}

.course-details .course-meta {
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 35px 0 30px 0;
    gap: 20px 20px;
}

    .course-details .course-meta + .row {
        margin-bottom: 30px;
    }

    .course-details .course-meta .meta-item {
        padding-left: 30px;
        position: relative;
    }

    .course-details .course-meta i {
        font-size: 17px;
        margin-right: 15px;
        color: var(--theme-color);
        position: absolute;
        left: 0;
        top: 2px;
    }

    .course-details .course-meta .meta-title {
        display: block;
        font-family: var(--title-font);
        color: var(--title-color);
        font-weight: 700;
        line-height: 1;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .course-details .course-meta .meta-text {
        font-size: 16px;
        margin-bottom: 0;
    }

.course-details .course-price {
    color: var(--title-color);
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
}

    .course-details .course-price .currency {
        color: var(--theme-color);
    }

    .course-details .course-price small {
        font-size: 15px;
    }

/* Medium Large devices */
@media (max-width: 1399px) {
    .course-meta-box {
        padding: 30px 25px 30px 25px;
    }

    .course-list a {
        font-size: 16px;
        padding: 18px 30px;
    }

    .course-style1 .course-content {
        padding: 25px 30px 20px 30px;
    }

    .course-style1 .course-meta {
        padding: 12px 15px;
        border-radius: 20px;
    }

        .course-style1 .course-meta span {
            font-size: 13px;
            margin-right: 8px;
        }

    .course-style2 .course-content {
        padding: 25px 30px 5px 30px;
    }

    .course-style4 .course-img {
        max-width: 500px;
    }

    .course-style4 .course-content {
        padding: 15px 35px;
    }

    .course-style4 .course-name {
        font-size: 30px;
    }

    .course-style4 .course-meta {
        margin-top: 10px;
        margin-bottom: 28px;
    }

    .course-style4 .price {
        font-size: 34px;
        margin-right: 10px;
    }

        .course-style4 .price del {
            font-size: 20px;
        }

    .course-style4 .course-price {
        padding-bottom: 20px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .course-style2 .course-name {
        font-size: 20px;
    }

    .course-style2 .course-teacher {
        font-size: 14px;
    }

    .course-style2 .course-review {
        font-size: 12px;
    }

    .course-style2 .course-content {
        padding: 15px 20px 5px 20px;
    }

    .course-style2 .course-price {
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        padding: 0 20px;
    }

    .course-style2 .course-meta {
        margin-top: 10px;
        padding-bottom: 15px;
    }

        .course-style2 .course-meta span,
        .course-style2 .course-meta a {
            font-size: 12px;
            margin-right: 10px;
        }

    .course-style4 {
        display: block;
    }

        .course-style4 .course-img {
            max-width: 100%;
        }

            .course-style4 .course-img img {
                width: 100%;
            }

        .course-style4 .course-name {
            font-size: 26px;
            line-height: 1.4;
        }

        .course-style4 .course-content {
            padding: 30px 0 15px 0;
        }

        .course-style4.layout2 .course-bottom {
            padding-top: 20px;
            margin-top: 30px;
        }

    .course-meta-box table {
        font-size: 14px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .course-style1 .course-content {
        padding: 20px 20px 20px 20px;
    }

    .course-style1 .course-meta {
        margin: -1px;
    }

        .course-style1 .course-meta span {
            font-size: 14px;
        }

            .course-style1 .course-meta span i {
                font-size: 12px;
            }

    .course-details .course-price {
        font-size: 60px;
    }

    .course-details .course-meta {
        margin-bottom: 30px;
    }

    .course-style4 .course-author {
        margin-bottom: 15px;
    }

    .course-style4 .course-name {
        font-size: 20px;
    }

    .course-style4 .course-meta a {
        font-size: 12px;
        margin-right: 15px;
    }

        .course-style4 .course-meta a i {
            font-size: 12px;
        }

    .course-style4 .price {
        font-size: 28px;
        margin-right: 10px;
    }

    .course-style4 .discount {
        font-size: 14px;
    }

    .course-style4 .course-bottom {
        display: block;
    }

    .course-style4 .course-author {
        margin-bottom: 5px;
    }

    .course-style4 .course-meta {
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .course-meta-box {
        box-shadow: none;
        position: relative;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .course-style1 {
        border-radius: 10px;
    }

        .course-style1 .course-content {
            padding-bottom: 10px;
        }

        .course-style1 .course-name {
            font-size: 20px;
        }

        .course-style1 .course-price {
            font-size: 18px;
        }

        .course-style1 .course-review {
            font-size: 14px;
        }

            .course-style1 .course-review i {
                font-size: 10px;
            }

        .course-style1 .course-category a {
            font-size: 12px;
            padding: 3px 5px;
        }

        .course-style1 .course-meta {
            border-radius: 0;
            margin: 0;
            padding: 0 15px 30px 15px;
            border: none;
            display: block;
        }

            .course-style1 .course-meta span {
                font-size: 14px;
            }

                .course-style1 .course-meta span i {
                    font-size: 14px;
                }

    .course-style4 {
        padding: 20px 10px;
    }

    .syllabus-list {
        display: block;
        margin-bottom: 30px;
    }

        .syllabus-list .syllabus-img {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .course-details .course-meta .meta-item {
        width: calc(50% - 20px);
    }

    .course-details .course-price {
        font-size: 42px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .course-style4.list-style {
        margin-left: 15px;
        margin-right: 15px;
    }

    .course-details .course-meta {
        padding: 25px 0 20px 0;
    }

        .course-details .course-meta .meta-title {
            font-size: 14px;
        }

        .course-details .course-meta .meta-text {
            font-size: 12px;
        }
}
/*------------------- 4.21. Event -------------------*/
.event-shape1 {
    border-radius: 20px 0 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--vs-secondary-color);
    z-index: -2;
    max-width: 1337px;
    /* Hight Resoulation devices */
}

@media (min-width: 1922px) {
    .event-shape1 {
        max-width: 100%;
        border-radius: 0;
    }
}

.event-style1 {
    align-items: center;
    border-radius: 20px;
    display: flex;
    margin-bottom: 10px;
    padding: 20px;
    background-color: #1A1236;
    position: relative;
    transition: all ease 0.4s;
}

    .event-style1:last-child {
        margin-bottom: 30px;
    }

    .event-style1 .event-body {
        flex: 1;
    }

    .event-style1 .event-date {
        color: var(--white-color);
        background-color: var(--theme-color);
        margin-right: 25px;
        border-radius: 20px;
        padding: 17px 20px 20px 20px;
        line-height: 1;
        text-align: center;
        transition: all ease 0.4s;
    }

        .event-style1 .event-date .day,
        .event-style1 .event-date .month {
            display: block;
            font-weight: bold;
        }

        .event-style1 .event-date .day {
            font-size: 50px;
            margin-bottom: 8px;
        }

        .event-style1 .event-date .month {
            font-size: 14px;
        }

    .event-style1 .event-title {
        color: var(--white-color);
    }

    .event-style1 .event-meta span,
    .event-style1 .event-meta a {
        color: #CCCCCC;
        display: inline-block;
        margin-right: 15px;
    }

        .event-style1 .event-meta span:last-child,
        .event-style1 .event-meta a:last-child {
            margin-right: 0;
        }

    .event-style1 .event-meta i {
        color: var(--white-color);
        margin-right: 8px;
        font-size: 14px;
    }

    .event-style1:not(.layout2):hover {
        background-color: var(--theme-color);
    }

        .event-style1:not(.layout2):hover .event-date {
            background-color: var(--theme-color3);
        }

    .event-style1.layout2 {
        padding: 0 0 30px 0;
        margin: 40px 0 32px;
        background-color: transparent;
        border-bottom: 1px solid var(--border-color);
        border-radius: 0;
    }

        .event-style1.layout2 .event-title {
            color: var(--title-color);
            font-size: 48px;
        }

        .event-style1.layout2 .event-meta span,
        .event-style1.layout2 .event-meta a {
            color: var(--body-color);
            font-weight: 600;
        }

        .event-style1.layout2 .event-meta i {
            color: var(--theme-color);
        }

.event-details .list-style2 li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.event-details .table-style3 {
    padding: 40px 35px;
    border: 2px dashed #D7DAFF;
}

    .event-details .table-style3 tr {
        border-bottom: 1px solid var(--border-color);
        position: relative;
    }

        .event-details .table-style3 tr ::before {
            content: "";
            width: 8px;
            height: 8px;
            background-color: var(--theme-color);
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        .event-details .table-style3 tr td {
            background-color: unset;
            padding: 15px 0 15px 15px;
        }

.event-details .blog-title2 {
    margin-top: 30px;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .event-shape1 {
        max-width: 100%;
        border-radius: 0;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .event-style1 .event-title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .event-style1 .event-date {
        margin-right: 15px;
    }

        .event-style1 .event-date .day {
            font-size: 36px;
            margin-bottom: 5px;
        }

        .event-style1 .event-date .month {
            font-size: 12px;
        }

    .event-style1 .event-meta span,
    .event-style1 .event-meta a {
        margin-right: 10px;
        font-size: 12px;
    }

        .event-style1 .event-meta span i,
        .event-style1 .event-meta a i {
            font-size: 11px;
        }

    .event-style1.layout2 .event-title {
        font-size: 40px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .event-style1 {
        padding: 10px;
    }

        .event-style1 .event-title {
            font-size: 22px;
        }

        .event-style1 .event-date {
            padding: 15px 15px 18px 15px;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .event-style1.layout2 .event-title {
        font-size: 36px;
    }

    .event-details .table-style3 {
        padding: 40px 20px;
    }

    .event-details .event-style1.layout2 .event-title {
        font-size: 22px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .event-style1 {
        display: block;
        text-align: center;
        padding: 25px 15px;
        border-radius: 10px;
    }

        .event-style1 .event-date {
            margin: 0 auto 20px auto;
            width: max-content;
        }

        .event-style1.layout2 {
            text-align: left;
        }

            .event-style1.layout2 .event-date {
                margin: 0 0 20px 0;
            }

            .event-style1.layout2 .event-title {
                font-size: 34px;
            }
}
/*------------------- 4.22. Package -------------------*/
.package-style1 {
    background-color: var(--vs-secondary-color);
    border: 5px solid var(--white-color);
    border-radius: 30px 30px 20px 20px;
    margin-bottom: 50px;
    transition: all ease 0.4s;
}

    .package-style1 .package-head {
        position: relative;
        transition: all ease 0.4s;
        background-color: var(--white-color);
        padding: 25px 30px;
        border-radius: 20px;
    }

    .package-style1 .package-price {
        line-height: 1;
        margin-bottom: 5px;
    }

    .package-style1 .package-name {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: 0.02em;
        color: var(--theme-color);
    }

    .package-style1 .package-icon {
        position: absolute;
        bottom: -37.5px;
        right: 30px;
        width: 75px;
        height: 75px;
        line-height: 80px;
        background-color: var(--theme-color);
        color: var(--white-color);
        border: 3px solid var(--vs-secondary-color);
        text-align: center;
        border-radius: 50%;
    }

        .package-style1 .package-icon i {
            font-size: 30px;
        }

    .package-style1 .package-text {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .package-style1 .package-review i {
        color: #F6B800;
        display: inline-block;
        font-size: 14px;
        margin-right: 4px;
    }

    .package-style1 .package-body {
        padding: 35px 30px;
    }

        .package-style1 .package-body .vs-btn {
            width: 100%;
        }

    .package-style1 .package-list ul {
        margin: 0 0 35px 0;
        padding: 0 0 25px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .package-style1 .package-list li {
        color: var(--white-color);
        position: relative;
        padding-left: 30px;
        font-size: 18px;
        margin-bottom: 13px;
        list-style-type: none;
    }

        .package-style1 .package-list li i {
            color: var(--white-color);
            position: absolute;
            left: 0;
            top: 3px;
        }

    .package-style1 .pacage-save {
        color: var(--white-color);
        font-size: 18px;
    }

    .package-style1 .pacage-discount {
        background-color: var(--theme-color2);
        border-radius: 13.5px;
        color: var(--title-color);
        padding: 0 23px;
    }

    .package-style1 .package-bottom {
        display: flex;
        justify-content: space-between;
    }

    .package-style1 .vs-btn {
        margin-top: 23px;
    }

    .package-style1 .month {
        position: relative;
        top: -2px;
        margin-left: 3px;
        font-size: 15px;
    }

    .package-style1.active, .package-style1:hover {
        border: 5px solid var(--theme-color);
    }

        .package-style1.active .package-head, .package-style1:hover .package-head {
            background-color: var(--theme-color);
        }

            .package-style1.active .package-head .package-name,
            .package-style1.active .package-head .package-price,
            .package-style1.active .package-head .package-text, .package-style1:hover .package-head .package-name,
            .package-style1:hover .package-head .package-price,
            .package-style1:hover .package-head .package-text {
                color: var(--white-color);
            }

/* Large devices */
@media (max-width: 1199px) {
    .package-style1 .package-body {
        padding: 40px 30px;
    }

    .package-style1.active {
        margin-top: 0px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .package-style1 .package-head {
        padding: 45px 30px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .package-style1 .package-head {
        padding: 25px 20px;
    }

    .package-style1 .package-body {
        padding: 30px 20px;
    }

    .package-style1 .package-icon {
        bottom: -30px;
        right: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

        .package-style1 .package-icon i {
            font-size: 22px;
        }

    .package-style1 .package-list li {
        padding-left: 30px;
        font-size: 16px;
        margin-bottom: 8px;
    }

        .package-style1 .package-list li i {
            left: 0;
            top: 5px;
        }

    .package-style1 .pacage-save {
        font-size: 15px;
    }

    .package-style1 .pacage-discount {
        padding: 0 15px;
        font-size: 14px;
    }
}
/*------------------- 4.23. Program -------------------*/
.program-style2 {
    position: relative;
    padding: 50px 50px 50px 50px;
    border-top: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    background-color: var(--white-color);
    margin-bottom: 30px;
    transition: all ease 0.4s;
}

    .program-style2 .program-icon {
        margin-bottom: 37px;
    }

    .program-style2 .program-text {
        margin-bottom: 25px;
    }

    .program-style2 .program-link {
        color: var(--title-color);
        font-weight: 700;
        position: relative;
        text-decoration: underline;
        text-decoration-color: #CCCCCC;
        text-decoration-thickness: 2px;
        transition: all ease 0.4s;
    }

        .program-style2 .program-link i {
            color: #424242;
            text-align: center;
            height: 26px;
            width: 26px;
            line-height: 26px;
            margin-left: 10px;
            font-size: 12px;
            border-radius: 50%;
            border: 1px solid #949494;
            transition: all ease 0.4s;
        }

        .program-style2 .program-link:hover {
            color: var(--theme-color);
            text-decoration-color: var(--theme-color);
        }

            .program-style2 .program-link:hover i {
                border-color: var(--theme-color);
                background-color: var(--theme-color);
                color: var(--white-color);
            }

    .program-style2:hover {
        border-top-color: var(--theme-color);
        border-bottom-color: var(--theme-color);
    }

/* Medium devices */
@media (max-width: 991px) {
    .program-style2 {
        padding: 40px 30px 5px 30px;
    }

        .program-style2 .program-icon {
            margin-bottom: 30px;
        }

        .program-style2 .program-title {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .program-style2 .program-text {
            margin-bottom: 15px;
        }
}
/* Small devices */
@media (max-width: 767px) {
    .program-style2 {
        padding: 40px 15px 5px 15px;
        text-align: center;
    }

        .program-style2 .program-icon {
            margin-bottom: 25px;
        }

        .program-style2 .program-text {
            font-size: 14px;
        }
}
/*------------------- 4.24. Feature -------------------*/
.vs-feature-area {
    padding-top: 230px;
}

.feature-style1 {
    background-color: var(--white-color);
    border: 1px solid rgba(210, 210, 210, 0.5);
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 60px 60px 45px 60px;
    position: relative;
    text-align: center;
    transition: all ease 0.4s;
    z-index: 1;
}

    .feature-style1:before, .feature-style1:after {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: all ease 0.4s;
        border: 2px solid var(--theme-color);
    }

    .feature-style1:before {
        left: 0;
        top: 0;
        border-radius: 20px 0 0 20px;
        border-right: none;
    }

    .feature-style1:after {
        right: 0;
        bottom: 0;
        border-left: none;
        border-radius: 0 20px 20px 0;
    }

    .feature-style1 .feature-title {
        text-transform: uppercase;
    }

    .feature-style1 .feature-icon {
        height: 168px;
        width: 168px;
        line-height: 168px;
        margin: 0 auto 35px auto;
        position: relative;
        z-index: 1;
    }

    .feature-style1 .vs-circle {
        --circle-size: 168px;
        --circle-bg: #F3F0FF;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .feature-style1:hover,
    .slick-center .feature-style1 {
        border-color: transparent;
        box-shadow: 8.55px 17.49px 24px rgba(35, 31, 32, 0.09);
    }

        .feature-style1:hover:before, .feature-style1:hover:after,
        .slick-center .feature-style1:before,
        .slick-center .feature-style1:after {
            width: 50%;
            opacity: 1;
            visibility: visible;
        }

.feature-style2 {
    position: relative;
    overflow: hidden;
}

    .feature-style2 .feature-img {
        position: relative;
        overflow: hidden;
    }

        .feature-style2 .feature-img img {
            width: 100%;
        }

        .feature-style2 .feature-img:before {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            transition: all ease 0.4s;
        }

    .feature-style2 .feature-content {
        bottom: 0;
        padding: 0px 30px 90px;
        position: absolute;
        text-align: center;
        transform: translateY(230px);
        transition: all ease 0.6s;
    }

    .feature-style2 .feature-icon {
        display: block;
        margin-bottom: 35px;
    }

    .feature-style2 .feature-title {
        color: var(--white-color);
        font-size: 25px;
        margin-bottom: 21px;
    }

        .feature-style2 .feature-title a {
            color: inherit;
        }

            .feature-style2 .feature-title a:hover {
                color: var(--theme-color2);
            }

    .feature-style2 .feature-text {
        color: var(--white-color);
        font-weight: 500;
        margin-bottom: 40px;
        opacity: 0;
        transition: all ease 0.6s;
    }

    .feature-style2 .feature-link {
        color: var(--white-color);
        font-weight: bold;
        text-decoration: underline;
        opacity: 0;
        transition: all ease 0.6s;
    }

        .feature-style2 .feature-link i {
            border: 1px solid var(--white-color);
            border-radius: 50%;
            color: var(--white-color);
            height: 27px;
            line-height: 27px;
            margin-left: 15px;
            text-align: center;
            width: 27px;
            transition: all ease 0.4s;
        }

        .feature-style2 .feature-link:hover {
            color: var(--theme-color2);
        }

            .feature-style2 .feature-link:hover i {
                background-color: var(--theme-color2);
                color: var(--title-color);
                border-color: transparent;
            }

    .feature-style2:hover .feature-img:before {
        background-color: rgba(55, 71, 255, 0.8);
    }

    .feature-style2:hover .feature-content {
        transform: translateY(0);
    }

    .feature-style2:hover .feature-text,
    .feature-style2:hover .feature-link {
        opacity: 1;
    }

/* Medium Large devices */
@media (max-width: 1399px) {
    .feature-style1 {
        padding: 50px 30px 32px 30px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .vs-feature-area {
        padding-top: 120px;
    }

    .feature-style1 {
        padding: 40px 20px 22px 20px;
    }

        .feature-style1 .feature-icon {
            margin: 0 auto 30px auto;
        }

    .feature-style2 .feature-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .feature-style2 .feature-text {
        margin-bottom: 20px;
    }

    .feature-style2 .feature-content {
        transform: translateY(190px);
    }

    .feature-style2:hover .feature-content {
        padding-bottom: 40px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .feature-style2 .feature-content {
        transform: translateY(160px);
    }
}
/*------------------- 4.25. Category -------------------*/
.category-style1 {
    margin-bottom: 30px;
    position: relative;
}

    .category-style1 .category-img {
        overflow: hidden;
        border-radius: 20px;
        position: relative;
    }

        .category-style1 .category-img:after, .category-style1 .category-img:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
            background-color: var(--theme-color);
            transition: all ease 0.4s;
        }

        .category-style1 .category-img:after {
            opacity: 1;
            visibility: visible;
            background-color: transparent;
            background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent 70%);
        }

    .category-style1 .icon {
        background-color: var(--theme-color);
        border-radius: 20px;
        color: var(--white-color);
        font-size: 40px;
        height: 68px;
        left: 20px;
        line-height: 68px;
        position: absolute;
        text-align: center;
        top: 20px;
        width: 68px;
        transition: all ease 0.4s;
    }

    .category-style1 .category-content {
        bottom: 0;
        padding: 30px;
        position: absolute;
        transform: translateY(30px);
        transition: all ease 0.4s;
    }

    .category-style1 .category-title {
        margin: 0 0 5px 0;
    }

        .category-style1 .category-title a {
            color: var(--white-color);
        }

            .category-style1 .category-title a:hover {
                color: var(--theme-color2);
            }

    .category-style1 .category-title,
    .category-style1 .subtitle {
        color: var(--white-color);
    }

    .category-style1 .subtitle {
        opacity: 0;
    }

    .category-style1:hover .icon,
    .slick-center .category-style1 .icon {
        background-color: var(--white-color);
        color: var(--theme-color);
    }

    .category-style1:hover .category-img:before,
    .slick-center .category-style1 .category-img:before {
        opacity: 0.8;
        visibility: visible;
    }

    .category-style1:hover .category-img:after,
    .slick-center .category-style1 .category-img:after {
        opacity: 0;
        visibility: hidden;
    }

    .category-style1:hover .category-content,
    .slick-center .category-style1 .category-content {
        transform: translateY(0);
    }

    .category-style1:hover .subtitle,
    .slick-center .category-style1 .subtitle {
        opacity: 1;
    }

.category-style2 {
    position: relative;
    text-align: center;
    margin-bottom: 21px;
}

    .category-style2 .category-icon {
        height: 140px;
        margin: 0 auto 25px;
        line-height: 140px;
        position: relative;
        width: 140px;
        z-index: 0;
    }

    .category-style2 .category-title {
        margin-bottom: 3px;
    }

    .category-style2 .category-text {
        margin: 0;
    }

    .category-style2 .vs-circle {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        --circle-bg: #F3F0FF;
    }

.category-item {
    background-color: #fffaec;
    border-radius: 20px;
    /*box-shadow: 1.5px 0.598px 10.88px 1.12px rgba(116, 117, 117, 0.1);*/
    margin: 5px 0;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}

    .category-item:hover {
        cursor: pointer;
        transition: all 0.5s ease;
    }

        .category-item:hover .category-icon i {
            color: var(--theme-color);
        }

/* Extra small devices */
@media (max-width: 575px) {
    .category-style1 .icon {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 16px;
        left: 10px;
        top: 10px;
        border-radius: 10px;
    }

    .category-style1 .category-content {
        bottom: 0;
        padding: 15px;
    }

    .category-style1 .category-title {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .category-style1 .subtitle {
        font-size: 14px;
    }
}
/*------------------- 4.00. Shop  -------------------*/
/*=================================
    05. Pages Style
==================================*/
.header-layout4 .header-top {
    background-color: var(--vs-secondary-color);
}

.header-layout4 .header-social {
    background-color: var(--theme-color2);
    display: flex;
    padding: 15px 30px;
    border-radius: 15px 15px 0px 0px;
}

    .header-layout4 .header-social a {
        width: 100%;
        height: 100%;
        line-height: 100%;
        border: none;
    }

        .header-layout4 .header-social a:not(:last-child) {
            margin-right: 15px;
        }

        .header-layout4 .header-social a::before {
            display: none;
        }

        .header-layout4 .header-social a:hover {
            color: var(--theme-color);
        }

.header-layout4 .vs-logo {
    height: 100%;
}

    .header-layout4 .vs-logo.style4 {
        display: flex;
        align-items: center;
        height: 100%;
        z-index: 1;
        padding-right: 40px;
    }

        .header-layout4 .vs-logo.style4::before {
            content: "";
            position: absolute;
            right: 5%;
            top: 0px;
            bottom: 0px;
            width: 99999px;
            z-index: -1;
            background-color: var(--theme-color);
            transform: skewX(35deg);
            border-right: 6px solid var(--theme-color2);
        }

.header-layout4 .header-links ul li {
    color: #DDD9D9;
}

    .header-layout4 .header-links ul li:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px;
        line-height: 100%;
        position: relative;
    }

        .header-layout4 .header-links ul li:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 14px;
            background-color: rgba(185, 189, 237, 0.5019607843);
        }

    .header-layout4 .header-links ul li i {
        font-size: 16px;
        color: #DDD9D9;
    }

    .header-layout4 .header-links ul li a {
        color: #fff;
    }

        .header-layout4 .header-links ul li a:hover {
            color: var(--theme-color2);
        }

.header-layout4 .menu-style4 > ul > li {
    padding: 25px 0;
}

.header-layout4 .header-right {
    display: flex;
    align-items: center;
}

    .header-layout4 .header-right .user-login {
        margin-right: 20px;
    }

.about-layout1 .media-inner {
    display: flex;
    align-items: center;
}

    .about-layout1 .media-inner .media-body .media-info a {
        font-size: 22px;
    }

    .about-layout1 .media-inner .media-body .media-label {
        text-transform: capitalize;
        font-size: 14px;
        margin-bottom: 0;
    }

    .about-layout1 .media-inner .list-style1 {
        margin-bottom: 0;
    }

        .about-layout1 .media-inner .list-style1 li::before {
            color: var(--title-color);
        }

    .about-layout1 .media-inner .call-media {
        margin: 10px 20px 30px 0;
        max-width: 100%;
        width: 100%;
        background-color: #EBEDFC;
        border-radius: 0 10px 10px 0;
        max-width: 295px;
    }

        .about-layout1 .media-inner .call-media .media-icon {
            width: 54px;
            height: 54px;
            line-height: 40px;
            border-radius: 50%;
            border: 5px solid var(--white-color);
            text-align: center;
            background-color: var(--title-color);
            color: var(--white-color);
            box-shadow: -0.45px 4.49px 5px rgba(35, 31, 32, 0.38);
        }

            .about-layout1 .media-inner .call-media .media-icon i {
                font-size: 20px;
            }

.about-layout1 .picture-box2 .vs-circle {
    transform: translate(-55%, -55%);
}

.about-layout1 .picture-box2 .picture-1 {
    margin-left: 20%;
}

.about-layout1 .picture-box2 .picture-3 {
    margin-right: 10px;
    margin-left: auto;
    margin-top: -170px;
}

.about-layout1 .vs-btn.style3 {
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 5px 35px 5px 5px;
}

    .about-layout1 .vs-btn.style3 i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: #2A36C1;
    }

.about-layout1 .about-box2 {
    padding: 30px 30px 0px 30px;
}

.about-layout1 .title-area .sec-subtitle {
    color: var(--theme-color);
}

.about-layout1 .title-area .about-title span {
    display: inline-block;
    color: var(--theme-color);
}

.about-layout1 .media-list2 {
    margin-bottom: 30px;
}

    .about-layout1 .media-list2 a {
        display: block;
        color: var(--title-color);
    }

        .about-layout1 .media-list2 a:not(:last-child) {
            margin-bottom: 10px;
        }

        .about-layout1 .media-list2 a i {
            color: var(--theme-color);
            margin-right: 10px;
        }

.about-layout1 .about-img {
    position: relative;
}

    .about-layout1 .about-img img {
        width: 100%;
    }

.about-layout1 .media-box1 {
    display: flex;
    align-items: center;
    max-width: 245px;
    width: 100%;
    background-color: rgba(55, 71, 255, 0.8784313725);
    padding: 30px;
    border: 2px dashed var(--white-color);
    position: absolute;
    bottom: 40px;
    right: 40px;
}

    .about-layout1 .media-box1 .media-title {
        margin-bottom: 0;
        color: var(--white-color);
        font-size: 40px;
        padding-right: 15px;
        margin-right: 15px;
        border-right: 5px solid var(--theme-color2);
    }

    .about-layout1 .media-box1 .media-text {
        margin-bottom: 0;
        text-align: left;
        font-size: 22px;
        color: var(--white-color);
        font-weight: 600;
        text-transform: capitalize;
        line-height: 120%;
    }

.about-layout1 .vs-list li:before {
    content: "\f0a9";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
}

.about-layout1 .title-area3 {
    margin-bottom: 0;
}

.about-layout1 .list-style1 li {
    color: var(--title-color);
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
}

.about-content.style2 {
    padding-left: 0;
}

.cta-layout1 .cta-style2 {
    background-color: transparent;
    border-radius: 0;
}

    .cta-layout1 .cta-style2 .cta-img {
        margin-top: 0;
        border-radius: 0;
    }

    .cta-layout1 .cta-style2 .cta-title {
        margin-bottom: 15px;
        text-transform: capitalize;
    }

.cta-layout1 .cart-subtitle {
    display: inline-block;
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 40px;
    padding-left: 30px;
    text-align: left;
    position: relative;
}

    .cta-layout1 .cart-subtitle img,
    .cta-layout1 .cart-subtitle i {
        color: var(--theme-color2);
        margin-right: 8px;
        position: absolute;
        left: 0;
        top: 5px;
    }

.cta-layout1 .cta-text {
    color: var(--theme-color2);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.cta-layout1 .cta-title span {
    display: inline-block;
    color: var(--theme-color2);
}

.cta-layout1.style2 {
    padding: 100px 0;
}

    .cta-layout1.style2 .cta-style2 .cta-content {
        padding: 0 50px;
    }

.course-layout1 {
    background-color: var(--smoke-color);
}

    .course-layout1 .course-style2 {
        border-radius: 30px;
        border: 1px dashed #7D87FF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    }

        .course-layout1 .course-style2 .course-content {
            padding: 25px 30px 0 30px;
        }

        .course-layout1 .course-style2 .course-meta {
            padding-bottom: 20px;
        }

            .course-layout1 .course-style2 .course-meta i {
                font-size: 14px;
            }

        .course-layout1 .course-style2 .course-img {
            margin: 17px 17px 0 17px;
            overflow: hidden;
            border-radius: 20px;
        }

        .course-layout1 .course-style2 .course-price {
            height: 37px;
            line-height: 38px;
            font-size: 18px;
            padding: 0px 30px;
            border-radius: 20px;
            bottom: 24px;
            right: 24px;
        }

        .course-layout1 .course-style2 .course-footer {
            padding: 15px 0 20px 0;
        }

        .course-layout1 .course-style2 .course-name {
            margin-bottom: 10px;
            font-size: 22px;
        }

        .course-layout1 .course-style2 .course-review i {
            font-size: 12px;
        }

        .course-layout1 .course-style2::after {
            content: none;
        }

        .course-layout1 .course-style2::before {
            content: none;
        }

.process-layout1 .container {
    max-width: 1430px;
}

.process-layout1 .process-inner {
    background-color: #E5E7FF;
    padding: 20px 70px 40px 70px;
    border-radius: 50px;
}

.process-layout1 .process-item:first-child {
    margin-top: 45px;
}

.process-layout1 .process-item:not(:last-child) {
    border-bottom: 1px dashed var(--theme-color);
    padding-bottom: 34px;
    margin-bottom: 35px;
}

.process-layout1 .process-item .process-text {
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.process-layout1 .process-style1 {
    align-items: center;
}

    .process-layout1 .process-style1:not(:last-child) {
        padding: 0;
        margin-bottom: 0px;
    }

    .process-layout1 .process-style1 .process-icon {
        width: 84px;
        height: 84px;
        line-height: 84px;
        font-size: 24px;
        margin-right: 25px;
        color: var(--white-color);
        background-color: var(--theme-color);
        text-align: center;
        border-radius: 50%;
        transition: all ease 0.4s;
    }

        .process-layout1 .process-style1 .process-icon:hover {
            background-color: var(--theme-color2);
        }

    .process-layout1 .process-style1 .process-title {
        font-size: 22px;
    }

.course-instructor {
    display: flex;
    align-items: center;
    padding: 22px 26px;
    border-radius: 10px;
    position: absolute;
    right: 12%;
    bottom: 30%;
    z-index: 1;
}

    .course-instructor .instructor-list {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

        .course-instructor .instructor-list li {
            list-style: none;
            width: 50px;
            height: 50px;
            line-height: 46px;
            border-radius: 50px;
            text-align: center;
            border: 2px solid var(--white-color);
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
        }

            .course-instructor .instructor-list li:not(:first-child) {
                margin-left: -15px;
            }

            .course-instructor .instructor-list li:last-child {
                background-color: var(--vs-secondary-color);
                transition: all 0.5s ease;
            }

            .course-instructor .instructor-list li i {
                color: var(--white-color);
                transition: all 0.5s ease;
            }

                .course-instructor .instructor-list li i:hover {
                    color: var(--theme-color2);
                }

            .course-instructor .instructor-list li:hover:last-child {
                background-color: var(--theme-color2);
            }

    .course-instructor .instructor-content .media-count {
        margin-bottom: 0;
        color: var(--theme-color);
    }

    .course-instructor .instructor-content .media-title {
        margin-bottom: 0;
    }

.hero-layout1.style4 {
    position: relative;
    max-height: 100%;
}

    .hero-layout1.style4 .hero-inner {
        min-height: 864px;
    }

    .hero-layout1.style4 .hero-content {
        max-width: 630px;
    }

    .hero-layout1.style4 .sec-subtitle {
        color: var(--theme-color2);
        text-transform: capitalize;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 15px;
        letter-spacing: normal;
    }

        .hero-layout1.style4 .sec-subtitle i {
            margin-right: 10px;
        }

    .hero-layout1.style4 .hero-title {
        text-transform: capitalize;
        font-size: 80px;
        line-height: 100%;
        margin-bottom: 10px;
    }

        .hero-layout1.style4 .hero-title span {
            display: inline-block;
            color: var(--theme-color2);
        }

    .hero-layout1.style4::after {
        content: "";
        position: absolute;
        right: 0%;
        bottom: 0px;
        height: 72px;
        width: 70%;
        z-index: -1;
        background-color: var(--theme-color);
        z-index: 9;
        clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
        display: none;
    }

    .hero-layout1.style4 .slick-dots {
        bottom: 80px;
    }

        .hero-layout1.style4 .slick-dots button:hover {
            background-color: var(--white-color);
            border-color: var(--theme-color);
        }

        .hero-layout1.style4 .slick-dots .slick-active button {
            background-color: var(--white-color);
            border-color: var(--theme-color);
        }

    .hero-layout1.style4 .course-instructor {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 254, 218) 50%, rgb(255, 253, 182) 100%);
    }

.banner-bottom-box {
    background-color: #222c36;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

    .banner-bottom-box .bg-warning {
        font-size: 18px;
        font-weight: 600;
        padding: 5px 15px 3px;
    }

    .banner-bottom-box marquee {
        padding-top: 5px;
        margin: 0;
        padding-bottom: 0;
        height: 28px;
    }

        .banner-bottom-box marquee span {
            padding: 0 10px;
        }

.testi-layout1 .testi-style1 {
    background-color: #222C36;
    margin-bottom: 60px;
}

    .testi-layout1 .testi-style1 .testi-rating {
        transform: translateY(-28px);
    }

        .testi-layout1 .testi-style1 .testi-rating i {
            margin-left: 3px;
            font-size: 12px;
        }

.testi-layout1 .slick-dots {
    bottom: 80px;
}

    .testi-layout1 .slick-dots button:hover {
        background-color: var(--white-color);
        border-color: var(--theme-color);
    }

    .testi-layout1 .slick-dots .slick-active button {
        background-color: var(--white-color);
        border-color: var(--theme-color);
    }

.testi-layout1 .testi-degi {
    font-weight: 500;
    text-transform: capitalize;
}

.testi-layout1 .testi-text {
    color: #E7E7E7;
    text-transform: capitalize;
}

.faq-layout1 .title-area .sec-subtitle {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--theme-color);
    padding-left: 55px;
    letter-spacing: normal;
}

    .faq-layout1 .title-area .sec-subtitle::before {
        content: "";
        width: 40px;
        height: 2px;
        background-color: var(--theme-color);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.faq-layout1 .title-area .sec-title {
    font-size: 45px;
    text-transform: capitalize;
}

.faq-layout1 .accordion-style1 .accordion-item {
    position: relative;
    overflow: hidden;
    background-color: #ECEFF1;
    outline: 2px dashed #D2D2D2;
    border-radius: 12px;
}

.footer-layout1.style4 .copyright-wrap {
    background-color: #474c52;
    padding: 15px 0;
}

.footer-layout1.style4 .recent-course .media-img {
    border-radius: 10px;
}

.footer-layout1.style4 .footer-info {
    margin-bottom: 20px;
    padding: 0 0 0 48px;
    font-size: 16px;
}

    .footer-layout1.style4 .footer-info i {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 15px;
    }

.footer-layout1.style4 .copyright-text {
    color: #cbcbcb;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

    .footer-layout1.style4 .copyright-text a {
        color: var(--theme-color2);
        text-decoration: none;
        transition: all 0.5s ease;
    }

        .footer-layout1.style4 .copyright-text a:hover {
            color: var(--theme-color);
        }
/*.footer-layout1.style4 .widget-area {
  padding-bottom: 50px;
}*/
.footer-layout1.style4 .footer-text {
    font-size: 16px;
    margin-bottom: 25px;
}

.footer-layout1.style4 .footer-widget.nav_menu a {
    font-size: 18px;
}

.footer-layout1.style4 .recent-course .recent-course-meta a {
    color: #A5A5A5;
    text-transform: capitalize;
    font-size: 16px;
}

    .footer-layout1.style4 .recent-course .recent-course-meta a:hover {
        color: var(--theme-color);
    }

.footer-layout1 .footer-social a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #AAA4A4;
    margin-right: 22px;
    transition: all 0.5s ease;
}

    .footer-layout1 .footer-social a:hover {
        color: var(--theme-color);
    }

        .footer-layout1 .footer-social a:hover i {
            border-color: var(--theme-color);
        }

    .footer-layout1 .footer-social a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-color: #565454;
    }

        .footer-layout1 .footer-social a i:hover {
            border-color: var(--theme-color);
        }

.category-layout1.background-image {
    background-position: bottom;
}

.category-layout1 .category-style1 .icon {
    font-size: 32px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    line-height: 66px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .about-layout1 .media-inner {
        display: block;
    }

    .about-layout1 .picture-box2 .picture-3 {
        margin-right: 200px;
        margin-left: auto;
        margin-top: -104px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .about-layout1 .about-box2 {
        padding: 0px 30px 0px 30px;
    }

    .testi-layout1 .testi-style1 .testi-rating {
        transform: unset;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .hero-layout1.style4 .course-instructor {
        bottom: 18%;
    }

    .hero-layout1.style4 .hero-inner {
        min-height: auto;
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .hero-layout1.style4 .hero-title {
        font-size: 42px;
    }

    .hero-layout1.style4 .hero-content {
        max-width: 430px;
    }

    .about-layout1 .about-box2 {
        padding: 30px 20px 0px 20px;
    }

    .course-layout1 .course-style2 .course-name {
        font-size: 20px;
    }

    .course-layout1 .course-style2 .course-content {
        padding: 25px 20px 0 20px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .process-layout1 .process-style1 {
        display: block;
    }

        .process-layout1 .process-style1 .process-icon {
            display: block;
            margin-bottom: 20px;
        }

    .hero-layout1.style4 .hero-title {
        font-size: 35px;
    }

    .hero-layout1.style4 .hero-inner {
        min-height: auto;
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .hero-layout1.style4 .course-instructor {
        display: none;
    }

    .hero-layout1.style4::after {
        height: 40px;
    }

    .about-layout1 .media-inner .media-body .media-info a {
        font-size: 20px;
    }

    .course-layout1 .course-style2 .course-name {
        font-size: 18px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .header-layout4 .header-social {
        padding: 15px 15px;
    }

    .header-layout4 .user-login.style2 {
        color: var(--white-color);
        font-size: 14px;
    }

    .about-layout1 .media-inner {
        display: block;
        margin-bottom: 20px;
    }

    .cta-layout1 .cart-subtitle {
        display: block;
    }

    .cta-layout1.style2 .cta-style2 .cta-content {
        padding: 0;
    }
}

.blog-layout1 .blog-style2 {
    margin-bottom: 10px;
    border: #ffc107 1px solid;
    /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);*/
}

    .blog-layout1 .blog-style2 .blog-img {
        margin: 18px;
        overflow: hidden;
    }

        .blog-layout1 .blog-style2 .blog-img a img {
            border-radius: 20px;
        }

        .blog-layout1 .blog-style2 .blog-img .blog-category a {
            padding: 12px 23px;
            border-radius: 30px;
            margin: 0;
        }

    .blog-layout1 .blog-style2 .blog-content {
        padding: 0px 40px 15px 30px;
    }

    .blog-layout1 .blog-style2 .blog-btn {
        border-top: 1px solid var(--border-color);
        padding-top: 15px;
        margin-top: 20px;
    }

    .blog-layout1 .blog-style2 .link-btn::before {
        display: none;
    }

    .blog-layout1 .blog-style2 .link-btn i {
        color: var(--theme-color);
        transition: all 0.5s ease;
    }

    .blog-layout1 .blog-style2 .link-btn:hover i {
        color: var(--theme-color2);
    }

    .blog-layout1 .blog-style2 .blog-title {
        text-transform: capitalize;
        font-size: 20px;
    }

    .blog-layout1 .blog-style2 .blog-meta a {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
    }

        .blog-layout1 .blog-style2 .blog-meta a i {
            font-size: 14px;
            margin-right: 7px;
        }

.hero-layout2.style5 {
    margin-bottom: 0;
}

    .hero-layout2.style5 .picture-box4 .img-1 {
        text-align: right;
    }

    .hero-layout2.style5 .form-inner input {
        border: 2px dashed #D7DAFF;
        border-radius: 40px;
        height: 80px;
        padding-left: 45px;
        color: #9C9FC2;
        font-size: 16px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    }

    .hero-layout2.style5 .form-inner .vs-btn {
        --btn-font-size: 24px;
        position: absolute;
        right: 8px;
        top: 50%;
        border: none;
        background-color: var(--theme-color);
        color: var(--white-color);
        transform: translateY(-50%);
        text-transform: uppercase;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.1411764706);
    }

    .hero-layout2.style5 .sec-subtitle {
        color: var(--theme-color);
        text-transform: uppercase;
        margin-bottom: 0px;
        font-weight: 600;
        letter-spacing: normal;
        font-size: 20px;
    }

        .hero-layout2.style5 .sec-subtitle i {
            margin-right: 10px;
        }

    .hero-layout2.style5 .hero-title {
        font-size: 70px;
        margin-top: 0;
        line-height: 1.1;
    }

        .hero-layout2.style5 .hero-title span {
            display: inline-block;
            color: var(--theme-color);
        }

    .hero-layout2.style5 .hero-bottom {
        display: flex;
        align-items: center;
    }

        .hero-layout2.style5 .hero-bottom .course-instructor {
            position: relative;
            padding: 0;
            margin: 0;
            display: inline-block;
            background-color: transparent;
            right: unset;
            bottom: unset;
        }

            .hero-layout2.style5 .hero-bottom .course-instructor .instructor-list {
                margin-right: 0;
            }

    .hero-layout2.style5 .form-group {
        margin-bottom: 80px;
    }

    .hero-layout2.style5 .hero-text {
        font-size: 18px;
        margin-bottom: 30px;
        text-transform: capitalize;
        font-weight: 600;
        color: #696868;
    }

    .hero-layout2.style5 .hero-content {
        max-width: 565px;
        padding-top: 0;
        margin-bottom: 0;
    }

.category-style3 {
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    border: 2px dashed #f6b800;
    transition: all 0.5s ease;
}

    .category-style3 .btn-primary {
        background-color: #2b63bf !important;
    }

    .category-style3 .category-icon {
        width: 85px;
        height: 85px;
        line-height: 95px;
        background-color: var(--white-color);
        border-radius: 100%;
        margin: 0px auto 25px auto;
        border: 2px dashed #C8CBF0;
        transform: scaleX(1);
        transition: all 0.5s ease;
    }

        .category-style3 .category-icon i {
            color: var(--theme-color);
            font-size: 38px;
        }

    .category-style3 .category-title {
        font-size: 24px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 0px;
        font-family: var(--title-font);
    }

        .category-style3 .category-title a {
            color: var(--title-color);
        }

            .category-style3 .category-title a:hover {
                color: var(--theme-color);
            }

    .category-style3 .category-text {
        font-size: 16px;
        color: var(--theme-color5);
        margin-bottom: 0;
    }

        .category-style3 .category-text span {
            font-size: 15px;
            color: #2b63bf !important;
            font-weight: 600;
            line-height: 20px;
        }

    .category-style3:hover .category-icon {
        transform: scaleX(-1);
        background-color: var(--white-color);
        border: 2px dashed var(--theme-color2);
    }

        .category-style3:hover .category-icon i {
            color: var(--theme-color2);
        }

        .category-style3:hover .category-icon img {
            filter: invert(132%) sepia(53%) saturate(35) hue-rotate(180deg);
        }

.about-layout1.style1 .list-style1 {
    margin-bottom: 30px;
    margin-top: 25px;
}

    .about-layout1.style1 .list-style1 ul li {
        color: var(--body-color);
        font-weight: 500;
        font-size: 16px;
    }

.about-layout1 p {
    text-transform: capitalize;
}

.team-layout1 .team-style2 {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

    .team-layout1 .team-style2 .team-name {
        font-size: 26px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .team-layout1 .team-style2 .team-img {
        margin-bottom: 25px;
    }

        .team-layout1 .team-style2 .team-img::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -40px;
            width: 50px;
            height: 2px;
            background-color: var(--border-color);
            transition: all 0.5s ease;
        }

        .team-layout1 .team-style2 .team-img::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -40px;
            width: 50px;
            height: 2px;
            background-color: var(--border-color);
            transition: all 0.5s ease;
        }

    .team-layout1 .team-style2 .team-review i {
        font-size: 12px;
    }

    .team-layout1 .team-style2 .team-experi {
        margin-bottom: 12px;
        font-weight: 600;
        color: #848484;
    }

    .team-layout1 .team-style2 .team-degi {
        color: #848484;
        font-weight: 600;
    }

    .team-layout1 .team-style2:hover .team-img::after, .team-layout1 .team-style2:hover .team-img::before {
        background-color: var(--theme-color);
    }

.team-layout1 .team-courses {
    font-weight: 600;
    text-transform: uppercase;
    background-color: #E1E3FF;
}

.team-layout1 .team-title {
    color: var(--title-color);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.course-layout2 .course-style1 {
    border: 1px dashed var(--theme-color);
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

    .course-layout2 .course-style1 .course-img {
        margin: 15px;
        padding: 0;
        border-radius: 30px;
        overflow: hidden;
    }

        .course-layout2 .course-style1 .course-img img {
            width: 100%;
        }

    .course-layout2 .course-style1 .course-content {
        padding: 15px 30px 22px 30px;
    }

    .course-layout2 .course-style1 .course-meta {
        border-top: 1px solid rgba(188, 188, 188, 0.4);
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 16px 0px;
        margin: 0 30px 10px 30px;
        display: inline-block;
        justify-content: space-between;
        border-radius: 0;
        transition: all ease 0.4s;
    }

        .course-layout2 .course-style1 .course-meta span {
            font-weight: 500;
            text-transform: capitalize;
        }

            .course-layout2 .course-style1 .course-meta span:hover {
                color: var(--theme-color);
                cursor: pointer;
            }

    .course-layout2 .course-style1 .course-price {
        font-size: 20px;
    }

    .course-layout2 .course-style1 .course-name {
        font-size: 22px;
        margin-bottom: 0;
        text-transform: capitalize;
    }

    .course-layout2 .course-style1 .course-review {
        font-size: 12px;
    }

        .course-layout2 .course-style1 .course-review i {
            font-size: 12px;
            margin-right: 3px;
        }

/* Large devices */
@media (max-width: 1199px) {
    .hero-layout2.style5 .hero-title {
        font-size: 52px;
    }

    .course-layout2 .course-style1 .course-name {
        font-size: 18px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .hero-layout2.style5 .hero-content {
        max-width: 100%;
    }

    .course-layout2 .course-style1 .course-meta span {
        font-weight: 500;
        text-transform: capitalize;
        font-size: 12px;
    }
}
/* Small devices */
@media (max-width: 768px) {
    .hero-layout2.style5 .hero-title {
        font-size: 40px;
    }

    .cta-style2 .cta-img img {
        border: #727d89 1px solid;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .hero-layout2.style5 .hero-title {
        font-size: 36px;
    }

    .hero-layout2.style5 .form-inner input {
        padding-left: 20px;
        font-size: 14px;
        height: 60px;
    }

    .hero-layout2.style5 .form-inner .vs-btn {
        padding: 15.5px 20px;
        font-size: 14px;
    }
}

.header-layout5 .header-top {
    background-color: var(--theme-color);
}

.header-layout5 .header-links ul li {
    color: var(--white-color);
}

    .header-layout5 .header-links ul li:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px;
        line-height: 100%;
        border-right: 2px solid #B9BDED;
    }

    .header-layout5 .header-links ul li i {
        color: var(--white-color);
    }

    .header-layout5 .header-links ul li a {
        color: var(--white-color);
    }

        .header-layout5 .header-links ul li a:hover {
            color: var(--theme-color2);
        }

.header-layout5 .header-social {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

    .header-layout5 .header-social a {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border: none;
        color: var(--white-color);
        margin-bottom: 0;
        margin-right: 0;
        z-index: 1;
        border-right: 1px solid #6771E8;
    }

        .header-layout5 .header-social a:hover {
            color: var(--title-color);
            background-color: var(--theme-color2);
        }

        .header-layout5 .header-social a:first-child {
            border-left: 1px solid #6771E8;
        }

        .header-layout5 .header-social a::before {
            display: none;
        }

.header-layout5 .user-login {
    color: var(--white-color);
}

    .header-layout5 .user-login:hover {
        color: var(--theme-color2);
    }

    .header-layout5 .user-login i {
        color: var(--white-color);
    }

.header-layout5 .header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-layout5 .header-btns .vs-btn {
    color: var(--white-color);
    border: 2px dashed var(--theme-color);
    transition: all 0.5s ease;
}

    .header-layout5 .header-btns .vs-btn i {
        color: var(--white-color);
        transition: all 0.5s ease;
    }

    .header-layout5 .header-btns .vs-btn::before {
        background-color: var(--theme-color);
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .header-layout5 .header-btns .vs-btn::after {
        display: none;
    }

    .header-layout5 .header-btns .vs-btn:hover {
        border-color: var(--theme-color2);
        color: var(--title-color);
    }

        .header-layout5 .header-btns .vs-btn:hover i {
            color: var(--title-color);
            border-color: var(--title-color);
        }

        .header-layout5 .header-btns .vs-btn:hover::before {
            background-color: var(--theme-color2);
        }

.hero-layout1.style6 {
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid var(--theme-color2);
}

    .hero-layout1.style6 .hero-content {
        max-width: 630px;
    }

    .hero-layout1.style6 .sec-subtitle {
        color: var(--theme-color2);
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: normal;
    }

        .hero-layout1.style6 .sec-subtitle i {
            margin-right: 10px;
        }

    .hero-layout1.style6 .hero-title {
        text-transform: capitalize;
        font-size: 80px;
        line-height: 1;
    }

        .hero-layout1.style6 .hero-title span {
            display: inline-block;
            color: var(--theme-color2);
        }

    .hero-layout1.style6 .hero-text {
        font-size: 18px;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

    .hero-layout1.style6 button.slick-prev.slick-arrow {
        top: 48%;
        transform: translateY(-50%);
        right: 17%;
    }

    .hero-layout1.style6 button.slick-next.slick-arrow {
        top: 58%;
        transform: translateY(-50%);
        right: 17%;
    }

    .hero-layout1.style6 .slick-arrow i {
        vertical-align: middle;
        font-weight: 600;
        font-size: 16px;
    }

    .hero-layout1.style6 .slick-arrow:hover {
        background-color: transparent;
        color: var(--white-color);
        border-color: var(--theme-color2);
    }

.blog-layout2 .link-btn::before {
    display: none;
}

.blog-layout2 .link-btn i {
    color: var(--theme-color);
    transition: all 0.5s ease;
}

.blog-layout2 .link-btn:hover i {
    color: var(--theme-color2);
}

.blog-layout2 .blog-style1 {
    margin-bottom: 0;
}

    .blog-layout2 .blog-style1 .date-box {
        transition: all 0.5s ease;
        overflow: hidden;
        border: 2px solid #E0E0E0;
        width: 122px;
        padding: 20px 30px 42px;
    }

    .blog-layout2 .blog-style1 .post-comment {
        transition: all 0.5s ease;
        border-radius: 0;
        border: none;
        text-transform: uppercase;
        font-weight: 600;
    }

    .blog-layout2 .blog-style1 .blog-title {
        font-size: 26px;
    }

    .blog-layout2 .blog-style1 .blog-img {
        margin-bottom: 25px;
    }

    .blog-layout2 .blog-style1 .blog-content {
        padding-left: 152px;
    }

    .blog-layout2 .blog-style1 .blog-text {
        font-size: 18px;
    }

    .blog-layout2 .blog-style1:hover .date-box {
        border-color: var(--theme-color);
    }

    .blog-layout2 .blog-style1:hover .post-comment {
        border-color: var(--theme-color);
    }

.blog-layout2 .post-comment {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.event-layout1 .event-style1 {
    background-color: #212831;
}

.event-layout1 .countdown-style1 {
    border: 2px solid var(--white-color);
    background-color: rgba(55, 72, 255, 0.9058823529);
    color: var(--white-color);
    left: 30px;
    right: 30px;
    bottom: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.267);
}

    .event-layout1 .countdown-style1 .countdown-title {
        color: var(--white-color);
    }

    .event-layout1 .countdown-style1 ul .count-title {
        margin-bottom: 0;
        font-size: 16px;
        color: var(--white-color);
    }

    .event-layout1 .countdown-style1 ul ::before {
        color: var(--white-color);
    }

    .event-layout1 .countdown-style1 ul li {
        color: var(--white-color);
    }

.event-layout1 .picture-box1 {
    margin-bottom: 0;
}

.event-layout1 .title-area .sec-subtitle {
    position: relative;
    color: var(--theme-color2);
    padding-left: 60px;
}

    .event-layout1 .title-area .sec-subtitle::before {
        content: "";
        width: 40px;
        height: 2px;
        background-color: var(--theme-color2);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.event-layout1 .title-area .sec-title {
    color: var(--white-color);
}

.event-layout1 .event-style1 .event-title {
    font-size: 26px;
}

.event-layout1 .event-style1 .event-date {
    border-radius: 10px;
}

    .event-layout1 .event-style1 .event-date .day {
        font-size: 45px;
    }

    .event-layout1 .event-style1 .event-date .month {
        text-transform: uppercase;
    }

    .event-layout1 .event-style1 .event-date span {
        text-shadow: 2px 2px rgba(0, 0, 0, 0.1411764706);
    }

.event-layout1 .event-style1 .event-meta span {
    color: #A09E9E;
    font-weight: 600;
}

.event-layout1 .event-style1 .event-meta i {
    color: #A09E9E;
}

.event-layout1 .countdown-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .event-layout1 .countdown-active .countdown-item {
        text-align: center;
        position: relative;
    }

        .event-layout1 .countdown-active .countdown-item:not(:last-child) {
            padding-right: 17px;
            margin-right: 10px;
        }

            .event-layout1 .countdown-active .countdown-item:not(:last-child)::after {
                content: ":";
                top: 50%;
                right: 0;
                position: absolute;
                font-size: 40px;
            }

    .event-layout1 .countdown-active .title {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 14px;
        font-weight: 500;
    }

    .event-layout1 .countdown-active span {
        font-size: 45px;
        font-weight: 600;
    }

.event-layout1 .shape-mockup {
    z-index: 0;
}

.team-layout2 .team-content {
    position: relative;
}

    .team-layout2 .team-content .team-name {
        position: relative;
    }

        .team-layout2 .team-content .team-name::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -30px;
            width: 50px;
            height: 2px;
            background-color: var(--border-color);
            transition: all 0.5s ease;
        }

        .team-layout2 .team-content .team-name::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -30px;
            width: 50px;
            height: 2px;
            background-color: var(--border-color);
            transition: all 0.5s ease;
        }

.team-layout2 .team-style1 {
    border: 2px solid rgba(193, 193, 193, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
}

    .team-layout2 .team-style1:hover {
        border: 2px dashed var(--theme-color);
    }

        .team-layout2 .team-style1:hover .team-content .team-name::after, .team-layout2 .team-style1:hover .team-content .team-name::before {
            background-color: var(--theme-color);
        }

    .team-layout2 .team-style1 .team-review {
        top: -30px;
        color: var(--title-color);
        border-radius: 15px 15px 0 0;
        background-color: var(--theme-color2);
    }

.action-layout1 .list-style4 {
    margin-bottom: 0;
}

    .action-layout1 .list-style4 li:before {
        content: "\f178";
        color: var(--title-color);
        background-color: var(--theme-color2);
        font-weight: 700;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }

.action-layout1 .sec-title {
    color: var(--white-color);
    margin-bottom: 20px;
}

    .action-layout1 .sec-title span {
        color: var(--theme-color2);
    }

.feature-style3 {
    text-align: center;
    border: 1px dashed var(--theme-color);
    border-radius: 30px;
    padding: 40px 50px 35px 50px;
    position: relative;
    background-color: var(--white-color);
    transition: all 0.5s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
}

    .feature-style3 .feature-icon {
        width: 122px;
        height: 122px;
        line-height: 122px;
        border-radius: 50%;
        background-color: var(--theme-color);
        margin: 0 auto 25px auto;
        border: 1px dashed var(--white-color);
        transform: scaleX(1);
        transition: all 0.5s ease;
    }

    .feature-style3 .feature-title {
        text-transform: capitalize;
        font-size: 26px;
        max-width: 14ch;
        margin: 0 auto 18px auto;
    }

    .feature-style3 .feature-text {
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .feature-style3::after {
        content: "";
        position: absolute;
        top: 52%;
        transform: translateY(-50%);
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #9BA3FD;
        transition: all 0.5s ease;
    }

    .feature-style3::before {
        content: "";
        position: absolute;
        top: 52%;
        transform: translateY(-50%);
        right: 0;
        width: 50px;
        height: 2px;
        background-color: #9BA3FD;
        transition: all 0.5s ease;
    }

    .feature-style3:hover {
        background-color: #ECEEFB;
    }

        .feature-style3:hover::after {
            background-color: var(--theme-color);
        }

        .feature-style3:hover::before {
            background-color: var(--theme-color);
        }

        .feature-style3:hover .feature-icon {
            transform: scaleX(-1);
        }

/* Large devices */
@media (max-width: 1199px) {
    .hero-layout1.style6 .hero-inner {
        min-height: 670px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .hero-layout1.style6 .hero-inner {
        min-height: auto;
        padding-bottom: 80px;
        padding-top: 80px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .hero-layout1.style6 .hero-title {
        font-size: 40px;
    }

    .blog-layout2 .blog-style1 .blog-content {
        padding-left: 0;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .event-layout1 .countdown-active span {
        font-size: 30px;
    }

    .event-layout1 .countdown-active .title {
        font-size: 14px;
        margin-bottom: 0;
    }

    .event-layout1 .countdown-active .countdown-item:not(:last-child)::after {
        content: ":";
        top: 45%;
        right: 0;
        position: absolute;
        font-size: 18px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .event-layout1 .countdown-active span {
        font-size: 22px;
    }

    .event-layout1 .countdown-active .title {
        font-size: 12px;
        margin-bottom: 0;
    }
}
/*=================================
    06. Spacing
==================================*/
/*-- Padding Left And Right --*/
.pt-30 {
    padding-top: 30px;
}

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

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

/*-- margin Left And Right --*/
.mt-n1 {
    margin-top: -0.25rem;
}

.mt-n2 {
    margin-top: -0.5rem;
}

.mt-n3 {
    margin-top: -1rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -0.25rem;
}

.mb-n2 {
    margin-bottom: -0.5rem;
}

.mb-n3 {
    margin-bottom: -1rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.mb-05 {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.mt-05 {
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-bottom {
    padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }
}

.carousel-control-next, .carousel-control-prev {
    background: transparent;
    border: 0;
}

.marq {
    display: block;
    clear: both;
    background: #ffc61a;
    color: #000;
    line-height: 20px;
    padding: 7px 20px 2px;
    border-top: #fff 0px solid;
}

    .marq a {
        color: #000;
        padding: 0 10px;
    }

.section_4 {
    background: url(../../images/background/3.webp) center no-repeat;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
}

    .section_4:before {
        content: "";
        position: absolute;
        background-color: #00000066;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .section_4 .mt-n2 {
        color: #fff;
        z-index: 9;
        position: relative;
        margin-top: 30px;
    }

    .section_4 ul {
        color: #fff;
        z-index: 9;
        position: relative;
    }

        .section_4 ul li {
            font-size: 21px;
            margin-bottom: 15px;
        }

.buts {
    display: flex;
}

    .buts a {
        display: block;
        flex: auto;
        width: 25%;
        padding: 8px 0px 2px;
        text-align: center;
        background-color: #2962be;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        border-right: 1px solid #0003;
        border-left: 1px solid #fff3;
    }

        .buts a:first-child {
            border-left: 0px;
        }

        .buts a:last-child {
            border-right: 0px;
        }

        .buts a i {
            display: block;
            font-size: 25px;
            margin-bottom: 5px;
        }

@keyframes color_change {
    from {
        background: blue;
    }

    to {
        background: #910235;
    }
}

@keyframes blink {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.blinking-text {
    text-align: center;
    color: #2962be;
    animation: blink 1s infinite;
}

    .blinking-text h1 {
        font-size: 25px;
        color: #005595;
    }

        .blinking-text h1 span {
            font-size: 18px;
            font-weight: 500 !important;
            color: #000;
        }

.courses_box {
    border-radius: 10px;
    box-shadow: 0 0 40px #0003;
    border: 1px solid #eee;
    padding: 40px 30px 15px;
    color: #333;
    margin-bottom: 30px;
    border-top: 5px solid #2962be;
    border-bottom: 5px solid #ffc107;
}

    .courses_box h2 {
        font-size: 22px;
        color: rgba(0,51,153,1);
        font-weight: 600;
        line-height: 22px;
        border-bottom: 0px solid #0003;
        padding-bottom: 0;
        text-align: left;
    }

        .courses_box h2 strong {
            color: #F30;
            font-weight: 500;
        }

        .courses_box h2 small {
            display: block;
            color: #666;
            font-size: 14px;
        }

    /*.courses_box h3 {
        font-size: 22px;
        color: rgba(0,51,153,1);
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1.3;
        border-bottom: 2px solid #0003;
        padding-bottom: 10px;
        text-align: center;
    }

        .courses_box h3 strong {
            color: #F30;
            font-weight: 500;
        }

        .courses_box h3 small {
            display: block;
            color: #666;
            font-size: 14px;
        }*/

    .courses_box p {
        color: #333;
        line-height: 24px;
    }

.modal-header .btn-close {
    background: #2962be;
    border-radius: 50%;
    color: #fff;
    margin: 0;
    line-height: 18px;
    opacity: inherit;
    font-weight: 600;
    box-shadow: none;
}

.main_title2 {
    background-color: #5baf2b;
    position: relative;
    display: inline-block;
    text-align: center;
    bottom: -20px;
    color: #fff;
    z-index: 3;
}

    .main_title2 span {
        background-color: #ff0000;
        padding: 0px 30px;
        line-height: 60px;
        z-index: 2;
        display: block;
        position: relative;
    }

    .main_title2:before {
        content: "";
        position: absolute;
        border: 2px solid #ff0000;
        height: 60px;
        width: 110%;
        top: -10px;
        left: -10px;
        z-index: 1;
    }

    .main_title2:after {
        content: "";
        position: absolute;
        height: 80px;
        width: 120%;
        z-index: 0;
        bottom: -10px;
        left: -20px;
    }

.table_div .cell_div {
    display: table-cell;
    vertical-align: middle;
}

    .table_div .cell_div.col_2 {
        width: 50%;
    }

    .table_div .cell_div.col_3 {
        width: 50%;
    }

.bg_green {
    background-color: #3db166;
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
}

.bg_sport {
    background: url(../../images/img_sport.jpg) center no-repeat;
    background-size: cover;
}

.cus_title_1 {
    font-size: 22px;
    color: rgba(0,51,153,1);
    text-transform: capitalize;
    line-height: 1.3;
}

    .cus_title_1 strong {
        color: #F30;
        font-weight: 500;
    }

    .cus_title_1 small {
        display: block;
        color: #666;
        font-size: 14px;
    }

.cus_title_2 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    line-height: 2.5;
    margin: 20px 0px;
    border-radius: 5px;
    background-color: #444c5f;
    text-align: center;
}

    .cus_title_2 select, .form-control, .form-select, textarea, input {
        height: 40px;
        padding: 0 10px 0 10px;
    }

.cus_form table th {
    padding: 2px 5px !important;
}

.cus_table {
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 5px solid #F30;
    border-collapse: initial;
    margin-bottom: 30px;
}

    .cus_table th {
        background-color: #003399;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }

    .cus_table strong {
        font-weight: 500;
    }

.cus_list {
    list-style: none;
    counter-reset: my-awesome-counter;
    color: #000;
    font-size: 14px;
}

    .cus_list li {
        counter-increment: my-awesome-counter;
        line-height: 30px;
        border-bottom: 1px solid #0003;
        padding: 0px;
        margin: 0px;
    }

        .cus_list li::before {
            content: counter(my-awesome-counter) ". ";
            color: red;
            font-weight: bold;
        }

        .cus_list li strong {
            font-weight: 500;
            color: #039;
        }

        .cus_list li:hover {
            background-color: #eee;
        }

.cus_form {
    background-color: #fff;
    box-shadow: 0 0 40px #0003;
    padding: 40px;
}

    .cus_form label {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .cus_form .nun label {
        font-size: inherit;
        font-weight: normal;
    }

    .cus_form .form-control, .cus_form .img-thumbnail {
        border-radius: 0px;
    }

    .cus_form .form-group {
        margin-bottom: 25px;
    }

    .cus_form label {
        margin: 0px;
    }

    .cus_form hr {
        border: 1px solid #000;
    }

#ddlBA td {
    border: 0 !important;
}

#ddlBscOptionalSub td {
    border: 0 !important;
}

.text-primary {
    color: #2962be !important;
}

@media (max-width: 768px) {
    .buts a {
        font-size: 10px;
    }

        .buts a i {
            font-size: 19px;
        }

    .blinking-text h1 {
        font-size: 20px;
    }

    .table_div .cell_div.col_2 {
        width: 100%;
        padding: 25px !important;
    }

    .table_div .cell_div.col_3 {
        display: none;
    }
}
