@use "sass:math";
:root {
    --theme-color: #fd6100;
    --theme-color2: #f20f10;
    --title-color: #0f2239;
    --body-color: #4d5765;
    --smoke-color: #f3f7fb;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #72849b;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #ecf1f9;
    --title-font: "Poppins", sans-serif;
    --body-font: "Poppins", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1380px;
    --container-gutters: 24px;
    --section-space: 60px;
    --section-space-mobile: 50px;
    --section-title-space: 50px;
    --ripple-ani-duration: 5s;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


html,
body {
    scroll-behavior: auto !important;
}
body {
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 24px;
    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 var(--border-color);
    padding: 9px 12px;
}
a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
a:hover {
    color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
img {
    border: none;
    max-width: 100%;
}
ins {
    text-decoration: none;
}
pre {
    font-family: var(--body-font);
    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 {
    font-family: var(--body-font);
    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.4;
    margin: 0 0 15px 0;
}
.h1,
h1 {
    font-size: 60px;
    line-height: 1.167;
}
.h2,
h2 {
    font-size: 48px;
    line-height: 1.208;
}
.h3,
h3 {
    font-size: 36px;
    line-height: 1.278;
}
.h4,
h4 {
    font-size: 30px;
    line-height: 1.333;
    font-weight: 700;
}
.h5,
h5 {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
}
.h6,
h6 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}
@media (max-width: 1399px) {
    .h1,
    h1 {
        font-size: 48px;
    }
    .h2,
    h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 36px;
    }
    .h3,
    h3 {
        font-size: 30px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 20px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 28px;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 22px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.3;
    }
}
@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px;
    }
}
@media (max-width: 1399px) {
    :root {
        --main-container: 1200px;
    }
}
@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 (min-width: 1700px) {
    .as-container {
        --main-container: 1450px;
        -webkit-transform: translateX(-115px);
        -ms-transform: translateX(-115px);
        transform: translateX(-115px);
    }
    .as-container3 {
        --main-container: 1760px;
    }
}
@media (min-width: 1600px) {
    .as-container {
        --main-container: 1350px;
        -webkit-transform: translateX(-65px);
        -ms-transform: translateX(-65px);
        transform: translateX(-65px);
    }
    .as-container2 {
        --main-container: 1680px;
    }
}
@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;
    }
}
.slick-track > [class*="col"] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    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);
}
.gy-30 {
    --bs-gutter-y: 30px;
}
.gy-40 {
    --bs-gutter-y: 40px;
}
.gy-50 {
    --bs-gutter-y: 50px;
}
.gx-10 {
    --bs-gutter-x: 10px;
}
@media (min-width: 1500px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }
}
@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }
    .gx-25 {
        --bs-gutter-x: 25px;
    }
    .gx-40 {
        --bs-gutter-x: 40px;
    }
}
@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}
select,
.form-control,
.form-select,
textarea,
input {
    height: 55px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--smoke-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color);
}
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color);
}
select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
    border: 1px solid transparent;
    padding-left: 52px;
    background-image: none;
}
select.style2 ~ i,
.form-control.style2 ~ i,
.form-select.style2 ~ i,
textarea.style2 ~ i,
input.style2 ~ i {
    color: var(--theme-color);
    font-weight: 400;
    left: 25px;
    max-width: 16px;
}
select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
    background-color: var(--white-color);
    border: none;
}
.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;
        background: #fff;
    border: 1px solid #f7941d;
    padding-left: 15px;
    background: #fff;
    padding-right: 10px;
}
textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 5px;
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}
.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: #93a5be;
}
.form-group > i.fa-envelope {
    padding-top: 1px;
}
.form-group > i.fa-comment {
    margin-top: -2px;
}
.form-group > i.fa-chevron-down {
    width: 17px;
    background-color: var(--white-color);
}
.form-group.has-label > i {
    top: 50px;
}
[class*="col-"].form-group > i {
    right: calc((var(--bs-gutter-x) / 2) + 25px);
}
[class*="col-"].form-group .style2 ~ i {
    left: calc((var(--bs-gutter-x) / 2) + 25px);
}
option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}
input[type="checkbox"] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 0.5px;
    background-color: var(--white-color);
  border: 1px solid #767676;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
}
input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
input[type="radio"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}
input[type="radio"] ~ label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:checked ~ label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
}
label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
}
textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none;
}
textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}
.row.no-gutters > .form-group {
    margin-bottom: 0;
}
.form-messages {
    display: none;
}
.form-messages.mb-0 * {
    margin-bottom: 0;
}
.form-messages.success {
    color: var(--success-color);
    display: block;
}
.form-messages.error {
    color: var(--error-color);
    display: block;
}
.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit;
}
.slick-track > [class*="col"] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    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 {
    min-width: 100%;
}
.slick-slide img {
    display: inline-block;
}
.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 60px 0 0 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    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 {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 20px;
    height: 20px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: transparent;
    border: 2px solid #cedce9;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
}
.slick-dots button:hover {
    border-color: var(--theme-color);
}
.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    visibility: hidden;
    opacity: 1;
}
.slick-dots .slick-active button {
    border-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
    background-color: var(--theme-color);
    visibility: visible;
    opacity: 1;
}
.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    z-index: 2;
    border-radius: 999px;
}
.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}
.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto;
}
.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent;
}
.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}
.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px;
    }
}
@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px;
    }
}
@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: 40px 0 0 0;
    }
}
.as-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.as-menu-wrapper .mobile-logo {
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    text-align: center;
    background-color: rgba(28, 185, 200, 0.1);
}
.as-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}
.as-menu-wrapper .as-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
}
.as-menu-wrapper .as-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.as-menu-wrapper .as-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;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}
.as-menu-wrapper.as-body-visible {
    opacity: 1;
    visibility: visible;
}
.as-menu-wrapper.as-body-visible .as-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.as-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 20px;
    text-align: left;
}
.as-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.as-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.as-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}
.as-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
}
.as-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}
.as-mobile-menu ul li.as-active > a {
    color: var(--theme-color);
}
.as-mobile-menu ul li.as-active > a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.as-mobile-menu ul li ul li {
    padding-left: 20px;
}
.as-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}
.as-mobile-menu ul .as-item-has-children > a .as-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}
.as-mobile-menu ul .as-item-has-children > a .as-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}
.as-mobile-menu ul .as-item-has-children > a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
}
.as-mobile-menu ul .as-item-has-children.as-active > a .as-mean-expand:before {
    content: "\f068";
}
.as-mobile-menu ul .as-item-has-children.as-active > a:after {
    content: "\f068";
}
.as-mobile-menu > ul {
    padding: 0 10px;
}
.as-mobile-menu > ul > li:last-child {
    border-bottom: none;
}
.as-menu-toggle {
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px;
}
.as-menu-toggle:hover {
    background-color: var(--title-color);
}
.as-menu-toggle.style-text,
.as-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}
.as-menu-toggle.style-text i,
.as-menu-toggle.style-text-white i {
    margin-right: 10px;
}
.as-menu-toggle.style-text-white {
    color: var(--white-color);
}
@media (max-width: 400px) {
    .as-menu-wrapper .as-menu-area {
        width: 100%;
        max-width: 270px;
    }
    .as-mobile-menu > ul {
        padding: 0 10px;
    }
}
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
        background-color: #1960b5;
}
.preloader .as-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
}
.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}
.preloader-inner img {
    display: block;
    margin: 0 auto 10px auto;
}
.loader {
    width: 48px;
    height: 48px;
    background: var(--theme-color);
    display: block;
    margin: 20px auto;
    position: relative;
    box-sizing: border-box;
    animation: rotationBack 1s ease-in-out infinite reverse;
}
.loader::before {
    content: "";
    box-sizing: border-box;
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 48px;
    height: 48px;
    background: var(--theme-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.loader::after {
    content: "";
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@-webkit-keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.as-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 25px;
    box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
    border-radius: 40px;
}
.as-btn:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color: var(--title-color);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
}
.as-btn:hover,
.as-btn.active {
    color: var(--white-color);
}
.as-btn:hover::before,
.as-btn.active::before {
    height: 560%;
}
.as-btn.style2 {
    background-color: transparent;
    color: #fd6100;
    border: 1px solid #fd6100;
    padding: 19.5px 27px;
    box-shadow: none;
}
.as-btn.style2:hover {
    color: var(--title-color);
}
.as-btn.style2:hover:before {
    background-color: var(--white-color);
}
.as-btn.style3 {
    box-shadow: none;
}
.as-btn.style3:hover {
    color: var(--title-color);
}
.as-btn.style3:before {
    background-color: var(--white-color);
}
.as-btn.style4 {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 19.5px 27px;
    box-shadow: none;
}
.as-btn.style4:before {
    background-color: var(--white-color);
}
.as-btn.style4:hover {
    color: var(--white-color);
}
.as-btn.style4:hover:before {
    background-color: var(--theme-color);
}
.as-btn.style5 {
    background-color: var(--smoke-color);
    color: var(--theme-color);
    box-shadow: none;
}
.as-btn.style5:before {
    background-color: var(--smoke-color);
}
.as-btn.style5:hover {
    color: var(--white-color);
}
.as-btn.style5:hover:before {
    background-color: var(--theme-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(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: none;
}
.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.play-btn > i {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.2em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--title-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.play-btn:after {
    -webkit-animation-delay: 2s;
    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: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color);
}
.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.link-btn:hover {
    color: var(--theme-color);
}
.link-btn:hover::before {
    width: 100%;
}
.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, 55px);
    height: var(--btn-size, 55px);
    line-height: var(--btn-size, 55px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -10px);
    top: var(--extra-shape, -10px);
    right: var(--extra-shape, -10px);
    bottom: var(--extra-shape, -10px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
}
.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color);
}
.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 568px) {

    .venue
    {
      font-size: 9px !IMPORTANT;
    }
    .header-logo img {
  width: 66px !IMPORTANT;
}
    }
