@charset "UTF-8";

@font-face {
    font-family: "LTC Square Face W00 SC";
    src: url("../fonts/ltc-square.eot");
    src: url("../fonts/ltc-square.eot?#iefix")format("embedded-opentype"),
        url("../fonts/ltc-square.woff")format("woff"),
        url("../fonts/ltc-square.woff2")format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* <div>Icons made from <a href="https://www.onlinewebfonts.com/icon">svg icons</a>is licensed by CC BY 4.0</div> */
:root {
    --theme-color: #F4CC73;
    --title-color: #131A22;
    --body-color: #777777;
    --smoke-color: #F8F8F8;
    --smoke-color2: #FCFCFC;
    --smoke-color3: #F9FAFA;
    --black-color: #000000;
    --black-color2: #10161D;
    --white-color: #ffffff;
    --at-border-color: rgba(19, 26, 34, 0.1);
    --gray-color: rgba(203, 246, 26, 0.06);
    --light-color: #FFF8E8;
    --light-color2: #FFFAEF;
    --black-color3: #051311;
    --black-color4: #00110E;
    --black-color5: #2A2213;
    --black-color6: #2D333D;
    --black-color7: #0E0E13;
    --at-border-color2: #F3F3F3;
    --yellow-color: #FF9F43;
    --success-color: #28a745;
    --error-color: #dc3545;
    --title-font: "Plus Jakarta Sans", sans-serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1300px;
    --container-gutters: 24px;
    --section-space: 150px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --at-body-background: #ffffff;
}

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

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

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 0px;
}

body::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    border-radius: 0px;
}

body.theme-style2 {
    --theme-color: #7989D1;
}

body.theme-style3 {
    --theme-color: #CBF61A;
}

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(--at-border-color);
}

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

td,
th {
    border: 1px solid var(--at-border-color);
    padding: 9px 12px;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    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 {
    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(--black-color2);
    line-height: 1.5;
}

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: 74px;
    line-height: 1.18;
}

.h2,
h2 {
    font-size: 52px;
    line-height: 1.227;
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.278;
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.333;
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.417;
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {

    .h1,
    h1 {
        font-size: 70px;
        line-height: 1.3;
    }

    .h2,
    h2 {
        font-size: 48px;
        line-height: 1.3;
    }
}

/* Large devices */
@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 55px;
        line-height: 1.3;
    }

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

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

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

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

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

/* Small devices */
@media (max-width: 767px) {

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

    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3;
    }

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

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

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

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

/* Extra small devices */
@media (max-width: 575px) {

    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35;
    }

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

/* Extra small devices */
@media (max-width: 375px) {

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

.gsap-magnetic-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.has-drop-cap {
    margin-bottom: 20px;
}

.page--item p:last-child .alignright {
    clear: right;
}

.pagi-title {
    word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
    display: block;
}

.page-links,
.clearfix {
    clear: both;
}

.page--item {
    margin-bottom: 30px;
}

.page--item p {
    line-height: 1.8;
}

.content-none-search {
    margin-top: 30px;
}

.wp-block-button.aligncenter {
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.gallery {
    margin-bottom: 1.5em;
    width: 100%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 5px;
}

.wp-block-columns {
    margin-bottom: 1em;
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block;
}

figure.wp-block-gallery {
    margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
    font-size: 12px;
    color: var(--body-color);
    line-height: 1.5;
    padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
    color: var(--white-color);
}

.wp-block-cover {
    margin-bottom: 15px;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0;
    font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
    margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
    background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    line-height: 1.4;
}

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-button:last-child {
    margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
    color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border-color: var(--title-color);
    color: var(--title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

ul.wp-block-latest-posts a {
    color: inherit;
}

ul.wp-block-latest-posts a:hover {
    color: var(--theme-color);
}

ul.wp-block-latest-posts li {
    margin: 15px 0;
}

.wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.wp-block-search:has(button) .wp-block-search__input {
    padding-right: 130px;
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent;
    padding-left: 25px;
    padding-right: 40px;
    border: 1px solid transparent;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.04);
    border-radius: 50px;
}

.wp-block-search .wp-block-search__input:focus {
    border-color: var(--theme-color);
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    min-width: 110px;
    height: 100%;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 0px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
}

.wp-block-search .wp-block-search__button.has-icon {
    min-width: 56px;
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--title-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:has(button) .wp-block-search__input {
    padding: 0 130px 0 25px;
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
    border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.wp-block-table.is-style-stripes {
    border: 0;
    margin-bottom: 30px;
    border-bottom: 0;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
    border-color: var(--at-border-color);
}

.logged-in .sticky-wrapper.sticky,
.logged-in .preloader .th-btn {
    top: 32px;
}

@media (max-width: 782px) {

    .logged-in .sticky-wrapper.sticky,
    .logged-in .preloader .th-btn {
        top: 46px;
    }
}

@media (max-width: 600px) {

    .logged-in .sticky-wrapper.sticky,
    .logged-in .preloader .th-btn {
        top: 0;
    }
}

.post-password-form {
    margin-bottom: 30px;
    margin-top: 20px;
}

.post-password-form p {
    display: flex;
    position: relative;
    gap: 15px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .post-password-form p {
        flex-wrap: wrap;
    }
}

.post-password-form label {
    display: flex;
    align-items: center;
    flex: auto;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0;
    gap: 15px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .post-password-form label {
        flex-wrap: wrap;
    }
}

.post-password-form input {
    width: 100%;
    border: none;
    height: 55px;
    padding-left: 25px;
    color: var(--body-color);
    border: 1px solid var(--at-border-color);
}

.post-password-form input[type=submit] {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 140px;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    text-align: center;
}

.post-password-form input[type=submit]:hover {
    background-color: var(--title-color);
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em;
}

.page-links>.page-links-title {
    margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
    display: inline-block;
    padding: 5px 13px;
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
    opacity: 0.8;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: transparent;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent;
}

.page-links span.screen-reader-text {
    display: none;
}

.nof-title {
    margin-top: -0.24em;
}

@media (max-width: 768px) {
    .page--content.clearfix+.th-comment-form {
        margin-top: 24px;
    }
}

.wp-block-social-links {
    margin-bottom: 0;
}

[id*=give-form] div.summary,
[id*=give-form] div#give-sidebar-left {
    float: none !important;
    width: 100% !important;
}

[id*=give-form] div.images {
    margin: 0 0 40px !important;
    overflow: hidden !important;
    border-radius: 30px !important;
}

[id*=give-form] .give-form-title {
    font-size: 40px !important;
    margin: 0 0 30px !important;
}





.give-btn {
    border: 1px solid var(--at-border-color);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    padding: 0 34px;
    cursor: pointer;
    transition: 0.4s;
    background: transparent;
}

form[id*=give-form] #give-gateway-radio-list>li input[type=radio] {
    display: none !important;
}

form[id*=give-form] #give-gateway-radio-list>li label.give-gateway-option {
    display: inline-block !important;
}

#give-recurring-form .give-section-break,
#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form .give-section-break,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*=give-form] .give-section-break,
form[id*=give-form] h3.give-section-break,
form[id*=give-form] h4.give-section-break,
form[id*=give-form] legend {
    font-size: 24px !important;
    color: var(--title-color) !important;
    margin: 10px 0 20px !important;
    padding: 0 0 15px !important;
}

#give-recurring-form .form-row .give-input-field-wrapper,
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row .give-input-field-wrapper,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row .give-input-field-wrapper,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea {
    padding: 0 30px !important;
    border-radius: 50px !important;
}

.give-submit-button-wrap .give-submit,
[id^=give-user-login-submit] .give-submit {
    height: 60px !important;
    background: var(--theme-color) !important;
    border: 0 !important;
    color: var(--white-color) !important;
}

.give-submit-button-wrap .give-submit:hover,
[id^=give-user-login-submit] .give-submit:hover {
    background: var(--theme-color) !important;
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px;
    }
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }

    .container-xxl.px-0,
    .container-xl.px-0,
    .container-lg.px-0,
    .container-md.px-0,
    .container-sm.px-0,
    .container.px-0 {
        max-width: var(--main-container);
    }
}

@media only screen and (min-width: 1300px) {
    .th-container {
        --main-container: 1617px;
    }

    .th-container2 {
        --main-container: 1730px;
    }
}

@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;
    }
}

.container-gallery {
    max-width: 1840px;
}

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

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 24px;
    }
}

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

.g-0 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}

.gx-0 {
    --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Medium devices */
@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
    height: 48px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(19, 26, 34, 0.1);
    color: var(--body-color);
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    font-family: var(--body-font);
    transition: 0.4s 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: transparent;
}

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

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

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

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

input[type=date] {
    padding: 0 25px 0 25px;
    position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

input[type=time] {
    padding: 0 30px;
    position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
    background: transparent;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    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 0 center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-select.style2,
select.style2 {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
    min-height: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0;
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 100px;
}

.form-group {
    position: relative;
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color);
}

.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(--smoke-color2);
}

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

.form-group.style-border textarea,
.form-group.style-border input {
    background: transparent;
    border: 1px solid var(--at-border-color);
}

.form-group.style-border i {
    color: var(--theme-color);
}

.form-group.style-border select {
    background-color: transparent;
    border: 1px solid var(--at-border-color);
}

.form-group.style-border2 textarea,
.form-group.style-border2 input {
    background: transparent;
    border: 1px solid var(--at-border-color2);
    color: var(--body-color);
}

.form-group.style-border2 textarea::placeholder,
.form-group.style-border2 input::placeholder {
    color: var(--body-color);
}

.form-group.style-border2 select {
    background: transparent;
    border: 1px solid var(--at-border-color2);
}

.form-group.style-border2 i {
    color: var(--theme-color);
    top: 22px;
}

.form-group.style-border3 textarea,
.form-group.style-border3 input {
    background: var(--white-color);
    border: 1px solid var(--at-border-color);
    color: var(--body-color);
}

.form-group.style-border3 textarea::placeholder,
.form-group.style-border3 input::placeholder {
    color: var(--body-color);
}

.form-group.style-border3 select {
    background: var(--white-color);
    border: 1px solid var(--at-border-color);
}

.form-group.style-border3 i {
    color: var(--body-color);
    top: 20px;
    background: transparent;
}

.form-group.style-white .form-select,
.form-group.style-white .form-control {
    background: var(--white-color);
}

.form-group.style-white>i {
    top: 20px;
    background: transparent;
    color: var(--theme-color);
}

.form-group.style-dark {
    position: relative;
    z-index: 1;
    align-self: self-start;
}

.form-group.style-dark:after {
    content: "";
    position: absolute;
    top: 0;
    left: var(--bs-gutter-x)/2;
    width: calc(100% - var(--bs-gutter-x) / 1);
    height: 100%;
    background: var(--theme-color);
    opacity: 0.4;
    border-radius: 50px;
    z-index: -1;
}

.form-group.style-dark .form-select,
.form-group.style-dark .form-control {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    color: var(--white-color);
}

.form-group.style-dark .form-select::placeholder,
.form-group.style-dark .form-control::placeholder {
    color: var(--at-border-color);
}

.form-group.style-dark>i {
    top: 20px;
    background: transparent;
    color: var(--at-border-color);
}

.form-group.style-dark2 .form-select,
.form-group.style-dark2 .form-control {
    background: var(--black-color3);
    border: 1px solid var(--at-border-color2);
    color: #6B7586;
    border-radius: 0;
}

