:root {
    --theme-color: #3747FF;
    --theme-color2: #FFCC33;
    --theme-color3: #626FFF;
    --vs-secondary-color: #2F2552;
    --title-color: #000000;
    --body-color: #444444;
    --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: 'Bootstrap Icons';  /* Use Bootstrap Icons as the icon font */
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}


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 .4s
}

a:hover {
    color: var(--theme-color2)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .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: 36px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

@media(max-width: 1199px) {
    .h1,
    h1 {
        font-size: 40px
    }
    .h2,
    h2 {
        font-size: 36px
    }
    .h3,
    h3 {
        font-size: 30px
    }
    .h4,
    h4 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .h1,
    h1 {
        font-size: 36px
    }
    .h2,
    h2 {
        font-size: 30px
    }
    .h3,
    h3 {
        font-size: 26px
    }
    .h4,
    h4 {
        font-size: 22px
    }
}

@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)
    }
}

@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
    }
}

.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
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid #d2d2d2;
    color: #555;
    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::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-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 26px 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
}

input[type=number] {
    -moz-appearance: textfield
}

textarea.form-control,
textarea {
    min-height: 210px;
    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: "";
    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: "";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -1px;
    width: 18px;
    height: 18px;
    padding-left: .5px;
    font-size: .6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: rgba(0, 0, 0, 0);
    transition: all .2s ease
}

input[type=radio]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color)
}

label {
    margin-bottom: .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(.375em + .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(.375em + .5875rem) right calc(.375em + .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: rgba(0, 0, 0, 0);
    color: inherit
}

.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: -moz-max-content;
    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: rgba(0, 0, 0, 0);
    border: 5px solid #999;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 18px;
    line-height: 0;
    padding: 0;
    position: z-index:;
    width: 18px;
    transition: all ease .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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0)
}

.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
}

@media(max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }
}

@media(max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }
}

@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
    }
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: rgba(55, 71, 255, .1)
}

.vs-menu-wrapper .mobile-logo img,
.vs-menu-wrapper .mobile-logo svg {
    max-width: 190px
}

    .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: 33px;
    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: 16px;
    text-transform: capitalize;
    color: var(--title-color)
}

.vs-mobile-menu ul li a:before {
    content: ">";
    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: 20px
}

.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, .5);
    border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: ">";
    font-family: var(--icon-font)
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: ">"
}

.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: var(--theme-color);
    color: var(--white-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: rgba(0, 0, 0, 0);
        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: 270px
    }
    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}

.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)
    }
}

.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: 16px;
    line-height: 1.2;
    padding: 10.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 .4s;
    opacity: 0;
    visibility: hidden
}

.vs-btn:before {
    transform-origin: left top
}

.vs-btn i {
    display: inline-block;
    vertical-align: middle;
    transition: all ease .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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    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, .09);
    color: var(--theme-color)
}

.vs-btn.style7:hover {
    color: var(--white-color)
}

.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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0)
}

.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 .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: rgba(0, 0, 0, 0);
    border: 4px solid var(--white-color);
    transition: all ease .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)
}

.link-btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: var(--title-color)
}

.link-btn i {
    margin-left: 7px;
    font-size: .9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e1e1e1;
    transition: all ease .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%
}

.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 .8s;
    box-shadow: 0 0 20px 0 rgba(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: rgba(0, 0, 0, 0);
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed var(--theme-color);
    transition: all ease .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 .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: rgba(0, 0, 0, 0);
    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 .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 .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 .4s
}

.watch-btn .btn-text:hover {
    color: var(--theme-color2)
}

.bottom-btn {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px
}

@media(max-width: 1399px) {
    .icon-btn.style2 {
        --btn-size: 50px;
        --btn-font-size: 18px
    }
}

@media(max-width: 991px) {
    .play-btn {
        --icon-size: 60px;
        --icon-font-size: 20px
    }
    .scrollToTop {
        right: 20px
    }
    .scrollToTop.show {
        bottom: 20px
    }
}

@media(max-width: 767px) {
    .vs-btn.style5 {
        padding-right: 20px
    }
    .vs-btn.style5 i {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.sec-title {
    font-size: 40px;
    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: .12em;
    margin: -0.2em 0 15px 0;
    text-transform: uppercase
}

.sec-subtitle2 {
    font-size: 24px;
    margin-bottom: 60px;
    display: block;
    color: var(--title-color);
    text-transform: capitalize
}

.sec-subtitle3 {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--theme-color);
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 20px)
}

.title-area2 {
    margin-bottom: var(--section-title-space)
}

.sec-icon {
    margin: -0.3em 0 10px 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, .3)
}

@media(max-width: 1399px) {
    .sec-title2,
    .sec-title {
        font-size: 48px
    }
}

@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
    }
}

@media(max-width: 991px) {
    .sec-title2,
    .sec-title {
        font-size: 36px
    }
}

@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
    }
}

.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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    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);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: .7
}

.vs-rounded1 {
    width: 35px;
    height: 35px;
    border: 4px solid var(--vs-secondary-color);
    opacity: .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 .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: rgba(0, 0, 0, 0)
}

.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 .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 .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 .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: 14px
}

.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: .35em .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 .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, .3)
}

.mega-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, .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: .34px .94px 68px rgba(35, 31, 32, .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
    }
}

@media(max-width: 767px) {
    .guarant-badge {
        font-size: 16px;
        padding: 12px 15px
    }
}

.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
}

@media(max-width: 1399px) {
    .fs-45 {
        font-size: 40px
    }
}

@media(max-width: 1199px) {
    .fs-45 {
        font-size: 36px
    }
    p.fs-lg {
        font-size: 20px
    }
    .fs-20 {
        font-size: 18px
    }
}

@media(max-width: 991px) {
    .fs-45 {
        font-size: 30px
    }
    .fs-20,
    p.fs-lg {
        font-size: 18px
    }
    p.fs-md {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .fs-45 {
        font-size: 26px
    }
}

.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
}

.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
}

.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
}

.wow-animated {
    animation-duration: 1s;
    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 {
    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: .3s;
    animation-name: var(--animation-name)
}

.ripple-animation,
.play-btn:after,
.play-btn: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: .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;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        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))
    }
}

.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: 16px
}

.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: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    position: absolute;
    right: 5px;
    top: 4px;
    z-index: 1;
    border-radius: 16px;
    transition: all ease .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: 20px;
    height: 53px;
    line-height: 50px;
    padding-left: 30px;
    margin-bottom: 15px;
    transition: all ease .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: "";
    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
}

@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
}

.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::-moz-placeholder,
.widget input::-moz-placeholder {
    color: #646464
}

.widget select::placeholder,
.widget input::placeholder {
    color: #646464
}

.widget_title {
    position: relative;
    font-size: 26px;
    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: 50px;
    height: 2px;
    background-color: var(--theme-color)
}

.widget_title:after {
    left: 55px;
    width: 10px;
    background-color: var(--theme-color2)
}

.widget .search-form {
    position: relative;
    display: flex;
    border-radius: 20px;
    z-index: 1;
    transition: all ease .4s
}

.widget .search-form input {
    padding-right: 20px;
    flex: 1;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    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-color3);
    color: var(--white-color);
    border-radius: 15px
}

.widget .search-form button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--theme-color3);
    background-color: var(--white-color);
    border-radius: 15px;
    transition: all ease .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: 14px;
    overflow: hidden
}

.recent-post .media-img img {
    width: 100%;
    transition: all ease .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 .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 .4s;
    width: 100%
}

.recent-course .post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 7px 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: 20px;
    overflow: hidden;
    position: relative
}

.sidebar-gallery .gallery-thumb img {
    transform: scale(1);
    transition: all ease .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 .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 .4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3
}

.sidebar-gallery .gallery-thumb:hover:before {
    opacity: .9;
    visibility: visible
}

.sidebar-gallery .gallery-thumb:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: .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, .09);
    border-radius: 9999px
}

.newsletter-form input:focus {
    box-shadow: -23.34px 8px 24px rgba(35, 31, 32, .09);
    border-color: var(--theme-color)
}

.newsletter-form input::-moz-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, .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
}

@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
    }
}

@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
    }
}

@media(max-width: 991px) {
    .sidebar-area {
        padding-top: 30px;
        margin-bottom: 30px
    }
    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px
    }
}

@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
    }
}

@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: rgba(0, 0, 0, 0)
}

.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: -moz-max-content;
    width: max-content;
    display: block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 17px;
    max-width: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    color: var(--body-color)
}