@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;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 96;
}
.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }
    .scrollToTop {
        right: 20px;
    }
    .scrollToTop.show {
        bottom: 20px;
    }
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
    margin-top: -0.23em;
}
.sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-top: -0.41em;
    margin-bottom: 22px;
    display: inline;
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2;
}
.title-area .sec-title {
    margin-bottom: 15px;
}
.title-area.mb-0 .sec-title {
    margin-bottom: -0.41em;
}
.sec-text {
    max-width: 670px;
}
.title-area.text-center .sec-text {
    margin-left: auto;
    margin-right: auto;
}
.sec-btn {
    margin-bottom: var(--section-title-space);
}
@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 18px;
    }
    .shadow-title {
        font-size: 96px;
    }
    .title-area,
    .sec-title {
        --section-title-space: 60px;
    }
    .title-area.mb-30,
    .sec-title.mb-30 {
        margin-bottom: 25px;
    }
    .title-area.mb-40,
    .sec-title.mb-40 {
        margin-bottom: 30px;
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 32px;
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 35px;
    }
    .title-area.mb-25,
    .sec-title.mb-25 {
        margin-bottom: 15px;
    }
    .title-area.mb-35,
    .sec-title.mb-35 {
        margin-bottom: 25px;
    }
    .sec-btn {
        --section-title-space: 65px;
    }
}
@media (max-width: 991px) {
    .shadow-title {
        font-size: 88px;
    }
    .sub-title {
        margin-bottom: 12px;
    }
    .title-area,
    .sec-title {
        --section-title-space: 30px;
    }
    .title-area.mb-30,
    .sec-title.mb-30 {
        margin-bottom: 20px;
    }
    .title-area.mb-40,
    .sec-title.mb-40 {
        margin-bottom: 25px;
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 27px;
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 28px;
    }
    .sec-btn {
        --section-title-space: 45px;
    }
}
@media (max-width: 767px) {
    .shadow-title {
        font-size: 60px;
    }
}
@media (max-width: 375px) {
    .shadow-title {
        font-size: 50px;
        top: 55%;
    }
}
.image-scale-hover {
    overflow: hidden;
}
.image-scale-hover img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}
.image-scale-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}
.z-index-common {
    position: relative;
    z-index: 3;
}
.z-index-n1 {
    z-index: -1;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    font-weight: 400;
}
.as-social a {
    display: inline-block;
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}
.as-social a:last-child {
    margin-right: 0;
}
.as-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.slider-shadow .slick-list {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px;
}
.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.video-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
} @media (max-width: 991px) {
     .video-box {
         min-height: 400px;
    }
     .video-box img {
         height: 400px;
         object-fit: cover;
    }
}
 .video-box .overlay {
     width: 100%;
     height: 100%;
     background-color: var(--black-color);
     opacity: 0.6;
     position: absolute;
     inset: 0;
}
 .video-box .play-btn {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: 2;
}
 .video-box .video-content {
     position: absolute;
     top: 50%;
     left: 0;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     text-align: center;
     width: 100%;
     padding: 30px 15px;
}
 .video-box .video-title {
     color: var(--white-color);
     margin: 0 auto 40px auto;
     font-weight: 500;
     max-width: 760px;
}
 @media (max-width: 1199px) {
     .video-box .video-title {
         margin: 0 auto 30px auto;
    }
}
 .video-box .video-text {
     font-size: 14px;
     text-transform: uppercase;
     color: var(--white-color);
     display: block;
     margin-top: 20px;
}
 .video-box .icon-btn {
     background-color: transparent;
     border: 1px solid;
     color: var(--white-color);
     --btn-size: 80px;
     font-size: 20px;
}
 .video-box .icon-btn:hover {
     color: var(--theme-color);
}
 .shape-mockup-wrap {
     z-index: 2;
     position: relative;
}
 .shape-mockup {
     position: absolute;
     z-index: -1;
}
 .shape-mockup.z-index3 {
     z-index: 3;
}
 .font-icon {
     font-family: var(--icon-font);
}
 .font-title {
     font-family: var(--title-font);
}
 .font-body {
     font-family: var(--body-font);
}
 .fw-extralight {
     font-weight: 100;
}
 .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-md {
     font-size: 18px;
}
 .fs-xs {
     font-size: 14px;
}
 .fs-40 {
     font-size: 40px;
}
 @media (max-width: 1199px) {
     .fs-40 {
         font-size: 34px;
    }
}
 @media (max-width: 991px) {
     .fs-40 {
         font-size: 30px;
    }
     .fs-40.mt-n3 {
         margin-top: -0.6rem;
    }
     .fs-40.mt-n2 {
         margin-top: -0.2rem;
    }
}
 .bg-theme {
     background-color: var(--theme-color) !important;
}
 .bg-theme2 {
     background-color: var(--theme-color2) !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;
}
 .gr-bg1 {
     background-image: -webkit-linear-gradient(194.6deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%);
     background-image: linear-gradient(255.4deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%);
}
 .gr-bg2 {
     background-image: -webkit-linear-gradient(right, #edf2fb 0%, #fff 100%);
     background-image: linear-gradient(270deg, #edf2fb 0%, #fff 100%);
}
 .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;
}
 .bg-auto {
     background-size: auto auto;
}
 .bg-bottom-right {
     background-size: auto;
     background-position: bottom right;
}
 .bg-top-center {
     background-size: 100% 67%;
     background-position: top center;
}
 .text-theme {
     color: var(--theme-color) !important;
}
 .text-theme2 {
     color: var(--theme-color2) !important;
}
 .text-title {
     color: var(--title-color) !important;
}
 .text-body {
     color: var(--body-color) !important;
}
 .text-white {
     color: var(--white-color) !important;
}
 .text-light {
     color: var(--light-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%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 [data-overlay] {
     position: relative;
     z-index: 2;
}
 [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;
}
 @media (max-width: 1199px) {
     .recent-post .post-title {
         font-size: 18px;
         line-height: 24px;
    }
     .widget_offer {
         padding-top: 40px;
         padding-bottom: 40px;
    }
     .col-lg-4 .sidebar-area .widget {
         --blog-space-y: 40px;
         --blog-space-x: 20px;
    }
}
 @media (max-width: 991px) {
     .sidebar-area {
         padding-top: 30px;
    }
     .wp-block-tag-cloud a, .tagcloud a {
         padding: 10.5px 18px;
    }
     .col-lg-4 .sidebar-area .widget {
         --blog-space-y: 40px;
         --blog-space-x: 40px;
    }
}
 @media (max-width: 767px) {
     .widget {
         --blog-space-y: 40px;
         --blog-space-x: 20px;
    }
     .col-lg-4 .sidebar-area .widget {
         --blog-space-y: 40px;
         --blog-space-x: 20px;
    }
}
 .footer-widget {
     margin-bottom: 40px;
}
 .footer-widget, .footer-widget .widget {
     padding: 0;
     border: none;
     padding-bottom: 0;
     background-color: transparent;
     box-shadow: none;
}
 .footer-widget .widget_title {
     position: relative;
     border: none;
     font-family: var(--title-font);
     color: var(--white-color);
     line-height: 1;
     border-bottom: 0;
     padding: 0 0 18px 0;
     margin: -0.1em 0 25px 0;
     max-width: 275px;
}
 .footer-widget .widget_title:before, .footer-widget .widget_title:after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 51px;
     height: 3px;
     background-color: var(--theme-color);
}
 .footer-widget .widget_title:after {
     width: 10px;
     left: 56px;
     border-right: 10px solid var(--theme-color);
     box-shadow: 15px 0 0 0 var(--theme-color);
}
 .footermenu {
     padding: 0;
}
 .footermenu li a {
     color: #fff;
}
 .footermenu li {
     margin-bottom: 9px;
     font-family: var(--body-font);
     list-style: none;
     color: #fff;
}
 .as-header .icon-btn {
     --btn-size: 45px;
     border: 1px solid #d0dbe9;
}
 .as-header .icon-btn:hover {
     border-color: var(--theme-color);
}
 .as-header .as-btn {
     padding: 19px 29px;
}
 .will-sticky .sticky-active {
     position: fixed;
     top: -100%;
     right: 0;
     left: 0;
     background-color: var(--white-color);
     -webkit-transition: all ease 0.8s;
     transition: all ease 0.8s;
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
 .will-sticky .sticky-active.active {
     top: 0;
}
 .main-menu a {
     display: block;
     position: relative;
     font-weight: 500;
     font-size: 14px;
     color: var(--title-color);
}
 .main-menu a:hover {
     color: var(--theme-color);
}
 .main-menu > ul > li {
     margin: 0 16px;
}
 .main-menu > ul > li > a {
     padding: 26px 0;
}
 .main-menu ul {
     margin: 0;
     padding: 0;
}
 .main-menu ul li {
     list-style-type: none;
     display: inline-block;
     position: relative;
}
 .main-menu ul li.menu-item-has-children > a:after {
     content: "\f107";
     position: relative;
     font-family: var(--icon-font);
     margin-left: 7px;
     top: 34%;
     position: absolute;
}
 .main-menu ul li:last-child {
     margin-right: 0 !important;
}
 .main-menu ul li:first-child {
     margin-left: 0 !important;
}
 .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);
     visibility: hidden;
     min-width: 190px;
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
     padding: 7px;
     left: -14px;
     margin-top: 50px;
     opacity: 0;
     z-index: -1;
     border: 1px solid var(--border-color);
     border-radius: 10px;
     -webkit-transform-origin: top center;
     -ms-transform-origin: top center;
     transform-origin: top center;
     -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
     transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
 .main-menu ul.sub-menu a, .main-menu ul.mega-menu a {
     font-size: 13px;
     line-height: 30px;
}
 .main-menu ul.sub-menu {
     padding: 18px 20px;
     left: -27px;
}
 .main-menu ul.sub-menu li {
     display: block;
     margin: 0 0;
     padding: 0px 9px;
}
 .main-menu ul.sub-menu li.menu-item-has-children > a:after {
     content: "\f105";
     float: right;
     top: 1px;
}
 .main-menu ul.sub-menu li a {
     position: relative;
     padding-left: 23px;
     text-transform: capitalize;
}
 .main-menu ul.sub-menu li a:before {
     content: "\f356";
     position: absolute;
     top: 8px;
     left: 0;
     font-family: var(--icon-font);
     width: 11px;
     height: 11px;
     text-align: center;
     border-radius: 50%;
     display: inline-block;
     font-size: 0.9em;
     line-height: 1;
     color: var(--theme-color);
     font-weight: 700;
}
 .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: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     text-align: left;
     width: 100%;
     max-width: var(--main-container);
     padding: 20px 15px 23px 15px;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-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: 2px 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: capitalize;
     letter-spacing: 1px;
     font-weight: 700;
     color: var(--title-color);
     border-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;
}
 .category-menu {
     position: absolute;
     text-align: left;
     top: 100%;
     left: 0;
     background-color: var(--white-color);
     visibility: hidden;
     min-width: 190px;
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
     padding: 25px 30px;
     left: 0;
     margin-top: 50px;
     opacity: 0;
     z-index: -1;
     border: 1px solid var(--border-color);
     border-radius: 10px;
     -webkit-transform-origin: top center;
     -ms-transform-origin: top center;
     transform-origin: top center;
     -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
     transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
 .category-menu ul {
     padding: 0;
     margin-bottom: 0;
}
 .category-menu li {
     list-style: none;
     margin-bottom: 6px;
}
 .category-menu li:last-child {
     margin-bottom: 0;
}
 .category-menu a {
     font-weight: 500;
     text-transform: capitalize;
     color: var(--title-color);
     position: relative;
     padding-left: 23px;
}
 .category-menu a:before {
     content: "\f07c";
     position: absolute;
     top: 4px;
     left: 0;
     font-family: var(--icon-font);
     width: 11px;
     height: 11px;
     text-align: center;
     border-radius: 50%;
     display: inline-block;
     font-size: 0.9em;
     line-height: 1;
     color: var(--theme-color);
     font-weight: 400;
}
 .category-menu a:hover {
     color: var(--theme-color);
}
 .category-menu-wrap {
     position: relative;
     height: 100%;
     padding: 42px 0;
}
 .category-menu-wrap:hover .category-menu {
     visibility: visible;
     opacity: 1;
     margin-top: 0;
     z-index: 9;
}
 .menu-expand {
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
     color: var(--theme-color);
     background-color: #eef3f9;
     padding: 12.5px 24px;
     border-radius: 5px;
}
 .menu-expand i {
     margin-right: 10px;
}
 .simple-icon {
     border: none;
     background-color: transparent;
     padding: 0;
     color: var(--body-color);
}
 .simple-icon:hover {
     color: var(--theme-color);
}
 .header-button {
     height: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 15px;
     margin-left: 15px;
}
 .header-button .icon-btn {
     position: relative;
}
 .header-links ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
}
 .header-links li {
     display: inline-block;
     position: relative;
     font-size: 16px;
     font-weight: 400;
}
 .header-links li:not(:last-child) {
     padding: 0 20px 0 0;
     margin: 0 17px 0 0;
}
 .header-links li:not(:last-child):before {
     content: "";
     position: absolute;
     right: 0;
     top: 50%;
     background-color: rgba(255, 255, 255, 0.2);
     width: 1px;
     height: 16px;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .header-links li > i {
     margin-right: 10px;
}
 .header-links li, .header-links span, .header-links p, .header-links a {
     font-family: var(--body-font);
     color: var(--body-color);
}
 .header-links i {
     color: var(--body-color);
}
 .header-links b, .header-links strong {
     font-weight: 600;
}
 .header-social .social-title {
     font-weight: 400;
     font-size: 16px;
     display: inline-block;
     margin: 0 10px 0 0;
}
 .header-social a {
     font-size: 14px;
     display: inline-block;
     color: var(--body-color);
     margin: 0 15px 0 0;
}
 .header-social a:last-child {
     margin-right: 0;
}
 .header-social a:hover {
     color: var(--theme-color);
}
 .header-logo {
     padding-top: 15px;
     padding-bottom: 15px;
}
 .header-notice {
     margin-bottom: 0;
     display: inline-block;
}
 .footer-wrapper {
     position: relative;
     z-index: 2;
}
 .footer-wrapper .as-social a {
     background-color: #fff;
     color: var(--black-color);
}
 .footer-wrapper .as-social a:hover {
     background-color: var(--theme-color);
     border-color: var(--theme-color);
}
 .widget-area {
     padding-top: var(--section-space);
     padding-bottom: 80px;
}
 .copyright-wrap {
     padding: 9px 0;
}
 .copyright-text {
     margin: 0;
}
 .copyright-text a {
     color: inherit;
}
 .copyright-text a:hover {
     color: var(--white-color);
}
 @media (max-width: 1399px) {
     .as-social a {
         margin-right: 3px;
    }
     .as-social a:last-child {
         margin-right: 0;
    }
}
 .footer-links ul {
     padding: 0;
     margin: 0;
}
 .footer-links li {
     font-family: var(--body-font);
     display: inline-block;
     margin-right: 20px;
}
 .footer-links li:last-child {
     margin-right: 0;
}
 .footer-links a {
     font-family: inherit;
     color: var(--body-color);
}
 .footer-links a:hover {
     color: var(--white-color);
}
 @media (max-width: 991px) {
     .copyright-text {
         text-align: center;
    }
}
 @media (max-width: 1399px) {
     .download-btn {
         padding: 10px 26px;
    }
}
 @media (max-width: 1199px) {
     .footer-top .footer-logo {
         text-align: center;
         margin-bottom: 20px;
    }
     .info-box-wrap {
         -webkit-box-pack: start;
         -webkit-justify-content: flex-start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         gap: 25px 60px;
    }
}
 .footer-social {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     gap: 20px;
     margin-top: 22px;
}
 .footer-social a {
     color: var(--white-color);
}
 .footer-social a:hover {
     color: var(--theme-color);
}
 .footer-layout4 {
     --body-color: #fff;
     --border-color: #254684;
     background-color: #0d5ef4;
}
 .footer-layout4 .widget-area {
     padding-top: 40px;
     padding-bottom: 0px;
}
 .footer-layout4 .footer-widget.style2 .widget_title {
     font-size: 20px;
}
 .footer-layout4 .copyright-wrap {
     border-top: 1px solid var(--border-color);
}
 .footer-layout4 .copyright-text {
     color: var(--white-color);
     font-size: 12px;
}
 .footer-layout4 .widget_meta a:hover, .footer-layout4 .widget_pages a:hover, .footer-layout4 .widget_archive a:hover, .footer-layout4 .widget_categories a:hover, .footer-layout4 .widget_nav_menu a:hover {
     color: var(--theme-color);
}
 .footer-layout4 .widget_meta a:hover:before, .footer-layout4 .widget_pages a:hover:before, .footer-layout4 .widget_archive a:hover:before, .footer-layout4 .widget_categories a:hover:before, .footer-layout4 .widget_nav_menu a:hover:before {
     color: var(--theme-color);
     -webkit-transform: translateX(4px);
     -ms-transform: translateX(4px);
     transform: translateX(4px);
}
 @media (max-width: 991px) {
     .footer-layout4 .widget-area {
         padding-top: 80px;
         padding-bottom: 40px;
    }
}
 .breadcumb-menu {
     max-width: 100%;
     padding: 0;
     margin: 5px 0 -0.5em 0;
     list-style-type: none;
     position: relative;
}
 .breadcumb-menu li {
     display: inline-block;
     margin-right: 3px;
     padding-right: 5px;
     list-style: none;
     position: relative;
}
 .breadcumb-menu li:after {
     content: "\f054";
     position: relative;
     margin-left: 10px;
     font-weight: 600;
     font-size: 10px;
     color: var(--white-color);
     font-family: var(--icon-font);
}
 .breadcumb-menu li:last-child {
     padding-right: 0;
     margin-right: 0;
}
 .breadcumb-menu li:last-child:after {
     display: none;
}
 .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
     white-space: normal;
     color: inherit;
     word-break: break-word;
     font-weight: 400;
     font-size: 14px;
     color: var(--white-color);
}
 .breadcumb-title {
     font-size: 20px;
     font-weight: 600;
     line-height: 1.18;
     text-transform: uppercase;
     color: var(--white-color);
     margin: 0 0 -0.2em 0;
}
 .breadcumb-wrapper {
     background-color: var(--title-color);
     padding: 30px 0;
     text-align: center;
     overflow: hidden;
}
 @media (max-width: 1199px) {
     .breadcumb-title {
         font-size: 25px;
    }
     .breadcumb-wrapper {
         padding: 30px;
    }
}
 @media (max-width: 991px) {
     .breadcumb-wrapper {
         padding: 30px 0;
    }
}
 @media (max-width: 767px) {
     .venue-add {
         font-size: 10px !important;
         line-height: 15px !important;
         padding-top: 7px !important;
    }
     .course-grid .course-content {
         width: 94% !important;
    }
}
 .sidemenu-wrapper {
     position: fixed;
     z-index: 99999;
     right: 0;
     top: 0;
     height: 100%;
     width: 0;
     background-color: rgba(0, 0, 0, 0.75);
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all ease 0.8s;
     transition: all ease 0.8s;
}
 .sidemenu-wrapper .closeButton {
     display: inline-block;
     border: 2px solid;
     width: 50px;
     height: 50px;
     line-height: 50px;
     font-size: 24px;
     padding: 0;
     position: absolute;
     top: 20px;
     right: 20px;
     background-color: var(--white-color);
     border-radius: 50%;
     -webkit-transform: rotate(0);
     -ms-transform: rotate(0);
     transform: rotate(0);
     -webkit-transition: all ease 0.4s;
     transition: all ease 0.4s;
}
 .sidemenu-wrapper .closeButton:hover {
     color: var(--theme-color);
     border-color: var(--theme-color);
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
}
 .sidemenu-wrapper .sidemenu-content {
     background-color: var(--white-color);
     width: 450px;
     margin-left: auto;
     padding: 80px 30px;
     height: 100%;
     overflow: scroll;
     position: relative;
     right: -500px;
     cursor: auto;
     -webkit-transition-delay: 1s;
     transition-delay: 1s;
     -webkit-transition: right ease 1s;
     transition: right ease 1s;
}
 .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
     box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
     background-color: #f5f5f5;
}
 .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
     width: 2px;
     background-color: #f5f5f5;
}
 .sidemenu-wrapper .widget {
     padding: 0;
     border: none;
     background-color: transparent;
}
 .sidemenu-wrapper.show {
     opacity: 1;
     visibility: visible;
     width: 100%;
     -webkit-transition: all ease 0.8s;
     transition: all ease 0.8s;
}
 .sidemenu-wrapper.show .sidemenu-content {
     right: 0;
     opacity: 1;
     visibility: visible;
}
 .f-13 {
     font-size: 13px;
     margin-bottom: 0px;
     color: #fd6100;
}
 .as-product {
     text-align: center;
     -webkit-transition: all ease .4s;
     transition: all ease .4s;
    /* border: 1px solid #ccc;
     */
     border-radius: 10px;
     background: #fff;
     padding-bottom: 10px;
     padding: 20px 10px;
}
 .as-product .product-title {
     font-size: 15px;
     margin: 0;
     margin-bottom: 0px;
}
 .as-product .product-title a {
     color: inherit;
}
 .as-product .product-title a:hover {
     color: var(--theme-color);
}
 .as-product .product-img {
     overflow: hidden;
     position: relative;
     margin: 0 0 10px 0;
     text-align: center;
     z-index: 2;
     border-radius: 8px;
}
 .product-content {
     height: 100px;
}
 .as-product .product-img img {
     -webkit-transition: all ease 0.4s;
     transition: all ease 0.4s;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     width: 100px;
     height: 100px;
     border-radius: 100%;
     background: #fff;
     border: 2px solid #fd6100;
     margin-top: 10px;
}
 @media (max-width: 767px) {
     .as-product .product-img img {
         width: 70px;
         height: 70px;
         margin-top: 0;
    }
     .as-product {
         padding: 10px 10px 20px;
         height: 100%;
         min-height: 240px;
    }
     .as-product .product-title {
         font-size: 13px;
    }
     .product-content .f-13 {
         font-size: 11px;
         margin-bottom: 5px;
         color: #fd6100;
         margin-top: 5px;
         line-height: 13px;
    }
     .price {
         line-height: 16px;
    }
}
 .theme-color {
     color: #fd6100;
}
 .speakers {
     background: #fff;
     padding: 0;
     border-radius: 100%;
     border: 2px solid #fd6100;
     padding: 0;
     width: 350px;
     height: 350px !IMPORTANT;
}
 .map-contact {
     padding: 60px 30px;
     background-color: var(--white-color);
     border-radius: 10px;
     position: relative;
     z-index: 3;
}
 .border-title {
     position: relative;
     padding-bottom: 14px;
     margin-bottom: 25px;
     margin-top: -0.22em;
     font-weight: 600;
}
 .border-title:before {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     height: 3px;
     width: 80px;
     background-color: var(--theme-color);
}
 .contact-info {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     max-width: 340px;
     gap: 10px;
     margin-bottom: 10px;
}
 .contact-info:last-of-type {
     margin-bottom: 0;
}
 .contact-info_icon {
     width: 30px;
     height: 30px;
     line-height: 30px;
     font-size: 13px;
     background-color: rgba(13, 94, 244, 0.07);
     text-align: center;
     color: var(--theme-color);
     border-radius: 5px;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
}
 .contact-info_title {
     font-size: 20px;
     margin-bottom: 6px;
     margin-top: -0.2em;
}
 .contact-info_text {
     margin-bottom: -0.45em;
     line-height: 1.5;
     display: block;
     max-width: -webkit-fit-content;
     max-width: -moz-fit-content;
     max-width: fit-content;
}
 .contact-info_text a {
     color: var(--title-color);
}
 .contact-info_text a:hover {
     color: var(--theme-color);
}
 .contact-info:hover .contact-info_icon {
     background-color: var(--theme-color);
     color: var(--white-color);
}
 @media (max-width: 767px) {
     .map-contact {
         padding: 30px;
    }
     .m-mt-30 {
         margin-top: 30px;
    }
     .contact-info {
         margin-bottom: 10px;
    }
     .contact-info:last-of-type {
         margin-bottom: 0;
    }
}
 .contact-form {
     max-width: 720px;
}
 .contact-form-wrap {
     background-color: var(--smoke-color);
     padding: 40px 40px;
     border-radius: 10px;
     background-position: left center;
}
 @media (max-width: 991px) {
     .contact-form-wrap {
         padding: 50px;
    }
}
 @media (max-width: 767px) {
     .contact-form-wrap {
         padding: 50px 20px;
    }
}
 .feature-box {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 10px 20px;
}
 .feature-box-wrap {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
     column-gap: 40px;
     row-gap: 20px;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     border-top: 1px solid;
     border-bottom: 1px solid;
     border-color: #e3e9f0;
     padding-top: 35px;
     padding-bottom: 35px;
}
 .feature-box_title {
     font-size: 22px;
     font-weight: 600;
     margin-bottom: 8px;
}
 .feature-box_text {
     margin-bottom: 0;
}
 .feature-box_icon {
     position: relative;
     text-align: center;
     z-index: 2;
}
 .discover .blog-card {
     height: 360px;
     font-size: 20px;
     padding: 10px;
     border: 1px solid #fd6100;
     border-radius: 4px;
}
 .blog-card {
     box-shadow: 0px 3px 0px #dfeaf4;
     border-radius: 10px;
     background-color: var(--white-color);
     overflow: hidden;
     ;
}
 .blog-card .blog-title {
     font-size: 14px;
     margin-top: 0;
     line-height: 1.417;
     font-weight: 500;
     margin-bottom: 0;
     text-align: center;
}
 .blog-card .blog-img {
     overflow: hidden;
}
 .blog-card .blog-img img {
     width: 100%;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
}
 .blog-card .blog-content {
     padding: 10px;
}
 .blog-card .blog-meta {
     margin-top: -0.4em;
     margin-bottom: 20px;
}
 .blog-card .link-btn {
     font-size: 16px;
     font-weight: 500;
     margin-bottom: -0.2em;
     display: block;
     width: -webkit-fit-content;
     width: -moz-fit-content;
     width: fit-content;
}
 .blog-card:hover .blog-img img {
    /* -webkit-transform: scale(1.08);
     -ms-transform: scale(1.08);
     transform: scale(1.08);
    */
}
 @media (max-width: 767px) {
     .discover .blog-card {
         height: auto;
    }
}
 .brand-box-wrap {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     gap: 40px 24px;
}
 @media (max-width: 430px) {
     .brand-box-wrap {
         grid-template-columns: repeat(3, 1fr);
         gap: 24px 24px;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}
 .space, .space-top {
     padding-top: var(--section-space);
}
 .space, .space-bottom {
     padding-bottom: var(--section-space);
}
 .space-extra, .space-extra-top {
     padding-top: calc(var(--section-space) - 30px);
}
 .space-extra, .space-extra-bottom {
     padding-bottom: calc(var(--section-space) - 30px);
}
 .space-extra2, .space-extra2-top {
     padding-top: calc(var(--section-space) - 40px);
}
 .space-extra2, .space-extra2-bottom {
     padding-bottom: calc(var(--section-space) - 40px);
}
 @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;
    }
     .space-extra2, .space-extra2-top {
         padding-top: 70px;
    }
     .space-extra2, .space-extra2-bottom {
         padding-bottom: 70px;
    }
}
 .as-btn.style6 {
     background-color: var(--white-color);
     color: var(--theme-color);
     box-shadow: none;
}
 .as-btn.style6:before {
     background-color: var(--smoke-color);
}
 .as-btn.style6:hover {
     color: var(--white-color);
}
 .as-btn.style6:hover:before {
     background-color: var(--title-color);
}
 .btn-wrap {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     gap: 20px 40px;
}
 .main-menu a .new-label {
     font-size: 13px;
     background-color: var(--theme-color);
     color: var(--white-color);
     padding: 2px 5px;
     border-radius: 4px;
     position: relative;
     top: -1px;
}
 .header-link {
     display: inline-block;
     color: var(--white-color);
     margin-right: 40px;
}
 .header-link:last-child {
     margin-right: 0;
}
 .header-link:hover {
     color: var(--theme-color);
}
 .header-link .icon-btn {
     margin-right: 10px;
     font-size: 14px;
     border: none;
}
 .icon-btn.style2 {
     background-color: transparent;
     border: 2px solid var(--white-color);
     color: var(--white-color);
     line-height: 42px;
}
 .icon-btn.style2:hover {
     background-color: var(--title-color);
     border-color: var(--title-color);
}
 .dropdown-link {
     position: relative;
}
 .dropdown-link > a {
     color: var(--white-color);
}
 .dropdown-toggle::after {
     content: "\f107";
     border: none;
     font-family: var(--icon-font);
     vertical-align: middle;
     font-weight: 400;
     margin-left: 6px;
}
 .dropdown-menu {
     width: -webkit-fit-content;
     width: -moz-fit-content;
     width: fit-content;
     min-width: auto;
     top: calc(100% + 10px) !important;
     left: 50% !important;
     -webkit-transform: translateX(-50%) !important;
     -ms-transform: translateX(-50%) !important;
     transform: translateX(-50%) !important;
     padding: 8px 20px !important;
     text-align: center;
     border-color: var(--border-color);
}
 .dropdown-menu li {
     padding-right: 0;
     margin-right: 0;
}
 .dropdown-menu li:after {
     display: none;
}
 .dropdown-menu li a {
     display: block;
}
 .dropdown-menu a {
     color: var(--body-color);
}
 .dropdown-menu a:hover {
     color: var(--theme-color) !important;
}
 .dropdown-menu:before {
     content: "";
     position: absolute;
     left: 50%;
     top: -7px;
     width: 14px;
     height: 14px;
     margin-left: -7px;
     background-color: var(--white-color);
     z-index: -1;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     border-top: 1px solid var(--border-color);
     border-left: 1px solid var(--border-color);
}
 .simple-icon {
     border: none;
     background-color: transparent;
}
 .simple-icon.style2 {
     font-size: 28px;
}
 .simple-icon:hover {
     color: var(--theme-color);
}
 .header-layout8 {
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     background-color: #fff;
     border-bottom: 1px solid rgba(255, 255, 255, 0.3);
     padding: 2px 0px;
     z-index: 999;
     position: relative;
}
 .banner {
     margin-top: 9%;
}
 .form-group .form-select ~ i {
     background-color: var(--smoke-color);
     width: 16px;
}
 .sidemenu2 {
     --body-color: #b3c1d3;
}
 .sidemenu2 .sidemenu-content {
     background-color: #0f1b31;
}
 .sidemenu2 .closeButton {
     border: 2px solid var(--theme-color);
}
 .sidemenu-wrapper .closeButton {
     line-height: 48px;
}
 .box-title {
     font-size: 18px;
     line-height: 1.217;
     margin-bottom: 0px ! IMPORTANT;
}
 .rounded-10 {
     border-radius: 10px;
}
 .rounded-10 img {
     border-radius: inherit;
}
 @-webkit-keyframes jumpIcon {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     50% {
         -webkit-transform: translateY(-8px);
         transform: translateY(-8px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes jumpIcon {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     50% {
         -webkit-transform: translateY(-8px);
         transform: translateY(-8px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 .bg-smoke-half {
     background-image: -webkit-linear-gradient(right, var(--smoke-color), var(--smoke-color));
     background-image: linear-gradient(to left, var(--smoke-color), var(--smoke-color));
     background-repeat: no-repeat;
     background-size: 100% 50%;
     background-position: bottom center;
}
 .line-btn {
     font-weight: 600;
     font-size: 14px;
     display: inline-block;
     line-height: 0.8;
     position: relative;
     padding-bottom: 2px;
     margin-bottom: -2px;
     text-transform: uppercase;
     color: var(--theme-color);
}
 .line-btn i {
     margin-left: 5px;
     font-size: 0.9rem;
}
 .line-btn:before {
     content: "";
     position: absolute;
     left: 0;
     bottom: -1px;
     width: 100%;
     height: 2px;
     background-color: var(--theme-color);
     -webkit-transition: all ease 0.4s;
     transition: all ease 0.4s;
}
 .line-btn:hover {
     color: var(--theme-color);
}
 .line-btn:hover::before {
     width: 50px;
}
 .z-index-3 .slick-slider {
     z-index: 3;
}
 .slick-arrow {
     width: var(--icon-size, 55px);
     height: var(--icon-size, 55px);
     font-size: var(--icon-font-size, 16px);
     margin-top: calc(var(--icon-size, 55px) / -2);
     color: var(--theme-color);
}
 @media (max-width: 991px) {
     .slick-arrow {
         --icon-size: 40px;
         margin-right: 40px;
    }
     .slick-arrow.slick-next {
         margin-right: 0;
         margin-left: 0;
    }
     .icon-box .slick-arrow {
         margin: 0;
    }
     .icon-box .slick-arrow.slick-next {
         margin: 0;
    }
}
 .as-social.style2 a {
     background-color: transparent;
     border: 1px solid var(--white-color);
     color: var(--white-color);
}
 .as-social.style2 a:hover {
     background-color: var(--white-color);
     color: var(--theme-color);
}
 .main-menu a .new-label {
     font-size: 12px;
     padding: 0px 5px;
     margin-left: 4px;
}
 .award-box {
     background-color: var(--smoke-color);
     text-align: center;
     border-radius: 10px;
     padding: 20px 5px;
}
 .award-box-wrap {
     margin-top: 50px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 15px;
}
 .award-box_icon {
     margin-bottom: 15px;
}
 .award-box_title {
     margin-bottom: 2px;
}
 .award-box_time {
     margin-bottom: -0.5em;
}
 .img-box10 {
     position: relative;
     right: 2px;
}
 .img-box10:before {
     content: "";
     width: 277px;
     height: 277px;
     background-color: var(--theme-color);
     position: absolute;
     bottom: 0;
     left: -50px;
     z-index: -1;
     -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
     clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
 .img-box10 .img1 {
     padding-bottom: 50px;
}
 .img-box10 .img1 img {
     width: 100%;
     border-radius: 10px;
}
 @media (max-width: 767px) {
     .award-box-wrap {
         grid-template-columns: repeat(1, 1fr);
    }
}
 .feature-block {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     gap: 20px;
}
 .feature-block_title {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 10px;
}
 .feature-block_text {
     margin-bottom: -0.5em;
}
 @media (max-width: 767px) {
     .feature-block {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         text-align: center;
         gap: 15px;
         max-width: 340px;
         margin-left: auto;
         margin-right: auto;
    }
}
 .list-column2 {
     display: grid;
     grid-template-columns: auto auto;
}
 .img-box11 {
     position: relative;
     text-align: right;
     margin-left: 30px;
     line-height: 0px;
}
 .img-box11 .img1 {
     display: inline-block;
     border-radius: 10px;
     overflow: hidden;
}
 .img-box11 .img2 {
     position: absolute;
     bottom: 0;
     left: 0;
     border-radius: 10px;
     overflow: hidden;
     background-color: var(--white-color);
     padding: 10px 10px 0 0;
}
 .img-box11 .img2 img {
     border-radius: inherit;
}
 .img-box11 .student-count {
     padding: 20px 20px 15px 0;
     box-shadow: none;
     text-align: left;
     position: absolute;
     top: 20px;
     left: 0;
}
 .img-box11 .student-count .student-text {
     margin-top: 5px;
     margin-bottom: 0;
}
 @media (max-width: 1399px) {
     .img-box11 {
         margin-left: 0;
    }
}
 @media (max-width: 1199px) {
     .img-box11 {
         margin-bottom: 40px;
    }
     .img-box11 .img2 {
         width: 60%;
         max-height: 300px;
    }
     .img-box11 .img2 img {
         height: 100%;
         width: 100%;
         object-fit: cover;
    }
}
 @media (max-width: 575px) {
     .list-column2 {
         grid-template-columns: auto;
         gap: 25px;
    }
}
 .cta-box {
     padding: 60px 30px;
     border-radius: 10px;
}
 .cta-box .cta-title {
     font-size: 30px;
     font-weight: 600;
     margin-top: -0.2em;
     margin-bottom: 23px;
}
 .cta-box .cta-text {
     max-width: 390px;
     margin-bottom: 35px;
}
 @media (max-width: 1199px) {
     .cta-box {
         padding: 60px;
    }
}
 @media (max-width: 767px) {
     .cta-box {
         padding: 45px 20px;
         background-position: left center;
    }
     .cta-box .cta-text {
         margin-bottom: 25px;
    }
     .cta-box .cta-title {
         margin-bottom: 16px;
         font-size: 26px;
         line-height: 1.45;
    }
}
 .footer-contact {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     gap: 30px;
     padding: 40px 0;
}
 .footer-contact-wrap {
     display: grid;
     grid-template-columns: auto auto auto auto auto;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .footer-contact-wrap .divider {
     background-color: #254684;
     height: 100%;
     width: 1px;
}
 .footer-contact_icon {
     background-color: rgba(13, 94, 244, 0.2) !important;
     border: 1px solid var(--theme-color);
     border-radius: 10px;
     color: var(--white-color);
     font-size: 24px;
     --btn-size: 60px;
}
 .footer-contact_text {
     margin-bottom: 2px;
     font-family: var(--title-font);
}
 .footer-contact_link {
     font-size: 22px;
     font-weight: 500;
     color: var(--white-color);
     display: block;
     margin-bottom: -0.2em;
}
 .footer-contact_link:hover {
     color: var(--theme-color);
}
 .footer-contact .as-social a {
     --icon-size: 32px;
     font-size: 12px;
     background-color: #193f85;
     border: 1px solid #2a4f93;
}
 @media (max-width: 1399px) {
     .footer-contact {
         gap: 20px;
    }
}
 @media (max-width: 991px) {
     .footer-contact {
         padding: 30px 0;
    }
     .footer-contact-wrap {
         grid-template-columns: 100%;
    }
     .footer-contact-wrap .divider {
         display: none;
    }
     .footer-contact:not(:last-child) {
         border-bottom: 1px solid #254684;
    }
}
 .feature-list {
     padding: 40px 30px 55px 30px;
     background-color: var(--theme-color);
     box-shadow: 0px 6px 30px rgba(0, 6, 18, 0.06);
     text-align: center;
     position: relative;
     z-index: 2;
     margin-bottom: 25px;
}
 .feature-list:after {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-color: var(--white-color);
     z-index: -1;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
}
 .feature-list_icon {
     width: 80px;
     height: 80px;
     line-height: 80px;
     font-size: 36px;
     color: var(--white-color);
     background-color: var(--theme-color);
     border-radius: 50%;
     margin: 0 auto 25px auto;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
     position: relative;
     z-index: 2;
     box-shadow: 0px 4px 20px rgba(13, 94, 244, 0.5);
}
 .feature-list_title {
     font-size: 24px;
     margin-bottom: 15px;
     margin-top: -0.24em;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
}
 .feature-list_text {
     margin-bottom: -0.45em;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
}
 .feature-list .icon-btn {
     --btn-size: 50px;
     background-color: var(--theme-color);
     color: var(--white-color);
     box-shadow: 0px 4px 18px rgba(13, 94, 244, 0.24);
     position: absolute;
     bottom: -25px;
     left: 50%;
     margin-left: -25px;
}
 .feature-list:hover:after {
     height: 0;
}
 .feature-list:hover .feature-list_icon {
     background-color: var(--white-color);
     color: var(--theme-color);
}
 .feature-list:hover .feature-list_title {
     color: var(--white-color);
}
 .feature-list:hover .feature-list_text {
     color: var(--white-color);
}
 .feature-list:hover .icon-btn {
     background-color: var(--white-color);
     color: var(--theme-color);
     -webkit-animation: jumpIcon 1s linear infinite;
     animation: jumpIcon 1s linear infinite;
}
 .feature-sec {
     background-image: -webkit-linear-gradient(right, var(--smoke-color), var(--smoke-color));
     background-image: linear-gradient(to left, var(--smoke-color), var(--smoke-color));
     background-size: 100% 60%;
     background-position: top center;
     background-repeat: no-repeat;
}
 .feature-card {
     box-shadow: 0px 4px 30px rgba(179, 193, 219, 0.3);
}
 .admission-card {
     padding: 10px;
     background-color: var(--white-color);
     box-shadow: 0px 4px 50px rgba(0, 6, 18, 0.1);
     border-radius: 10px;
     text-align: center;
     height: 100%;
}
 .bold {
     font-weight: bold;
}
 .admission-card_img {
     margin-bottom: 20px;
     border-radius: 10px;
     overflow: hidden;
}
 .admission-card_img img {
     width: 100%;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
}
 .admission-card:hover .admission-card_img img {
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
}
 @media (max-width: 375px) {
     .admission-card {
         padding: 20px;
    }
}
 .blog-recent {
     box-shadow: 0px 4px 15px rgba(0, 6, 18, 0.07);
     border-radius: 10px;
     background-color: var(--white-color);
     overflow: hidden;
}
 .blog-recent .blog-img {
     overflow: hidden;
}
 .blog-recent .blog-img img {
     width: 100%;
     padding: 14px;
}
 .blog-recent .blog-content {
     padding: 40px;
}
 .blog-recent .blog-title {
     font-weight: 600;
     margin-bottom: 25px;
}
 .blog-recent .blog-meta {
     border-bottom: 1px dashed #d9d9d9;
     padding-bottom: 24px;
     margin-top: -0.2em;
     margin-bottom: 21px;
}
 .blog-recent:hover .blog-img img {
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
}
 @media (max-width: 375px) {
     .blog-recent .blog-content {
         padding: 30px 18px;
    }
     .blog-recent .blog-title {
         font-size: 21px;
         line-height: 1.5;
         margin-bottom: 18px;
    }
     .blog-recent .blog-meta {
         margin-bottom: 15px;
         padding-bottom: 16px;
    }
     .blog-recent .blog-meta span, .blog-recent .blog-meta a {
         font-size: 14px;
    }
}
 .home-kindergarten {
     --theme-color: #fe5d37;
     --theme-color2: #786acf;
     --theme-color3: #aed139;
     --smoke-theme: #f9f6ef;
     --title-font: "Baloo 2", cursive;
}
 .bg-theme3 {
     background-color: var(--theme-color3);
}
 .bg-theme-smoke {
     background-color: var(--smoke-theme);
}
 .bg-mask {
     -webkit-mask-position: center center;
     mask-position: center center;
     -webkit-mask-size: 100% 100%;
     mask-size: 100% 100%;
     -webkit-mask-repeat: no-repeat;
     mask-repeat: no-repeat;
}
 .shape-mockup-wrap.z-index-common {
     z-index: 3;
}
 .bg-style-1 {
     padding: 60px 0;
}
 .our-partner p{
     text-align: center;
     font-family: var(--title-font);
     color: #fd6100;
     font-weight: 500;
     font-size: 14px;
     padding-bottom: 5px;
     margin-bottom: 0;
     padding-top: 20px;
}
 .our-partner img {
     background: #fff;
     border-radius: 8px;
     padding: 15px;
     text-align: center;
     border: 1px solid #dce9f6;
     width: 250px;
}
 .venue {
     color: #000;
     margin-bottom: 0;
     font-weight: 500;
     padding-left: 26px;
     font-size: 15px;
     line-height: 21px;
     padding-top: 11px;
     position: absolute;
}
 .our-partner {
     text-align: center;
}
 .banner .blog-card .blog-img img {
     width: 100%;
    /* -webkit-transition: 3s ease-in-in;
     transition: 3s ease-in-out;
    */
}
 .banner .blog-card {
     border-radius: 0;
}
 .mt-8P {
     margin-top: 8%;
}
 @media (min-width: 320px) and (max-width: 767px) {
     .mt-8P {
         margin-top: 11%;
    }
     .header-info_text{
        padding-left: 10px;
    }
     .cstm-bdt1 {
         margin-top: -32% !important;
         margin-left: 4% !IMPORTANT;
    }
     .w-ip-80 {
         width: 80%;
    }
     .venue {
         font-size: 12px;
         line-height: 14px;
         padding-top: 0px;
         padding-left: 15px;
    }
     .banner {
         margin-top: 22% !important;
    }
     .header-logo img {
         width: 75px;
    }
     .our-partner p {
         padding-bottom: 0;
         padding-top: 20px;
    }
}
 .f-18 {
     font-size: 18px !important;
}
 .checklist.mb-45 li {
     margin-bottom: 4px;
}
 .checklist.mt-3 li {
     margin-bottom: 5px;
}
 .form-groups input {
     padding: 0;
     height: initial;
     width: initial;
     margin-bottom: 0;
     display: none;
     cursor: pointer;
}
 .form-groups label {
     position: relative;
     cursor: pointer;
}
 .cstsmbtn {
     font-weight: 600;
     text-transform: capitalize;
     line-height: 1;
     font-size: 13px;
     padding: 15.5px 14px;
}
 .mediapartner .category-list_icon {
     width: auto;
     height: auto;
     line-height: 60px;
     min-width: 60px;
     background-color: #fff;
     padding: 10px;
}
 .mediapartner .category-list_icon img {
     width: 200px;
}
 .check-box:hover .orange {
     color: #fff !important;
}
 @media (max-width: 844px) {
     .cstm-bdt1{
         margin-top: -34%;
         margin-left: 4%;
    }
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
     .mptb-40 {
         padding: 40px 0px;
    }
     p.mb-35 {
         margin-bottom: 0;
    }
     .whattoexpect .category-list .icon-btn {
         display: none;
    }
     .whattoexpect .category-list {
         padding: 0px;
    }
     .footer-layout4 .copyright-text {
         font-size: 14px;
    }
     .header-logo {
         padding-top: 20px;
         padding-bottom: 10px;
    }
     .as-mobile-menu ul li a:before {
         display: none;
    }
}
/*mobile css close*/
/*ipad css*/
 @media (min-width: 768px) and (max-width: 1024px) {
     .venue-add {
         font-size: 22px !important;
         line-height: 35px !important;
         padding-top: 10px !important;
    }
     .admission-card {
         margin-bottom: 10px;
    }
     .check-box:last-of-type {
         margin-bottom: 20px;
    }
     .breadcumb-wrapper {
         padding: 30px;
    }
     .md-mt-20 {
         margin-top: 20px;
    }
     .as-mobile-menu ul li a:before {
         display: none;
    }
}
 .pt-60 {
     padding-top:60px;
}
 .header-info {
     display: -webkit-box;
     gap: 15px;
     margin-left: 14%;
     margin-top: 10px;
}
 .header-info_icon {
     --btn-size: 54px;
     font-size: 26px;
     border: none !important;
     background-color: var(--white-color) !important;
     position: relative;
}
 .header-info_icon:before {
     content: "";
     position: absolute;
     inset: 0;
     margin: -1px;
     background: -webkit-linear-gradient(left, var(--theme-color) 0%, var(--theme-color2) 100%);
     background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
     z-index: -2;
     border-radius: inherit;
}
 .header-info_icon i {
     background: -webkit-linear-gradient(left, var(--theme-color) 0%, var(--theme-color2) 100%);
     background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
 .header-info_text {
     display: block;
     font-size: 14px;
     margin-bottom: 2px;
     text-align: left;
}
 .speaker-add-col-3 {
     padding: 10px;
     background-color: var(--white-color);
     margin-bottom: 20px;
     border-radius: 8px;
}
 .speaker-add-col-3 img {
     width: 150px;
     height: 150px;
     border-radius: 100%;
     background: #fff;
     border: 2px solid #fd6100;
     text-align: center;
     margin: 0px auto;
}
 .post-log {
     font-size: 14px;
     line-height: 22px;
}
 .orange {
     color: #fd6100 !important;
}
 .venue-add {
     color: #000;
     margin-bottom: 0;
     font-weight: 500;
     font-size: 15px;
}
 .mb--7 {
     margin-bottom: -7px;
}
 .breadcumb-menu.orange li{
     color: #fd6100 !important;
}
 .breadcumb-menu.orange li a{
     color: #fd6100 !important;
}
 .text-black {
     color: #000 !important;
}
 .checkbox table td label span {
     display: block;
     color: #fd6100 !important;
}
 .category-list:hover p{
    color: #fff !important
}
 .category-list:hover p a{
    color: #fff !important
}
 .category-list:hover:before {
     width: 100%;
     height: 100%;
}
 .category-list:before {
     content: "";
     background-color: var(--theme-color);
     width: 0;
     height: 0;
     border-radius: inherit;
     position: absolute;
     top: 0;
     right: 0;
     -webkit-transition: 0.4s linear;
     transition: 0.4s linear;
     z-index: -1;
}
 table label {
     font-size: 14px;
     padding-left: 26px;
}
 .datetime table label span {
     display: block;
}
 label span {
     color: #fd6100 ;
}
 .category-list:hover .category-list_text.orange {
    color: #fff !important;
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
     .as-mobile-menu ul .as-item-has-children > a:after {
         background-color: transparent;
        font-size: 0;
    }
     .mpr-095 {
         padding-right: 0px;
    }
     .m-mt-15 {
         margin-top: 15px;
    }
     .m-mt-5 {
         margin-top: 5px;
    }
}
 .mt--7 {
     margin-top: -7px;
}
.glimpse img {
     margin-bottom:15px;
     border-radius: 4px;
}
 #countdown ul li p {
     color: #fff;
     text-align: center;
     font-size: 16px;

     padding-top: 0;
     padding-bottom: 0px;
}
 #countdown ul li h6 {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    padding-top: 5px;
}
 #countdown ul{
    margin-bottom: 0;
}
 #countdown ul li{
    list-style: none;
    display: inline-block;
    font-size: 28px;
    border-radius: 9%;
    width: 80px;
    height: 75px;
    line-height: 34px;
    text-align: center;
    margin: 0px auto;
    background: #fd6100;
}
 .coming {
     margin-bottom: 22px;
     color: #fff;
     font-size: 30px;
     margin-top: 16px;
}
 #countdown ul {
     padding: 0;
}
 .countdown {
     position: absolute;
     bottom: -0px;
     right: 0%;
     padding: 20px;
     border-top-left-radius: 76px;
     border-bottom-right-radius: 76px;
     border-top-right-radius: 17px;
     border-bottom-left-radius: 17px;
         z-index: 99;
}
 @media (max-width: 1024px) {
     .countdown {
         top: 0;
         right: 0%;
         padding: 0;
         position: relative;
         margin-top: 32px;
         margin-bottom: 35px;
    }
  
}
 @media (max-width: 767px) {
     .mm-t20 {
         margin-top:0px;
    }
     #countdown ul li {
         width: 23%;
     
    }
     #countdown ul li p {
         font-size: 17px;
    }
     .countdown {
        top: 72%;
        right: 0%;
        padding: 0;
        position: absolute;
    }
     .countdown h6{
        color: #fff;
         font-size: 21px;
         line-height: 21px;
         padding-top: 6px;
    }
     .countdown p{
        color: #fff !important;
    }
    
    #countdown ul li h6
    {
    padding-top: 13px
    }
}
 .ptb-80 {
     padding-top:80px;
     padding-bottom:80px;
}
 .partner-logos h6 {
     margin-bottom: 5px;
     font-size: 12px;
     text-align: center;
}
 .partner-logos img {
     border: 1px solid #ccc;
     border-radius: 4px;
     padding: 8px;
}
 .dtn-dekop {
     position: absolute;
     bottom: 50px;
     margin-left: 80px;
}
 .blog-recent {
     margin-bottom: 20px;
}
 .both {
     text-align: center;
     margin-bottom: 5px;
     font-weight: 500;
     color: #e06a07;
}
 .ptb-30 {
     padding-top: 30px;
     padding-bottom: 50px;
}
 .b-1 {
     border-top: 1px solid #ccc9;
}
 .supported-by img {
     margin-bottom: 15px;
     border: 1px solid #ccc;
     border-radius: 4px;
     padding: 5px;
}
 .course-box .course-img {
     margin-bottom: 0;
}
 .course-img img {
     border-radius: 8px;
}
 .cstm-bdt {
     margin-top: -8%;
     margin-left: 7%;
}
 .cstm-bdt1 {
     margin-top: -10%;
     margin-left: 8%;
}
 .blog-card {
     box-shadow: none;
     border-radius: 0px;
     background-color: #fff;
     overflow: hidden;
}
 .supported-by-1 img {
     border-radius: 4px;
     width: 56px;
     background: #fff;
}
 .supported-by-1 {
     background: #fff;
     text-align: center;
     padding: 16px;
     border-radius: 4px;
}
/* .video-sliders:before {
     position: absolute;
     content: '';
     background: linear-gradient(261deg, #1514149e, #15141496) !important;
     width: 100%;
     height: 711px;
     top: 0;
     left: 0;
     z-index: 1;
     border-radius: 18px;
}
 */
 .days {
     color: #fff;
     font-weight: bold;
     font-size: 23px;
     padding-top: 10px;
}
 .days span {
     color: #fff;
     background: #fd6100;
     margin-right: 5px;
     padding: 5px 8px;
     border-radius: 6px;
     font-weight: 600;
     font-size: 21px;
}
 .mt-100px {
     margin-top: 40px;
}
 .m-block {
     background: transparent !important;
}
 .about-section {
     margin-top: 140px;
     margin-bottom: 80px;
}
 .mt-100 {
     margin-top:-100px;
}
 .Who-can .accordion-card .accordion-button {
     border: 1px solid #4d4d4d ! IMPORTANT;
}
 .why-you-can {
     padding: 20px;
     border: 1px solid #fd6100;
     border-radius: 10px;
     min-height: 280px;
     -webkit-transition: all ease 0.8s;
     transition: all ease 0.8s;
     margin-bottom: 10px;
}
 .why-you-can:hover {
     -webkit-transition: all ease 0.8s;
     transition: all ease 0.8s;
     background-color: var(--theme-color);
}
 .why-you-can:hover p{
     color: #fff;
}
 .why-you-can:hover i{
     background-color:#fff;
     color: #000;
}
 .why-you-can i {
     display: inline-block;
     background-color: var(--theme-color);
     color: var(--white-color);
     text-align: center;
     font-size: 19px;
     width: var(--btn-size, 55px);
     height: var(--btn-size, 55px);
     line-height: var(--btn-size, 55px);
     z-index: 2;
     border-radius: inherit;
     position: relative;
     -webkit-transition: all ease 0.8s;
     transition: all ease 0.8s;
}
 .connectwith .col-lg-7.col-md-8 {
     padding-left: 0px;
}
 @media (min-width: 320px) and (max-width: 575.98px) {
     .why-you-can {
         min-height: auto;
    }
     .connectwith .col-lg-7.col-md-8 {
         padding-left: 15px;
    }
}
 @media (min-width: 768px) and (max-width: 1024px) {
     .why-you-can {
         min-height: auto;
    }
}
 .visitor-profile {
     background: #fff;
     border-radius: 4px;
     padding: 10px 10px 20px;
     text-align: center;
     margin-bottom: 15px;
}
 .visitor-profile h6 {
     text-align: center;
     font-size: 14px;
     font-weight: 600;
     margin-bottom: 0;
     padding-top: 15px;
}
 .Connect-exhibit {
     background: #fff;
     margin-bottom: 15px;
     border-radius: 8px;
}
 .Connect-exhibit h6 {
     background: #fd6100;
     color: #fff;
     text-align: center;
     padding: 7px 5px;
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
     margin-bottom: 0;
     font-size: 16px;
}
 .pd-10 {
     padding: 10px;
}
 .Connect-exhibit img {
     border-radius: 8px;
     width: 100%;
}
 .bg-Who {
     background: #94949412;
     margin-bottom: 15px;
     border-radius: 8px;
}
 .heightpara {
     height: 115px;
}
 .exhibit {
     background: #fff;
     border-radius: 12px;
     box-shadow: 0 4px 12px rgba(0,0,0,0.1);
     overflow: hidden;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     text-align: center;
}
 .exhibit:hover {
     transform: translateY(-5px);
     box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}
 .exhibit-img {
     width: 100%;
     height: 220px;
     object-fit: cover;
}
 .exhibit-title {
     background-color: #474747;
     color: #fff;
     font-weight: 600;
     padding: 10px 10px;
     margin: 0;
     font-size: 15px;
}
 .category-list {
     background: #0e214b;
     color: #fff;
}
 .category-list {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex ;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 5px;
     background-color: var(--white-color);
     border-radius: 10px;
     padding: 15px;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
     position: relative;
     z-index: 2;
}
 .category-list_icon img {
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
     width: 41px;
}
 .category-list_icon {
     width: 60px;
     height: 60px;
     line-height: 60px;
     min-width: 60px;
     background-color: #ebf2ff;
     border-radius: 10px;
     text-align: center;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
     margin-right: 15px;
}
 .speaker-item {
     position: relative;
     background-color: var(--white);
     margin-bottom: 10px;
     box-shadow: 0px 4px 50px rgba(0, 6, 18, 0.1);
     border-radius: 10px;
     padding: 30px;
}
 .speaker-item img {
     border-radius: 20px;
     margin-bottom: 10px;
}
 .speaker-item h6 {
     font-size: 19px;
     margin-bottom: 4px;
     font-weight: 700;
     color: #f26729;
}
 .category-list_text {
     margin-bottom: 7px;
}
 .speaker-item ol li {
     list-style: auto;
     margin-left: 20px;
}
 .speaker-item ol {
     margin: 10px 0px;
}
 .video-section-2 {
     position: relative;
     width: 100%;
     height: 90vh;
    /* Full screen height */
     overflow: hidden;
     text-align: left;
}
 .video-section-2 video {
     width: 100%;
     height: 100%;
     object-fit: cover;
    /* Fit video properly */
     position: absolute;
     top: 0;
     left: 0;
}
 .video-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
    /* Black overlay with 50% opacity */
     z-index: 1;
}
 .video-content {
     position: relative;
     z-index: 2;
     color: #fff;
     text-align: left;
     top: 65%;
     left: 5%;
     transform: translateY(-50%);
}
 .allevents {
     border-radius: 4px;
     padding: 10px;
     margin-bottom:0px;
     border: 1px solid #ccc;
}
 .hero-style4 {
     padding: 220px 0 105px 0;
}
 .days {
     color: #fff;
     font-weight: bold;
     font-size: 23px;
     padding-top: 10px;
}
 .days span {
     color: #FFF;
     background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
     margin-right: 5px;
     padding: 5px 8px;
     border-radius: 6px;
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
     font-size: 21px;
}
 .header-socila a {
     color: #000;
     font-size: 22px;
     margin-right: 0px;
}
 .header-socila a i {
     color: #000;
     font-size: 22px;
     margin-right: 10px;
     background: #fff;
     border-radius: 100%;
     width: 40px;
     height: 40px;
     text-align: center;
     line-height: 40px;
}
 .Connect-exhibit {
     background: #fff;
     margin-bottom: 15px;
     border-radius: 8px;
}
 .Connect-exhibit h6 {
     background: #fd6100;
     color: #fff;
     text-align: center;
     padding: 7px 5px;
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
     margin-bottom: 0;
     font-size: 16px;
}
 .pd-10 {
     padding: 10px;
}
 .Connect-exhibit img {
     border-radius: 8px;
     width: 100%;
}
 .bg-Who {
     background: #94949412;
     margin-bottom: 15px;
     border-radius: 8px;
}
 .category-list1 {
     margin-bottom:20px;
     background-color: var(--white-color);
     border-radius: 10px;
     padding: 15px;
     -webkit-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
     position: relative;
     z-index: 2;
}
 .category-list1 h6 {
     color: #fd6100;
     margin-bottom: 0;
     font-size: 18px;
}
 .category-list_text {
     margin-bottom: 5px;
}
 .website {
     color: #000000;
     font-weight: bold;
     font-size: 13px;
}
 .send-otp-thai select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus {
     background: #fff;
}
 .send-otp-thai {
     border: 0;
     background: #f7941d;
     color: #fff;
     padding: 9px 11px;
     width: 100%;
     font-size: 15px;
     border-radius: 4px;
     height: 46px;
}
 .send-otp {
     border: 0;
     background: #f7941d;
     color: #fff;
     padding: 9px 11px;
     width: 100%;
     font-size: 15px;
     border-radius: 4px;
     height: 46px;
}
 .contact__form {
     background-color: #fff;
     padding: 20px 20px;
     border-radius: 8px;
     margin-top: 12%;
     margin-bottom: 30px;
}
 .contact__form h6 {
     font-size: 16px;
     margin-bottom: 5px;
}
 .contact__form .form-control {
     border: 1px solid #f7941d;
     padding-left: 10px;
     background: #fff;
     padding-right: 10px;
}
 .contact__form .mob-code {
     padding: 0;
     padding-left: 15px;
     line-height: 50px;
}
 .contact__form label {
     font-size: 12px;
     font-weight: 600;
     margin-bottom: 0;
}
 .contact__form .form-group {
     margin-bottom: 10px;
}
 table td, th {
     border: 0px solid var(--border-color);
     padding: 5px 0px;
}
 table {
     border: 0px solid var(--border-color);
}
 .pdr-5 {
     padding-right: 5px;
}
 .ppl-5 {
     padding-left:5px;
}
 .info-box_link {
     color: #fff;
}
 .info-box_link i {
     padding-right: 10px;
}
 .our-exhibitors {
     position: relative;
     background-color: #fff;
     margin-bottom: 10px;
     box-shadow: 0px 4px 50px rgba(0, 6, 18, 0.1);
     border-radius: 10px;
     padding: 20px;
}
 .our-exhibitors ul li {
     list-style: disc;
}
 .our-exhibitors h6 {
     color: #fd6100;
     margin-bottom: 0;
     font-size: 18px;
}
 .btn-large {
     font-size: 21px;
     padding: 22px 50px;
}

.pd-0
{
    padding: 0px;
}


 @media (min-width: 320px) and (max-width: 767px) {
     .btn-large 
     {
        width: 100%;
             padding: 22px 30px;
     }
     .video-section-2 {
         height: 85vh;
    }
     .contact__form {
         margin-top: 30%;
    }
     .video-content {
         left: 5%;
         padding-right: 30px;
         top: 60%;
    }
     .mpl-15 {
         padding-left: 25px;
    }
    .m-pd-15
    {
        padding: 15px;
    }
}
 @media (min-width: 768px) and (max-width:1024px) {
     .video-section-2 {
         height: 50vh;
    }
     .video-content {
         left: 5%;
         top: 70%;
         padding-right: 30px;
    }
}


 .related-blogs {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.rb-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #fd6100;
    padding-bottom: 6px;
}

.rb-item {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.rb-item img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 4px;
}

.rb-content h6
{
  font-size: 14px;
      margin-bottom: 0;
}

.header-btn
{
    color: #fff !important;
    padding: 11px 16px !important;
    background-color: var(--theme-color);
    border-radius: 47px;
}

.share-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-box {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
    margin-top: 20px;
}

    .share-box p {
        font-weight: bold;
        color: #ee5d1d;
    }

    .share-box a {
        margin-right: 10px;
        font-size: 18px;
        color: #333;
    }

    .text-orange
    {
       color: #ee5d1d; 
    }