.form-group.style-dark2 .form-select::placeholder,
.form-group.style-dark2 .form-control::placeholder {
    color: #6B7586;
}

.form-group.style-dark2>i {
    top: 20px;
    background: transparent;
    color: #6B7586;
}

.form-group.style-dark3 .form-select,
.form-group.style-dark3 .form-control {
    background: var(--title-color);
    border: 1px solid var(--black-color4);
    color: var(--white-color);
    border-radius: 0;
}

.form-group.style-dark3>i {
    top: 20px;
    background: transparent;
    color: var(--theme-color);
}

.form-group.style-radius .form-select,
.form-group.style-radius .form-control {
    border-radius: 30px;
}

.form-group.style-shadow .form-select,
.form-group.style-shadow .form-control {
    box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
}

[class*=col-].form-group>i {
    right: calc(var(--bs-gutter-x) / 2 + 25px);
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
    border-radius: 10px !important;
}

.form-rounded-10 .th-btn {
    border-radius: 10px;
}

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;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    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: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--at-border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

input[type=checkbox].style2~label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em;
}

input[type=checkbox].style2~label:before {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #8B929C;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px;
}

input[type=checkbox].style2:checked~label:before {
    color: var(--theme-color);
}

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;
    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;
    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;
}

/*------------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
    flex-wrap: nowrap;
}

.at-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px;
}

.at-slider.has-shadow .swiper-wrapper {
    padding: 25px 0;
}

.swiper-fade .swiper-slide {
    transition: 0.6s ease-in-out;
    opacity: 0 !important;
}

.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.swiper-fade .swiper-slide-prev {
    opacity: 0;
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 40px 0 0px 0;
    line-height: 13px;
    height: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 4px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    opacity: 1;
    background-color: var(--body-color);
    position: relative;
    transition: 0.4s;
    cursor: pointer;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    inset: -8px;
    transform: scale(0);
    background: transparent;
    border: 1px solid var(--white-color);
    border-radius: inherit;
    transition: 0.4s ease-in-out;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white-color);
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1);
}

.slider-pagination {
    bottom: 0 !important;
}

.slider-pagination.swiper-pagination-progressbar {
    width: -webkit-fill-available;
    position: relative;
    height: 2px;
    background: var(--at-border-color);
    top: auto;
    bottom: 0px;
    margin: 70px 0px 0;
}

.slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 2px;
    top: auto;
    bottom: 0;
    background: var(--theme-color);
}

.slider-area {
    position: relative;
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    border: none;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 48px);
    height: var(--icon-size, 48px);
    line-height: var(--icon-size, 48px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 3;
    border-radius: 99px;
}

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

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

.slider-arrow:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.slider-arrow.style2 {
    background: var(--smoke-color);
    color: var(--title-color);
    --icon-size: 48px;
}

.slider-arrow.style2:hover {
    background: var(--theme-color);
    color: var(--white-color);
}

.slider-arrow.style3 {
    background: transparent;
    color: var(--body-color);
    border: 1px solid var(--at-border-color);
    --icon-size: 50px;
}

.slider-arrow.style3:hover {
    border: 1px solid var(--title-color);
    color: var(--title-color);
}

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

.arrow-wrap {
    position: relative;
}

.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.4);
}

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.slider-pagination-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.slider-pagination-wrap .slider-arrow {
    flex: none;
    opacity: 1;
    transform: none;
    visibility: visible;
    display: block;
    margin: 0;
}

.slider-pagination-wrap .slider-pagination {
    margin-top: 0;
}

@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -30px;
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -30px;
    }
}

@media (max-width: 991px) {
    .slider-arrow {
        display: none;
    }
}

.icon-box .slider-arrow {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px;
}

@media (max-width: 991px) {
    .icon-box .slider-arrow {
        display: inline-block !important;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px;
    }

    .slider-arrow.slider-next {
        margin-right: 0;
    }

    .slick-dots {
        margin: 40px 0 0 0;
    }

    .icon-box .slider-arrow {
        margin-right: 0;
    }
}

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

.at-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
}

.at-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.at-menu-wrapper .at-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(--title-color);
    background-color: var(--theme-color);
    border-radius: 50%;
}

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

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

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

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

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

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

.at-mobile-menu ul li {
    border-bottom: 1px solid var(--at-border-color);
    list-style-type: none;
}

.at-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--at-border-color);
}

.at-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;
}

.at-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;
}

.at-mobile-menu ul li a:hover {
    text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

.at-mobile-menu ul li.at-active>a {
    color: var(--title-color);
    text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

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

.at-mobile-menu ul li ul li {
    padding-left: 10px;
}

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

.at-mobile-menu ul .menu-item-has-children>a .at-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%;
}

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

.at-mobile-menu ul .menu-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;
}

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

.at-mobile-menu ul .menu-item-has-children.at-active>a:after {
    content: "\f068";
}

.at-mobile-menu>ul {
    padding: 0 30px;
}

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

.at-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--title-color);
    display: inline-block;
    border-radius: 50%;
}

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

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

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

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

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

    .at-mobile-menu>ul {
        padding: 0 20px;
    }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--white-color);
}

.preloader {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: var(--theme-color);
    animation: preloader 1.3s linear infinite;
    -webkit-animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

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

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

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

/*------------------- 3.2. Buttons -------------------*/
.at-btn {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    border: none;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 0.7;
    min-height: 64px;
    padding: 20px 45px;
    min-width: 170px;
    border-radius: 50px;
    justify-content: center;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    /* Extra small devices */
}

.at-btn:after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--title-color);
    z-index: -1;
    transition: 0.5s;
    mask-image: url(../img/theme-img/btn-mask.png);
    mask-size: 3000% 100%;
    mask-repeat: no-repeat;
    animation: ani2 0.7s steps(29) forwards;
}

.at-btn:focus,
.at-btn:hover,
.at-btn:active {
    background: var(--theme-color);
    color: var(--title-color);
}

.at-btn:focus:after,
.at-btn:hover:after,
.at-btn:active:after {
    animation: ani 0.7s steps(29) forwards;
}

.at-btn.style2 {
    background: var(--title-color);
    color: var(--title-color);
}

.at-btn.style2:after {
    background: var(--theme-color);
}

.at-btn.style2:focus,
.at-btn.style2:hover,
.at-btn.style2:active {
    color: var(--white-color);
}

.at-btn.style3 {
    background: var(--white-color);
    color: var(--title-color);
}

.at-btn.style3:after {
    background: var(--theme-color);
}

.at-btn.style3:focus,
.at-btn.style3:hover,
.at-btn.style3:active {
    color: var(--title-color);
}

.at-btn.style-border {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    background: transparent;
}

.at-btn.style-border:active,
.at-btn.style-border:focus,
.at-btn.style-border:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--title-color);
}

.at-btn.style-border2 {
    border: 1px solid var(--at-border-color);
    color: var(--title-color);
    background: transparent;
}

.at-btn.style-border2:after {
    background: transparent;
}

.at-btn.style-border2:active,
.at-btn.style-border2:focus,
.at-btn.style-border2:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--title-color);
}

.at-btn.style-border2:active:after,
.at-btn.style-border2:focus:after,
.at-btn.style-border2:hover:after {
    background: var(--white-color);
}

.at-btn.style-border3 {
    border: 1px solid var(--white-color);
    color: var(--white-color);
    background: transparent;
}

.at-btn.style-border3:after {
    background: transparent;
}

.at-btn.style-border3:active,
.at-btn.style-border3:focus,
.at-btn.style-border3:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--title-color);
}

.at-btn.style-border3:active:after,
.at-btn.style-border3:focus:after,
.at-btn.style-border3:hover:after {
    background: var(--white-color);
}

.at-btn.style-border4 {
    border: 1px solid var(--at-border-color);
    color: var(--title-color);
    background: transparent;
}

.at-btn.style-border4:after {
    background: transparent;
}

.at-btn.style-border4:active,
.at-btn.style-border4:focus,
.at-btn.style-border4:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

.at-btn.style-border4:active:after,
.at-btn.style-border4:focus:after,
.at-btn.style-border4:hover:after {
    background: var(--white-color);
}

.at-btn.style-border5 {
    border: 1px solid var(--title-color);
    color: var(--title-color);
    background: transparent;
}

.at-btn.style-border5:after {
    background: transparent;
}

.at-btn.style-border5:active,
.at-btn.style-border5:focus,
.at-btn.style-border5:hover {
    background: var(--title-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

.at-btn.style-border5:active:after,
.at-btn.style-border5:focus:after,
.at-btn.style-border5:hover:after {
    background: var(--white-color);
}

.at-btn.style-border6 {
    border: 1px solid var(--at-border-color);
    color: var(--title-color);
    background: transparent;
}

.at-btn.style-border6:after {
    background: transparent;
}

.at-btn.style-border6:active,
.at-btn.style-border6:focus,
.at-btn.style-border6:hover {
    background: var(--title-color);
    border-color: var(--title-color);
    color: var(--white-color);
}

.at-btn.style-border6:active:after,
.at-btn.style-border6:focus:after,
.at-btn.style-border6:hover:after {
    background: var(--white-color);
}

.at-btn.btn-fw {
    width: 100%;
}

.at-btn.btn-fw:before,
.at-btn.btn-fw:after {
    display: none;
}

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

.at-btn.btn-md {
    padding: 20px 48px;
}

.at-btn.btn-sm {
    padding: 16px 25px;
    min-width: 140px;
    min-height: 46px;
}

.at-btn.btn-sm.style-border2 {
    padding: 15px 16px;
}

.at-btn.btn-radius-0 {
    border-radius: 0;
}

.at-btn.btn-radius-8 {
    border-radius: 8px;
}

.at-btn.btn-radius-10 {
    border-radius: 10px;
}

@media (max-width: 575px) {
    .at-btn {
        padding: 16px 30px;
        min-height: 50px;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes btn-icon-anim {
    0% {
        top: 0;
        right: 2px;
    }

    25% {
        top: -10px;
        right: -10px;
    }

    50% {
        top: 10px;
        opacity: 0;
        right: 17px;
    }

    100% {
        top: 0;
        right: 2px;
        opacity: 1;
    }
}

.woosw-btn.woosw-btn-icon-only,
.icon-btn {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--btn-font-size, 20px);
    background-color: var(--icon-bg, var(--theme-color));
    color: var(--white-color);
    text-align: center;
    border-radius: 50%;
    border: 0;
    transition: 0.4s ease-in-out;
    position: relative;
}

.woosw-btn.woosw-btn-icon-only:hover,
.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 0;
}

.woosw-btn.woosw-btn-icon-only.style2,
.icon-btn.style2 {
    background: rgba(19, 26, 34, 0.05);
    color: var(--title-color);
}

.woosw-btn.woosw-btn-icon-only.style2:hover,
.icon-btn.style2:hover {
    background: var(--title-color);
    color: var(--white-color);
}

.woosw-btn.woosw-btn-icon-only.style-border,
.icon-btn.style-border {
    border: 1px solid var(--at-border-color);
    background: transparent;
    color: var(--title-color);
}

.woosw-btn.woosw-btn-icon-only.style-border:hover,
.icon-btn.style-border:hover {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--white-color);
}

.woosw-btn.woosw-btn-icon-only.style-border2,
.icon-btn.style-border2 {
    border: 1px solid var(--at-border-color);
    background: transparent;
    color: var(--title-color);
}

.woosw-btn.woosw-btn-icon-only.style-border2:hover,
.icon-btn.style-border2:hover {
    background: var(--title-color);
    border: 1px solid var(--title-color);
    color: var(--white-color);
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.play-btn>i {
    display: inline-flex;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    text-align: center;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    color: var(--title-color);
    font-size: var(--icon-font-size, 1.4em);
    border: 1px solid var(--title-color);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .play-btn>i {
        --icon-size: 60px;
        --icon-font-size: 16px;
    }
}

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

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

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

.play-btn.style2 {
    --icon-size: 150px;
    --icon-font-size: 40px;
    background: transparent;
    /* Medium Large devices */
}

.play-btn.style2 i {
    color: var(--white-color);
    background: transparent;
    border: 1px solid var(--white-color);
}

.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color);
}

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

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