.footer-widget.nav_menu a:before {
    /*content: ">";*/
    font-family: var(--icon-font);
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    color: var(--body-color);
    transition: all ease .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 .4s
}

.footer-widget.nav_menu a:hover {
    color: var(--theme-color2);
    background-color: rgba(0, 0, 0, 0)
}

.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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    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: 50px
}

.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
}

@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
    }
}

@media(max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px
    }
}

.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 ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.header-links li {
    color: var(--body-color);
    display: inline-block;
    margin: 0 40px 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: 40px;
    height: 50px;
    line-height: 50px;
    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 .4s;
    z-index: -1
}

.header-social a:hover {
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.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 .4s
}

.user-login i {
    color: var(--title-color);
    margin-right: 5px;
    font-size: 22px;
    vertical-align: middle;
    transition: all ease .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: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    margin-right: 20px;
    color: var(--btn-color, var(--title-color));
    font-size: 20px;
    vertical-align: middle;
    transition: all ease .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: 200px;
    padding: 15px 0
}

@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: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease .8s;
    box-shadow: 0 0 10px 0 rgba(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: 700;
    font-size: 18px;
    color: var(--title-color)
}

@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
}

@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: ">";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: .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, .1);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    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, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .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: ">";
    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: ">";
    font-family: var(--icon-font);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 2.8em;
    left: 0;
    width: 11px;
    height: 11px;
    font-size: .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, .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, .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)
}

@media(max-width: 1399px) {
    .main-menu>ul>li {
        margin: 0 12px
    }
}

@media(max-width: 1199px) {
    .vs-logo.style2::before {
        right: 0
    }
}

@media(max-width: 991px) {
    .header-layout2 .sticky-wrapper:before {
        border-bottom: 1px solid #dfdfdf;
        height: 92px;
        width: 100%
    }
}

@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
    }
}

@media(max-width: 575px) {
    .user-login {
        margin: 10px
    }
    .shop-cart {
        margin: 10px 0
    }
}

.widget-area {
   /* padding-top: 50px;
    padding-bottom: 40px*/
}

.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 .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
}

.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: #777;
    box-shadow: -23.34px 8px 24px rgba(35, 31, 32, .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
    }
}

@media(max-width: 1199px) {
    .footer-layout3 .vs-widget-about,
    .footer-layout3 .mailchimp-text {
        padding-right: 0
    }
}

@media(max-width: 991px) {
    .copyright-text {
        font-size: 14px
    }
    .widget-area {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

.breadcumb-menu {
    position: relative;
    margin: 0;
    padding: 25px 0 25px 0;
    list-style-type: none
}

.breadcumb-menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 99999px;
    z-index: -1;
    background-color: var(--vs-secondary-color);
    border-radius: 0 7px 7px 0
}

.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:not(:last-child):after {
    content: "/";
    position: relative;
    margin-left: 20px;
    margin-right: 15px
}

.breadcumb-menu li:first-child:before {
    content: "";
    position: relative;
    margin-right: 5px;
    font-weight: 700;
    font-family: var(--icon-font);
    margin-right: 9px
}

.breadcumb-menu-wrap {
    margin: 95px 0 0 0;
    min-height: 74px;
    position: relative
}

.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: 160px;
    padding-bottom: 30px;
    background-color: var(--title-color);
    overflow: hidden
}

@media(max-width: 991px) {
    .breadcumb-wrapper {
        padding-top: 100px;
        padding-bottom: 30px
    }
}

@media(max-width: 1199px) {
    .breadcumb-title {
        font-size: 48px
    }
    .breadcumb-text {
        font-size: 16px
    }
}

@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: 75px 0 0 0
    }
}

@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
    }
}

.vs-pagination {
    text-align: center;
    margin: 40px auto 30px auto;
    padding: 15px 0;
    width: -moz-max-content;
    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 rgba(0, 0, 0, 0);
    background-color: var(--smoke-color);
    border-radius: 20px;
    transition: all ease .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, .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)
}

@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
    }
}

@media(max-width: 991px) {
    .vs-pagination a {
        --icon-size: 40px;
        font-size: 12px
    }
}

@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
    }
}

@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
    }
}

blockquote.vs-quote {
    margin: 30px 0 30px 0;
    padding: 20px 20px 22px 20px;
    text-align: center;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
}

blockquote.vs-quote p {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 15px 0
}

blockquote.vs-quote cite {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 700
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--theme-color)
}

.vs-blog {
    margin-bottom: 30px
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    color: var(--title-color)
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 10px;
    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: .06px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 3px;
    transition: all ease .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 .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 .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 .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 .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 .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, .09)
}

.blog-inner-img {
    border-radius: 30px;
    margin: 0 0 30px 0;
    overflow: hidden
}

@media(max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 36px;
        margin-bottom: 12px
    }
    .blog-single .share-links {
        padding: 20px 30px 30px 20px
    }
}

@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
    }
}

@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
    }
}

@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
    }
}

.vs-comment-form {
    margin: 50px 0 30px 0
}

.comment-respond {
    position: relative
}

.comment-respond .form-title a#cancel-comment-reply-link {
    font-size: .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: rgba(0, 0, 0, 0);
    height: 60px;
    padding-left: 25px;
    padding-right: 20px
}

.comment-respond .form-control::-moz-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: rgba(0, 0, 0, 0)
}

.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 .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: .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: .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: rgba(0, 0, 0, 0)
}

.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
}

@media(max-width: 1199px) {
    .vs-comments-wrap {
        margin: 60px 0 30px 0
    }
    .vs-comment-form {
        margin: 60px 0 30px 0
    }
}

@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
    }
}

.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: .4s
}

.hero-layout1 .hero-btns {
    animation-delay: .8s
}

.hero-layout1 .vs-circle {
    position: absolute;
    left: 26%;
    top: 8%;
    animation-delay: .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
}

@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
    }
}

@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
    }
}

@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
    }
}

@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
    }
}

.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: .5px .87px 27px 0 rgba(35, 31, 32, .04)
}

.search-inline input:focus {
    box-shadow: .5px .87px 27px 0 rgba(35, 31, 32, .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
}

@media(max-width: 1199px) {
    .error-img {
        margin-bottom: 50px
    }
}

@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
    }
}

@media(max-width: 767px) {
    .error-title {
        font-size: 60px
    }
    .error-title2 {
        font-size: 26px
    }
    .search-inline input {
        padding-left: 30px
    }
}

.call-number1 {
    text-decoration: underline;
    text-decoration-color: var(--theme-color)
}

.call-number1:hover {
    color: var(--theme-color);
    text-decoration: underline
}

.contact-style1 {
    padding: 100px 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 .4s
}

.contact-info:hover i {
    background-color: var(--theme-color2);
    color: var(--title-color)
}

.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: -moz-max-content;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 20px
}

.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: -moz-max-content;
    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-box2 .about-content {
    padding-left: 165px
}

.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: .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 .4s
}

.media-style3:hover .media-icon {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.media-style4 {
    margin-bottom: 30px
}

.media-style4 .media-icon {
    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 .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-bottom: 20px
}

.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 rgba(0, 0, 0, 0);
    transition: all ease .4s
}

.media-style9 .media-icon {
    margin-bottom: 30px
}

.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, .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: .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 .4s;
    border-radius: 10px;
    box-shadow: -23.34px 8px 24px rgba(35, 31, 32, .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
}

.list-style4 li:before {
    content: "";
    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 .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 .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 rgba(0, 0, 0, 0);
    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 .4s
}

.list-style3 a:before {
    content: ">";
    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: rgba(0, 0, 0, 0)
}

.list-style3 a:hover:before {
    color: var(--theme-color)
}

.table-style1 {
    border: none;
    outline: 1px solid rgba(47, 37, 82, .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, .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: 26px;
    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
}

@media(max-width: 1500px) {
    .img-box1 {
        margin-right: 0
    }
}

@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 10px 0
    }
}

@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
    }
}

@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
    }
}

@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
    }
}

@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
    }
}

.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 .4s;
    overflow: hidden
}

.mini-avater a img {
    transform: scale(1.001);
    transition: all ease .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 30px -30px 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.cta-style2 .cta-img img {
    width: 100%
}

@media(max-width: 1399px) {
    .mini-avater:before {
        left: -58px
    }
    .cta-style2 .cta-title {
        font-size: 36px;
        margin-bottom: 35px
    }
}

@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
    }
}

@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: .04em
    }
    .cta-style2 .cta-title {
        font-size: 30px;
        margin-bottom: 30px
    }
}