@media (max-width: 1399px) {
    .play-btn.style2 {
        --icon-size: 100px;
        --icon-font-size: 30px;
    }
}

.link-btn {
    font-weight: 400;
    font-size: 12px;
    display: inline-flex;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    color: var(--title-color);
}

.link-btn i {
    position: relative;
    font-size: 12px;
    top: 0;
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    transition: all ease 0.4s;
}

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

.link-btn:hover::before,
.link-btn.active::before {
    width: 100%;
}

.link-btn:hover i.fa-arrow-up-right,
.link-btn.active i.fa-arrow-up-right {
    transform: rotate(45deg);
}

.link-btn.style2 {
    color: var(--body-color);
}

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

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

.link-btn.style2:hover:before {
    background: var(--theme-color);
    width: 100%;
}

.link-btn.style3 {
    font-size: 14px;
    font-weight: 400;
    color: var(--title-color);
    position: relative;
    display: flex;
    margin-bottom: 0;
}

.link-btn.style3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--title-color);
    transition: all ease 0.4s;
}

.link-btn.style3 i {
    margin-left: 36px;
}

.link-btn.style3:hover:before {
    width: 100%;
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 55px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color);
}

.scroll-top svg path {
    fill: none;
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 11px);
    margin-top: -0.25em;
    font-weight: 500;
}

.sub-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color);
    margin-bottom: 24px;
    line-height: 24px;
    margin-top: -0.07em;
    position: relative;
}

.sub-title.style2 {
    background: var(--theme-color);
    color: var(--title-color);
    display: inline-flex;
    padding: 8px 35px;
    border-radius: 40px;
    margin-top: 0;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

.box-title a {
    color: inherit;
}

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

.box-subtitle {
    margin-bottom: 8px;
}

.box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -0.35em;
}

.box-title2 a {
    color: inherit;
}

.box-title2 a:hover {
    color: var(--theme-color);
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2;
}

.title-area .sec-title {
    margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.24em;
}

.title-area.text-center .sub-title {
    justify-content: center;
}

@media (min-width: 768px) {
    .title-area.text-md-start.text-center .sub-title {
        justify-content: start;
    }
}

@media (min-width: 992px) {
    .title-area.text-lg-start.text-center .sub-title {
        justify-content: start;
    }
}

@media (min-width: 1200px) {
    .title-area.text-xl-start.text-center .sub-title {
        justify-content: start;
    }
}

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

hr.title-line {
    margin-top: 0;
    background-color: var(--at-border-color);
    opacity: 1;
    margin-bottom: var(--section-title-space) !important;
}

.sec-btn {
    text-align: center;
}

.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space);
}

.shadow-title {
    font-family: var(--title-font);
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.55em 0 -0.45em -0.25em;
}

.shadow-title.color2 {
    background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}

.shadow-title.color3 {
    background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
}

.title-area2 {
    padding: 50px 100px;
}

.title-area2 .subtitle {
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: -0.4em;
    margin-bottom: 5px;
    display: block;
}

.title-area2 .title {
    color: var(--white-color);
    max-width: 430px;
    margin-bottom: -0.26em;
}