.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 .4s
}

.brand-style1 img {
    transition: all ease .4s;
    filter: none
}

.brand-style1:hover {
    background-color: var(--theme-color)
}

.brand-style1:hover img {
    filter: brightness(0) invert(1)
}

.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, .2);
    border-radius: 40px;
    height: 80px;
    padding-left: 45px;
    font-size: 16px
}

.form-style1 input::-moz-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 .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 .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;
    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: var(--white-color);
    border-radius: 20px;
    border: 5px solid #eaeaea;
    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
}

.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: 20px;
    height: 65px;
    padding-left: 30px;
    transition: all ease .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
}

@media(max-width: 1500px) {
    .form-style2 .vs-circle {
        right: -40px;
        bottom: -40px
    }
}

@media(max-width: 1399px) {
    .form-style2 .vs-circle {
        display: none
    }
    .form-style2 .form-inner {
        padding: 40px 30px 40px
    }
}

@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
    }
}

@media(max-width: 991px) {
    .form-style1 .form-group {
        padding-left: 15px
    }
    .form-style1 .form-group:first-child {
        margin-bottom: 15px
    }
}

@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
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(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 .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 .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 .4s
}

@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: rgba(0, 0, 0, 0);
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
    color: #fff
}

.popup-search-box form input::placeholder {
    color: #fff
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease .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 .4s;
    border-radius: 0
}

.popup-search-box.show form {
    transition-delay: .5s;
    transform: translate(-50%, -50%) scale(1)
}

.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 .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
}

@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
    }
}

@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
    }
}

@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: 24px;
        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
    }
}

.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 rgba(0, 0, 0, 0);
    transition: all ease .4s
}

.testi-style1 .testi-content {
    padding: 40px 40px 60px
}

.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: rgba(0, 0, 0, 0);
    border-width: 0 3px 3px 0;
    transition: all ease .4s
}

.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 .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, .09)
}

.testi-style2 .testi-shape1 {
    position: absolute;
    left: -42px;
    bottom: 215px;
    width: 134px;
    height: 53px;
    z-index: -1;
    background-color: var(--theme-color);
    opacity: .75;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    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
}

@media(max-width: 1500px) {
    .testi-style1 .testi-client {
        padding-right: 20px
    }
}

@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
    }
}

@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
    }
}

@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
    }
}

.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 .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 .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)
}

.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 {
    
    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 rgba(0, 0, 0, 0);
    color: var(--white-color);
    text-align: center;
    transition: all .4s ease 0s
}

.accordion-style1 .accordion-button.collapsed:before {
    content: ">";
    border-right-color: #d2d2d2;
    color: var(--title-color);
    transition: all ease .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 .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 .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 rgba(0, 0, 0, 0);
    outline-offset: -2px;
    background-color: var(--white-color);
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all .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 .4s ease 0s
}

.accordion-style3 .accordion-button:before {
    content: ">";
    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 .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: ">"
}

.accordion-style4 .accordion-item {
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    margin-bottom: 20px;
    outline: 1px solid #d2d2d2;
    padding-left: 20px;
    position: relative;
    transition: all .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, .09);
    transition: all ease .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 .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 .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: rgba(0, 0, 0, 0)
}

@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
    }
}

@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
    }
}

.team-style1 {
    border: 2px solid rgba(193, 193, 193, .1);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: all ease .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: -moz-max-content;
    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: .1em;
    margin-bottom: 15px
}

.team-style1 .team-social a {
    display: inline-block;
    border: 1px solid rgba(193, 193, 193, .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 .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, .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 rgba(0, 0, 0, 0);
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 35px 35px 35px;
    position: relative;
    transition: all ease .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 .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, .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
}

@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
    }
}

@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
    }
}

.course-style1 {
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: var(--white-color);
    position: relative;
    transition: all ease .4s;
    padding-bottom: .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, .4);
    transition: all ease .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 .4s
}
    .course-style2 .course-category {
        background-color:transparent;
        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 .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, .4);
    padding: 16px 18px;
    margin: 0 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    transition: all ease .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-style2: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:;
        /*visibility: hidden;*/
        transition: all ease .4s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.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;
    opacity:1;
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

    .course-style2 .course-img img {
        width: 100%;
        opacity: 1;
    }

.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: 10px 40px 10px 40px
}

.course-style2 .course-name {
    margin-bottom: 1px
}

.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 .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 .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: .6px;
    padding: 0 13px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all ease .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: .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: #333
}

.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, .7);
    opacity: 0;
    transition: all ease .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 .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 .4s
}

.course-list a i {
    color: var(--theme-color);
    margin-right: 10px
}

.course-list a:before {
    content: ">";
    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 .4s
}

.course-list a:hover {
    padding-left: 56px;
    box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, .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, .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: .6px;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 20px;
    transition: all ease .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: 3px 0 3px 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
}

@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
    }
}

@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
    }
}

@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
    }
}

@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-style2 .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
    }
}

@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
    }
}

.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
}

@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 .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 .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: #ccc;
    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;
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 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)
}

.event-style1.layout2 .event-meta i {
    color: var(--theme-color)
}

@media(max-width: 1500px) {
    .event-shape1 {
        max-width: 100%;
        border-radius: 0
    }
}

@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
    }
}

@media(max-width: 1199px) {
    .event-style1 {
        padding: 10px
    }
    .event-style1 .event-title {
        font-size: 22px
    }
    .event-style1 .event-date {
        padding: 15px 15px 18px 15px
    }
}

@media(max-width: 991px) {
    .event-style1.layout2 .event-title {
        font-size: 36px
    }
}

@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: -moz-max-content;
        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
    }
}

.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 .4s
}

.package-style1 .package-head {
    position: relative;
    transition: all ease .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: .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, .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)
}

@media(max-width: 1199px) {
    .package-style1 .package-body {
        padding: 40px 30px
    }
    .package-style1.active {
        margin-top: 0px
    }
}

@media(max-width: 991px) {
    .package-style1 .package-head {
        padding: 45px 30px
    }
}

@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
    }
}

.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 .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: #ccc;
    text-decoration-thickness: 2px;
    transition: all ease .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 .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)
}

@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
    }
}

@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
    }
}

.vs-feature-area {
    padding-top: 230px
}

.feature-style1 {
    background-color: var(--white-color);
    border: 1px solid rgba(210, 210, 210, .5);
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 60px 60px 45px 60px;
    position: relative;
    text-align: center;
    transition: all ease .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 .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: rgba(0, 0, 0, 0);
    box-shadow: 8.55px 17.49px 24px rgba(35, 31, 32, .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, .5);
    transition: all ease .4s
}

.feature-style2 .feature-content {
    bottom: 0;
    padding: 0px 30px 90px;
    position: absolute;
    text-align: center;
    transform: translateY(230px);
    transition: all ease .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 .6s
}

.feature-style2 .feature-link {
    color: var(--white-color);
    font-weight: bold;
    text-decoration: underline;
    opacity: 0;
    transition: all ease .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 .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: rgba(0, 0, 0, 0)
}

.feature-style2:hover .feature-img:before {
    background-color: rgba(55, 71, 255, .8)
}

.feature-style2:hover .feature-content {
    transform: translateY(0)
}

.feature-style2:hover .feature-text,
.feature-style2:hover .feature-link {
    opacity: 1
}

@media(max-width: 1399px) {
    .feature-style1 {
        padding: 50px 30px 32px 30px
    }
}

@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
    }
}

@media(max-width: 767px) {
    .feature-style2 .feature-content {
        transform: translateY(160px)
    }
    
}

.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 .4s
}

.category-style1 .category-img:after {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0);
    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: 55px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 68px;
    transition: all ease .4s
}

.category-style1 .category-content {
    bottom: 0;
    padding: 30px;
    position: absolute;
    transform: translateY(30px);
    transition: all ease .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: .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
}

@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
    }
    
}

.pt-30 {
    padding-top: 30px
}

.pt-10 {
    padding-top: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.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)*/
      padding-top:50px
}

.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) - 100px)
}

@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
    }
    
}
.buttonlr
{
   width:50%;
   border-radius: 9999px;
   background-color: #3747FF;
   color:White;
   font-weight:bold;
    }
    
 /* Style for the button and collapsible content */
        .collapsible {
            background-color: #f1f1f1;
            cursor: pointer;
            padding: 10px;
            text-align: left;
            width: 100%;
            border: none;
            outline: none;
            transition: background-color 0.3s;
        }

        .content {
            display: none;
            padding: 10px;
            overflow: hidden;
            background-color: #ffffff;
        }

        /* Change color on hover/focus */
        .collapsible:hover, .collapsible:focus {
            background-color: #ddd;
        }

.buttonClick {
  align-items: center;
  appearance: none;
  background-color: #3EB2FD;
  background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 100px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-family: CircularStd,sans-serif;
  font-size: 1rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s,background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-21:active,
.button-21:focus {
  outline: none;
}

.button-21:hover {
  background-position: -20px -20px;
}

.button-21:focus:not(:active) {
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}

.btn-print {
    /* Set background image */
    background-image: url(Assets/img/pdficon.png);
    background-size: contain; /* Adjust the size of the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    margin: 20% 8% 8% 8%;
    /* Set other styling properties */
    width: 60px; /* Adjust the width of the button */
    height: 60px; /* Adjust the height of the button */
    border: none; /* Remove the default button border */
    cursor: pointer; /* Change the cursor to a pointer on hover */

    border-radius: 1px;
}
.pd {
   margin-bo
}


/* Style for the popup container */
.popup-container {
    position: relative;
    display: inline-block;
}

/* Style for the popup content */
.popup-content {
    display: none;
    position: absolute;
    background-color: #ffff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 0px 10px 10px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 100%;
    top: 0%;
    margin-left: -20px;
    width: 100%;
    font-size: 16px;
    font-family: Calibri;
    text-align: justify;
    z-index: 9999999;
}

/* Style for the text with hover effect */
.popup-container:hover .popup-content {
    display: block;
}
.course-style1 .course-review .fa {
    font-size: 20px;
    transition: .4s;
}

    .course-style1 .course-review .fa:hover {
        transform: scale(1.3);
        transition: .6s;
    }

.course-style1 .course-review .checked {
    color: #ff9f43;
}

.course-style1 .course-review i {
    color: #00000;
    display: inline-block;
    font-size: 14px;
    margin-right: 3px
}

/* styles.css */

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 38px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        display: inline-block;
        padding: 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-search--inline {
        float: left;
    }

        .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
            width: 100%;
            box-sizing: border-box;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #007bff;
        color: #fff;
        border: 1px solid #007bff;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #fff;
        }
:root {
    --theme-color: #3747FF;
    --theme-color2: #FFCC33;
    --theme-color3: #626FFF;
    --vs-secondary-color: #2F2552;
    --title-color: #000000;
    --body-color: #444444;
    --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: 'Bootstrap Icons'; /* Use Bootstrap Icons as the icon font */
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 10px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}


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 .4s
}

    a:hover {
        color: var(--theme-color2)
    }

    a:active,
    a:focus,
    a:hover,
    a:visited {
        text-decoration: none;
        outline: 0
    }

button {
    transition: all ease .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: 36px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

@media(max-width: 1199px) {
    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 36px
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 30px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }
}

@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)
    }
}

@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
        }
}

.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
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid #d2d2d2;
    color: #555;
    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::-moz-placeholder,
    .form-control::-moz-placeholder,
    .form-select::-moz-placeholder,
    textarea::-moz-placeholder,
    input::-moz-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 26px 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
}

input[type=number] {
    -moz-appearance: textfield
}

textarea.form-control,
textarea {
    min-height: 210px;
    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: "";
        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: "";
            position: absolute;
            font-family: var(--icon-font);
            left: 0;
            top: -1px;
            width: 18px;
            height: 18px;
            padding-left: .5px;
            font-size: .6em;
            line-height: 19px;
            text-align: center;
            border: 1px solid var(--theme-color);
            border-radius: 100%;
            font-weight: 700;
            background: var(--white-color);
            color: rgba(0, 0, 0, 0);
            transition: all .2s ease
        }

    input[type=radio]:checked ~ label::before {
        border-color: var(--theme-color);
        background-color: var(--theme-color)
    }

label {
    margin-bottom: .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(.375em + .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(.375em + .5875rem) right calc(.375em + .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: rgba(0, 0, 0, 0);
        color: inherit
    }

.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: -moz-max-content;
    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: rgba(0, 0, 0, 0);
        border: 5px solid #999;
        border-radius: 50%;
        display: inline-block;
        font-size: 0;
        height: 18px;
        line-height: 0;
        padding: 0;
        position: z-index:;
        width: 18px;
        transition: all ease .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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0)
    }

.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
}

@media(max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }
}

@media(max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }
}

@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
    }
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

    .vs-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: rgba(55, 71, 255, .1)
    }

        .vs-menu-wrapper .mobile-logo img,
        .vs-menu-wrapper .mobile-logo svg {
            max-width: 190px
        }

    .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: 33px;
    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: 16px;
                text-transform: capitalize;
                color: var(--title-color)
            }

                .vs-mobile-menu ul li a:before {
                    content: ">";
                    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: 20px
            }

                .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, .5);
            border-radius: 50%
        }

            .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
                content: ">";
                font-family: var(--icon-font)
            }

        .vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
            content: ">"
        }

    .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: var(--theme-color);
    color: var(--white-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: rgba(0, 0, 0, 0);
        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: 270px
    }

    .vs-mobile-menu > ul {
        padding: 0 20px
    }
}

.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)
    }
}

.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: 16px;
    line-height: 1.2;
    padding: 10.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 .4s;
        opacity: 0;
        visibility: hidden
    }

    .vs-btn:before {
        transform-origin: left top
    }

    .vs-btn i {
        display: inline-block;
        vertical-align: middle;
        transition: all ease .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: rgba(0, 0, 0, 0);
        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: rgba(0, 0, 0, 0);
        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, .09);
        color: var(--theme-color)
    }

        .vs-btn.style7:hover {
            color: var(--white-color)
        }

.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: rgba(0, 0, 0, 0);
        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: rgba(0, 0, 0, 0)
        }

    .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 .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: rgba(0, 0, 0, 0);
        border: 4px solid var(--white-color);
        transition: all ease .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)
    }

.link-btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: var(--title-color)
}

    .link-btn i {
        margin-left: 7px;
        font-size: .9rem
    }

    .link-btn:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #e1e1e1;
        transition: all ease .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%
}

    .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 .8s;
        box-shadow: 0 0 20px 0 rgba(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: rgba(0, 0, 0, 0);
        border-radius: inherit;
        z-index: 1;
        border: 2px dashed var(--theme-color);
        transition: all ease .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 .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: rgba(0, 0, 0, 0);
    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 .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 .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 .4s
}

    .watch-btn .btn-text:hover {
        color: var(--theme-color2)
    }

.bottom-btn {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px
}

@media(max-width: 1399px) {
    .icon-btn.style2 {
        --btn-size: 50px;
        --btn-font-size: 18px
    }
}

@media(max-width: 991px) {
    .play-btn {
        --icon-size: 60px;
        --icon-font-size: 20px
    }

    .scrollToTop {
        right: 20px
    }

        .scrollToTop.show {
            bottom: 20px
        }
}

@media(max-width: 767px) {
    .vs-btn.style5 {
        padding-right: 20px
    }

        .vs-btn.style5 i {
            width: 50px;
            height: 50px;
            line-height: 50px
        }
}

.sec-title {
    font-size: 40px;
    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: .12em;
    margin: -0.2em 0 15px 0;
    text-transform: uppercase
}

.sec-subtitle2 {
    font-size: 24px;
    margin-bottom: 60px;
    display: block;
    color: var(--title-color);
    text-transform: capitalize
}

.sec-subtitle3 {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--theme-color);
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 20px)
}

.title-area2 {
    margin-bottom: var(--section-title-space)
}

.sec-icon {
    margin: -0.3em 0 10px 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, .3)
}

@media(max-width: 1399px) {
    .sec-title2,
    .sec-title {
        font-size: 48px
    }
}

@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
    }
}

@media(max-width: 991px) {
    .sec-title2,
    .sec-title {
        font-size: 36px
    }
}

@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
    }
}

.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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    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);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: .7
}

.vs-rounded1 {
    width: 35px;
    height: 35px;
    border: 4px solid var(--vs-secondary-color);
    opacity: .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 .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: rgba(0, 0, 0, 0)
        }

.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 .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 .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 .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: 14px
}

.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: .35em .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 .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, .3)
    }

    .mega-hover:after {
        top: 50%;
        right: -10%;
        bottom: 50%;
        left: -10%;
        background: rgba(255, 255, 255, .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: .34px .94px 68px rgba(35, 31, 32, .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
    }
}

@media(max-width: 767px) {
    .guarant-badge {
        font-size: 16px;
        padding: 12px 15px
    }
}

.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
}