@media (max-width: 1700px) {
    .title-area2 {
        padding: 50px 50px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px;
    }

    .shadow-title {
        font-size: 64px;
    }

    .title-area,
    .sec-title {
        --section-title-space: 60px;
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 36px;
    }

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px;
    }

    .sec-btn,
    .title-line {
        --section-title-space: 55px;
    }

    .title-area2 .title {
        max-width: 300px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .shadow-title {
        font-size: 60px;
    }

    .title-area,
    .sec-title {
        --section-title-space: 50px;
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 35px;
    }

    .sec-btn,
    .title-line {
        --section-title-space: 50px;
    }

    .sub-title.h4 {
        font-size: 22px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .title-area2 {
        text-align: center;
    }

    .title-area2 .title {
        max-width: 100%;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .shadow-title {
        font-size: 52px;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .shadow-title {
        font-size: 40px;
    }

    .title-area2 {
        padding: 40px 20px;
    }
}

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

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

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

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

.media-body {
    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.25em 0.45em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.at-social {
    display: inline-flex;
    flex-wrap: wrap;
}

.at-social a {
    display: inline-flex;
    width: var(--icon-size, 30px);
    height: var(--icon-size, 30px);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%;
}

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

.at-social a:hover {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--title-color);
}

.at-social.style2 a {
    width: auto;
    height: auto;
    border: 0;
    color: var(--title-color);
    font-size: 14px;
}

.at-social.style2 a:hover {
    background: transparent;
    color: var(--theme-color);
}

.at-social.style3 a {
    width: auto;
    height: auto;
    border: 0;
    color: var(--white-color);
    font-size: 16px;
    margin-right: 35px;
}

.at-social.style3 a:hover {
    background: transparent;
    color: var(--theme-color);
}

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

.bg-mask {
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

.box-icon img {
    transition: 0.4s ease-in-out;
}

.box-text {
    margin-bottom: -0.5em;
}

.at-bg-img {
    position: absolute;
    inset: 0;
}

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

.mfp-zoom-in .mfp-content {
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
    transform: scale(0.7);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.th-radius {
    border-radius: 50px;
}

.th--hover-item {
    position: relative;
}

.th--hover-img {
    display: inline-block;
    position: relative;
}

.th--hover-img canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

/*------------------- 3.6. Font -------------------*/
.font-icon {
    font-family: var(--icon-font);
}

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

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

.fw-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-16 {
    font-size: 16px !important;
}

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

/*------------------- 3.7. Background -------------------*/
.bg-theme {
    background-color: var(--theme-color) !important;
}

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

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

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

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

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

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

.bg-light2 {
    background-color: var(--light-color2) !important;
}

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

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

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

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

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

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

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

.gradient-body {
    background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg1 {
    background-image: linear-gradient(80deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
}

.gr-bg2 {
    background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg3 {
    background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
    backdrop-filter: blur(10px);
}

.gr-bg4 {
    background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
    backdrop-filter: blur(15px);
}

.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-top-center {
    background-size: auto;
    background-position: top center;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right;
}

.bg-top-right {
    background-size: auto;
    background-position: top right;
}

.bg-top-left {
    background-size: auto;
    background-position: top left;
}

.bg-attachment {
    background-attachment: fixed;
}

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

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

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

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

.text-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;
}

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

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

[data-overlay] {
    position: relative;
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    30% {
        opacity: 0.4;
    }

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

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

    30% {
        opacity: 0.4;
    }

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

.bounce {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.fancy-animation {
    animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

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

    50% {
        transform: translateX(50px);
    }

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

.shake {
    animation: shake 2s linear infinite;
}

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

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

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

.movingCar {
    animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
    0% {
        transform: translateX(0) rotateY(0deg);
    }

    50% {
        transform: translateX(calc(-100vw + 108%));
    }

    51% {
        transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
    }

    100% {
        transform: translateX(0) rotateY(180deg);
    }
}

.moving {
    animation: moving 8s linear infinite;
}

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

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

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

.jump {
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

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

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

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

.spin {
    animation: spin 10s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.bg-color-ani,
.color-animate {
    animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
    0% {
        background-color: #F2BA4C;
    }

    25% {
        background-color: #81F24C;
    }

    50% {
        background-color: #41F27D;
    }

    75% {
        background-color: #0500FF;
    }

    100% {
        background-color: #F2BA4C;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive2 {
    0% {
        height: 0;
    }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
    --animation-name: fadein;
}

.swiper-slide-active .scalein {
    --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright;
}

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

    100% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }

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

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }

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

.spin2 {
    animation: spin2 10s linear infinite;
}

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

    100% {
        transform: rotate(-360deg);
    }
}

.custom-anim-reveal-left {
    animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes custom-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.custom-anim-reveal-right {
    animation: custom-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes custom-anim-right {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.custom-anim-reveal-top {
    animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes custom-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.animate__fadeInUp {
    animation-name: fadeInUp;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInLeft {
    animation-name: fadeInLeft;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInRight {
    animation-name: fadeInRight;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_schedule ul,
.wp-block-page-list ul,
.wp-block-archives-list ul,
.wp-block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_schedule a,
.wp-block-page-list a,
.wp-block-archives-list a,
.wp-block-categories a {
    display: block;
    margin: 0 0 25px 0;
    padding: 0 35px 25px 0;
    border-bottom: 1px solid var(--at-border-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
    color: var(--body-color);
}

.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_schedule a:before,
.wp-block-page-list a:before,
.wp-block-archives-list a:before,
.wp-block-categories a:before {
    content: "\f105";
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
    font-family: var(--icon-font);
    font-weight: 300;
    color: var(--body-color);
    transition: all ease 0.4s;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_schedule li,
.wp-block-page-list li,
.wp-block-archives-list li,
.wp-block-categories li {
    display: block;
    position: relative;
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.widget_schedule li>span,
.wp-block-page-list li>span,
.wp-block-archives-list li>span,
.wp-block-categories li>span {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 1.18;
    transition: all ease 0.4s;
    color: var(--body-color);
    font-weight: 400;
}

.widget_nav_menu .menu,
.widget_nav_menu>ul,
.widget_meta .menu,
.widget_meta>ul,
.widget_pages .menu,
.widget_pages>ul,
.widget_archive .menu,
.widget_archive>ul,
.widget_categories .menu,
.widget_categories>ul,
.widget_schedule .menu,
.widget_schedule>ul,
.wp-block-page-list .menu,
.wp-block-page-list>ul,
.wp-block-archives-list .menu,
.wp-block-archives-list>ul,
.wp-block-categories .menu,
.wp-block-categories>ul {
    margin: 0 0 -25px 0;
}

.widget_nav_menu .menu>li:last-child>a,
.widget_nav_menu>ul>li:last-child>a,
.widget_meta .menu>li:last-child>a,
.widget_meta>ul>li:last-child>a,
.widget_pages .menu>li:last-child>a,
.widget_pages>ul>li:last-child>a,
.widget_archive .menu>li:last-child>a,
.widget_archive>ul>li:last-child>a,
.widget_categories .menu>li:last-child>a,
.widget_categories>ul>li:last-child>a,
.widget_schedule .menu>li:last-child>a,
.widget_schedule>ul>li:last-child>a,
.wp-block-page-list .menu>li:last-child>a,
.wp-block-page-list>ul>li:last-child>a,
.wp-block-archives-list .menu>li:last-child>a,
.wp-block-archives-list>ul>li:last-child>a,
.wp-block-categories .menu>li:last-child>a,
.wp-block-categories>ul>li:last-child>a {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_schedule a:hover,
.wp-block-page-list a:hover,
.wp-block-archives-list a:hover,
.wp-block-categories a:hover {
    color: var(--title-color);
    border-bottom: 1px solid var(--title-color);
}

.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before,
.widget_schedule a:hover:before,
.wp-block-page-list a:hover:before,
.wp-block-archives-list a:hover:before,
.wp-block-categories a:hover:before {
    color: var(--title-color);
}

.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span,
.widget_schedule a:hover~span,
.wp-block-page-list a:hover~span,
.wp-block-archives-list a:hover~span,
.wp-block-categories a:hover~span {
    color: var(--title-color);
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.widget_schedule .sub-menu,
.widget_schedule .children,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.wp-block-archives-list .sub-menu,
.wp-block-archives-list .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
    margin-left: 10px;
}

.wp-block-page-list,
.wp-block-archives-list,
.wp-block-categories {
    list-style: none;
    padding: 0;
}

.wp-block-page-list>li:last-child>a,
.wp-block-archives-list>li:last-child>a,
.wp-block-categories>li:last-child>a {
    margin-bottom: 0;
}

.wp-block-page-list {
    margin: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px;
}

.widget_schedule a {
    padding: 17px 28px;
    display: flex;
    /* Medium Large devices */
}

.widget_schedule a i {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

@media (max-width: 1299px) {
    .widget_schedule a {
        font-size: 14px;
    }
}

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

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

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

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

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: transparent;
    margin-bottom: 40px;
    position: relative;
    border: 1px solid var(--at-border-color);
    border-radius: 0;
}

.widget[data-overlay]:before {
    z-index: -1;
    border-radius: 30px;
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
    background-color: var(--white-color);
}

.widget textarea {
    min-height: 120px;
}

.widget .form-group>i {
    background-color: var(--white-color);
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.1em 0 40px 0;
    padding-bottom: 35px;
}

.widget_title:before {
    content: "";
    height: 1px;
    width: -webkit-fill-available;
    background-color: var(--at-border-color);
    position: absolute;
    bottom: 0;
    left: -40px;
    right: -40px;
    z-index: 1;
}

@media (max-width: 1199px) {

    .widget_title:before {
        left: -30px;
        right: -30px;
    }
}

@media (max-width: 991px) {

    .widget_title:before {
        left: -40px;
        right: -40px;
    }
}

@media (max-width: 767px) {

    .widget_title:before {
        left: -30px;
        right: -30px;
    }
}

@keyframes lineMove {
    0% {
        left: 0px;
    }

    50% {
        left: calc(100% - 50px);
    }

    100% {
        left: 0px;
    }
}

.widget-form {
    --bs-gutter-x: 20px;
}

.widget .search-form {
    position: relative;
    display: flex;
}

.widget .search-form input {
    flex: 1;
    border-radius: 0;
    padding-right: 85px;
    padding-left: 20px;
    height: 60px;
    border: 1px solid var(--at-border-color);
    font-size: 14px;
}

.widget .search-form input:focus {
    border-color: var(--theme-color);
}

.widget .search-form button {
    border: none;
    font-size: 16px;
    background-color: var(--title-color);
    color: var(--white-color);
    display: inline-block;
    padding: 0;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 22px;
}

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

.wp-block-tag-cloud,
.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: -0.02em;
    padding: 10px 17px;
    color: var(--body-color);
    background-color: var(--white-color);
    border: 1px solid var(--at-border-color);
    border-radius: 0;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--title-color) !important;
    border-color: var(--theme-color);
}

.download-widget-wrap .at-btn {
    width: 100%;
}

.download-widget-wrap .at-btn:first-child {
    margin-bottom: 15px;
}

.download-widget-wrap .at-btn.style2 {
    color: var(--body-color);
}

.download-widget-wrap .at-btn.style2:before {
    background-color: var(--theme-color);
}

.download-widget-wrap .at-btn.style2:hover {
    color: var(--white-color);
    border-color: var(--theme-color);
}

.widget_info .at-btn {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.widget_info .at-video {
    margin-bottom: 20px;
}

.info-list {
    margin-top: -16px;
}

.info-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list strong {
    font-weight: 600;
    color: var(--title-color);
    display: block;
    font-size: 18pxx;
}

.info-list li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -0.45em;
}

.info-list .at-social {
    gap: 8px;
}

.info-list .at-social a {
    margin: 0;
    border: 1px solid var(--at-border-color);
    color: var(--title-color);
}

.info-list .at-social a:hover {
    border: 1px solid var(--title-color);
    background: var(--title-color);
    color: var(--white-color);
}

.widget_banner {
    padding: 0 0 40px;
    background: var(--theme-color);
    overflow: hidden;
    text-align: center;
}

.widget_banner .widget-banner-thumb {
    background: var(--theme-color);
    padding-bottom: 3px;
}

.widget_banner .widget-banner-thumb .thumb img {
    width: 100%;
}

.widget_banner .box-content {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 40px 35px 68px;
    margin: 40px 40px 0;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .widget_banner .box-content {
        padding: 30px 30px 68px;
        margin: 30px 30px 0;
    }
}

.widget_banner .box-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--white-color);
    line-height: 1.416;
    margin-bottom: 28px;
    /* Small devices */
}

@media (max-width: 767px) {
    .widget_banner .box-title {
        font-size: 20px;
    }
}

.widget_banner .box-subtitle {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.widget_banner .box-link {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.555;
}

.widget_banner .box-link:hover {
    color: var(--title-color);
}

.widget_banner .at-btn {
    padding: 19px 40px;
    margin-top: -28px;
}

.widget_recent_entries ul {
    margin: -0.3em 0 0 0;
    padding: 0;
    list-style: none;
}

.widget_recent_entries ul li>a {
    color: var(--body-color);
    font-weight: 500;
    display: inline-block;
}

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

.widget_recent_entries ul li span.post-date {
    font-size: 14px;
}

.widget_recent_entries ul li:not(:last-child) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none;
    min-width: 250px;
}

.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    z-index: 1;
    line-height: 1.7;
}

.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
    color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
    left: auto;
    right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
    caption-side: top;
    text-align: center;
    color: var(--white-color);
    background-color: var(--theme-color);
}

.wp-block-calendar th,
.calendar_wrap th {
    font-size: 14px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #fff;
    color: var(--title-color);
    font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
    border-left: 1px solid #eee;
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
    border-right: 1px solid #eee;
}

.wp-block-calendar table th,
.calendar_wrap table th {
    font-weight: 500;
}

.wp-block-calendar td,
.calendar_wrap td {
    font-size: 14px;
    padding: 5px 5px;
    color: #01133c;
    border: 1px solid #eee;
    text-align: center;
    background-color: transparent;
    transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: #ededed;
}

.wp-block-calendar thead,
.calendar_wrap thead {
    background-color: #fff;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
    margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
    display: none;
}

.wp-block-calendar a,
.calendar_wrap a {
    color: inherit;
    text-decoration: none;
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
    color: var(--title-color);
}

.wp-block-calendar {
    border: none;
    padding-bottom: 0;
}

.wp-block-calendar table caption {
    color: var(--white-color);
}

.textwidget {
    margin-top: -0.1em;
}

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

    .widget_title {
        font-size: 22px;
        padding-bottom: 25px;
        margin: -0.12em 0 30px 0;
    }
}

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

    .widget_title {
        padding-bottom: 35px;
        margin: -0.12em 0 40px 0;
    }
}

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

    .widget_title {
        padding-bottom: 25px;
        margin: -0.12em 0 30px 0;
    }
}

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

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

.footer-widget p {
    color: var(--white-color);
    margin: 0;
    line-height: 1.35;
    font-weight: 200;
}

.footer-widget .form-group>i {
    color: var(--theme-color);
    top: 18px;
}

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--theme-color);
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    margin: -0.12em 0 30px 0;
    padding: 0;
    border: 0;
    letter-spacing: normal;
}

.footer-widget .widget_title:after,
.footer-widget .widget_title:before {
    display: none;
}

.footer-widget .widget_title img {
    margin: -7px 10px 0 0;
}


.footer-widget.widget_nav_menu ul {
    margin-top: -4px;
}

.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -4px;
}

.footer-widget.widget_nav_menu a {
    font-size: 15px;
    font-weight: 200;
    padding: 0;
    margin-bottom: 10px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: max-content;
    background-color: transparent;
    border: none;
    position: relative;
    box-shadow: none;
}

.footer-widget.widget_nav_menu a {
    cursor: default !important;
}

.footer-widget.widget_nav_menu .footer-social a {
    margin-top: 6px;
}

.footer-widget.widget_nav_menu.ftr-contact-menu a {
    cursor: pointer !important;
}

.footer-widget.widget_nav_menu a:before {
    display: none;
}


.footer-widget.widget_nav_menu a:after {
    display: none;
}

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


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

.footer-widget.widget_meta:has(span) a,
.footer-widget.widget_pages:has(span) a,
.footer-widget.widget_archive:has(span) a,
.footer-widget.widget_categories:has(span) a,
.footer-widget.widget_nav_menu:has(span) a {
    padding: 0 24px;
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
    top: 2px;
    right: 0;
}

.at-widget-about {
    max-width: 312px;
}

/* Large devices */
@media (max-width: 1199px) {

    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 15px;
    }

    .social-box.mb-30 {
        margin-bottom: 25px;
    }
}

/*------------------- 4.2. Header  -------------------*/
.header-area {
    position: relative;
    z-index: 41;
}

.header-area .icon-btn {
    border-radius: 99px;
}

.header-area .menu-area {
    position: relative;
    z-index: 2;
}

.sticky-wrapper {
    transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    animation: stickyAni 0.4s ease-in-out;
}

@keyframes stickyAni {
    0% {
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--white-color);
}

.main-menu a:hover {
    color: var(--title-color);
    text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

.main-menu>ul>li {
    margin: 0 27.5px;
}

.main-menu>ul>li>a {
    padding: 38.5px 0;
}

.main-menu>ul>li>a:hover,
.main-menu>ul>li.active a {
    color: var(--theme-color);
}

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

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

.main-menu ul li:has(.sub-menu)>a:after,
.main-menu ul li:has(.mega-menu)>a:after,
.main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: var(--title-color);
    transition: 0.3s ease-in-out;
}

.main-menu ul li:has(.sub-menu)>a:hover:after,
.main-menu ul li:has(.mega-menu)>a:hover:after,
.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f106";
    transform: rotate(180deg);
    color: var(--title-color);
}

.main-menu ul li:has(.mega-menu) {
    position: static;
}

.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 {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
    z-index: 9;
    border-bottom: 3px solid var(--theme-color);
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    border-bottom: 3px solid var(--theme-color);
}

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

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

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

.main-menu ul.sub-menu li:has(.sub-menu)>a:after,
.main-menu ul.sub-menu li:has(.mega-menu)>a:after,
.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 1px;
    display: inline-block;
}

.main-menu ul.sub-menu li:has(.sub-menu)>a:hover:after,
.main-menu ul.sub-menu li:has(.mega-menu)>a:hover:after,
.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f105";
    transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
    content: "\f0ad";
    position: absolute;
    top: 9px;
    left: 10px;
    font-family: var(--icon-font);
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color);
    font-weight: 300;
    opacity: 0;
    visibility: visible;
    transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 25px;
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.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.style-white>ul>li>a {
    color: var(--white-color);
}

.main-menu.style-white>ul>li>a:after {
    color: var(--white-color);
}

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

.main-menu.style-white>ul>li>a:hover:after {
    color: var(--theme-color);
}

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

}

.header-button {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-button .header-links {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--title-color);
    display: inline-block;
    padding: 0 7px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
}

.header-button .header-links:hover {
    text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

.header-button .header-links.style-white {
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

.header-button .header-links.style-white:hover {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.header-button .header-contact-link {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
}

.header-button .header-contact-link:hover {
    color: var(--theme-color);
}

.sticky-wrapper.sticky .main-menu>ul>li>a {
    padding: 25px 0;
}

.header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

.header-logo a img {
    width: 225px;
}

.sticky-wrapper.sticky .header-logo {
    padding: 0;
}

.sticky-wrapper.sticky .header-logo a img {
    width: 170px;
}

.header-notice {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--title-color);
    padding: 0 30px;
}

.header-top {
    padding: 9.5px 0;
    background-color: var(--theme-color);
    border-radius: 0 0 20px 20px;
    text-align: center;
    position: relative;
}

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

.header-top .header-links li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--body-font);
    letter-spacing: -0.02em;
    line-height: normal;
    color: rgba(255, 255, 255, 0.7);
}

.header-top .header-links li a {
    color: rgba(255, 255, 255, 0.7);
}

.header-top .header-links li a:hover {
    color: var(--white-color);
}

.header-top .header-links li:not(:last-child) {
    margin: 0 20px 0 0;
}

.header-top .header-links li:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
    color: rgba(255, 255, 255, 0.7);
}

.header-top .header-close-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--title-color);
    font-size: 16px;
}

.header-serach {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--title-color);
}