@media(max-width: 1399px) {
    .fs-45 {
        font-size: 40px
    }
}

@media(max-width: 1199px) {
    .fs-45 {
        font-size: 36px
    }

    p.fs-lg {
        font-size: 20px
    }

    .fs-20 {
        font-size: 18px
    }
}

@media(max-width: 991px) {
    .fs-45 {
        font-size: 30px
    }

    .fs-20,
    p.fs-lg {
        font-size: 18px
    }

    p.fs-md {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .fs-45 {
        font-size: 26px
    }
}

.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
}

.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
}

.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
}

.wow-animated {
    animation-duration: 1s;
    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 {
    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: .3s;
    animation-name: var(--animation-name)
}

.ripple-animation,
.play-btn:after,
.play-btn: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: .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;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        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))
    }
}

.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: 16px
}

.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: 500;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        background-color: var(--smoke-color);
        color: var(--title-color);
        position: absolute;
        right: 5px;
        top: 4px;
        z-index: 1;
        border-radius: 16px;
        transition: all ease .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: 20px;
    height: 53px;
    line-height: 50px;
    padding-left: 30px;
    margin-bottom: 15px;
    transition: all ease .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: "";
        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
}

@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
}

    .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::-moz-placeholder,
        .widget input::-moz-placeholder {
            color: #646464
        }

        .widget select::placeholder,
        .widget input::placeholder {
            color: #646464
        }

.widget_title {
    position: relative;
    font-size: 26px;
    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: 50px;
        height: 2px;
        background-color: var(--theme-color)
    }

    .widget_title:after {
        left: 55px;
        width: 10px;
        background-color: var(--theme-color2)
    }

.widget .search-form {
    position: relative;
    display: flex;
    border-radius: 20px;
    z-index: 1;
    transition: all ease .4s
}

    .widget .search-form input {
        padding-right: 20px;
        flex: 1;
        border: none;
        background-color: rgba(0, 0, 0, 0);
        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-color3);
        color: var(--white-color);
        border-radius: 15px
    }

        .widget .search-form button::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border: 1px solid var(--theme-color3);
            background-color: var(--white-color);
            border-radius: 15px;
            transition: all ease .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: 14px;
        overflow: hidden
    }

        .recent-post .media-img img {
            width: 100%;
            transition: all ease .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 .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 .4s;
            width: 100%
        }

    .recent-course .post-title {
        font-size: 18px;
        line-height: 24px;
        margin: 7px 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: 20px;
        overflow: hidden;
        position: relative
    }

        .sidebar-gallery .gallery-thumb img {
            transform: scale(1);
            transition: all ease .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 .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 .4s;
            opacity: 0;
            visibility: hidden;
            z-index: 3
        }

        .sidebar-gallery .gallery-thumb:hover:before {
            opacity: .9;
            visibility: visible
        }

        .sidebar-gallery .gallery-thumb:hover .gal-btn {
            opacity: 1;
            visibility: visible;
            transition-delay: .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, .09);
    border-radius: 9999px
}

    .newsletter-form input:focus {
        box-shadow: -23.34px 8px 24px rgba(35, 31, 32, .09);
        border-color: var(--theme-color)
    }

    .newsletter-form input::-moz-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, .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
    }

@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
    }
}

@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
    }
}

@media(max-width: 991px) {
    .sidebar-area {
        padding-top: 30px;
        margin-bottom: 30px
    }

    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px
    }
}

@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
    }
}

@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: rgba(0, 0, 0, 0)
    }

        .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: -moz-max-content;
                width: max-content;
                display: block;
                border: none;
                font-size: 16px;
                font-weight: 400;
                margin-bottom: 17px;
                max-width: 100%;
                padding: 0;
                background-color: rgba(0, 0, 0, 0);
                position: relative;
                color: var(--body-color)
            }

                .footer-widget.nav_menu a:before {
                    /*content: ">";*/
                    font-family: var(--icon-font);
                    font-size: 10px;
                    margin-right: 10px;
                    position: relative;
                    top: -2px;
                    color: var(--body-color);
                    transition: all ease .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 .4s
                }

                .footer-widget.nav_menu a:hover {
                    color: var(--theme-color2);
                    background-color: rgba(0, 0, 0, 0)
                }

                    .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: rgba(0, 0, 0, 0);
                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: rgba(0, 0, 0, 0);
            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: 50px
}

.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
}

@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
    }
}

@media(max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px
    }
}

.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 ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.header-links li {
    color: var(--body-color);
    display: inline-block;
    margin: 0 40px 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: 40px;
    height: 50px;
    line-height: 50px;
    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 .4s;
        z-index: -1
    }

    .header-social a:hover {
        color: var(--white-color);
        border-color: rgba(0, 0, 0, 0)
    }

        .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 .4s
}

    .user-login i {
        color: var(--title-color);
        margin-right: 5px;
        font-size: 22px;
        vertical-align: middle;
        transition: all ease .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: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    margin-right: 20px;
    color: var(--btn-color, var(--title-color));
    font-size: 20px;
    vertical-align: middle;
    transition: all ease .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: 200px;
        padding: 15px 0
    }

@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: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease .8s;
    box-shadow: 0 0 10px 0 rgba(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: 700;
    font-size: 18px;
    color: var(--title-color)
}

@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
}

@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: ">";
            position: relative;
            font-family: var(--icon-font);
            margin-left: 5px;
            top: -0.8px;
            font-size: .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, .1);
        visibility: hidden;
        min-width: 190px;
        width: -moz-max-content;
        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, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
        transform-origin: top center;
        transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .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: ">";
                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: ">";
                    font-family: var(--icon-font);
                    display: inline-block;
                    text-align: center;
                    position: absolute;
                    top: 2.8em;
                    left: 0;
                    width: 11px;
                    height: 11px;
                    font-size: .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, .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, .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)
}

@media(max-width: 1399px) {
    .main-menu > ul > li {
        margin: 0 12px
    }
}

@media(max-width: 1199px) {
    .vs-logo.style2::before {
        right: 0
    }
}

@media(max-width: 991px) {
    .header-layout2 .sticky-wrapper:before {
        border-bottom: 1px solid #dfdfdf;
        height: 92px;
        width: 100%
    }
}

@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
    }
}

@media(max-width: 575px) {
    .user-login {
        margin: 10px
    }

    .shop-cart {
        margin: 10px 0
    }
}

.widget-area {
    /* padding-top: 50px;
    padding-bottom: 40px*/
}

.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 .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
}

.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: #777;
        box-shadow: -23.34px 8px 24px rgba(35, 31, 32, .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
    }
}

@media(max-width: 1199px) {
    .footer-layout3 .vs-widget-about,
    .footer-layout3 .mailchimp-text {
        padding-right: 0
    }
}

@media(max-width: 991px) {
    .copyright-text {
        font-size: 14px
    }

    .widget-area {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

.breadcumb-menu {
    position: relative;
    margin: 0;
    padding: 25px 0 25px 0;
    list-style-type: none
}

    .breadcumb-menu:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 99999px;
        z-index: -1;
        background-color: var(--vs-secondary-color);
        border-radius: 0 7px 7px 0
    }

    .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:not(:last-child):after {
            content: "/";
            position: relative;
            margin-left: 20px;
            margin-right: 15px
        }

        .breadcumb-menu li:first-child:before {
            content: "";
            position: relative;
            margin-right: 5px;
            font-weight: 700;
            font-family: var(--icon-font);
            margin-right: 9px
        }

.breadcumb-menu-wrap {
    margin: 95px 0 0 0;
    min-height: 74px;
    position: relative
}

.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: 160px;
    padding-bottom: 30px;
    background-color: var(--title-color);
    overflow: hidden
}

@media(max-width: 991px) {
    .breadcumb-wrapper {
        padding-top: 100px;
        padding-bottom: 30px
    }
}

@media(max-width: 1199px) {
    .breadcumb-title {
        font-size: 48px
    }

    .breadcumb-text {
        font-size: 16px
    }
}

@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: 75px 0 0 0
    }
}

@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
        }
}

.vs-pagination {
    text-align: center;
    margin: 40px auto 30px auto;
    padding: 15px 0;
    width: -moz-max-content;
    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 rgba(0, 0, 0, 0);
    background-color: var(--smoke-color);
    border-radius: 20px;
    transition: all ease .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, .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)
        }

@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
        }
}

@media(max-width: 991px) {
    .vs-pagination a {
        --icon-size: 40px;
        font-size: 12px
    }
}

@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
        }
}

@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
    }
}

blockquote.vs-quote {
    margin: 30px 0 30px 0;
    padding: 20px 20px 22px 20px;
    text-align: center;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
}

    blockquote.vs-quote p {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.3;
        margin: 0 0 15px 0
    }

    blockquote.vs-quote cite {
        color: var(--title-color);
        font-size: 20px;
        font-weight: 700
    }

.blog-title a {
    color: inherit
}

    .blog-title a:hover {
        color: var(--theme-color)
    }

.vs-blog {
    margin-bottom: 30px
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    color: var(--title-color)
}

    .blog-meta span:last-child,
    .blog-meta a:last-child {
        margin-right: 0
    }

    .blog-meta span i,
    .blog-meta a i {
        margin-right: 10px;
        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: .06px;
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 3px;
        transition: all ease .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 .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 .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 .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 .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 .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, .09)
            }

.blog-inner-img {
    border-radius: 30px;
    margin: 0 0 30px 0;
    overflow: hidden
}

@media(max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 36px;
        margin-bottom: 12px
    }

    .blog-single .share-links {
        padding: 20px 30px 30px 20px
    }
}

@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
    }
}

@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
            }
}

@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
    }
}

.vs-comment-form {
    margin: 50px 0 30px 0
}

.comment-respond {
    position: relative
}

    .comment-respond .form-title a#cancel-comment-reply-link {
        font-size: .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: rgba(0, 0, 0, 0);
    height: 60px;
    padding-left: 25px;
    padding-right: 20px
}

    .comment-respond .form-control::-moz-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: rgba(0, 0, 0, 0)
}

.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 .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: .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: .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: rgba(0, 0, 0, 0)
}

.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
}

@media(max-width: 1199px) {
    .vs-comments-wrap {
        margin: 60px 0 30px 0
    }

    .vs-comment-form {
        margin: 60px 0 30px 0
    }
}

@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
    }
}

.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: .4s
    }

    .hero-layout1 .hero-btns {
        animation-delay: .8s
    }

    .hero-layout1 .vs-circle {
        position: absolute;
        left: 26%;
        top: 8%;
        animation-delay: .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
    }

@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
        }
}

@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
        }
}

@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
    }
}

@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
    }
}

.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: .5px .87px 27px 0 rgba(35, 31, 32, .04)
    }

        .search-inline input:focus {
            box-shadow: .5px .87px 27px 0 rgba(35, 31, 32, .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
}

@media(max-width: 1199px) {
    .error-img {
        margin-bottom: 50px
    }
}

@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
    }
}

@media(max-width: 767px) {
    .error-title {
        font-size: 60px
    }

    .error-title2 {
        font-size: 26px
    }

    .search-inline input {
        padding-left: 30px
    }
}

.call-number1 {
    text-decoration: underline;
    text-decoration-color: var(--theme-color)
}

    .call-number1:hover {
        color: var(--theme-color);
        text-decoration: underline
    }

.contact-style1 {
    padding: 100px 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 .4s
    }

    .contact-info:hover i {
        background-color: var(--theme-color2);
        color: var(--title-color)
    }

.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: -moz-max-content;
        width: max-content;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 2;
        border-radius: 20px
    }

    .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: -moz-max-content;
        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-box2 .about-content {
        padding-left: 165px
    }

.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: .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 .4s
    }

    .media-style3:hover .media-icon {
        background-color: var(--theme-color);
        color: var(--white-color)
    }

.media-style4 {
    margin-bottom: 30px
}

    .media-style4 .media-icon {
        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 .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-bottom: 20px
    }

    .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 rgba(0, 0, 0, 0);
    transition: all ease .4s
}

    .media-style9 .media-icon {
        margin-bottom: 30px
    }

    .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, .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: .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 .4s;
    border-radius: 10px;
    box-shadow: -23.34px 8px 24px rgba(35, 31, 32, .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
    }

        .list-style4 li:before {
            content: "";
            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 .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 .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 rgba(0, 0, 0, 0);
    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 .4s
}

    .list-style3 a:before {
        content: ">";
        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: rgba(0, 0, 0, 0)
    }

        .list-style3 a:hover:before {
            color: var(--theme-color)
        }

.table-style1 {
    border: none;
    outline: 1px solid rgba(47, 37, 82, .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, .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: 26px;
    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
        }

@media(max-width: 1500px) {
    .img-box1 {
        margin-right: 0
    }
}

@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 10px 0
        }
}

@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
        }
}

@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
        }
}

@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
        }
}

@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
        }
}

.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 .4s;
        overflow: hidden
    }

        .mini-avater a img {
            transform: scale(1.001);
            transition: all ease .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 30px -30px 0;
        position: relative;
        overflow: hidden;
        border-radius: 20px
    }

        .cta-style2 .cta-img img {
            width: 100%
        }

@media(max-width: 1399px) {
    .mini-avater:before {
        left: -58px
    }

    .cta-style2 .cta-title {
        font-size: 36px;
        margin-bottom: 35px
    }
}

@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
        }
}

@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: .04em
        }

        .cta-style2 .cta-title {
            font-size: 30px;
            margin-bottom: 30px
        }
}

.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 .4s
}

    .brand-style1 img {
        transition: all ease .4s;
        filter: none
    }

    .brand-style1:hover {
        background-color: var(--theme-color)
    }

        .brand-style1:hover img {
            filter: brightness(0) invert(1)
        }

.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, .2);
        border-radius: 40px;
        height: 80px;
        padding-left: 45px;
        font-size: 16px
    }

        .form-style1 input::-moz-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 .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 .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;
        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: var(--white-color);
    border-radius: 20px;
    border: 5px solid #eaeaea;
    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
    }

    .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: 20px;
        height: 65px;
        padding-left: 30px;
        transition: all ease .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
    }

@media(max-width: 1500px) {
    .form-style2 .vs-circle {
        right: -40px;
        bottom: -40px
    }
}

@media(max-width: 1399px) {
    .form-style2 .vs-circle {
        display: none
    }

    .form-style2 .form-inner {
        padding: 40px 30px 40px
    }
}

@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
        }
}

@media(max-width: 991px) {
    .form-style1 .form-group {
        padding-left: 15px
    }

        .form-style1 .form-group:first-child {
            margin-bottom: 15px
        }
}

@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
        }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(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 .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 .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 .4s
    }

@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: rgba(0, 0, 0, 0);
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

    .popup-search-box form input::-moz-placeholder {
        color: #fff
    }

    .popup-search-box form input::placeholder {
        color: #fff
    }

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease .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 .4s;
    border-radius: 0
}

    .popup-search-box.show form {
        transition-delay: .5s;
        transform: translate(-50%, -50%) scale(1)
    }

.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 .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
}

@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
    }
}

@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
    }
}

@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: 24px;
            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
            }
}

.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 rgba(0, 0, 0, 0);
    transition: all ease .4s
}

    .testi-style1 .testi-content {
        padding: 40px 40px 60px
    }

    .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: rgba(0, 0, 0, 0);
        border-width: 0 3px 3px 0;
        transition: all ease .4s
    }

    .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 .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, .09)
}

    .testi-style2 .testi-shape1 {
        position: absolute;
        left: -42px;
        bottom: 215px;
        width: 134px;
        height: 53px;
        z-index: -1;
        background-color: var(--theme-color);
        opacity: .75;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        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
    }

@media(max-width: 1500px) {
    .testi-style1 .testi-client {
        padding-right: 20px
    }
}

@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
        }
}

@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
    }
}

@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
        }
}

.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 .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 .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)
    }

.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 {
        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 rgba(0, 0, 0, 0);
        color: var(--white-color);
        text-align: center;
        transition: all .4s ease 0s
    }

    .accordion-style1 .accordion-button.collapsed:before {
        content: ">";
        border-right-color: #d2d2d2;
        color: var(--title-color);
        transition: all ease .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 .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 .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 rgba(0, 0, 0, 0);
    outline-offset: -2px;
    background-color: var(--white-color);
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all .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 .4s ease 0s
}

    .accordion-style3 .accordion-button:before {
        content: ">";
        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 .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: ">"
        }

.accordion-style4 .accordion-item {
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    margin-bottom: 20px;
    outline: 1px solid #d2d2d2;
    padding-left: 20px;
    position: relative;
    transition: all .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, .09);
        transition: all ease .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 .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 .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: rgba(0, 0, 0, 0)
    }

@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
    }
}

@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
    }
}