.header-serach:hover {
    text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

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

.header-default .menu-area .header-button {
    flex: none;
}

@media (max-width: 991px) {
    .header-default .menu-area {
        padding: 0;
    }
}

.header-default .sticky-wrapper.sticky {
    background: var(--black-color);
}

.header-default .at-btn {
    min-height: 45px;
    padding: 14px 25px;
    font-size: 14px;
    min-width: auto;
    color: var(--black-color);
}

.header-default .at-btn:hover {
    background: var(--white-color);
}

.header-default .at-btn::after {
    background: var(--theme-color);
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
    --body-color: #829592;
    position: relative;
    z-index: 2;
    background-color: var(--title-color);
    overflow: hidden;
}

.footer-wrapper .social-links a {
    margin: 0 30px 0 0;
}

.widget-area {
    padding-top: 100px;
    padding-bottom: 20px;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-menu-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 55px;
    margin-left: -30px;
    /* Large devices */
    /* Extra small devices */
}

.footer-menu-links .footer-single-links {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--white-color);
    display: inline-block;
    margin-bottom: -0.3em;
    /* Extra small devices */
}

.footer-menu-links .footer-single-links:hover {
    color: var(--theme-color);
}

@media (max-width: 575px) {
    .footer-menu-links .footer-single-links {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .footer-menu-links {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .footer-menu-links {
        justify-content: center;
    }
}

.footer-links ul {
    padding: 0;
    margin: 0;
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-flex;
    margin-right: 12px;
    position: relative;
    align-items: center;
    gap: 16px;
}

.footer-links li:after {
    content: "";
    height: 1px;
    width: 10px;
    background-color: var(--theme-color);
    position: relative;
    display: inline-block;
    margin: 0;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .footer-links li:after {
        display: none;
    }
}

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

.footer-links li:last-child:after {
    display: none;
}

.footer-links a {
    font-family: inherit;
    color: var(--white-color);
}

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

.copyright-wrap {
    padding: 15px 0;
    background-color: #10161D;
    /* Medium devices */
}

.copyright-wrap .copyright-text {
    color: #777777;
    margin-bottom: 0;
    font-size: 14px;
}

.copyright-wrap .copyright-text a {
    color: #777777;
}

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

@media (max-width: 991px) {
    .copyright-wrap {
        padding: 20px 0;
    }

    .copyright-wrap .copyright-text {
        line-height: 1.45;
    }
}

/*footer default**********************/
.info-card {
    display: flex;
    gap: 14px;
    align-items: center;
}

.info-card .box-icon {
    flex: none;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(119, 119, 119, 0.1);
    color: var(--white-color);
    border-radius: 50%;
}

.info-card .box-title {
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: -0.3em;
    line-height: 1.833;
}

/* Medium devices */
@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
    }
}

/* footer default ---------------------------------- */
.footer-default {
    position: relative;
    --body-color: #ffffff;
    /* Small devices */
}

@media (max-width: 767px) {
    .footer-default .at-widget-about {
        max-width: none;
    }
}

/*------------------- 4.6. Blog  -------------------*/
/* Blockquote ---------------------*/
blockquote,
.wp-block-quote {
    font-size: 16px;
    line-height: 1.5em;
    padding: 50px 50px 50px 60px;
    font-weight: 400;
    display: block;
    position: relative;
    background-color: transparent;
    margin: 75px 0;
    color: var(--body-color);
    font-family: var(--body-font);
    border: 1px solid var(--at-border-color);
    border-radius: 0;
}

blockquote p,
.wp-block-quote p {
    font-size: inherit;
    font-family: inherit;
    margin-top: -0.4em;
    margin-bottom: -0.4em;
    line-height: inherit;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote p a,
.wp-block-quote p a {
    color: inherit;
}

blockquote:before,
.wp-block-quote:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 50px;
    height: 30px;
    width: 35px;
    background-color: var(--theme-color);
    clip-path: path("M0 0 H14 V18 L0 28 V0 Z M21 0 H35 V18 L21 28 V0 Z");
}

blockquote cite,
.wp-block-quote cite {
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-family: var(--title-font);
    white-space: nowrap;
    color: var(--title-color);
    margin-bottom: 28px;
    position: relative;
    margin-top: -0.1em;
}

blockquote cite br,
.wp-block-quote cite br {
    display: none;
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
    padding: 40px;
    margin-bottom: 30px;
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 1.556;
    background-color: var(--smoke-color);
    padding-left: 160px;
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
    right: unset;
    left: 56px;
    top: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 4rem;
    color: var(--theme-color);
    text-shadow: none;
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
    color: var(--title-color);
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px;
}

blockquote:not(:has(> cite)) p:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child {
    margin-bottom: -0.3em;
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
    padding-bottom: 10px;
}

blockquote p cite,
.wp-block-quote p cite {
    margin-top: 20px;
    margin-bottom: -0.5em;
    bottom: -32px;
}

.wp-block-pullquote {
    color: var(--white-color);
    padding: 0;
}

blockquote.has-very-dark-gray-color {
    color: var(--title-color) !important;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
    color: var(--title-color);
}

.wp-block-pullquote cite {
    position: absolute;
    color: var(--white-color) !important;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
    padding: 40px 15px 40px 15px;
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px;
}

.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
    padding: 40px 15px 40px 15px;
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
    font-size: 14px;
    left: 20px;
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
    bottom: 6px;
}

.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
    bottom: 7px;
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
    background-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {

    blockquote,
    .wp-block-quote {
        padding: 30px;
    }

    blockquote:before,
    .wp-block-quote:before {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        display: inline-block;
        margin-bottom: 20px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%;
    }

    blockquote,
    .wp-block-quote {
        font-size: 16px;
    }

    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {

    .wp-block-quote.is-large:not(.is-style-plain) p,
    .wp-block-quote.is-style-large:not(.is-style-plain) p {
        font-size: 1.2em;
    }

    blockquote,
    .wp-block-quote {
        margin: 40px 0;
    }
}

/* Extra small devices */
@media (max-width: 375px) {

    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px;
    }

    blockquote cite:before,
    .wp-block-quote cite:before {
        width: 20px;
    }
}

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


/*------------------- 4.7. Comments  -------------------*/
.at-comment-form {
    margin: 70px 0 30px 0;
    position: relative;
    background: transparent;
}

.at-comment-form .row {
    --bs-gutter-x: 20px;
}

.at-comment-form .form-title {
    margin-top: -0.35em;
}

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

.at-comment-form .form-text {
    margin-bottom: 25px;
}

.hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.hero-wrapper-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

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

/* Hero 1 ---------------------------------- */
.hero-title {
    margin-bottom: 19px;
    margin-top: -0.2em;
    font-size: 75px;
    font-weight: normal;
    line-height: 70px;
    font-family: "LTC Square Face W00 SC";
    text-transform: uppercase;
}

@media (max-width: 1500px) {
    .hero-title {
        font-size: 90px;
        line-height: normal;
        margin-top: -0.3em;
    }
}

@media (max-width: 1399px) {
    .hero-title {
        font-size: 80px;
    }
}

@media (max-width: 1299px) {
    .hero-title {
        font-size: 74px;
    }
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 68px;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 58px;
    }

    .hero-title span {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 40px;
    }
}

@media (max-width: 375px) {
    .hero-title {
        font-size: 38px;
    }
}

.hero-1 {
    --header-space: 144px;
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .hero-1 {
        --header-space: 130px;
    }
}

@media (max-width: 767px) {
    .hero-1 {
        --header-space: 151px;
    }
}

.hero-1 .hero-inner {
    position: relative;
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 767px) {
    .hero-1 .hero-inner {
        padding-top: calc(var(--header-space) + 60px);
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-inner {
        padding-top: calc(var(--header-space) + 40px);
    }
}

.hero-1 .hero-inner .hero-right-info {
    max-width: 220px;
    border-radius: 10px;
    background: rgba(19, 26, 34, 0.2);
    backdrop-filter: blur(12px);
    padding: 45px 24px 30px;
    position: absolute;
    top: calc(var(--header-space) + 50px);
    right: 0;
    /* Small devices */
}

.hero-1 .hero-inner .hero-right-info:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: var(--theme-color);
    left: 50%;
    top: 10px;
    transform: translate(-50%, 0);
}

.hero-1 .hero-inner .hero-right-info .box-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.hero-1 .hero-inner .hero-right-info .box-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.833;
    color: var(--white-color);
}

@media (max-width: 767px) {
    .hero-1 .hero-inner .hero-right-info {
        position: relative;
        top: auto;
    }
}

.hero-1 .hero-inner .hero-contact-wrap {
    background: var(--white-color);
    display: inline-block;
    border-radius: 10px 10px 0 0;
    padding: 30px 30px 0;
    position: relative;
}

.hero-1 .hero-inner .hero-contact-wrap:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--theme-color);
    left: 10px;
    top: 10px;
}

.hero-1 .hero-inner .hero-contact-wrap .left-radius-shape,
.hero-1 .hero-inner .hero-contact-wrap .right-radius-shape {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--white-color);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-100%, 0);
}

.hero-1 .hero-inner .hero-contact-wrap .right-radius-shape {
    left: auto;
    right: 0;
    transform: translate(100%, 0);
}

.hero-1 .hero-inner .hero-contact-wrap .box-link {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 5px;
    display: block;
}

.hero-1 .hero-inner .hero-contact-wrap .box-text {
    margin-bottom: 0;
}

.hero-style1 {
    position: relative;
    z-index: 6;
    --space: 200px;
    padding: calc(var(--space) + var(--header-space)) 0 135px 0;
    max-width: 900px;
}

.hero-style1 .hero-title {
    margin-bottom: 24px;
    position: relative;
    text-shadow: 3px 1px 6px rgb(0 0 0 / 50%);
}

.hero-style1 .hero-title .hero-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    max-width: 138px;
    position: absolute;
    top: 38px;
    right: 9px;
}

@media (max-width: 1500px) {
    .hero-style1 .hero-title .hero-subtitle {
        top: 40px;
    }
}

@media (max-width: 1399px) {
    .hero-style1 .hero-title .hero-subtitle {
        top: 34px;
    }
}