.team-style1 {
    border: 2px solid rgba(193, 193, 193, .1);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: all ease .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: -moz-max-content;
        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: .1em;
        margin-bottom: 15px
    }

    .team-style1 .team-social a {
        display: inline-block;
        border: 1px solid rgba(193, 193, 193, .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 .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, .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 rgba(0, 0, 0, 0);
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 35px 35px 35px;
    position: relative;
    transition: all ease .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 .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, .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
    }

@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
        }
}

@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
    }
}

.course-style1 {
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: var(--white-color);
    position: relative;
    transition: all ease .4s;
    padding-bottom: .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, .4);
            transition: all ease .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 .4s
    }

.course-style2 .course-category {
    background-color: transparent;
    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 .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, .4);
    padding: 16px 18px;
    margin: 0 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    transition: all ease .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-style2: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:;
        /*visibility: hidden;*/
        transition: all ease .4s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .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;
        opacity: 1;
        overflow: hidden;
        height: 200px;
        /* border-radius: 20px 20px 0 0*/
    }

        .course-style2 .course-img img {
            width: 100%;
            opacity: 1;
        }

    .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: 10px 40px 10px 40px
    }

    .course-style2 .course-name {
        margin-bottom: 1px;
        height: 50px;
    }

    .course-style2 .course-meta {
        border-bottom: 1px solid #dedede;
        /*margin-top: 17px;*/
        /*padding-bottom: 25px*/
        height: 50px;
    }

        .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;
        height: 45px;
        border-radius: 50%
    }

    .course-style2 .course-footer {
        position: relative;
        /* padding: 15px 0 15px 0;*/
        display: flex;
        height: 50px;
        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 .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 .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: .6px;
            padding: 0 13px;
            text-align: center;
            border-radius: 3px;
            text-transform: uppercase;
            transition: all ease .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: .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: #333
                }

        .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, .7);
            opacity: 0;
            transition: all ease .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 .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 .4s
}

    .course-list a i {
        color: var(--theme-color);
        margin-right: 10px
    }

    .course-list a:before {
        content: ">";
        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 .4s
    }

    .course-list a:hover {
        padding-left: 56px;
        box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, .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, .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;*/
    height: 200px;
    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: .6px;
        padding: 9px 20px;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 20px;
        transition: all ease .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: 3px 0 3px 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
    }

@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: 10px 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
    }
}

@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
    }
}

@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
    }
}

@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-style2 .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
    }
}

@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
        }
}

.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
}

@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 .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 .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: #ccc;
        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;
        margin-bottom: 40px;
        background-color: rgba(0, 0, 0, 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)
        }

        .event-style1.layout2 .event-meta i {
            color: var(--theme-color)
        }

@media(max-width: 1500px) {
    .event-shape1 {
        max-width: 100%;
        border-radius: 0
    }
}

@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
    }
}

@media(max-width: 1199px) {
    .event-style1 {
        padding: 10px
    }

        .event-style1 .event-title {
            font-size: 22px
        }

        .event-style1 .event-date {
            padding: 15px 15px 18px 15px
        }
}

@media(max-width: 991px) {
    .event-style1.layout2 .event-title {
        font-size: 36px
    }
}

@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: -moz-max-content;
            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
            }
}

.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 .4s
}

    .package-style1 .package-head {
        position: relative;
        transition: all ease .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: .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, .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)
            }

@media(max-width: 1199px) {
    .package-style1 .package-body {
        padding: 40px 30px
    }

    .package-style1.active {
        margin-top: 0px
    }
}

@media(max-width: 991px) {
    .package-style1 .package-head {
        padding: 45px 30px
    }
}

@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
    }
}

.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 .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: #ccc;
        text-decoration-thickness: 2px;
        transition: all ease .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 .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)
    }

@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
        }
}

@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
        }
}

.vs-feature-area {
    padding-top: 230px
}

.feature-style1 {
    background-color: var(--white-color);
    border: 1px solid rgba(210, 210, 210, .5);
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 60px 60px 45px 60px;
    position: relative;
    text-align: center;
    transition: all ease .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 .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: rgba(0, 0, 0, 0);
        box-shadow: 8.55px 17.49px 24px rgba(35, 31, 32, .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, .5);
            transition: all ease .4s
        }

    .feature-style2 .feature-content {
        bottom: 0;
        padding: 0px 30px 90px;
        position: absolute;
        text-align: center;
        transform: translateY(230px);
        transition: all ease .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 .6s
    }

    .feature-style2 .feature-link {
        color: var(--white-color);
        font-weight: bold;
        text-decoration: underline;
        opacity: 0;
        transition: all ease .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 .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: rgba(0, 0, 0, 0)
            }

    .feature-style2:hover .feature-img:before {
        background-color: rgba(55, 71, 255, .8)
    }

    .feature-style2:hover .feature-content {
        transform: translateY(0)
    }

    .feature-style2:hover .feature-text,
    .feature-style2:hover .feature-link {
        opacity: 1
    }

@media(max-width: 1399px) {
    .feature-style1 {
        padding: 50px 30px 32px 30px
    }
}

@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
    }
}

@media(max-width: 767px) {
    .feature-style2 .feature-content {
        transform: translateY(160px)
    }
}

.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 .4s
        }

        .category-style1 .category-img:after {
            opacity: 1;
            visibility: visible;
            background-color: rgba(0, 0, 0, 0);
            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: 55px;
        position: absolute;
        text-align: center;
        top: 20px;
        width: 68px;
        transition: all ease .4s
    }

    .category-style1 .category-content {
        bottom: 0;
        padding: 30px;
        position: absolute;
        transform: translateY(30px);
        transition: all ease .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: .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
    }

@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
    }
}

.pt-30 {
    padding-top: 30px
}

.pt-10 {
    padding-top: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.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)*/
    padding-top: 50px
}

.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) - 100px)
}

@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
    }
}

.buttonlr {
    width: 50%;
    border-radius: 9999px;
    background-color: #3747FF;
    color: White;
    font-weight: bold;
}

/* Style for the button and collapsible content */
.collapsible {
    background-color: #f1f1f1;
    cursor: pointer;
    padding: 10px;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    transition: background-color 0.3s;
}

.content {
    display: none;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

/* Change color on hover/focus */
.collapsible:hover, .collapsible:focus {
    background-color: #ddd;
}

.buttonClick {
    align-items: center;
    appearance: none;
    background-color: #3EB2FD;
    background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    border-radius: 100px;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    font-family: CircularStd,sans-serif;
    font-size: 1rem;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s,background-position .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}

.button-21:active,
.button-21:focus {
    outline: none;
}

.button-21:hover {
    background-position: -20px -20px;
}

.button-21:focus:not(:active) {
    box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}

.btn-print {
    /* Set background image */
    background-image: url(Assets/img/pdficon.png);
    background-size: contain; /* Adjust the size of the background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    margin: 20% 8% 8% 8%;
    /* Set other styling properties */
    width: 60px; /* Adjust the width of the button */
    height: 60px; /* Adjust the height of the button */
    border: none; /* Remove the default button border */
    cursor: pointer; /* Change the cursor to a pointer on hover */

    border-radius: 1px;
}

.pd {
    margin-bo
}


/* Style for the popup container */
.popup-container {
    position: relative;
    display: inline-block;
}

/* Style for the popup content */
.popup-content {
    display: none;
    position: absolute;
    background-color: #ffff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 0px 10px 10px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 100%;
    top: 0%;
    margin-left: -20px;
    width: 100%;
    font-size: 16px;
    font-family: Calibri;
    text-align: justify;
    z-index: 9999999;
}

/* Style for the text with hover effect */
.popup-container:hover .popup-content {
    display: block;
}

.course-style1 .course-review .fa {
    font-size: 20px;
    transition: .4s;
}

    .course-style1 .course-review .fa:hover {
        transform: scale(1.3);
        transition: .6s;
    }

.course-style1 .course-review .checked {
    color: #ff9f43;
}

.course-style1 .course-review i {
    color: #00000;
    display: inline-block;
    font-size: 14px;
    margin-right: 3px
}


.tooltip-trigger:hover + .tooltiptext {
    visibility: visible;
}

.tooltiptext {
    visibility: hidden;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

    .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure it matches the header background */
}
/*new*/

.dropdown-head {
    position: relative;
    display: inline-block;
}

.dropbtn-head {
    background-color: transparent;
    box-shadow: none;
}

.dropdown-content-head {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #f1f1f1;
    width: 200px;
    border-radius: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content-head a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content-head a:hover {
            background-color: #ddd;
            border-radius: 40px;
        }

.dropdown-head:hover .dropdown-content-head {
    display: block;
}

#txtSearch {
    padding-left: 20px;
    width: 400px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 30px; /* Rounded corners */
    transition: border-color 0.3s ease; /* Smooth transition for border color change */
}

    #txtSearch:focus,
    #txtSearch:hover {
        border-color: blue /* Change border color when focused or hovered */
    }