@media (max-width: 1299px) {
    .hero-style1 .hero-title .hero-subtitle {
        font-size: 18px;
        top: 30px;
    }
}

@media (max-width: 1199px) {
    .hero-style1 .hero-title .hero-subtitle {
        top: 26px;
    }
}

@media (max-width: 991px) {
    .hero-style1 .hero-title .hero-subtitle {
        font-size: 16px;
        top: 24px;
    }
}

@media (max-width: 767px) {
    .hero-style1 .hero-title .hero-subtitle {
        position: relative;
        top: auto;
        right: auto;
        max-width: none;
        display: block;
        margin-top: 24px;
    }
}

.hero-style1 .btn-wrap {
    gap: 20px;
    margin-top: 36px;
}

@media (max-width: 1500px) {
    .hero-style1 {
        max-width: 575px;
    }
}

@media (max-width: 1399px) {
    .hero-style1 {
        --space: 180px;
        max-width: 530px;
    }
}

@media (max-width: 1299px) {
    .hero-style1 {
        --space: 160px;
        max-width: 500px;
    }
}

@media (max-width: 1199px) {
    .hero-style1 {
        max-width: 480px;
    }
}

@media (max-width: 991px) {
    .hero-style1 {
        max-width: 450px;
        --space: 140px;
        padding: calc(var(--space) + var(--header-space)) 0 100px 0;
    }
}

@media (max-width: 767px) {
    .hero-style1 {
        max-width: none;
        padding: 80px 0 60px;
    }
}

/* Hero 2 ---------------------------------- */
.hero-2 {
    --header-space: 100px;
}

@media (max-width: 991px) {
    .hero-2 {
        --header-space: 100px;
    }
}

@media (max-width: 767px) {
    .hero-2 {
        --header-space: 110px;
    }
}

@media (max-width: 375px) {
    .hero-2 {
        --header-space: 120px;
    }
}

.hero-2 .hero-wrapper-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(19, 26, 34, 0.2) 0%, rgba(19, 26, 34, 0.30) 100%);
}

.hero-slider2 .slider-pagination {
    position: absolute;
    right: 152px;
    top: 50%;
    width: auto;
    left: auto;
    height: auto;
    bottom: auto !important;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    margin-top: 0;
    padding: 36px 23px;
}

.hero-slider2 .slider-pagination .swiper-pagination-bullet {
    display: block;
    margin: 16px 0;
    background: rgba(255, 255, 255, 0.5);
}

.hero-slider2 .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white-color);
}

@media (max-width: 1500px) {
    .hero-slider2 .slider-pagination {
        right: 60px;
    }
}

@media (max-width: 991px) {
    .hero-slider2 .slider-pagination {
        display: none;
    }
}

.hero-thumb4-wrap {
    display: flex;
    gap: 30px;
}

.hero-thumb4-wrap .hero-thumb4-1 {
    align-self: flex-end;
    border-radius: 100px;
    overflow: hidden;
    flex: none;
}

.hero-thumb4-wrap .hero-year {
    font-size: 14px;
    font-weight: 400;
    color: var(--title-color);
    align-self: self-end;
    margin-bottom: 70px;
    flex: none;
}

.hero-thumb4-wrap .hero-thumb4-2 {
    margin-right: -100px;
    filter: grayscale(9);
}

@media (max-width: 1500px) {
    .hero-thumb4-wrap .hero-thumb4-2 {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .hero-thumb4-wrap {
        justify-content: center;
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .hero-thumb4-wrap {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .hero-thumb4-wrap {
        flex-wrap: wrap;
    }
}

.hero-thumb4-3 {
    overflow: hidden;
}

.hero-thumb4-3 .thumb {
    overflow: hidden;
    display: block;
}

@media (max-width: 575px) {
    .hero-thumb4-3 .thumb img {
        min-height: 400px;
        margin-top: -50px;
    }
}

@media (max-width: 1199px) {
    .hero-thumb7-1 {
        max-height: 320px;
        overflow: hidden;
    }
}



.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111;
}

#productCarousel .slick-arrow {
    top: 37.5%;
}

.mfp-content {
    margin: 1.5rem auto;
}

.mfp-content .container {
    position: relative;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: none;
    width: 200px;
    height: 200px;
}

.magnify {
    position: relative;
    cursor: none;
}

.magnify .magnifier {
    height: 180px;
    width: 180px;
    position: absolute;
    z-index: 20;
    box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-size: 700%;
    background-repeat: no-repeat;
    margin-left: -90px !important;
    margin-top: -90px !important;
    pointer-events: none;
    display: none;
}

.magnify .magnified {
    display: block;
    z-index: 10;
    margin: auto;
    width: 100%;
    height: 100%;
}

.magnify img {
    width: 100%;
    height: 100%;
}

.share-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px;
}

.share-title i {
    color: var(--theme-color);
}

.empty-notice {
    margin: 40px auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid transparent;
    padding: 0;
}

#ship-to-different-address {
    margin-top: 15px;
}

.select2-container--default .select2-selection--single {
    height: 56px;
    border: 1px solid transparent;
    background-color: var(--smoke-color2);
    border-radius: 27px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
    padding-left: 25px;
    padding-right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    line-height: 56px;
    margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
    outline: none;
}

/*------------------- Contact  -------------------*/
.contact-wrap1 {
    border-top: 1px solid var(--at-border-color);
    padding-top: 60px;
    margin-top: 60px;
}

.contact-wrap1 .contact-info-wrap .box-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-wrap1 .contact-info-wrap .contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-wrap1 .contact-info-wrap .contact-info-list li {
    color: var(--title-color);
}

.contact-wrap1 .contact-info-wrap .contact-info-list li:not(:last-child) {
    margin-bottom: 20px;
}

.contact-wrap1 .contact-info-wrap .contact-info-list li a {
    display: block;
    color: var(--title-color);
}

.contact-wrap1 .contact-info-wrap .contact-info-list.style2 li:not(:last-child) {
    margin-bottom: 10px;
}

/*------------------- 4.18. MegaMenu -------------------*/
/*Mega menu area*********************/
.main-menu ul.mega-menu {
    position: absolute;
    top: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    left: 50%;
    width: calc(100% - 100px);
    max-width: calc(var(--main-container) - 200px);
    max-height: 500px;
    overflow: overlay;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateX(-50%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--white-color);
    padding: 20px;
    /***scroll-bar***/
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
}

.main-menu ul.mega-menu li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

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

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

.main-menu ul.mega-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 0px;
}

.main-menu ul.mega-menu::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    border-radius: 0px;
}

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

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

.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;
}

@media (max-width: 1299px) {
    .main-menu ul.mega-menu {
        width: 1060px;
    }
}

@media (max-width: 1199px) {
    .main-menu ul.mega-menu {
        width: 900px;
    }
}

@media (max-width: 991px) {
    .main-menu ul.mega-menu {
        padding: 10px 0 !important;
    }
}

.main-menu ul.mega-menu .at-mobile-menu ul li ul li {
    padding-left: 0px;
}

.main-menu ul.mega-menu .at-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: none;
}

.megamenu-title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid var(--at-border-color);
    padding-bottom: 10px;
}

.megamenu-list li a {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--title-font);
    line-height: 1;
    color: var(--title-color);
    transition: 0.4s;
}

.megamenu-list li a:before {
    content: "\f0ad";
    position: absolute;
    top: 9px;
    left: 10px;
    font-family: var(--icon-font);
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color);
    font-weight: 300;
    opacity: 0;
    visibility: visible;
    transition: 0.3s ease-in-out;
}

.megamenu-list li a:hover {
    color: var(--title-color) !important;
    text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
    padding-left: 25px;
}

.megamenu-list li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.circle-title-anime {
    display: inline-block;
    height: 197px;
    width: 197px;
    border-radius: 50%;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--title-color);
    line-height: normal;
    text-align: center;
    animation: spin 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -98.5px;
    margin-top: -98.5px;
}

.circle-title-anime span {
    --rotate-letter: 8.6deg;
    height: 102px;
    position: absolute;
    width: 20px;
    left: 45%;
    top: -3px;
    transform-origin: bottom;
    transform: rotate(var(--rotate-letter));
}

.circle-title-anime span.char2 {
    transform: rotate(calc(var(--rotate-letter) * 2));
}

.circle-title-anime span.char3 {
    transform: rotate(calc(var(--rotate-letter) * 3));
}

.circle-title-anime span.char4 {
    transform: rotate(calc(var(--rotate-letter) * 4));
}

.circle-title-anime span.char5 {
    transform: rotate(calc(var(--rotate-letter) * 5));
}

.circle-title-anime span.char6 {
    transform: rotate(calc(var(--rotate-letter) * 6));
}

.circle-title-anime span.char7 {
    transform: rotate(calc(var(--rotate-letter) * 7));
}

.circle-title-anime span.char8 {
    transform: rotate(calc(var(--rotate-letter) * 8));
}

.circle-title-anime span.char9 {
    transform: rotate(calc(var(--rotate-letter) * 9));
}

.circle-title-anime span.char10 {
    transform: rotate(calc(var(--rotate-letter) * 10));
}

.circle-title-anime span.char11 {
    transform: rotate(calc(var(--rotate-letter) * 11));
}

.circle-title-anime span.char12 {
    transform: rotate(calc(var(--rotate-letter) * 12));
}

.circle-title-anime span.char13 {
    transform: rotate(calc(var(--rotate-letter) * 13));
}

.circle-title-anime span.char14 {
    transform: rotate(calc(var(--rotate-letter) * 14));
}

.circle-title-anime span.char15 {
    transform: rotate(calc(var(--rotate-letter) * 15));
}

.circle-title-anime span.char16 {
    transform: rotate(calc(var(--rotate-letter) * 16));
}

.circle-title-anime span.char17 {
    transform: rotate(calc(var(--rotate-letter) * 17));
}

.circle-title-anime span.char18 {
    transform: rotate(calc(var(--rotate-letter) * 18));
}

.circle-title-anime span.char19 {
    transform: rotate(calc(var(--rotate-letter) * 19));
}

.circle-title-anime span.char20 {
    transform: rotate(calc(var(--rotate-letter) * 20));
}

.circle-title-anime span.char21 {
    transform: rotate(calc(var(--rotate-letter) * 21));
}

.circle-title-anime span.char22 {
    transform: rotate(calc(var(--rotate-letter) * 22));
}

.circle-title-anime span.char23 {
    transform: rotate(calc(var(--rotate-letter) * 23));
}

.circle-title-anime span.char24 {
    transform: rotate(calc(var(--rotate-letter) * 24));
}

.circle-title-anime span.char25 {
    transform: rotate(calc(var(--rotate-letter) * 25));
}

.circle-title-anime span.char26 {
    transform: rotate(calc(var(--rotate-letter) * 26));
}

.circle-title-anime span.char27 {
    transform: rotate(calc(var(--rotate-letter) * 27));
}

.circle-title-anime span.char28 {
    transform: rotate(calc(var(--rotate-letter) * 28));
}

.circle-title-anime span.char29 {
    transform: rotate(calc(var(--rotate-letter) * 29));
}

.circle-title-anime span.char30 {
    transform: rotate(calc(var(--rotate-letter) * 30));
}

.circle-title-anime span.char31 {
    transform: rotate(calc(var(--rotate-letter) * 31));
}

.circle-title-anime span.char32 {
    transform: rotate(calc(var(--rotate-letter) * 32));
}

.circle-title-anime span.char33 {
    transform: rotate(calc(var(--rotate-letter) * 33));
}