.header-search {
    display: inline-block;
    position: relative;
}

@media (max-width: 767px) {
    #txtSearch {
        width: 22rem;
        border-radius: 10px;
        position: sticky !important;
        top: 0; /* Ensure sticky behavior */
        margin-bottom: 10px !important;
        background-color: #ebf7f8;
    }
    #searchQuerySubmit{
        display:none;
    }
    .is-sticky {
        display: block !important; /* Display in mobile */
    }
    
}


/*social-media bar start*/
.social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-70%);
    display: flex;
    flex-direction: column;
    z-index: 9999;
}

    .social-icons a {
        display: block;
        margin: 2px 0;
        padding: 10px;
        color: white;
        text-align: center;
        font-size: 20px;
        width: 40px;
        border-radius: 8px 0 0 8px;
        transition: background-color 0.3s;
    }

        .social-icons a:hover {
            background-color: #555;
        }

.facebook {
    background-color: #3b5998;
}

.whatsapp {
    background-color: #28d805;
}

.instagram {
    background-color: #e4405f;
}

.linkedin {
    background-color: #0077b5;
}

.social-icons a:hover.facebook {
    background-color: #253963;
}

.social-icons a:hover.whatsapp {
    background-color: #22b904;
}

.social-icons a:hover.instagram {
    background-color: #ad1c48;
}

.social-icons a:hover.linkedin {
    background-color: #024163;
}
/*social-media bar end*/
.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

    #searchQuerySubmit:hover {
        cursor: pointer;
    }

df-messenger {
    z-index: 999;
    position: fixed;
    --df-messenger-titlebar-background: #0b57d0;
    --df-messenger-titlebar-font-color: #fff;
    --df-messenger-titlebar-icon-font-color: #fff;
    /*--df-messenger-input-box-background: #58befa;*/
    --df-messenger-font-color: #000;
    --df-messenger-font-family: Google Sans;
    --df-messenger-chat-background: #f3f6fc;
    --df-messenger-message-user-background: #d3e3fd;
    --df-messenger-input-background: #0b57d0;
    /*--df-messenger-message-bot-background: #58befa;*/
    --df-messenger-chat-scroll-button-font-color: #041e49;
    /*--df-messenger-titlebar-font-color: #58befa;*/
    --df-messenger-table-border-color: #58befa;
    bottom: 16px;
    right: 16px;
}


.ui-autocomplete {
    max-height: 300px; /* Set the maximum height */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Disable horizontal scrolling */
    scrollbar-width: thin; /* For Firefox: Thin scrollbar */
    z-index: 9999; /* Ensure it appears above other elements */
}

    /* Custom scrollbar for WebKit browsers like Chrome, Safari */
    .ui-autocomplete::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
    }

    .ui-autocomplete::-webkit-scrollbar-thumb {
        background-color: #666666; /* Scrollbar thumb color */
        border-radius: 4px; /* Rounded scrollbar */
    }

    .ui-autocomplete::-webkit-scrollbar-track {
        background: #f1f1f1; /* Scrollbar track color */
    }

.sticky-search {
    z-index: 1000; /* Ensure it stays above other content */
}

.is-sticky {
    position: fixed; /* Stick to the top when scrolling */
    top: 0;
    left: 0;
    right: 0;
    background-color: white; /* Background color for clarity */
    z-index: 1000; /* Stay above content */
    padding: 10px 0; /* Optional padding */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

/* Custom UI for autocomplete */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    z-index: 9999; /* Ensure autocomplete appears above elements */
}

    /* Custom scrollbar for WebKit browsers */
    .ui-autocomplete::-webkit-scrollbar {
        width: 8px;
    }

    .ui-autocomplete::-webkit-scrollbar-thumb {
        background-color: #666666;
        border-radius: 4px;
    }

    .ui-autocomplete::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

/* Show the menu toggle button in mobile mode */
        .menu-toggle {
            display: none;
            font-size: 1.5rem;
            position: absolute;
            top: 10px;
            right: 20px;
            padding:13px 13px;
            margin-top:6px;
        }

/*index page css*/
/* Media Queries for mobile (max-width: 767px) */
@media (max-width: 767px) {
    #txtSearch {
        width: 22rem;
        border-radius: 10px;
        position: -webkit-sticky; /* Safari */
        position: sticky;
        position: relative; /* IE fallback */
        top: 0;
        margin-bottom: 10px !important;
        background-color: #ebf7f8;
    }
    #searchQuerySubmit {
        display: none;
    }
    .is-sticky {
        display: block !important;
    }
}

/* Social Media Bar */
.social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%); /* IE 9 */
    transform: translateY(-70%);
    display: flex;
    flex-direction: column;
    z-index: 9999;
}

.social-icons a {
    display: block;
    margin: 2px 0;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 20px;
    width: 40px;
    border-radius: 8px 0 0 8px;
    transition: background-color 0.3s;
}

.social-icons a:hover {
    background-color: #444;
}

.facebook {
    background-color: #3b5998;
}

.whatsapp {
    background-color: #28d805;
}

.instagram {
    background-color: #e4405f;
}

.linkedin {
    background-color: #0077b5;
}

/* Hover effects */
.social-icons a:hover.facebook {
    background-color: #253963;
}

.social-icons a:hover.whatsapp {
    background-color: #22b904;
}

.social-icons a:hover.instagram {
    background-color: #ad1c48;
}

.social-icons a:hover.linkedin {
    background-color: #024163;
}

/* Search Bar */
.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmit:hover {
    cursor: pointer;
}

/* Sticky search */
.sticky-search {
    z-index: 1000;
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Fallback */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#000000'); /* IE fallback */
}

/* UI autocomplete styles */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    z-index: 9999;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #666666;
    border-radius: 4px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Menu toggle for mobile */
.menu-toggle {
    display: none;
    font-size: 1.5rem;
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 13px 13px;
    margin-top: 6px;
}

/* Pagination on index page */
.vs-pagination {
    display: flex;
    justify-content: flex-end;
    width: 20%;
    margin-right: 5px;
}

.nextPreBtn {
    margin-right: 10px;
    background-color: blue;
    color: white;
    font-weight: 800;
}

.courseMarg {
    margin-bottom: -40px;
}

/* Mobile styles */
@media only screen and (max-width: 600px) {
    .category-img {
        height: 170px;
    }

    .courseMarg {
        margin-bottom: 0px;
    }

    .nextPreBtn {
        width: 80px;
    }

    .vs-pagination {
        width: 100%;
    }
}

/* Tablet styles */
@media only screen and (min-width: 601px) and (max-width: 900px) {
    .category-img {
        height: 170px;
    }
}

/* Carousel and course styles */
.hero-layout1 .course-style3 {
    right: 5%;
}

.position-center {
    top: 35%;
}

.course-style3 {
    max-width: 350px;
}

.carousel-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -50px;
    z-index: 10;
}

.nav-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    outline: none;
}

.nav-btn:focus {
    outline: none;
}

/* Countdown wrapper */
.countdown-wrapper {
    background-color: #f8f9fa;
    border: 2px solid #000;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.countdown-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#time-countdown {
    font-size: 25px;
    font-weight: bold;
    display: flex;
    gap: 10px;
}

#time-countdown span {
    color: BLACK;
    border-radius: 5px;
    min-width: 35px;
    text-align: center;
    padding: 13px;
}

#label-countdown {
    font-size: 16px;
    color: #007bff;
    margin-top: 10px;
    display: flex;
    gap: 20px;
}

#label-countdown span {
    padding: 5px;
    background-color: transparent;
    color: #333;
}

/* Icon with text */
.bordered-span i {
    margin-right: 5px;
    font-size: 20px;
}

.bordered-span {
    display: inline-flex;
    align-items: center;
    border: 0.5px solid gray;
    border-radius: 5px;
    padding: 5px 10px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.bi-person {
    margin-right: 5px;
}

/* Legacy support for IE */
/* Use specific hacks or polyfills as needed */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* For IE10/11 */
    .is-sticky {
        position: relative; /* Sticky fallback */
        top: auto;
    }
}