.circle-title-anime span.char34 {
    transform: rotate(calc(var(--rotate-letter) * 34));
}

.circle-title-anime span.char35 {
    transform: rotate(calc(var(--rotate-letter) * 35));
}

.circle-title-anime span.char36 {
    transform: rotate(calc(var(--rotate-letter) * 36));
}

.circle-title-anime span.char37 {
    transform: rotate(calc(var(--rotate-letter) * 37));
}

.circle-title-anime span.char38 {
    transform: rotate(calc(var(--rotate-letter) * 38));
}

.circle-title-anime span.char39 {
    transform: rotate(calc(var(--rotate-letter) * 39));
}

.circle-title-anime span.char40 {
    transform: rotate(calc(var(--rotate-letter) * 40));
}

/* About 1 ---------------------------------- */
.about-wrap1 {
    position: relative;
}

.about-wrap1:after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(19, 26, 34, 0.05);
    top: -60px;
    left: -50px;
    /* Medium Large devices */
    /* Medium devices */
}

@media (max-width: 1399px) {
    .about-wrap1:after {
        left: -30px;
    }
}

@media (max-width: 991px) {
    .about-wrap1:after {
        top: -10px;
    }
}

.about-wrap1:before {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: #FCFCFC;
    bottom: -150px;
    right: -70px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .about-wrap1:before {
        right: -30px;
    }
}

@media (max-width: 991px) {
    .about-wrap1:before {
        bottom: -80px;
    }
}

@media (max-width: 575px) {
    .about-wrap1 .title-area .sub-title {
        justify-content: start !important;
    }
}

.about-wrap1 .title-area .sec-title {
    margin-bottom: 27px;
}

.about-wrap1 .title-area .box-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--title-color);
    writing-mode: sideways-lr;
    margin-top: -20px;
    transition: none;
}

@media (max-width: 575px) {
    .about-wrap1 .title-area .box-link {
        writing-mode: inherit;
    }
}

.about-wrap1 .about-img-box1 {
    display: flex;
    justify-content: flex-end;
    margin-right: -212px;
    align-items: self-start;
}

.about-wrap1 .about-img-box1 .img1 {
    max-width: 330px;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 575px) {
    .about-wrap1 .about-img-box1 .img1 {
        max-width: none;
    }
}

.about-wrap1 .about-img-box1 .img1 .thumb {
    transform: scale(1.15);
}

.about-wrap1 .about-img-box1 .img2 {
    max-width: 188px;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -213px;
}

@media (max-width: 575px) {
    .about-wrap1 .about-img-box1 .img2 {
        margin-top: 24px;
        max-width: none;
    }
}

.about-wrap1 .about-img-box1 .img2 .thumb {
    transform: scale(1.15);
}

@media (max-width: 1500px) {
    .about-wrap1 .about-img-box1 {
        margin-right: -100px;
        margin-top: -50px;
    }
}

@media (max-width: 1399px) {
    .about-wrap1 .about-img-box1 {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about-wrap1 .about-img-box1 {
        margin-top: 100px;
    }
}

@media (max-width: 575px) {
    .about-wrap1 .about-img-box1 {
        display: block;
        margin-top: 40px;
    }
}

.about-wrap1 .about-counter-wrap {
    margin-top: -262px;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Medium devices */
}

@media (max-width: 1399px) {
    .about-wrap1 .about-counter-wrap {
        margin-top: -220px;
    }
}

@media (max-width: 1299px) {
    .about-wrap1 .about-counter-wrap {
        margin-top: -192px;
    }
}

@media (max-width: 991px) {
    .about-wrap1 .about-counter-wrap {
        margin-top: 0;
    }
}

.about-wrap1 .about-counter-wrap .counter-number {
    font-size: 300px;
    font-weight: 400;
    line-height: 0.82;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .about-wrap1 .about-counter-wrap .counter-number {
        font-size: 250px;
    }
}

@media (max-width: 1299px) {
    .about-wrap1 .about-counter-wrap .counter-number {
        font-size: 230px;
    }
}

@media (max-width: 991px) {
    .about-wrap1 .about-counter-wrap .counter-number {
        font-size: 180px;
    }
}

@media (max-width: 767px) {
    .about-wrap1 .about-counter-wrap .counter-number {
        font-size: 140px;
    }
}

@media (max-width: 575px) {
    .about-wrap1 .about-counter-wrap .counter-number {
        font-size: 120px;
    }
}

@media (max-width: 375px) {
    .about-wrap1 .about-counter-wrap .counter-number {
        font-size: 100px;
    }
}

.about-wrap1 .about-counter-wrap .about-counter-text {
    font-size: 32px;
    font-weight: 400;
    font-family: var(--title-font);
    color: var(--title-color);
    margin-bottom: -0.3em;
    /* Medium Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1299px) {
    .about-wrap1 .about-counter-wrap .about-counter-text {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .about-wrap1 .about-counter-wrap .about-counter-text {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .about-wrap1 .about-counter-wrap .about-counter-text {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .about-wrap1 .about-counter-wrap .about-counter-text {
        font-size: 16px;
    }
}

.about-wrap1 .about-subcontent {
    color: var(--title-color);
    margin-bottom: -0.3em;
}

.about-img-box3 {
    overflow: hidden;
}


@media (max-width: 1199px) {
    .about-img-box5-2 {
        display: inline-block;
    }
}

@media (max-width: 1199px) {
    .team-wrap1 .btn-wrap {
        margin-top: 0 !important;
    }
}

.at-team-vp-start-thumbs-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 -20px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .at-team-vp-start-thumbs-wrapper {
        margin: 40px -12px -20px;
    }
}

.at-team-vp-start-move-thumb {
    box-sizing: border-box;
    position: relative;
    width: 220px;
    height: calc(23vw - 40px);
    margin: 0 20px;
    margin-bottom: 20px;
    /* Large devices */
    /* Medium devices */
    /* Extra small devices */
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-team-vp-start-move-thumb {
        width: calc(33.33% - 40px);
        height: auto;
        margin: 25px 20px;
    }
}

@media (max-width: 1199px) {
    .at-team-vp-start-move-thumb {
        width: calc(33.33% - 24px);
        margin: 25px 12px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .at-team-vp-start-move-thumb {
        width: calc(50% - 24px);
    }
}

@media (max-width: 375px) {
    .at-team-vp-start-move-thumb {
        width: 100%;
    }
}

.at-team-vp-start-move-thumb:nth-child(1) {
    margin-top: -27vh;
    right: -80vh;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1399px) {
    .at-team-vp-start-move-thumb:nth-child(1) {
        margin-top: -40vh;
    }
}

@media (max-width: 1299px) {
    .at-team-vp-start-move-thumb:nth-child(1) {
        right: -70vh;
        margin-top: -30vh;
    }
}

@media (max-width: 1199px) {
    .at-team-vp-start-move-thumb:nth-child(1) {
        right: auto;
        margin-top: 0;
    }
}

.at-team-vp-start-move-thumb:nth-child(2) {
    margin-top: -27vh;
    right: -88vh;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1399px) {
    .at-team-vp-start-move-thumb:nth-child(2) {
        margin-top: -40vh;
    }
}

@media (max-width: 1299px) {
    .at-team-vp-start-move-thumb:nth-child(2) {
        right: -70vh;
        margin-top: -30vh;
    }
}

@media (max-width: 1199px) {
    .at-team-vp-start-move-thumb:nth-child(2) {
        right: auto;
        margin-top: 0;
    }
}

.at-team-vp-start-move-thumb:nth-child(3) {
    margin-top: 12vh;
    left: -58vh;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1399px) {
    .at-team-vp-start-move-thumb:nth-child(3) {
        margin-top: 24vh;
        left: -100vh;
    }
}

@media (max-width: 1299px) {
    .at-team-vp-start-move-thumb:nth-child(3) {
        left: -74vh;
        margin-top: 20vh;
    }
}

@media (max-width: 1199px) {
    .at-team-vp-start-move-thumb:nth-child(3) {
        left: auto;
        margin-top: 0;
    }
}

.at-team-vp-start-move-thumb:nth-child(4) {
    margin-top: 12vh;
    left: -35vh;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1399px) {
    .at-team-vp-start-move-thumb:nth-child(4) {
        margin-top: 24vh;
        left: -100vh;
    }
}

@media (max-width: 1299px) {
    .at-team-vp-start-move-thumb:nth-child(4) {
        left: -74vh;
        margin-top: 20vh;
    }
}

@media (max-width: 1199px) {
    .at-team-vp-start-move-thumb:nth-child(4) {
        left: auto;
        margin-top: 0;
    }
}

.at-team-vp-start-move-thumb:nth-child(5) {
    margin-top: 12vh;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1399px) {
    .at-team-vp-start-move-thumb:nth-child(5) {
        margin-top: -48vh;
        right: -143vh;
    }
}

@media (max-width: 1299px) {
    .at-team-vp-start-move-thumb:nth-child(5) {
        margin-top: -35vh;
        right: -105vh;
    }
}

@media (max-width: 1199px) {
    .at-team-vp-start-move-thumb:nth-child(5) {
        margin-top: 0;
        right: auto;
    }
}

.at-team-vp-end-move-thumb {
    box-sizing: border-box;
    position: relative;
    width: calc(33.33% - 40px);
    height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1399px) {
    .at-team-vp-end-move-thumb {
        height: 480px;
    }
}

@media (max-width: 1299px) {
    .at-team-vp-end-move-thumb {
        height: 435px;
    }
}

@media (max-width: 1199px) {
    .at-team-vp-end-move-thumb {
        height: auto;
        width: calc(33.33% - 24px);
        margin: 0;
    }
}

@media (max-width: 991px) {
    .at-team-vp-end-move-thumb {
        width: calc(50% - 24px);
    }
}

.at-team-vp-end-move-thumb .at-team-vp-move-thumb-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    /* Large devices */
}

@media (max-width: 1199px) {
    .at-team-vp-end-move-thumb .at-team-vp-move-thumb-inner {
        position: relative;
        height: auto !important;
        transform: none !important;
    }
}

.testi-wrap1 {
    border-radius: 20px;
    padding: 80px 80px 80px 80px;
}

.testi-wrap1 .testi-img-box1 {
    border-radius: 20px;
    overflow: hidden;
    background: var(--theme-color);
}

.testi-wrap1 .testi-img-box1 .img1 {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.testi-wrap1 .testi-img-box1 .img1 img {
    width: 100%;
}

.testi-wrap1 .testi-img-box1 .box-content {
    text-align: center;
    padding-bottom: 24px;
    margin-top: -17px;
}

.testi-wrap1 .testi-img-box1 .box-content .box-title {
    margin-bottom: -0.4em;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font);
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1.714;
}

@media (max-width: 1299px) {
    .testi-wrap1 {
        padding: 60px;
    }
}

@media (max-width: 1199px) {
    .testi-wrap1 {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .testi-wrap1 .testi-img-box1 {
        display: inline-block;
    }
}

.testi-slider1 .slider-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: end;
}

.testi-card .testi-review-wrap .testi-card_review {
    color: var(--theme-color);
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

@media (max-width: 991px) {
    .testi-card .testi-review-wrap .testi-card_review {
        font-size: 16px;
    }
}

.testi-card .box-text {
    color: var(--white-color);
    font-size: 17px;
    font-weight: 200;
    line-height: 1.5em;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
}

@media (max-width: 1299px) {
    .testi-card .box-text {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .testi-card .box-text {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .testi-card .box-text {
        font-size: 16px;
    }
}

.testi-card .testi-card_name {
    font-size: 22px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0;
}

@media (max-width: 1299px) {
    .testi-card .testi-card_name {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .testi-card .testi-card_name {
        font-size: 16px;
    }
}

.testi-card .testi-card_desig {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0em;
    display: block;
}

/* Testimonial Area 2---------------------------------- */
.testi-card2 {
    background: var(--white-color);
    padding: 50px;
}

.testi-card2 .box-icon {
    margin-bottom: 30px;
}

.testi-card2 .box-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: -0.3em;
    margin-bottom: 3px;
}

.testi-card2 .box-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--title-color);
}

.testi-card2 .testi-card_review {
    color: var(--yellow-color);
    margin: 0 0 20px;
}

@media (max-width: 375px) {
    .testi-card2 {
        padding: 40px;
    }

    .testi-card2 .box-text {
        font-size: 16px;
    }
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.bg-img img {
    width: 100%;
    height: 100%;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
    /* Small devices */
}

@media (max-width: 767px) {
    .rounded-20 {
        border-radius: 10px;
    }
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}

.btn-wrap.style2 {
    gap: 20px 40px;
}

/* Large devices */
@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px;
    }

    p.mb-45 {
        margin-bottom: 38px;
    }
}

.modal-backdrop.show {
    opacity: 0.7;
    z-index: 99;
}

.modal {
    z-index: 999;
    padding-right: 0 !important;
}

.modal-dialog {
    max-width: 100%;
}

.modal-dialog .modal-content {
    background: transparent;
    border: 0;
}

.modal-dialog .modal-content .modal-header {
    border: 0;
}

.modal-dialog .btn-close {
    padding: 0;
    outline: 0;
    box-shadow: none;
    margin: 0 10px 0 auto;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--white-color);
    border: 0;
    opacity: 1;
}

.modal-dialog .btn-close:hover i {
    animation: toTopFromBottom 0.5s forwards;
}

/*------------------- 4.00. Why -------------------*/
/* Why Choose Us Area ---------------------------------- */
.why-img-box1 {
    position: relative;
    overflow: hidden;
    height: 568px;
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 575px) {
    .why-img-box1 {
        height: 500px;
    }
}

@media (max-width: 375px) {
    .why-img-box1 {
        height: 420px;
    }
}

.why-img-box1 .box-title {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: rgba(19, 26, 34, 0.1);
    writing-mode: sideways-rl;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .why-img-box1 .box-title {
        font-size: 40px;
        right: 0;
        left: auto;
    }
}

@media (max-width: 767px) {
    .why-img-box1 .box-title {
        writing-mode: inherit;
        top: auto;
        right: 0;
        left: 0;
        bottom: 30px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
    }
}

@media (max-width: 575px) {
    .why-img-box1 .box-title {
        font-size: 30px;
    }
}

.why-img-box1 .hover-image {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -100px;
    top: 0;
    transition: all 0.6s ease;
    height: 568px;
    width: 526px;
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
    /* Extra small devices */
}

.why-img-box1 .hover-image .thumb {
    object-fit: cover;
    border-radius: 0;
    height: 100%;
    width: 100%;
}

.why-img-box1 .hover-image.active {
    opacity: 1;
    right: 0;
    visibility: visible;
}

@media (max-width: 991px) {
    .why-img-box1 .hover-image {
        right: auto;
        left: -100px;
    }

    .why-img-box1 .hover-image.active {
        right: auto;
        left: 0;
    }
}

@media (max-width: 767px) {
    .why-img-box1 .hover-image {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .why-img-box1 .hover-image {
        height: 500px;
    }
}

@media (max-width: 375px) {
    .why-img-box1 .hover-image {
        height: 420px;
    }
}

.why-img-box5 {
    margin-right: -310px;
    height: 100%;
}

.why-img-box5 .img1 {
    height: 100%;
}

@media (max-width: 1500px) {
    .why-img-box5 {
        margin-right: -200px;
    }
}

@media (max-width: 1399px) {
    .why-img-box5 {
        margin-right: -220px;
    }
}

@media (max-width: 1199px) {
    .why-img-box5 {
        display: none;
    }
}

/* Service Card ---------------------------------- */
.service-img-box1 {
    overflow: hidden;
    margin-right: 20px;
}

@media (max-width: 1399px) {
    .service-img-box1 {
        max-height: none;
        height: 100%;
    }
}

@media (max-width: 1199px) {
    .service-img-box1 {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .service-img-box1 {
        margin-left: 0;
    }
}

.service-img-box1-2 {
    margin-right: 72px;
}

@media (max-width: 1399px) {
    .service-img-box1-2 {
        margin-right: 50px;
    }
}

@media (max-width: 1299px) {
    .service-img-box1-2 {
        margin-right: 16px;
    }
}

@media (max-width: 991px) {
    .service-img-box1-2 {
        margin-right: 0;
    }
}

.service-card {
    background: linear-gradient(0deg, #fbd47f, #f4cc73);
    border-radius: 10px;
    padding: 15px 20px 15px;
    position: relative;
    transition: 0.4s;
    border: 1px solid #fbd173;
}

.service-card .box-arrow {
    position: absolute;
    left: 15px;
    top: 30px;
    line-height: 1;
}

.service-card .box-arrow img,
.service-card .box-arrow svg {
    transition: 0.4s;
    color: var(--title-color);
}

.service-card .box-icon {
    text-align: end;
    margin-bottom: 50px;
}

.service-card .box-icon img {
    transition: 0.4s;
    width: 100px;
}

.service-card .box-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -0.3em;
    position: relative;
}

.service-card:hover .box-title {
    color: var(--title-color);
}

.service-card:hover {
    background: var(--theme-color);
}

.service-card:hover .box-arrow svg,
.service-card:hover .box-arrow img {
    transform: rotate(45deg);
}

.service-card:hover .box-icon img {
    transform: scale(-1) rotate(180deg);
    filter: brightness(0);
}

.service-card:hover .box-arrow i {
    transform: rotate(0deg);
}

.service-slider-thumb1-1 img {
    width: 100%;
}

.service-slider1 .swiper-slide.swiper-slide-active .service-slider-card .box-number {
    background: var(--theme-color);
    color: var(--title-color);
}

.service-slider1 .swiper-slide.swiper-slide-next .service-slider-card {
    margin-top: 0;
}

.service-slider1 .slider-pagination {
    margin-left: -200px;
}

@media (max-width: 1299px) {
    .service-slider1 .slider-pagination {
        margin-left: -150px;
    }
}

@media (max-width: 1199px) {
    .service-slider1 .slider-pagination {
        margin-left: 0;
    }
}

.service-slider-card {
    margin-top: 95px;
    transition: 0.4s;
}

.service-slider-card .box-img {
    margin-bottom: 30px;
    display: none;
}

.service-slider-card .box-img img {
    width: 100%;
}

@media (max-width: 1199px) {
    .service-slider-card .box-img {
        display: block;
    }
}

.service-slider-card .box-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--title-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 30px;
}

.service-slider-card .box-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .service-slider-card {
        margin-top: 0;
    }

    .service-slider-card .box-number {
        background: var(--title-color) !important;
        color: var(--white-color) !important;
    }
}

.service-wrap3 {
    margin: 1px 0 0 1px;
}

.service-slider4 {
    margin-right: -300px;
}

@media (max-width: 1299px) {
    .service-slider4 {
        margin-right: -200px;
    }
}

@media (max-width: 1199px) {
    .service-slider4 {
        margin-right: 0;
    }
}

.service-title-wrap6 .sub-title {
    margin-bottom: 200px;
}

@media (max-width: 1199px) {
    .service-title-wrap6 .sub-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .project-bg-shape1-1 {
        display: none;
    }
}

.project-slider1 .swiper-wrapper {
    align-items: self-end;
}

.project-card {
    position: relative;
    overflow: hidden;
}

.project-card .box-img {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 20px;
    transition: 0.4s;
    display: block;
    position: relative;
}

.project-card .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 25%) 100%);
    transition: 0.4s;
    opacity: 0;
}

.project-card .box-img img {
    width: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.project-card .box-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 7px;
}

.project-card .box-title a {
    color: var(--white-color);
    cursor: default !important;
}

.project-card .box-title a:hover {
    color: var(--theme-color);
}

@media (max-width: 1299px) {
    .project-card .box-title {
        font-size: 20px;
    }
}

.project-card .box-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--body-color);
    display: block;
    margin-bottom: -0.4em;
}

.project-card .box-link:hover {
    color: var(--white-color);
}

.project-card:hover .box-img img {
    transform: scale(1.12) rotate(-2deg);
}

.project-card:hover .box-img:after {
    opacity: 1;
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

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

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

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

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

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

/*-- margin Left And Right --*/
.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px;
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Top --*/
.mt-5 {
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

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

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

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

.mb-80 {
    margin-bottom: 80px;
    /* Medium devices */
}

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

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

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

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

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

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

.mt-n1 {
    margin-top: -0.25rem;
}

.mt-n2 {
    margin-top: -0.45rem;
}

.mt-n3 {
    margin-top: -0.8rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -0.25rem;
}

.mb-n2 {
    margin-bottom: -0.45rem;
}

.mb-n3 {
    margin-bottom: -0.8rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.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);
}

/* Medium devices */
@media (max-width: 991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }

    .space-extra2,
    .space-extra2-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }
}

.text-block {
    background: #e8be73;
    padding: 30px 20px;
    border-radius: 15px;
    color: #fff;
}

.footer-social a {
    display: inline-flex !important;
    width: 35px !important;
    height: 35px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: rgb(255 255 255 / 56%);
    font-size: 16px !important;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}

.at-widget-about .about-logo+p {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.5;
}

.office-hours {
    list-style: none;
    color: #fff;
    font-weight: 200;
    padding: 0;
}

.footer-logo img {
    max-height: 140px;
}

.about-img img,
.about-img {
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .header-logo a img {
        width: 220px;
    }
}

@media (max-width:991px) {
    .service-img-box1 img.img-cover {
        height: 310px;
        object-fit: cover;
        border-radius: 20px;
    }

    .at-widget-about {
        max-width: 100%;
    }
}

.service-single {
    margin-top: 13px;
}

@media (max-width:575px) {

    .header-default .menu-area {
        padding: 0;
    }

    .header-logo a img {
        width: 180px;
    }

    .hero-title {
        font-size: 38px;
        line-height: 1.15;
    }

    .hero-style1 .btn-wrap {
        gap: 10px;
        margin-top: 20px;
    }

    .hero-style1 .at-btn {
        padding: 15px 25px;
        font-size: 14px;
        min-width: auto;
    }

    .service-card .box-icon img {
        width: 60px;
    }

    .space,
    .space-top {
        padding-top: 50px;
    }

    .space,
    .space-bottom {
        padding-bottom: 50px;
    }

    .service-img-box1 img.img-cover {
        border-radius: 12px;
    }

    .service-single {
        margin-top: 10px;
    }

}

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

.footer-social a {
    color: var(--theme-color);
    border-color: var(--theme-color) !important;
}

.footer-social a:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.service-img-box1,
.about-img .thumb {
    position: relative;
}

.projects-lists .project-card .box-img {
    margin-bottom: 12px;
}

.projects-lists .swiper-pagination-bullets {
    margin: 12px 0 0 0;
}

.projects-lists h3 {
    text-align: center;
    margin: 10px 0 20px;
}