@charset "UTF-8";

@use "sass:math";

/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
    --theme-color: #C28565;
    --theme-color2: #AB6A49;
    --title-color: #0D0D0D;
    --body-color: #6E6E6E;
    --smoke-color: #F9F3F0;
    --smoke-color2: #E8CDBF;
    --smoke-color3: #F4E8E1;
    --black-color: #000000;
    --black-color2: #1b1b1b;
    --gray-color: #B2B2B2;
    --white-color: #ffffff;
    --light-color: #CDCDCD;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E0E0E0;
    --title-font: 'Cormorant Garamond', serif;
    --body-font: 'DM Sans', sans-serif;
    --style-font: 'Red Hat Display', cursive;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

html {
    margin-top: 0 !important;
    overflow-x: hidden;
}

.home3 {
    --theme-color: #F9F3F0;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
    scroll-behavior: auto !important;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

* {
    /*word-break: break-all;*/
    box-sizing: border-box;
}

.bg-smoke {
    background-color: #F9F3F0;
}

iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
    outline: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color);
}


a:active,
a.nice-select.open,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.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: 84px;
    line-height: 1.167;
}

h1,
.h2,
h2 {
    font-size: 48px;
    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;
}

/* Large devices */
@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3;
    }

    h1,
    .h2,
    h2 {
        font-size: 36px;
        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;
    }

    h1,
    .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;
    }

    h1,
    .h2,
    h2 {
        font-size: 28px;
    }
}

/* Extra small devices */
@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px;
    }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
    :root {
        --main-container: 1250px;
    }
}

@media (min-width: 1370px) {
    .th-container2 {
        --main-container: 1470px;
    }

    .th-container2 .container {
        --main-container: 1220px;
    }
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
    .th-container2 {
        margin-left: auto;
        margin-right: auto;
    }
}

@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);

        max-width: calc(var(--main-container) + 30px);
        padding-left: 30px / 2);
        padding-right: 30px / 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: 1720px;
    }
}

@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;
    }
}

.th-container3 {
    max-width: 1520px;
}

.round-container {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* Large devices */
@media (max-width: 1199px) {
    .round-container {
        border-radius: 0;
    }
}

/*------------------- 2.2. Grid -------------------*/
.slick-track {
    display: flex;
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 30px;
    }
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gy-40 {
    --bs-gutter-y: 40px;
}

.gy-50 {
    --bs-gutter-y: 50px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

@media (min-width: 1299px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-25 {
        --bs-gutter-x: 25px;
    }

    .gx-40 {
        --bs-gutter-x: 40px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select.nice-select,
.nice-select,
textarea,
input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select.nice-select:focus,
.nice-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--border-color);
    background-color: var(--smoke-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select.nice-select::-moz-placeholder,
.nice-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select.nice-select::-webkit-input-placeholder,
.nice-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.nice-select:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select.nice-select::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select.nice-select::-moz-placeholder,
.nice-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select.nice-select:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color);
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select.nice-select::-ms-input-placeholder,
.nice-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select.nice-select::placeholder,
.nice-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color);
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.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: 154px;
    padding-top: 16px;
    padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 100px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

.form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color);
    z-index: 1;
}

.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-color);
}

.form-group.has-label>i {
    top: 50px;
}

[class*="col-"].form-group i {
    right: calc((var(--bs-gutter-x) / 2) + 25px);
}

option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type="checkbox"]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

input[type="checkbox"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}

input[type="checkbox"]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

input[type="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;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="radio"]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
}

label {
    margin-bottom: 0;
    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 -------------------*/
.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.slick-track {
    min-width: 100%;
}

.sameHeight .slick-track,
.sameHeight .slick-list {
    display: flex;
}

.slick-list {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;

}


/* #service-sec .slick-slide img {
  width: 50%;
} */

.slick-slide img {

    display: inline-block;
}

.number-dots {
    list-style-type: none;
    padding: 0;
    display: block;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.number-dots ul {
    margin: 40px 0 0px 0;
    position: relative;
    display: inline-block;
    padding: 0;
    width: auto;
}

.number-dots ul:before,
.number-dots ul:after {
    content: '';
    width: 118.733px;
    height: 9.834px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.number-dots ul:before {
    background-image: url("../img/theme-img/line_1.svg");
    right: calc(100% + 14px);
}

.number-dots ul:after {
    background-image: url("../img/theme-img/line_2.svg");
    left: calc(100% + 25px);
}

.number-dots li {
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.number-dots li:last-child {
    margin-right: 0;
}

.number-dots li.slick-active {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.number-dots li button {
    font-size: 0;
    padding: 0;
    width: 4px;
    height: 4px;
    line-height: 4px;
    border-radius: 9999px;
    border: none;
    margin-left: 8px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
}

.number-dots li button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: -5px 0 0 -5px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.th-dots {
    text-align: center;
}

.th-dots ul {
    margin: 40px 0 0px 0;
    position: relative;
    display: inline-block;
    padding: 0;
    width: auto;
}

.th-dots ul li {
    display: inline-block;
    background-color: var(--white-color);
    margin: 0 12px;
    padding: 3px 0;
    height: 3px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.th-dots ul li button {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 3px;
    line-height: 3px;
    border-radius: 5px;
    border: none;
    display: inline-block;
    background-color: transparent;
    margin: 0 6px;
    padding: 3px 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.th-dots ul li:hover,
.th-dots ul li.slick-active {
    -webkit-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5);
    background-color: var(--theme-color);
    border-radius: 5px;
    opacity: 1;
}

.slick-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, -200px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    font-size: var(--icon-font-size, 16px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 2;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}

.slick-arrow.slick-next {
    right: -200px;
    left: auto;
}

.slick-arrow:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    left: var(--pos-x, -100px);
}

.arrow-wrap:hover .slick-arrow.slick-next {
    right: -100px;
    left: auto;
}

.th-custom-dots {
    display: inline-block;
    margin-top: -5px;
}

.th-custom-dots .dot-btn {
    font-size: 0;
    padding: 0;
    width: 4px;
    height: 4px;
    line-height: 4px;
    border-radius: 9999px;
    border: none;
    background-color: var(--theme-color);
    margin-right: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
}

.th-custom-dots .dot-btn:last-child {
    margin-right: 0;
}

.th-custom-dots .dot-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: -5px 0 0 -5px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.th-custom-dots .dot-btn.active {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.th-custom-dots .slick-active button {
    background-color: var(--theme-color);
}

.th-custom-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.th-slick-custom {
    margin: 30px 0 0px 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px;
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px;
    }

    .slick-dots {
        margin: 40px 0 0 0;
    }

    .icon-box .slick-arrow {
        margin-right: 0;
    }
}

.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%;
}

.slick-3d-active .slick-list {
    padding-left: 30% !important;
    padding-right: 30% !important;
}

.slick-3d-active .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px;
}

.slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
    display: block;
}

.slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.slick-3d-active .slick-3d-next {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -21px);
    transform: translate3d(50%, 0, -21px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.slick-3d-active .slick-3d-next2 {
    opacity: 1;
    -webkit-transform: translate3d(40%, 0, -23px);
    transform: translate3d(40%, 0, -23px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.slick-3d-active .slick-3d-prev {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, -21px);
    transform: translate3d(-50%, 0, -21px);
}

.slick-3d-active .slick-3d-prev .testi-card {
    box-shadow: none;
}

.slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, -23px);
    transform: translate3d(-40%, 0, -23px);
}

/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
    text-align: center;
    background-color: var(--theme-color);
}

.th-menu-wrapper .mobile-logo img,
.th-menu-wrapper .mobile-logo svg {
    max-width: 170px;
}


.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color2);
    border-radius: 50%;
    font-size: 12px;
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}

.th-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;
}

.th-mobile-menu ul li a:before { 
    content: "\e686";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color);
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
    padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children>a .th-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%;
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font);
}

.th-mobile-menu ul .menu-item-has-children>a:after {

    content: "\e634";
    font-family: 'icomoon';
    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;
    font-weight: bold;
}

.th-mobile-menu ul .menu-item-has-children.th-active>a .th-mean-expand:before {
   content: "\e660";
}

.th-mobile-menu ul .menu-item-has-children.th-active>a:after {
    content: "\e660";
}

.th-mobile-menu>ul {
    padding: 0 40px;
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0;
}

.th-menu-toggle:hover {
    background-color: var(--title-color);
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px;
}

.th-menu-toggle.style-text-white {
    color: var(--white-color);
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px;
    }

    .th-mobile-menu>ul {
        padding: 0 20px;
    }
}

/*------------------- 2.6. Mobile Menu -------------------*/
:root {
    --input-height: 56px;
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    position: relative;
    line-height: calc(var(--input-height) - 2px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.nice-select:after {
    content: '';
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
    border-bottom: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
    position: absolute;
    right: 20px;
    line-height: calc(var(--input-height) - 2px);
    top: 21px;
    height: 8px;
    width: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 24px;
}

.nice-select.open .list {
    opacity: 1;
    border-radius: 0;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-bottom: 1px solid var(--theme-color);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-28px);
    -ms-transform: scale(0.75) translateY(-28px);
    transform: scale(0.75) translateY(-28px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--smoke-color);
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--title-color);
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}

.preloader-inner img {
    max-width: 300px;
    display: block;
    margin: 0 auto 30px auto;
}

.loader {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 40% 40% 40% 40% / 40% 40% 40% 40%;
    color: var(--theme-color);
    -webkit-animation: loaderfill 1s ease-in infinite alternate;
    animation: loaderfill 1s ease-in infinite alternate;
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 40% 40% 40% 40% / 40% 40% 40% 40%;
    left: 48px;
    top: 0;
    -webkit-animation: loaderfill 0.9s ease-in infinite alternate;
    animation: loaderfill 0.9s ease-in infinite alternate;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loader::after {
    left: auto;
    right: 48px;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}

@-webkit-keyframes loaderfill {
    0% {
        box-shadow: 0 0 0 2px inset;
    }

    100% {
        box-shadow: 0 0 0 10px inset;
    }
}

@keyframes loaderfill {
    0% {
        box-shadow: 0 0 0 2px inset;
    }

    100% {
        box-shadow: 0 0 0 10px inset;
    }
}

/*------------------- 3.2. Buttons -------------------*/
.th-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 30px;
    border-radius: 0;
}

.th-btn:before,
.th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
}

.th-btn:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.th-btn:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.th-btn:hover,
.th-btn.active {
    color: var(--white-color);
}

.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 20px 40px;
    box-shadow: none;
}

.th-btn.style2:hover {
    color: var(--white-color);
    border-color: var(--white-color);
}

.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
    background-color: var(--theme-color);
}

.th-btn.style3:hover {
    color: var(--title-color);
}

.th-btn.style3:hover:before,
.th-btn.style3:hover:after {
    background-color: var(--white-color);
}

.th-btn.style4 {
    background-color: var(--title-color);
    color: var(--white-color);
}

.th-btn.style4:hover {
    color: var(--title-color);
}

.th-btn.style4:hover:before,
.th-btn.style4:hover:after {
    background-color: var(--white-color);
}

.th-btn.style5 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 20px 40px;
    box-shadow: none;
}

.th-btn.style5:hover {
    border-color: var(--theme-color);
}

.th-btn.style5:hover:before,
.th-btn.style5:hover:after {
    background-color: var(--theme-color);
}

.th-btn.style6 {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--title-color);
    padding: 20px 40px;
    box-shadow: none;
}

.th-btn.style6:hover {
    color: var(--white-color);
    border-color: var(--theme-color);
}

.th-btn.style6:hover:before,
.th-btn.style6:hover:after {
    background-color: var(--theme-color);
}

.th-btn.white-btn {
    background-color: var(--white-color);
    color: var(--title-color);
}

.th-btn.white-btn:hover {
    color: var(--white-color);
}

.th-btn.white-btn:hover:before,
.th-btn.white-btn:hover:after {
    background-color: var(--title-color);
}

.th-btn.fw-btn {
    width: 100%;
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 46px);
    height: var(--btn-size, 46px);
    line-height: var(--btn-size, 46px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, transparent);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}

.icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.1em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.play-btn>i.fa-play {
    padding-right: 0.18em;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color);
}

.play-btn.style3>i {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 20px;
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--white-color);
}

.play-btn.style3:hover>i {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.link-btn {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: 26px;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--title-color);
}

.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.link-btn:hover {
    color: var(--theme-color);
}

.link-btn:hover::before {
    width: 100%;
}

.line-btn {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color);
}

.line-btn i {
    margin-left: 10px;
    font-size: 0.9rem;
}

.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.line-btn:hover {
    color: var(--title-color);
}

.line-btn:hover::before {
    background-color: var(--title-color);
    width: 45px;
}

.half-line-btn {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    line-height: .9;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -6px;
    text-transform: uppercase;
    color: var(--theme-color);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.half-line-btn i {
    margin-left: 10px;
    font-size: 0.9rem;
    color: var(--theme-color);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.half-line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 30px;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.half-line-btn:hover {
    color: var(--title-color);
}

.half-line-btn:hover i {
    margin-left: 15px;
}

.half-line-btn:hover::before {
    background-color: var(--title-color);
    width: 75%;
}

.half-line-btn:hover i {
    color: var(--title-color);
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    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;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
}

.sub-title {
    display: block;
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    position: relative;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.sub-title:has(img) {
    margin-top: 0;
}

.sub-title img {
    margin: -5px 8px 0 8px;
    width: 24px;
}

@media (max-width: 991px) {
    .sub-title img {
        display: none;
    }
}

.sub-title.style2 img {
    margin: 8px 0 0 0;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
    /* Medium devices */
}

.contact-info .box-title {
    margin-top: 0;
}

@media (max-width: 1399px) {
    .box-title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .box-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.box-title a {
    color: inherit;
}

.box-title a:hover {
    color: var(--theme-color);
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2;
    margin-top: -6px;
}

.title-area .sec-title {
    margin-bottom: 20px;
}

.title-area .sub-title img {
    margin: -5px 8px 0 8px;
}

.title-area img {
    margin-bottom: 15px;
    max-width: 270px;
}

.title-area .sec-text {
    max-width: 810px;
    display: block;
    margin: auto;
}

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}

hr.title-line {
    margin-top: 0;
    background-color: var(--border-color);
    opacity: 1;
}

.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space);
}

/* Large devices */
@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px;
    }

    .shadow-title {
        font-size: 120px;
        margin-bottom: -82px;
    }

    .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;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .shadow-title {
        font-size: 100px;
    }

    .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;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .sub-title img {
        max-width: 60px;
    }
}




/*-- Padding Left And Right --*/
.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;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

/*-- 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;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

/*-- 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;
}

.pb-60 {
    padding-bottom: 60px;
}

/*-- 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;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-n1 {
    margin-top: -.25rem;
}

.mt-n2 {
    margin-top: -.65rem;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .mt-n2 {
        margin-top: 0;
    }
}

.mt-n3 {
    margin-top: -0.8rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -.25rem;
}

.mb-n2 {
    margin-bottom: -.6rem;
}

.mb-n3 {
    margin-bottom: -0.8rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.mr-25 {
    margin-right: 25px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-80 {
    margin-right: 80px;
    /* Small devices */
}

@media (max-width: 767px) {
    .mr-80 {
        margin-right: 0;
    }
}

.ml-80 {
    margin-left: 80px;
}

@media (max-width: 1399px) {
    .ml-80 {
        margin-left: 0;
    }
}

.mt-75 {
    margin-top: -75px;
}

.mt-60 {
    margin-top: 60px;
}

.fs-6 {
    font-size: 1.5rem !important;
}

.fs-24 {
    font-size: 24px;
}

.ser-gy-4 {
    --bs-gutter-y: 2.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: 70px;
    }

    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 70px;
    }
}



.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    /* Small devices */
}

@media (max-width: 767px) {
    .btn-group {
        gap: 20px;
    }
}

.btn-group.style1 {
    gap: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* Small devices */
}

@media (max-width: 767px) {
    .btn-group.style1 {
        gap: 20px;
    }
}

.btn-group.style2 {
    margin-top: 50px;
}

.btn-group.style3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group.style4 {
    gap: 10px;
}

.btn-group.style6 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* Medium devices */
}

@media (max-width: 991px) {
    .btn-group.style6 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
}

.btn-group.style7 {
    /* Small devices */
}

@media (max-width: 767px) {
    .btn-group.style7 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.btn-group.style8 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .btn-group.style8 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .call-btn {
        gap: 20px;
    }
}

@media (max-width: 470px) {
    .call-btn {
        display: block;
    }

    .call-btn .th-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 204px;
        margin-bottom: 20px;
    }
}

.call-btn:has(.call-btn) {
    gap: 50px;
}

.call-btn .btn-title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: var(--white-color);
}

.call-btn .btn-title:hover {
    color: var(--theme-color);
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
    font-family: var(--icon-font);
}

.font-title {
    font-family: var(--title-font);
}

.font-body {
    font-family: var(--body-font);
}

.font-style {
    font-family: var(--style-font);
}

.fw-extralight {
    font-weight: 100;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.fs-md {
    font-size: 18px;
}

.fs-xs {
    font-size: 14px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
    background-color: var(--theme-color) !important;
}

.bg-theme2 {
    background-color: var(--theme-color2) !important;
}

.bg-smoke {
    background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important;
}

.bg-white {
    background-color: var(--white-color) !important;
}

.bg-black {
    background-color: var(--black-color) !important;
}

.bg-black2 {
    background-color: var(--black-color2) !important;
}

.bg-title {
    background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.bg-auto {
    background-size: auto auto;
}

.bg-top-center {
    background-size: auto;
    background-position: top center;
}

.bg-bottom-center {
    background-size: auto;
    background-position: bottom center;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
    color: var(--theme-color) !important;
}

.text-theme2 {
    color: var(--theme-color2) !important;
}

.text-title {
    color: var(--title-color) !important;
}

.text-body {
    color: var(--body-color) !important;
}

.text-white {
    color: var(--white-color) !important;
}

.text-light {
    color: var(--light-color) !important;
}

.text-yellow {
    color: var(--yellow-color) !important;
}

.text-success {
    color: var(--success-color) !important;
}

.text-error {
    color: var(--error-color) !important;
}

.text-inherit {
    color: inherit;
}

.text-inherit:hover {
    color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[data-overlay] {
    position: relative;
    z-index: 2;
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
    z-index: 1;
}

[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

[data-overlay="theme"]:before {
    background-color: var(--theme-color);
}

[data-overlay="theme2"]:before {
    background-color: var(--theme-color2);
}

[data-overlay="title"]:before {
    background-color: var(--title-color);
}

[data-overlay="white"]:before {
    background-color: var(--white-color);
}

[data-overlay="black"]:before {
    background-color: var(--black-color);
}

[data-overlay="black2"]:before {
    background-color: var(--black-color2);
}

[data-overlay="overlay1"]:before {
    background-color: #131B23;
}

[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 -------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.ripple-animation,
.play-btn:after,
.play-btn:before,
.hero-2 .hero-shape:after,
.hero-2 .hero-shape:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0;
    }
}

@-webkit-keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.movingY {
    -webkit-animation: movingY 17s linear infinite;
    animation: movingY 17s linear infinite;
}

@-webkit-keyframes movingY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes movingY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.movingY-reverse {
    -webkit-animation: movingYReverseAni 17s linear infinite;
    animation: movingYReverseAni 17s linear infinite;
}

@-webkit-keyframes movingYReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes movingYReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.spin {
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.zoom {
    -webkit-animation: zoom 15s linear infinite;
    animation: zoom 15s linear infinite;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@-webkit-keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ding-dong {
    -webkit-animation: ding-dong 7s linear;
    animation: ding-dong 7s linear;
}

@-webkit-keyframes ding-dong {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }

    5% {
        -webkit-transform: rotateZ(5.3deg);
        transform: rotate(5.3deg);
    }

    10% {
        -webkit-transform: rotateZ(7.8deg);
        transform: rotate(7.8deg);
    }

    15% {
        -webkit-transform: rotateZ(7deg);
        transform: rotate(7deg);
    }

    20% {
        -webkit-transform: rotateZ(3.9deg);
        transform: rotate(3.9deg);
    }

    20% {
        -webkit-transform: rotateZ(3.9deg);
        transform: rotate(3.9deg);
    }

    25% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }

    30% {
        -webkit-transform: rotateZ(-3.2deg);
        transform: rotate(-3.2deg);
    }

    35% {
        -webkit-transform: rotateZ(-4.7deg);
        transform: rotate(-4.7deg);
    }

    40% {
        -webkit-transform: rotate(-4.3deg);
        transform: rotate(-4.3deg);
    }

    45% {
        -webkit-transform: rotateZ(-2.4deg);
        transform: rotate(-2.4deg);
    }

    50% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }

    55% {
        -webkit-transform: rotateZ(2deg);
        transform: rotate(2deg);
    }

    60% {
        -webkit-transform: rotateZ(2.9deg);
        transform: rotate(2.9deg);
    }

    65% {
        -webkit-transform: rotateZ(2.6deg);
        transform: rotate(2.6deg);
    }

    70% {
        -webkit-transform: rotateZ(1.4deg);
        transform: rotate(1.4deg);
    }

    75% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }

    80% {
        -webkit-transform: rotateZ(-1.2deg);
        transform: rotate(-1.2deg);
    }

    85% {
        -webkit-transform: rotateZ(-1.7deg);
        transform: rotate(-1.7deg);
    }

    90% {
        -webkit-transform: rotateZ(-1.6deg);
        transform: rotate(-1.6deg);
    }

    95% {
        -webkit-transform: rotateZ(-0.9deg);
        transform: rotate(-0.9deg);
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }
}

@keyframes ding-dong {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }

    5% {
        -webkit-transform: rotateZ(5.3deg);
        transform: rotate(5.3deg);
    }

    10% {
        -webkit-transform: rotateZ(7.8deg);
        transform: rotate(7.8deg);
    }

    15% {
        -webkit-transform: rotateZ(7deg);
        transform: rotate(7deg);
    }

    20% {
        -webkit-transform: rotateZ(3.9deg);
        transform: rotate(3.9deg);
    }

    20% {
        -webkit-transform: rotateZ(3.9deg);
        transform: rotate(3.9deg);
    }

    25% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }

    30% {
        -webkit-transform: rotateZ(-3.2deg);
        transform: rotate(-3.2deg);
    }

    35% {
        -webkit-transform: rotateZ(-4.7deg);
        transform: rotate(-4.7deg);
    }

    40% {
        -webkit-transform: rotate(-4.3deg);
        transform: rotate(-4.3deg);
    }

    45% {
        -webkit-transform: rotateZ(-2.4deg);
        transform: rotate(-2.4deg);
    }

    50% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }

    55% {
        -webkit-transform: rotateZ(2deg);
        transform: rotate(2deg);
    }

    60% {
        -webkit-transform: rotateZ(2.9deg);
        transform: rotate(2.9deg);
    }

    65% {
        -webkit-transform: rotateZ(2.6deg);
        transform: rotate(2.6deg);
    }

    70% {
        -webkit-transform: rotateZ(1.4deg);
        transform: rotate(1.4deg);
    }

    75% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }

    80% {
        -webkit-transform: rotateZ(-1.2deg);
        transform: rotate(-1.2deg);
    }

    85% {
        -webkit-transform: rotateZ(-1.7deg);
        transform: rotate(-1.7deg);
    }

    90% {
        -webkit-transform: rotateZ(-1.6deg);
        transform: rotate(-1.6deg);
    }

    95% {
        -webkit-transform: rotateZ(-0.9deg);
        transform: rotate(-0.9deg);
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes lineDown {
    0% {
        -webkit-transform: 0;
        transform: 0;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0;
    }
}

@keyframes lineDown {
    0% {
        -webkit-transform: 0;
        transform: 0;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0;
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

@-webkit-keyframes lineMove {
    0% {
        bottom: 0;
        opacity: 1;
    }

    50% {
        bottom: 100%;
        opacity: 0.3;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes lineMove {
    0% {
        bottom: 0;
        opacity: 1;
    }

    50% {
        bottom: 100%;
        opacity: 0.3;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes lineMove2 {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 100%;
        opacity: 0.3;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes lineMove2 {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 100%;
        opacity: 0.3;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes shapePulse {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(0.88);
        transform: scaleY(0.88);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes shapePulse {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(0.88);
        transform: scaleY(0.88);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.movingTopRight {
    -webkit-animation: movingTopRight 15s linear infinite;
    animation: movingTopRight 15s linear infinite;
}

@-webkit-keyframes movingTopRight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-90px, 90px);
        transform: translate(-90px, 90px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes movingTopRight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-90px, 90px);
        transform: translate(-90px, 90px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.movingBottomLeft {
    -webkit-animation: movingBottomLeft 15s linear infinite;
    animation: movingBottomLeft 15s linear infinite;
}

@-webkit-keyframes movingBottomLeft {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(90px, -90px);
        transform: translate(90px, -90px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes movingBottomLeft {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(90px, -90px);
        transform: translate(90px, -90px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes bgSlide {
    0% {
        background-position: 0 0;
    }

    0% {
        background-position: 0 -50%;
    }

    0% {
        background-position: 0 0;
    }
}

@keyframes bgSlide {
    0% {
        background-position: 0 0;
    }

    0% {
        background-position: 0 -50%;
    }

    0% {
        background-position: 0 0;
    }
}

.scalein.th-animated {
    --animation-name: scalein;
}

.slidetopleft.th-animated {
    --animation-name: slidetopleft;
}

.slidebottomright.th-animated {
    --animation-name: slidebottomright;
}

.slideinleft.th-animated {
    --animation-name: slideinleft;
}

.slideinright.th-animated {
    --animation-name: slideinright;
}

.slideinup.th-animated {
    --animation-name: slideinup;
}

.slideindown.th-animated {
    --animation-name: slideindown;
}

.rollinleft.th-animated {
    --animation-name: rollinleft;
}

.rollinright.th-animated {
    --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name);
}

.th-animated {
    opacity: 1;
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-90px);
        transform: translateX(-90px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-90px);
        transform: translateX(-90px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-webkit-keyframes scalein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scalein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes rollinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes rollinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}

@-webkit-keyframes rollinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes rollinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.widget_nav_menu>ul,
.widget_nav_menu .menu,
.widget_meta>ul,
.widget_meta .menu,
.widget_pages>ul,
.widget_pages .menu,
.widget_archive>ul,
.widget_archive .menu,
.widget_categories>ul,
.widget_categories .menu,
.wp-block-categories>ul,
.wp-block-categories .menu {
    margin: -20px 0 -20px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 16px 45px 19px 0px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 0;
    border-bottom: 1px solid var(--border-color);
}

.widget_nav_menu a img,
.widget_meta a img,
.widget_pages a img,
.widget_archive a img,
.widget_categories a img,
.wp-block-categories a img {
    margin-right: 8px;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
    display: block;
    position: relative;
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.wp-block-categories li:last-child a {
    border-bottom: none;
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.wp-block-categories li>span {
    color: var(--body-color);
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
    color: var(--theme-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,
.wp-block-categories a:hover~span {
    color: var(--theme-color);
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.wp-block-categories .children {
    margin-left: 10px;
}

.wp-block-categories {
    list-style: none;
    padding: 0;
    margin: 0 0 -10px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px;
}

.widget_nav_menu .sub-menu {
    margin-left: 10px;
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
    color: inherit;
}

.th-blog ul.wp-block-archives li {
    margin: 5px 0;
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    border-radius: 0;
}

.widget[data-overlay]:before {
    z-index: -1;
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget select,
.widget input {
    background-color: var(--white-color);
}

.wp-block-search__label,
.widget_title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 17px;
    margin: -0.12em 0 30px 0;
}

.wp-block-search__label:after,
.wp-block-search__label:before,
.widget_title:after,
.widget_title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--border-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.wp-block-search__label:after,
.widget_title:after {
    background-color: var(--theme-color);
    width: 30px;
}

.widget .search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    padding-right: 25px;
    border: 1px solid var(--white-color);
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.04);
}

.widget .search-form input:focus {
    border-color: var(--theme-color);
}

.widget .search-form button {
    border: none;
    font-size: 16px;
    font-size: 500;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    padding: 0;
    width: 56px;
    text-align: center;
    border-radius: 0;
}

.widget .search-form button:hover {
    background-color: var(--title-color);
}


.video-box1 {
    position: relative;
}

.video-box1 img {
    width: 100%;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-play-btn>i {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    text-align: center;
    background-color: rgba(194, 133, 101, 0.85);
    border-radius: 50%;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.2em);
}

/* About 1 ---------------------------------- */
.img-box1 {
    position: relative;
}

.img-box1 .img2 {
    position: absolute;
    bottom: -20%;
    right: 0px;
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .img-box1 .img2 {
        right: 30%;
        bottom: 20%;
    }

    .map-sec iframe {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .img-box1 .img2 {
        bottom: 0;
        right: 20%;
    }
}

@media (max-width: 767px) {
    .img-box1 .img2 {
        right: 0;
    }
}

@media (max-width: 575px) {
    .img-box1 .img2 {
        display: none;
    }

    .map-sec iframe {
        height: 300px;
    }
}

.img-box1 .img3 {
    position: absolute;
    bottom: -15%;
    left: -21%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .img-box1 .img3 {
        bottom: -10%;
        left: 30%;
    }
}

@media (max-width: 767px) {
    .img-box1 .img3 {
        display: none;
    }
}

.img-box4 {
    position: relative;
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1299px) {
    .img-box4 {
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .img-box4 {
        margin-bottom: 50px;
    }
}

.img-box4 .img4 {
    margin-left: -50px;
    max-width: 343px;
    /* Medium Large devices */
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .img-box4 .img4 {
        margin-left: 0;
    }
}

.img-box4 .img4 img {
    border-radius: 100px 0 0 0;
}

@media (max-width: 1299px) {
    .img-box4 .img4 {
        margin-bottom: 40px;
    }
}

.img-box4 .img5 {
    position: absolute;
    right: 0;
    bottom: -22%;
    /* Large devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .img-box4 .img5 {
        /*     right: 10%; */
        bottom: -10%;
    }
}

@media (max-width: 575px) {
    .img-box4 .img5 {
        display: none;
    }
}

.img-box4 .img5 img {
    border-radius: 0 0 100px 0;
}

.img-box4 .about-shape {
    position: absolute;
    left: -20%;
    bottom: -18%;
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    z-index: -1;
    /* Large devices */
}

@media (max-width: 1199px) {
    .img-box4 .about-shape {
        display: none;
    }
}

.img-box4 .badge-inner {
    position: absolute;
    left: 40%;
    top: 40%;
    background-color: var(--smoke-color);
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.img-box4 .badge-inner .about-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--smoke-color);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
}

.img-box4 .counter-card_number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 767px) {
    .img-box4 .counter-card_number {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .img-box4 .counter-card_number {
        font-size: 30px;
        line-height: 40px;
    }
}

.img-box4 .counter-card_text {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 142px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .img-box4 .counter-card_text {
        font-size: 16px;
        line-height: 26px;
    }
}

.img-box5 {
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
}

.img-box5 .img1 img {
    border-radius: 300px 300px 0px 0px;
}

.img-box5 .img2 {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: -1;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .img-box5 .img2 {
        display: none;
    }
}

.img-box5 .img2 img {
    border-radius: 300px 300px 0px 0px;
}

.img-box5 .img3 {
    position: absolute;
    bottom: 0%;
    left: -30%;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .img-box5 .img3 {
        display: none;
    }
}


.about-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 33px;
    margin-bottom: 28px;
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 575px) {
    .about-wrapper {
        gap: 10px;
    }
}

@media (max-width: 375px) {
    .about-wrapper {
        display: block;
    }
}

.about-wrapper .about-info {
    background-color: var(--white-color);
    padding: 15px 22px;
    min-width: 260px;
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 575px) {
    .about-wrapper .about-info {
        min-width: 150px;
    }
}

@media (max-width: 375px) {
    .about-wrapper .about-info {
        min-width: 100%;
    }

    .about-wrapper .about-info:first-child {
        margin-bottom: 10px;
    }
}

.about-wrapper .about-info.style2 {
    background-color: var(--smoke-color);
}

.about-wrapper .about-info_title {
    margin-bottom: 0;
}

.about-wrapper .about-info_title img {
    margin-right: 8px;
    width: 24px;
    position: relative;
    top: -3px;
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
    z-index: 1;
    position: relative;
}

.shape-mockup {
    position: absolute;
    z-index: -1;
}

.shape-mockup.hero_wrap {
    z-index: 1;
}

.shape-mockup.shape-wrapp {
    z-index: 1;
}

.shape-mockup.z-index-3 {
    z-index: 3;
}

.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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.28em 0.45em;
    font-size: 8px;
    border-radius: 50%;
    top: 18px;
    right: -10px;
    min-width: 16px;
    min-height: 16px;
    line-height: 12px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.th-social.author-social a {
    background-color: var(--smoke-color2);
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    font-size: 18px;
    color: #0A0A0A;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.th-social.author-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.th-social.author-social .info-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    background-color: var(--white-color);
    color: var(--title-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}

.th-social a:last-child {
    margin-right: 0;
}

.th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.th-social.style2 a {
    --icon-size: 40px;
    font-size: 14px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid;
}

.th-social.style2 a:hover {
    border-color: var(--theme-color);
    color: var(--white-color);
    background-color: var(--theme-color);
}

.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color);
}

.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px;
}


/* Hero Global ---------------------------------- */
.th-hero-wrapper {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.th-hero-wrapper .slick-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .th-hero-wrapper .slick-arrow {
        display: none !important;
    }
}

.th-hero-wrapper:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    left: var(--pos-x, 100px);
}

.th-hero-wrapper:hover .slick-arrow.slick-next {
    right: 100px;
    left: auto;
}

.th-hero-bg {
    position: absolute;
    inset: 0;
}

.th-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-title {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.hero-1 {
    background-color: var(--smoke-color3);
}

.hero-1 .shape2 {
    -webkit-animation: slideinleft 3s linear infinite;
    animation: slideinleft 3s linear infinite;
}

.hero-1 .shape1 {
    -webkit-animation: slideindown 4s linear infinite;
    animation: slideindown 4s linear infinite;
}

.hero-1 .hero_flower {
    position: absolute;
    bottom: -50px;
    left: -50px;
    z-index: 4;
    width: 115%;
    min-height: 120px;
    overflow: hidden;
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 218px 0 218px 0;
    max-width: 650px;
    word-wrap: break-word;
    /* Medium Large devices */
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .img-box1 {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

.sec-text2 {
    max-width: 500px;
}

@media (max-width: 1299px) {
    .hero-style1 {
        padding: 180px 0 180px 0;
    }
}

@media (max-width: 991px) {
    .hero-style1 {
        padding: 100px 0 60px 0;
        display: block;
        margin: auto;
        max-width: 100%;
        text-align: center;
    }
}

.hero-style1 .sub-title {
    color: var(--theme-color2);
    display: block;
    margin-top: -0.3rem;
    margin-bottom: 15px;
}

.th-hero-img {
    position: relative;
    z-index: 1;
    min-width: 800px;
    max-height: 800px;
    margin-left: -100px;
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1399px) {
    .th-hero-img {
        margin-left: -120px;
    }
}

@media (max-width: 1299px) {
    .th-hero-img {
        min-width: 650px;
        margin: 25px -30px 0 0px;
    }
}

@media (max-width: 1199px) {
    .th-hero-img {
        margin: 25px -70px 0 0px;
    }
}

@media (max-width: 991px) {
    .th-hero-img {
        margin: 0;
        min-width: 100%;
    }
}

.th-hero-img img {
    width: 100%;
    margin-left: -40px;
}

.th-hero-img .th-hero-shape {
    position: absolute;
    content: "";
    inset: 0;
    width: 513px;
    height: 648px;
    display: block;
    margin: auto;
    background-color: var(--smoke-color);
    z-index: -1;
    border-radius: 0 0 40% 40%;
    /* Medium Large devices */
    /* Medium devices */
}

@media (max-width: 1299px) {
    .th-hero-img .th-hero-shape {
        width: 90%;
        height: 90%;
    }
}

@media (max-width: 991px) {
    .th-hero-img .th-hero-shape {
        height: 100%;
    }
}

.th-hero-img .th-hero-shape2 {
    position: absolute;
    inset: 0;
    top: 20px;
    width: 567px;
    height: 716px;
    display: block;
    margin: auto;
    background-color: var(--smoke-color2);
    border-radius: 0 0 40% 40%;
    z-index: -2;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .th-hero-img .th-hero-shape2 {
        width: 100%;
        height: 100%;
        top: 40px;
    }
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
    .hero-1 .hero-img {
        right: 18%;
    }
}

@media (max-width: 1700px) {
    .hero-1 .hero-img {
        right: 1%;
    }
}

@media (max-width: 1400px) {
    .hero-1 .hero-img {
        top: 20px;
    }

    .hero-style1 {
        padding: 180px 0;
    }

}

/* Medium Large devices */
@media (max-width: 1299px) {
    .hero-1 .hero-img {
        max-width: 485px;
    }

    .hero-style1 {
        padding: 150px 0;
    }
}

/* Large devices */
@media (max-width: 1199px) {

    .hero-1 .hero-img {
        right: -10%;
    }

    .hero-1 .hero-shape1,
    .hero-1 .hero-shape2 {
        max-width: 600px;
    }

    .hero-1 .hero-shape3 {
        max-width: 600px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .hero-title {
        font-size: 54px;
        line-height: 1.2;
    }

    .hero-style1 {
        padding: 90px 0;
        text-align: center;
    }

    .hero-style1 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-style1 .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-1 .hero-img {
        position: relative;
        margin-top: 30px;
        margin-bottom: -60px;
        text-align: center;
        right: 0;
        top: 0;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .hero-subtitle {
        font-size: 18px;
    }

    .hero-title {
        font-size: 48px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .hero-title {
        font-size: 38px;
        line-height: 1.24;
    }

    .hero-title:last-of-type {
        margin-bottom: 16px;
    }

    .hero-text {
        margin-bottom: 28px;
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: 34px;
        line-height: 1.3;
    }
}

@media (max-width: 330px) {
    .hero-title {
        font-size: 30px;
    }
}

/* ---------------------------Testimonial  Item start ---------------------------------- */
.testimonial-wrapper {
    position: relative;
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .testimonial-wrapper {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper {
        margin-bottom: 0;
    }
}

.testimonial-wrapper .testi-shape {
    position: absolute;
    top: -12%;
    left: -21%;
    -webkit-animation: ding-dong 2s linear;
    animation: ding-dong 2s linear;
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1299px) {
    .testimonial-wrapper .testi-shape {
        top: -11%;
        left: -11%;
    }
}

@media (max-width: 1199px) {
    .testimonial-wrapper .testi-shape {
        display: none;
    }
}

.testimonial-wrapper .as-slick-custom {
    margin-top: 50px;
    padding-right: 70px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .testimonial-wrapper .as-slick-custom {
        margin: 40px 0;
        padding-right: 0;
    }
}

/*------------------- Testimonial -------------------*/
.testi-item.style5 {
    position: relative;
    background-color: var(--white-color);
    padding: 40px 40px 80px 40px;
    text-align: left;
    z-index: 2;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .testi-item.style5 {
        padding: 30px;
    }
}

.testi-item.style5 .testi-item_profile {
    margin-top: 20px;
}

.testi-item.style5 .testi-item_name {
    font-size: 24px;
    margin-bottom: 0px;
}

.testi-item.style5 .star-icon {
    margin-bottom: 10px;
}

.testi-item.style5 .testi-shape2 {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: -1;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .testi-item.style5 .testi-shape2 {
        display: none;
    }

    .preloader-inner img {
        max-width: 200px;
    }

}

.testi-item.style5 .testi-quote {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testi-grid-slide.style3 {
    margin-left: 50px;
    /* Large devices */
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .testi-grid-slide.style3 {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .testi-grid-slide.style3 {
        padding: 30px 0 80px 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .testi-grid-slide.style3 {
        padding: 80px 0;
    }
}

.testi-grid-slide.style3 .sub-title img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 24px;
    height: auto;
}

.testi-grid-slide.style3 .number-dots ul {
    margin: 40px 0px 0px;
    position: relative;
    display: inline-block;
    padding: 0px;
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testi-grid-slide.style3 .number-dots ul:before,
.testi-grid-slide.style3 .number-dots ul:after {
    display: none;
}

.testimonial-wrapper.style4 {
    /* margin-left: -100px; */
    /* Large devices */
}

@media (max-width: 1199px) {
    .testimonial-wrapper.style4 {
        margin-left: 0;
    }
}

.testi-slide-img.style4 {
    width: 586px;
    /* height: 743px; */
    /* border-radius: 300px 300px 0px 0px; */
    background: var(--smoke-color);
}

@media (max-width: 1199px) {
    .testi-slide-img.style4 {
        width: 100%;
        height: 100%;
    }
}

/*------------------- Footer -------------------*/
.footer-layout11 .copyright-wrap {
    background-color: #1A1A1A;
}

.footer-layout11 .th-widget-about.style2 {
    max-width: 215px;
}



/*------------------- 4.2. Header  -------------------*/
.th-header {
    position: relative;
    z-index: 41;
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sticky-wrapper {
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.sticky-wrapper.sticky {
    top: 0;
}

.sticky-wrapper.sticky .header-logo {
    padding-bottom: 0;
    /* margin-left: 0px; */
}

@media (max-width: 991px) {
    .sticky-wrapper.sticky .header-logo {
        margin-top: 0;
    }
}

.th-header .sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.th-header .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    -webkit-animation: headerSticky .95s ease forwards;
    animation: headerSticky .95s ease forwards;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color);
    text-transform: uppercase;
}

.main-menu a:hover,
.main-menu a.active {
    color: var(--theme-color) !important;
}

.main-menu>ul>li {
    margin: 0 17px;
}

.main-menu>ul>li>a {
    padding: 26.5px 0;
}

.main-menu>ul>li>a:hover {
    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.menu-item-has-children>a:after {
    content: "\e634";
    font-family: 'icomoon';
    display: inline-block;
    position: relative;
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: var(--title-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--theme-color);
    content: "\e660";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.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;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-bottom: 2px solid var(--theme-color);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px;
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    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: "\e624";
    font-weight: bold;
    position: absolute;
    top: 8px;
    left: 10px;
    font-family: 'icomoon';
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 900;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px;
}

.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 ul.mega-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    -webkit-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.main-menu ul.mega-menu li li {
    padding: 2px 0;
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    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: 1500px) {
    .main-menu>ul>li {
        margin: 0 15px;
    }
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.header-button .th-btn {
    margin-left: 15px;
}

@media (max-width: 1499px) {
    .header-button .th-btn {
        display: none;
    }
}

.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0;
}

.header-button .icon-btn:hover .badge {
    background-color: var(--white-color);
    color: var(--title-color);
}

.social-links .social-title {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    color: var(--gray-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.social-links a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: var(--gray-color);
    margin: 0 0 0 15px;
}

.social-links a:hover {
    color: var(--theme-color);
}

.social-links a svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
    object-position: center;
    fill: var(--gray-color);
}

.social-links a:hover svg {
    fill: var(--theme-color);
}

/* ------------------------------ Header 4 End ---------------------------------- */



.pricing-tabs {
    gap: 30px;
    /* Large devices */
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .pricing-tabs {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .pricing-tabs {
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .pricing-tabs {
        gap: 20px 10px;
    }
}

.pricing-tabs.nav-tabs {
    border-bottom: 0;
}

.pricing-tabs.nav-tabs .nav-item.show .nav-link,
.pricing-tabs.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    border-radius: 0;
}

.price-list {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 10px 53px;
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--theme-color);
    border-radius: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    /* Medium Large devices */
    /* Medium devices */
}

.price-list-area {
    padding: 40px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    background-color: var(--white-color);
    margin-top: 35px;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .price-list-area {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .price-list-area {
        padding: 25px;
    }
}

.price-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    position: relative;
}

.price-list-box .content {
    -webkit-box-flex: 530px;
    -webkit-flex: 530px;
    -ms-flex: 530px;
    flex: 530px;
}

.price-list-box .text {
    margin-bottom: 33px;
}

.price-list-box .icon-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.6;
}

.price-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1299px) {
    .price-list {
        padding: 10px 35px;
    }
}

@media (max-width: 991px) {
    .price-list {
        font-size: 18px;
        line-height: 30px;
        padding: 5px 30px;
    }
}

.price-list:last-child {
    margin-bottom: 0;
}

.price-list:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--smoke-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.price-list:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 17px);
    border-style: solid;
    border-width: 0 17px 0 17px;
    border-color: var(--theme-color) transparent transparent transparent;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.price-list_text {
    display: block;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 16px;
    color: var(--body-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.price-list .box-title {
    color: var(--theme-color);
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.price-list.active {
    background-color: var(--theme-color);
}

.price-list.active::before {
    /* -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0); */
    opacity: 0;
}

.price-list.active:after {
    border-width: 13px 17px 0 17px;
}

.slick-current .price-list::before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.slick-current .price-list:after {
    border-width: 13px 17px 0 17px;
}

.slick-current .price-list_title {
    color: var(--white-color);
}

.slick-current .price-list .box-title {
    color: var(--white-color);
}

.slick-current .price-list_text {
    color: var(--light-color);
}

.price-slide {
    position: relative;
}

.price-item {
    background-color: var(--smoke-color);
    padding: 20px;
    margin-bottom: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .price-item {
        display: block;
    }
}

.price-item .box-title {
    margin-bottom: 0;
}

.price-item_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: -0.3rem;
}

.price-item_price {
    font-family: var(--title-font);
    font-size: 24px;
    color: var(--theme-color);
    font-weight: 700;
    line-height: 34px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

.price-item .price {
    text-align: right;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .price-item .price {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .price-item .price {
        text-align: left;
    }
}

.price-item .th-btn.style2 {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.price-icon {
    background-color: transparent;
    border: 1px solid var(--smoke-color2);
    color: var(--theme-color);
    font-size: 18px;
    width: 100%;
    height: 23px;
    line-height: 23px;
}


.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 .form-group i {
    color: var(--theme-color);
    top: 18px;
}

.footer-widget .sidebar-gallery {
    max-width: 287px;
}

@media (max-width: 1499px) {
    .footer-widget .sidebar-gallery {
        max-width: 100%;
    }
}

.footer-widget .widget_title {
    position: relative;
    border: none;
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 15px 0;
    margin: -0.12rem 0 33px 0;
    max-width: 275px;
}

.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: var(--theme-color);
}

.footer-widget .widget_title:after {
    width: 16px;
    border: 3px solid var(--title-color);
    height: 10px;
    background-color: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -4px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -4px;
}

.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 {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 16px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: "\e624";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit;
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color);
    padding: 0 0 0 25px;
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color);
}

.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;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}

.footer-widget .recent-post {
    max-width: 300px;
    margin-bottom: 27px;
}

.footer-widget .recent-post .post-title {
    color: var(--white-color);
    font-weight: 500;
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta a {
    font-weight: 400;
    line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
    color: var(--theme-color);
}

.footer-widget .recent-post .recent-post-meta a:hover i {
    color: var(--theme-color);
}


/* Team global ---------------------------------- */
.th-team {
    position: relative;
}

.th-team .team-img {
    position: relative;
    overflow: hidden;
}

.th-team .team-img:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 99px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.th-team .team-img:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

.th-team .team-img:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

.th-team .team-img:after,
.th-team .team-img:before {
    content: '';
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
}

.th-team .team-img:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.th-team .team-img:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
}

.th-team .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.th-team .team-desig {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: var(--theme-color);
}

.th-team .th-social a {
    --icon-size: 46px;
    background-color: var(--white-color);
    color: var(--body-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.th-team .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.th-team .about-card_img-title {
    margin-bottom: 0;
}

.th-team:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

/* Team Card ---------------------------------- */
.team-card {
    position: relative;
    padding: 15px 15px 0 15px;
    background: var(--white-color);
    box-shadow: 0px 6px 20px 0px rgba(191, 191, 191, 0.3);
}

.team-card_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 10px;
}

.team-card .box-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

.team-card .team-social {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-card .team-social .icon-btn {
    --btn-size: 46px;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    font-size: var(--btn-font-size, 18px);
    color: var(--white-color);
}

.team-card .team-social .th-social {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 45px;
    left: 0px;
    width: 46px;
    min-height: 149px;
    padding: 0;
    color: var(--title-color);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
}

.team-card .team-social .th-social a {
    border-radius: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(174, 174, 174, 0.5));
    filter: drop-shadow(0px 0px 10px rgba(174, 174, 174, 0.5));
}

.team-card .team-content .share-btn {
    height: 100%;
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 46px;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    cursor: pointer;
}

.team-card .about-card_img-title {
    font-size: 30px;
    line-height: 40px;
}

.team-card .team-img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.team-card:hover .team-img {
    border-color: var(--theme-color);
}

.team-card:hover .icon-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.team-card:hover .th-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.team-sec {
    position: relative;
    background-color: var(--smoke-color);
    background-size: auto;
    background-position: bottom left;
    overflow: hidden;
}

/* Extra small devices */
@media (max-width: 575px) {
    .team-card {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

.team-area {
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .team-area {
        background-size: cover;
        background-position: 100%;
        margin-bottom: 80px;
    }
}

/* Team Box ---------------------------------- */
.team-box {
    position: relative;
    background-color: var(--smoke-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
}

.team-box.style2 {
    text-align: center;
    border-radius: 150px 150px 0px 0px;
}

/* .team-box.style2 .team-img {
  border-radius: 30px 30px 0px 0px;
} */

.team-box.style2 .team-box_content {
    border: 1px solid var(--smoke-color2);
    border-top: 1px solid transparent;
    padding: 20px;
    display: block;
}

.team-box.style2 .team-box_content .about-card_img-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.team-box.style2 .team-box_content .team-desig {
    margin-bottom: 5px;
    margin-top: 10px;
}

.team-box.style2 .team-box_content .social-links {
    margin-bottom: -0.4rem;
}

.team-box.style2 .team-box_content .social-links a {
    font-size: 16px;
    color: var(--body-color);
}

.team-box.style2 .team-box_content .social-links a:hover {
    color: var(--theme-color);
}

.team-box.style2 .box-title {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 0;
}

.team-box .box-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

.team-box_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white-color);
    padding: 30px;
    z-index: 3;
}

.team-box .team-social {
    position: absolute;
    bottom: 80px;
    right: 20px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-box .team-social .icon-btn {
    --btn-size: 46px;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    font-size: var(--btn-font-size, 18px);
    color: var(--white-color);
}

.team-box .team-social .th-social {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 45px;
    left: 0px;
    width: 46px;
    min-height: 149px;
    padding: 0;
    color: var(--title-color);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
}

.team-box .team-social .th-social a {
    border-radius: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(174, 174, 174, 0.5));
    filter: drop-shadow(0px 0px 10px rgba(174, 174, 174, 0.5));
}

.team-box .team-content .share-btn {
    height: 100%;
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 46px;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    cursor: pointer;
}

.team-box:hover .team-img {
    border-color: var(--theme-color);
}

.team-box:hover .icon-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.team-box:hover .th-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

/* Team Grid ---------------------------------- */
.team-grid {
    position: relative;
    z-index: 2;
    background-color: var(--white-color);
    box-shadow: 0px 4px 15px rgba(8, 14, 28, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.team-grid .team-img {
    border-radius: 10px;
    margin-bottom: 25px;
}

.team-grid .th-social {
    position: absolute;
    bottom: 42px;
    right: 0;
    max-width: 36px;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.team-grid .th-social a {
    margin-bottom: 6px;
}

.team-grid .team-social {
    display: block;
    top: unset;
    bottom: 82px;
    right: 48px;
    left: unset;
    visibility: visible;
    opacity: 1;
    width: 36px;
}

.team-grid .team-social .play-btn {
    cursor: pointer;
}

.team-grid .team-social .play-btn>i {
    --icon-size: 36px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 20px;
}

.team-grid .team-social .play-btn:before,
.team-grid .team-social .play-btn:after {
    background-color: var(--theme-color);
}

.team-grid .team-social .play-btn:hover>i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.team-grid .team-social:hover .th-social {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.team-grid .team-desig {
    margin-bottom: 0;
}

.team-grid:hover {
    background-color: var(--theme-color);
}

.team-grid:hover .about-card_img-title {
    color: var(--white-color);
}

.team-grid:hover .about-card_img-title a:hover {
    color: var(--white-color);
}

.team-grid:hover .team-desig {
    color: var(--white-color);
}

.team-grid:hover .play-btn>i {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.team-grid:hover .play-btn:before,
.team-grid:hover .play-btn:after {
    background-color: var(--white-color);
}

/* Team Featured ---------------------------------- */
.team-featured {
    padding-left: 36px;
}

.team-featured-img {
    border-radius: 10px;
    overflow: hidden;
}

.team-featured-img img {
    width: 100%;
}

.team-featured .team-title {
    margin-bottom: 5px;
    margin-top: -0.32em;
}

.team-featured .team-desig {
    color: var(--theme-color);
    margin-bottom: 20px;
}

.team-featured .team-bio {
    margin-bottom: 23px;
}

.team-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background-color: var(--smoke-color);
    border-radius: 5px;
}

.team-contact-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding: 30px 0;
    margin-bottom: 30px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--smoke-color2);
}

.team-contact .icon-btn {
    --btn-size: 46px;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    color: var(--white-color);
}

.team-contact_label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.team-contact_link {
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 14px;
    display: inline-block;
}

.team-contact a:hover {
    color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
    .team-featured {
        padding-left: 0;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .team-contact-wrap {
        grid-template-columns: auto auto;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .team-contact-wrap {
        grid-template-columns: auto;
    }
}

/* Team Details ---------------------------------- */
/* Service Card ---------------------------------- */
.service-card {
    padding: 40px;
    position: relative;
    z-index: 2;
    background-color: var(--theme-color);
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0px 6px 20px 0px rgba(0, 38, 52, 0.06);
    /* Medium devices */
}

@media (max-width: 991px) {
    .service-card {
        padding: 30px;
    }
}

.service-card:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-card:after {
    content: '';
    position: absolute;
    height: 110px;
    width: 110px;
    top: -10px;
    right: -22px;
    background-color: var(--smoke-color);
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
    -webkit-clip-path: path("M30.2831 74.8414C36.7842 76.2022 42.3987 78.0068 48.6338 79.3973C55.9918 81.0243 60.3948 75.0781 66.8959 74.8414C78.9819 74.4864 81.3164 91.3193 87.7288 99.8098C91.8658 105.224 95.7664 108.566 102.415 109.898C109.034 111.199 113.733 105.667 118.875 106.791C125.524 96.3485 126.646 111.111 129.838 114.453C136.487 121.465 141.599 116.968 146.563 110.578C158.62 95.0764 163.111 76.0543 164.884 57.1505C166.805 36.3238 166.51 14.2547 161.9 -6.0691C159.831 -15.2399 155.724 -43.2258 145.647 -46.1841L150.228 -37.0133C151.616 -23.1387 152.001 -6.63119 145.411 5.85299C140.387 15.3788 120.382 24.668 114.354 10.823C107.882 11.6809 107.35 5.52757 106.996 0.675898C100.672 4.55132 88.2311 13.515 86.8718 0.735032C71.0624 3.78212 93.3433 -26.452 96.8894 -30.8304C103.272 -38.7291 113.378 -51.8642 123.544 -55C116.688 -53.2546 109.655 -52.7516 102.622 -50.5329C64.4728 -38.6108 -18.4156 4.90635 3.68793 53.7781C8.62282 64.6647 18.2562 72.3268 30.2831 74.8414Z");
    clip-path: path("M30.2831 74.8414C36.7842 76.2022 42.3987 78.0068 48.6338 79.3973C55.9918 81.0243 60.3948 75.0781 66.8959 74.8414C78.9819 74.4864 81.3164 91.3193 87.7288 99.8098C91.8658 105.224 95.7664 108.566 102.415 109.898C109.034 111.199 113.733 105.667 118.875 106.791C125.524 96.3485 126.646 111.111 129.838 114.453C136.487 121.465 141.599 116.968 146.563 110.578C158.62 95.0764 163.111 76.0543 164.884 57.1505C166.805 36.3238 166.51 14.2547 161.9 -6.0691C159.831 -15.2399 155.724 -43.2258 145.647 -46.1841L150.228 -37.0133C151.616 -23.1387 152.001 -6.63119 145.411 5.85299C140.387 15.3788 120.382 24.668 114.354 10.823C107.882 11.6809 107.35 5.52757 106.996 0.675898C100.672 4.55132 88.2311 13.515 86.8718 0.735032C71.0624 3.78212 93.3433 -26.452 96.8894 -30.8304C103.272 -38.7291 113.378 -51.8642 123.544 -55C116.688 -53.2546 109.655 -52.7516 102.622 -50.5329C64.4728 -38.6108 -18.4156 4.90635 3.68793 53.7781C8.62282 64.6647 18.2562 72.3268 30.2831 74.8414Z");
}

.service-card_overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

.service-card_img {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-card_img img {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-card_icon {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 36px;
    font-weight: 600;
    color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-card_overlay2 {
    position: absolute;
    top: -60%;
    left: -6%;
    width: 120px;
    height: 120px;
    z-index: -1;
}

.service-card .box-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-card .box-title:hover {
    color: var(--white-color);
}

.service-card .box-title a {
    color: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-card_text {
    border-bottom: 1px dashed #E8CDBF;
    padding-bottom: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-card .th-btn {
    padding: 14px 25px;
}

.service-card:hover .service-card_overlay {
    opacity: 1;
    visibility: visible;
}

.service-card:hover .service-card_overlay2 {
    opacity: 0.15;
}

.service-card:hover .service-card_img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-card:hover .service-card_text {
    color: var(--white-color);
}

.service-card:hover .box-title {
    color: var(--white-color);
}

.service-card:hover .th-btn.style2 {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color);
}

.service-card:hover .th-btn.style2:before,
.service-card:hover .th-btn.style2:after {
    background-color: var(--white-color);
}

.service-card:hover .th-btn.style2:hover {
    border-color: var(--white-color);
    color: var(--title-color);
}

.service-card:hover:before {
    height: 0;
}

.service-btn {
    position: relative;
    background-color: var(--smoke-color);
    border: 1px dashed var(--theme-color);
    border-radius: 20px;
    padding: 10px 33px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .service-btn {
        padding: 10px 10px;
    }

    .service-btn .line-btn {
        font-size: 10px;
    }
}

.service-btn:before,
.service-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 770px;
    height: 1px;
    border: 1px dashed var(--theme-color);
    z-index: -1;
}

.service-btn:before {
    left: 0;
}

.service-btn:after {
    right: 0;
}

.service-btn .line-btn:before {
    display: none;
}

/* Service Box ---------------------------------- */
.service-box {
    position: relative;
    background-color: var(--smoke-color);
    text-align: center;
    padding: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 1;
    margin-top: 30px;
}

.service-box .box-title {
    margin-bottom: 8px;
}

.service-box_icon {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.service-box_text {
    margin: 0 0 -0.5em 0;
}

.service-box .global-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background: var(--white-color);
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    position: relative;
    border: 5px solid var(--white-color);
    z-index: auto;
    display: block;
    margin: -80px auto auto auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-box .global-icon:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    height: 104px;
    width: 104px;
    line-height: 95px;
    border: 5px solid var(--theme-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.service-box .global-icon img {
    width: 55%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box_content {
    position: relative;
    padding: 0 10px 25px 10px;
}

.service-box:hover .global-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.service-img img {
    width: 100%;
}

/* Service Grid ---------------------------------- */
.service-area {
    background-color: var(--white-color);
    margin: 0 100px;
    /* Extra large devices */
    /* Medium Large devices */
}

@media (max-width: 1500px) {
    .service-area {
        margin: 0 50px;
    }
}

@media (max-width: 1299px) {
    .service-area {
        margin: 0;
    }
}

.service-grid {
    position: relative;
    background-color: var(--smoke-color);
    padding: 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    overflow: hidden;
    /* Large devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .service-grid {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .service-grid {
        padding: 20px;
    }
}

.service-grid_overlay {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-grid_icon {
    margin-bottom: 20px;
}

.service-grid_number {
    font-size: 84px;
    font-weight: 700;
    line-height: 94px;
    color: rgba(171, 106, 73, 0.2);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(171, 106, 73, 0.2);
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    position: absolute;
    top: 20px;
    left: 20px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-grid .box-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.service-grid_text {
    margin-bottom: -0.4rem;
}

.service-grid:hover .service-grid_number {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.service-grid:hover .service-grid_overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/* Service item ---------------------------------- */
.service-item {
    background-color: var(--white-color);
    padding: 20px;
    margin-top: 30px;
}

.service-item_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-item_img {
    display: block;
    margin-bottom: 10px;
}

.service-item_img img {
    width: 100%;
}

.service-item_icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-item_icon i {
    text-align: center;
    font-size: 14px;
    padding: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-item .box-title {
    font-size: 20px;
    margin-bottom: -0.9rem;
}

.service-item:hover .service-item_icon {
    background-color: var(--theme-color);
    color: var(--white-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.service-image {
    margin-top: 40px;
}

.service-image img {
    width: 100%;
}

.service-sec {
    background: -webkit-linear-gradient(left, rgba(232, 205, 191, 0.1) 0%, rgba(232, 205, 191, 0.6) 49.27%, rgba(232, 205, 191, 0) 100%);
    background: linear-gradient(90deg, rgba(232, 205, 191, 0.1) 0%, rgba(232, 205, 191, 0.6) 49.27%, rgba(232, 205, 191, 0) 100%);
}

/* Service Details ---------------------------------- */
.page-title {
    margin-top: -0.22em;
    font-size: 40px;
    margin-bottom: 20px;
}

.service-single {
    background-color: var(--white-color);
    box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.12);
    padding: 35px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .service-single {
        padding: 30px;
    }
}

.counter-sec {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9;
    padding-bottom: 90px;
    flex-wrap: wrap;
    /* Large devices */
}

@media (max-width: 1199px) {
    .counter-sec {
        /* display: grid; */
        /* grid-template-columns: repeat(2, 1fr); */
        padding: 30px;
    }
}

@media (max-width: 460px) {
    .counter-sec {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
    }
}

/* Counter 1 ---------------------------------- */

.counter-sec.style4 {
    position: relative;
    background-color: var(--smoke-color);
    border: 6px solid var(--white-color);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    padding: 60px;
    z-index: 4;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .counter-sec.style4 {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .counter-sec.style4 {
        padding: 30px;
    }
}

.th-counterup {
    /* Large devices */
    /* Medium devices */
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .th-counterup {
        padding: 50px;
        margin-right: 0;
        text-align: center;
    }

    .th-counterup:nth-child(2) {
        margin-right: 0;
    }

}

@media (max-width: 991px) {
    .th-counterup {
        padding: 25px;
    }
}

@media (max-width: 460px) {
    .th-counterup {
        border: none;
        padding: 20px 0;
    }
}

.th-counterup:hover .icon svg path {
    stroke: var(--theme-color) !important;
    stroke-width: 1;
}

@media (max-width: 991px) {
    .th-counterup {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .th-counterup {
        text-align: center;
    }
}

@media (max-width: 460px) {
    .th-counterup {
        border: none;
        padding: 20px 0;
    }
}

.th-counterup .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    max-width: 255px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .th-counterup .inner {
        display: block;
        max-width: 100%;
        margin: auto;
    }
}

@media (max-width: 600px) {
    .th-counterup .inner {
        display: block;
        max-width: 100%;
        margin: auto;
    }
}

.th-counterup:last-child {
    border-right: 1px dashed transparent;
    margin-right: 0;
}

.th-counterup .content .counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--title-color);
    margin-bottom: 0;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 55px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    /* Large devices */
}

@media (max-width: 1199px) {
    .th-counterup .content .counter {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }
}

.th-counterup .content .counter-card_text {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--body-color);
    margin-top: -7px;
    /* Small devices */
}

@media (max-width: 767px) {
    .th-counterup .content .counter-card_text {
        font-size: 14px;
        line-height: 28px;
    }
}

.th-counterup.style2 {
    background-color: var(--smoke-color);
    padding: 0 16px 30px 16px;
    text-align: center;
    /* Large devices */
}

@media (max-width: 1199px) {
    .th-counterup.style2 {
        border: none;
    }
}

.th-counterup.style2 .inner {
    display: block;
}

.th-counterup.style2 .inner .icon {
    background-color: var(--white-color);
    width: 99px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    margin-top: -30px;
}

.th-counterup.style2 .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.th-counterup.style2 .counter-card_text {
    line-height: 20px;
    margin-top: -8px;
}

.th-counterup.style3 {
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .th-counterup.style3 {
        border: none;
        padding: 0;
        margin-right: 0;
        text-align: left;
    }

    .th-counterup.style3:nth-child(2) {
        border-right: 1px dashed transparent;
        margin-right: 0;
    }

    .th-counterup.style3:nth-child(3) {
        border-bottom: 1px dashed transparent;
    }

    .th-counterup.style3:last-child {
        border-bottom: 1px dashed transparent;
    }
}

@media (max-width: 991px) {
    .th-counterup.style3 {
        padding: 0;
    }
}

@media (max-width: 460px) {
    .th-counterup.style3 {
        border: none;
        padding: 20px 0;
    }
}

.th-counterup.style3 .inner {
    /* Large devices */
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .th-counterup.style3 .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 575px) {
    .th-counterup.style3 .inner {
        display: block;
    }
}

@media (max-width: 375px) {
    .th-counterup.style3 .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.th-counterup.style3 .inner .icon {
    background-color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.th-counterup.style3 .content .counter {
    font-weight: 700;
    font-size: 48px;
    line-height: 45px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .th-counterup.style3 .content .counter {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.counter-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    /* Extra small devices */
}

.counter-content.style2 {
    /* Extra small devices */
}

@media (max-width: 375px) {
    .counter-content.style2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 375px) {
    .counter-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

.sec-shape {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.sec-shape:after,
.sec-shape:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 560px;
    height: 2px;
    /* Extra small devices */
}

@media (max-width: 575px) {

    .sec-shape:after,
    .sec-shape:before {
        width: 100%;
    }
}

.sec-shape:before {
    background: -webkit-linear-gradient(right, #C28565 0%, rgba(255, 92, 92, 0) 100%);
    background: linear-gradient(270deg, #C28565 0%, rgba(255, 92, 92, 0) 100%);
    margin-left: -38rem;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .sec-shape:before {
        margin-left: -20rem;
    }
}

.sec-shape:after {
    background: -webkit-linear-gradient(left, #C28565 0%, rgba(255, 92, 92, 0) 100%);
    background: linear-gradient(90deg, #C28565 0%, rgba(255, 92, 92, 0) 100%);
    margin-left: 3rem;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .sec-shape:after {
        margin-left: 2rem;
    }
}

.sec-shape_img {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: var(--theme-color);
    border-radius: 50%;
    padding: 5px;
    display: block;
    margin: auto;
}

.sec-shape_img img {
    border: 1px solid var(--white-color);
    padding: 0;
    border-radius: 50%;
}

.counter-card {
    position: relative;
    text-align: center;
}

.counter-card .border-line {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
}

.counter-card_icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.counter-card_number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--title-color);
    margin-bottom: 2px;
    margin-top: -0.24em;
}

.counter-card_text {
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-bottom: -6px;
}

/* Medium devices */
@media (max-width: 991px) {
    .counter-card_number {
        font-size: 40px;
    }
}

@media (min-width: 1400px) {
    .counter-area .th-container {
        --main-container: 1340px;
    }
}

@media (max-width: 991px) {
    #blog-sec .btn-group {
        margin-bottom: 30px;
    }
}


.blog-card .box-title {
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 10px;
}

@media (max-width: 1299px) {
    .blog-card .box-title {
        font-size: 24px;
    }
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.blog-card .box-title a:hover {
    background-size: 100% 2px;
}

.blog-card .blog-img {
    overflow: hidden;
}

.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog-card_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
    margin-top: 30px;
    /* Extra small devices */
    /* Medium devices */
    /* Extra small devices */
}

@media (max-width: 375px) {
    .blog-card_wrapper {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .blog-card_wrapper {
        gap: 10px;
    }
}

@media (max-width: 375px) {
    .blog-card_wrapper {
        display: block;
    }
}

.blog-card_date {
    background-color: var(--theme-color);
    padding: 15px 5px;
    min-width: 74px;
    font-family: var(--title-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
    color: var(--white-color);
    display: block;
    text-align: center;
    margin-bottom: 0;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .blog-card_date {
        min-width: 100%;
        padding: 5px;
        margin-bottom: 20px;
    }
}

.blog-card_month {
    font-family: var(--body-font);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    text-align: center;
}

.blog-card .blog-meta {
    margin: -0.32rem 0 15px 0;
}

.blog-card .blog-meta span>i,
.blog-card .blog-meta a>i {
    color: var(--theme-color);
}

.blog-card .th-social {
    padding: 17px 20px;
    min-width: 148px;
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}


/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
    position: fixed;
    background-color: var(--white-color);
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.popup-search-box button.searchClose {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: transparent;
    font-size: 35px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--black-color);
    border: none;
}

.popup-search-box button.searchClose:hover {
    color: var(--theme-color);
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
    /* Large devices */
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-family: var(--title-font);
    font-size: 25px;
    height: 70px;
    width: 100%;
    border-bottom: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 0px;
    color: var(--black-color);
}

.popup-search-box form input::-moz-placeholder {
    color: var(--black-color);
}

.popup-search-box form input::-webkit-input-placeholder {
    color: var(--black-color);
}

.popup-search-box form input:-ms-input-placeholder {
    color: var(--black-color);
}

.popup-search-box form input::-ms-input-placeholder {
    color: var(--black-color);
}

.popup-search-box form input::placeholder {
    color: var(--black-color);
}

.popup-search-box form input:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
    border-bottom: 2px solid var(--theme-color);
    background-color: transparent;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: transparent;
    border: none;
    color: var(--black-color);
    font-size: 24px;
    cursor: pointer;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    --body-color: #BDBDBD;
    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: var(--section-space);
    padding-bottom: 66px;
}

.footer-links {
    text-align: right;
    /* Medium devices */
}

@media (max-width: 991px) {
    .footer-links {
        display: none;
    }
}

.footer-links ul {
    padding: 0;
    margin: 0;
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}

.footer-links li:after {
    content: "";
    height: 11px;
    width: 1px;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 0;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
}

.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) !important;
}

.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto;
    background-color: #53443D;
}

.copyright-text {
    margin: 0;
}

.copyright-text a {
    color: var(--theme-color);
}

.copyright-text a:hover {
    color: var(--white-color);
}

.th-widget-contact {
    max-width: 265px;
}

.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding-left: 60px;
}

.footer-newsletter .newsletter-title {
    max-width: 425px;
    margin-bottom: 0;
}

.schedule-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.schedule-info:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.th-widget-schedule {
    width: 280px;
    max-width: 100%;
    margin-top: -6px;
}

.th-widget-schedule .footer-info {
    margin-bottom: 14px;
}

.th-widget-schedule .title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}


.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.header-links li:not(:last-child) {
    margin: 0 40px 0 0;
}

.header-links li:not(:last-child):after {
    content: '';
    height: 15px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 5px;
    right: -20px;
}

.header-links li>i {
    margin-right: 6px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color);
}

.header-links a:hover {
    color: var(--theme-color);
}

.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px;
}

.header-notice {
    margin: 0;
}

.header-top {
    position: relative;
    padding: 12px 0;
    background-color: var(--title-color);
    --body-color: #B2B2B2;
}

.header-top a:hover {
    color: var(--theme-color);
}

/* ------------------------------Header 1  Start ---------------------------------- */
.header-layout1 {
    position: relative;
}

.header-layout1 .header-top .container {
    padding-left: 208px;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1799px) {
    .header-layout1 .header-top .container {
        padding-left: 320px;
    }
}

@media (max-width: 1199px) {
    .header-layout1 .header-top .container {
        padding-left: 275px;
    }
}

@media (max-width: 991px) {
    .header-layout1 .header-top .container {
        padding-left: 0;
    }
}

.header-layout1 .header-top .header-links li {
    /* Large devices */
}

.header-layout1 .header-top .header-links li:after {
    background-color: #6E6E6E;
}

@media (max-width: 1399px) {
    .header-layout1 .header-top .header-links li:nth-child(3) {
        display: none;
    }

    .header-layout1 .header-top .header-links li:nth-child(2):after {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-layout1 .header-top .header-links li:first-child {
        display: none;
    }

    .header-layout1 .header-top .header-links li:first-child:after {
        display: none;
    }
}

.header-layout1 .header-top .header-links li i {
    color: var(--theme-color);
}

.header-layout1 .header-logo {
    margin: -50px 0 0 -130px;
    /* Extra small devices */
}

@media (max-width: 1799px) {
    .header-layout1 .header-logo {
        margin: -50px 0 0 0;
    }
}

@media (max-width: 575px) {
    .header-layout1 .header-logo {
        margin: -30px 0 0 0;
    }
}

.header-layout1 .sticky-wrapper {
    background-color: transparent;
    position: relative;
    z-index: 3;
}

.header-layout1 .sticky-wrapper.sticky {
    padding: 5px 0;
    /* Medium devices */
}

@media (max-width: 991px) {
    .header-layout1 .sticky-wrapper.sticky {
        padding: 0;
    }

    .header-layout1 .sticky-wrapper.sticky .menu-area {
        padding: 10px 0;
    }
}

.header-layout1 .sticky-wrapper.sticky .logo-bg {
    top: -45%;
    /* width: 24%; */
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Extra small devices */
    /* Extra small devices */
}

/* @media (min-width: 2099px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg {
    width: 30%;
  }
}

@media (max-width: 1600px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg {
    width: 20%;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg {
    width: 22%;
  }
}

@media (max-width: 1199px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg {
    width: 28%;
  }
}

@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg {
    width: 46%;
  }
}

@media (max-width: 375px) {
  .header-layout1 .sticky-wrapper.sticky .logo-bg {
    width: 50%;
  }
} */

@media (max-width: 575px) {
    .header-layout1 .sticky-wrapper.sticky .logo-bg {
        height: 110px;
    }
}

.header-layout1 .sticky-wrapper.sticky .header-logo {
    margin-top: -15px;
}

.header-layout1 .header-social {
    /* Small devices */
}

@media (max-width: 767px) {
    .header-layout1 .header-social {
        display: none;
    }
}

.header-layout1 .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 0px 0 16px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-layout1 .header-social a:hover {
    color: var(--theme-color);
}

.header-layout1 .header-social .social-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    display: inline-block;
    margin: 0 0px 0 0;
}

.header-layout1 .main-menu {
    padding-left: 100px;
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1699px) {
    .header-layout1 .main-menu {
        padding-left: 75px;
    }
}

@media (max-width: 1299px) {
    .header-layout1 .main-menu {
        padding-left: 70px;
    }
}

@media (max-width: 1199px) {
    .header-layout1 .main-menu {
        padding-left: 0px;
    }
}

@media (max-width: 1024px) {
    .header-layout1 .main-menu {
        padding-left: 23px;
    }
}

.header-layout1 .logo-bg {
    position: absolute;
    top: -63%;
    left: 0;
    width: 18.4%;
    height: 122px;
    z-index: -1;
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

.header-layout1 .logo-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    z-index: -1;
}

@media (min-width: 2399px) {
    .header-layout1 .logo-bg {
        width: 26%;
    }
}

@media (max-width: 2399px) {
    .header-layout1 .logo-bg {
        width: 24%;
    }
}

@media (max-width: 2299px) {
    .header-layout1 .logo-bg {
        width: 20%;
    }
}

@media (max-width: 1922px) {
    .header-layout1 .logo-bg {
        width: 18.4%;
    }
}

@media (max-width: 1799px) {
    .header-layout1 .logo-bg {
        width: 19%;
    }
}

@media (max-width: 1699px) {
    .header-layout1 .logo-bg {
        width: 18.4%;
    }
}

@media (max-width: 1499px) {
    .header-layout1 .logo-bg {
        width: 20%;
    }
}

@media (max-width: 1399px) {
    .header-layout1 .logo-bg {
        width: 22%;
    }
}

@media (max-width: 1299px) {
    .header-layout1 .logo-bg {
        width: 24%;
    }
}

@media (max-width: 1199px) {
    .header-layout1 .logo-bg {
        width: 30%;
    }
}

@media (max-width: 1080px) {
    .header-layout1 .logo-bg {
        width: 26%;
    }
}

@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .header-layout1 .logo-bg {
        width: 45%;
    }
}

@media (max-width: 575px) {
    .header-layout1 .logo-bg {
        width: 55%;
    }
}

.header-layout1 .menu-area {
    /* Medium devices */
}

@media (max-width: 991px) {
    .header-layout1 .menu-area {
        padding: 12px 0;
    }
}

@media (min-width: 1300px) {
    .header-layout1 .th-container {
        --main-container: 1520px;
    }
}

/* Medium Large devices */
@media (max-width: 1299px) {
    .header-layout1 .header-button .icon-btn:nth-child(3) {
        display: none;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .header-layout1 .header-logo img {
        max-height: 60px;
        max-width: 170px;
    }

    .header-layout1 .social-links {
        display: none;
    }

    .header-layout1 .menu-area {
        padding: 8px 0 !important;
    }
}

/* ------------------------------ Header 1  End ---------------------------------- */
/* ------------------------------ Header 2 Start ---------------------------------- */
.header-layout2 {
    position: relative;
}

.header-layout2 .header-top {
    position: relative;
    padding: 12px 0;
    background-color: var(--theme-color);
    --body-color: #fff;
}

.header-layout2 .header-links li:after {
    background-color: var(--white-color);
}

@media (max-width: 1399px) {
    .header-layout2 .header-links li:nth-child(3) {
        display: none;
    }

    .header-layout2 .header-links li:nth-child(2):after {
        display: none;
    }
}

.header-layout2 .header-links li a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-layout2 .header-links li a:hover {
    color: var(--title-color);
}

.header-layout2 .header-links li i {
    color: var(--white-color);
}

.header-layout2 .social-links .social-title {
    color: var(--title-color);
}

.header-layout2 .social-links a {
    color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-layout2 .social-links a:hover {
    color: var(--white-color);
}

.header-layout2 .header-button .icon-btn {
    background-color: #353535;
    border-color: #353535;
    color: var(--white-color);
}

.header-layout2 .header-button .icon-btn .badge:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.header-layout2 .menu-area {
    position: relative;
    z-index: 3;
    /* Medium devices */
}

@media (max-width: 991px) {
    .header-layout2 .menu-area {
        padding: 0;
    }
}

.header-layout2 .main-menu {
    padding-left: 93px;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .header-layout2 .main-menu {
        padding-left: 50px;
    }
}

.header-layout2 .main-menu>ul>li>a {
    color: var(--white-color);
    padding: 36.5px 0;
}

.header-layout2 .main-menu>ul>li>a:hover {
    color: var(--theme-color);
}

.header-layout2 .main-menu ul li.menu-item-has-children>a:after {
    color: var(--white-color);
}

.header-layout2 .main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--theme-color);
}

.header-layout2 .sticky-wrapper {
    position: relative;
    background-color: var(--title-color);
}

.header-layout2 .sticky-wrapper.sticky {
    background-color: var(--title-color);
    /* Medium devices */
}

.header-layout2 .sticky-wrapper.sticky .header-logo {
    padding: 0;
}

@media (max-width: 991px) {
    .header-layout2 .sticky-wrapper.sticky .menu-area {
        padding: 7px 0;
    }
}

.header-layout2 .sticky-wrapper.sticky .logo-bg {
    /* Medium devices */
}

@media (max-width: 991px) {
    .header-layout2 .sticky-wrapper.sticky .logo-bg {
        height: 74px;
    }
}

.header-layout2 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 23.4%;
    height: 100px;
    background-color: var(--white-color);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 95% 100%, 88% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 95% 100%, 88% 100%, 0% 100%);
    z-index: 2;
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Extra small devices */
}

@media (min-width: 2099px) {
    .header-layout2 .logo-bg {
        width: 29%;
    }
}

@media (max-width: 1799px) {
    .header-layout2 .logo-bg {
        width: 20%;
    }
}

@media (max-width: 1299px) {
    .header-layout2 .logo-bg {
        width: 23%;
    }
}

@media (max-width: 1199px) {
    .header-layout2 .logo-bg {
        width: 29%;
    }
}

@media (max-width: 991px) {
    .header-layout2 .logo-bg {
        width: 45%;
        height: 90px;
    }
}

@media (max-width: 575px) {
    .header-layout2 .logo-bg {
        width: 60%;
    }
}

@media (min-width: 1300px) {
    .header-layout2 .th-container {
        --main-container: 1520px;
    }
}

/* ------------------------------ Header 2 End ---------------------------------- */
/* -------------------------------- Header 3 Start ---------------------------------- */
.header-layout3 {
    background-color: var(--smoke-color3);
}

.header-layout3 .header-top {
    position: relative;
    background-color: var(--smoke-color3);
    /* Extra small devices */
}

@media (max-width: 375px) {
    .header-layout3 .header-top {
        display: none;
    }
}

.header-layout3 .header-top .container {
    padding-left: 300px;
    /* Large devices */
}

@media (max-width: 1799px) {
    .header-layout3 .header-top .container {
        padding-left: 330px;
    }
}

@media (max-width: 1699px) {
    .header-layout3 .header-top .container {
        padding-left: 300px;
    }
}

@media (max-width: 1499px) {
    .header-layout3 .header-top .container {
        padding-left: 320px;
    }
}

@media (max-width: 1199px) {
    .header-layout3 .header-top .container {
        padding-left: 0;
    }
}

.header-layout3 .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header-layout3 .header-info-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 37px;
    position: relative;
    /* Large devices */
}

@media (max-width: 1199px) {
    .header-layout3 .header-info-wrap {
        display: none;
    }
}

@media (max-width: 1399px) {
    .header-layout3 .header-info:last-child {
        display: none;
    }
}

.header-layout3 .header-info_icon i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-layout3 .header-info_icon i:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-layout3 .header-info_label {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.header-layout3 .header-info_link {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: var(--title-color);
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    margin-bottom: 0;
}

.header-layout3 .header-info_link a {
    color: inherit;
}

.header-layout3 .header-info_link a:hover {
    color: var(--theme-color);
}

.header-layout3 .header-links li:after {
    background-color: var(--smoke-color2);
}

@media (max-width: 1399px) {
    .header-layout3 .header-links li:nth-child(3) {
        display: none;
    }

    .header-layout3 .header-links li:nth-child(2):after {
        display: none;
    }
}

.header-layout3 .header-links li i {
    color: var(--theme-color);
}

.header-layout3 .social-links.header-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 48px);
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--title-color);
    font-size: 18px;
    text-align: center;
    margin: 0 0 0 5px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-layout3 .social-links.header-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-layout3 .sticky-wrapper {
    background-color: var(--title-color);
    /* position: relative; */
    /* z-index: 3; */
    /* Medium devices */
}

@media (max-width: 991px) {
    .header-layout3 .sticky-wrapper .menu-area {
        padding: 7px 0;
    }
}

.header-layout3 .sticky-wrapper.sticky {
    background-color: var(--title-color);
    padding: 5px 0;
    /* Medium devices */
}

@media (max-width: 991px) {
    .header-layout3 .sticky-wrapper.sticky {
        padding: 0;
    }

    .header-layout3 .sticky-wrapper.sticky .menu-area {
        padding: 10px 0;
    }
}

.header-layout3 .sticky-wrapper.sticky .logo-bg {
    top: 0;
    width: 22%;
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
    /* Extra small devices */
}

@media (min-width: 2099px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 29%;
    }
}

@media (max-width: 1699px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 20.5%;
    }
}

@media (max-width: 1499px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 23%;
    }
}

@media (max-width: 1299px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 30%;
    }
}

@media (max-width: 1199px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 34%;
    }
}

@media (max-width: 991px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 60%;
    }
}

@media (max-width: 575px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 70%;
        border-radius: 0px 0px 100px 0px;
    }
}

@media (max-width: 375px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        display: none;
    }
}

.header-layout3 .sticky-wrapper.sticky .header-logo {
    margin: 5px 0 0 0;
    padding: 0;
}

.header-layout3 .header-social {
    /* Small devices */
}

@media (max-width: 767px) {
    .header-layout3 .header-social {
        display: none;
    }
}

.header-layout3 .header-social li i {
    color: var(--theme-color);
}

.header-layout3 .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 0px 0 16px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-layout3 .header-social a:hover {
    color: var(--theme-color);
}

.header-layout3 .header-social .social-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    display: inline-block;
    margin: 0 0px 0 0;
}

.header-layout3 .header-button .th-btn {
    margin-left: 15px;
    padding: 29px 30px;
}

@media (max-width: 1599px) {
    .header-layout3 .header-button .th-btn {
        display: none;
    }
}

.header-layout3 .header-button .icon-btn {
    background-color: #353535;
    border-color: #353535;
    color: var(--white-color);
}

.header-layout3 .header-button .icon-btn .badge:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.header-layout3 .header-button .search-form {
    position: relative;
}

@media (max-width: 1024px) {
    .header-layout3 .header-button .search-form {
        display: none;
    }
}

.header-layout3 .header-button .search-form input[type="text"] {
    width: 260px;
    height: 46px;
    border-radius: 30px;
    background-color: #353535;
}

.header-layout3 .header-button .search-form input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 10px;
    background-color: transparent;
    border: 0;
    color: var(--white-color);
    width: 32px;
    height: 32px;
    background: url(../img/search.svg) no-repeat;
    background-size: 65%;
    background-position: center;
    padding: 0;
    transition: ease-out .26s;
}

.header-layout3 .header-button .search-form input[type="submit"]:hover {
    opacity: .8;
}

.header-layout3 .header-logo {
    margin: -60px 0 0 -60px;
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1899px) {
    .header-layout3 .header-logo {
        margin: -55px 0 0 -0;
    }
}

@media (max-width: 1799px) {
    .header-layout3 .header-logo {
        margin: -55px 0 0 -0;
    }
}

@media (max-width: 1699px) {
    .header-layout3 .header-logo {
        margin: -55px 0 0 0px;
    }
}

@media (max-width: 767px) {
    .header-layout3 .header-logo {
        margin: -25px 0 0 0px;
    }
}

@media (max-width: 375px) {
    .header-layout3 .header-logo {
        margin: 0;
    }

    .header-layout3 .header-logo img {
        max-height: 50px;
        max-width: 160px;
    }

}

.header-layout3 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 17.5%;
    /* height: 200px; */
    height: calc(100% + 10px);
    border-radius: 0px 0px 100px 0px;
    z-index: 0;
}

.header-layout3 .logo-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    border-radius: inherit;
    z-index: -1;
}

@media (min-width: 2099px) {
    .header-layout3 .logo-bg {
        width: 26%;
    }
}

@media (max-width: 1499px) {
    .header-layout3 .logo-bg {
        width: 21%;
    }
}

@media (max-width: 1299px) {
    .header-layout3 .logo-bg {
        width: 28%;
    }
}

@media (max-width: 1199px) {
    .header-layout3 .logo-bg {
        width: 34%;
    }
}

@media (max-width: 1024px) {
    .header-layout3 .logo-bg {
        width: 31%;
    }
}

@media (max-width: 991px) {
    .header-layout3 .logo-bg {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header-layout3 .logo-bg {
        width: 60%;
    }
}


@media (max-width: 375px) {
    .header-layout3 .logo-bg {
        display: none;
    }
}

.header-layout3 .main-menu {
    padding-left: 93px;
    /* Large devices */
}

@media (max-width: 1699px) {
    .header-layout3 .main-menu {
        padding-left: 30px;
    }
}

@media (max-width: 1499px) {
    .header-layout3 .main-menu {
        padding-left: 50px;
    }
}

@media (max-width: 1199px) {
    .header-layout3 .main-menu {
        padding-left: 0;
    }
}

@media (max-width: 1699px) {
    .header-layout3 .main-menu>ul>li {
        margin: 0 14px;
    }
}

.header-layout3 .main-menu>ul>li>a {
    color: var(--white-color);
    padding: 22px 0;
}

.header-layout3 .main-menu>ul>li>a:hover {
    color: var(--theme-color);
}

.header-layout3 .main-menu ul li.menu-item-has-children>a:after {
    color: var(--white-color);
}

.header-layout3 .main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--theme-color);
}

.header-layout3 .th-container {
    position: relative;
    z-index: 1;
}

@media (min-width: 1300px) {
    .header-layout3 .th-container {
        --main-container: 1720px;
    }
}

/* ------------------------------ Header 3 End ---------------------------------- */
/* ------------------------------ Header 4 Start ---------------------------------- */
.header-layout4 .header-links li:after {
    background-color: var(--smoke-color2);
}

@media (max-width: 1399px) {
    .header-layout4 .header-links li:nth-child(3) {
        display: none;
    }

    .header-layout4 .header-links li:nth-child(2):after {
        display: none;
    }
}

.header-layout4 .header-links li i {
    color: var(--theme-color);
}

.header-layout4 .social-links.header-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 48px);
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--title-color);
    font-size: 18px;
    text-align: center;
    margin: 0 0 0 5px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-layout4 .social-links.header-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-layout4 .sticky-wrapper {
    background-color: transparent;
    position: relative;
    max-width: 1860px;
    margin: 30px auto 0 auto;
    z-index: 3;
    /* Medium devices */
}

@media (max-width: 991px) {
    .header-layout4 .sticky-wrapper {
        margin: 0;
    }
}

.header-layout4 .sticky-wrapper.sticky {
    background-color: var(--smoke-color);
    padding: 5px 0;
    margin: 0px auto 0 auto;
    /* Medium devices */
}

@media (max-width: 991px) {
    .header-layout4 .sticky-wrapper.sticky {
        padding: 0;
    }

    .header-layout4 .sticky-wrapper.sticky .menu-area {
        padding: 10px 0;
    }
}

.header-layout4 .main-menu {
    padding-left: 93px;
}

@media (max-width: 1799px) {
    .header-layout4 .main-menu {
        padding-left: 40px;
    }
}

.header-layout4 .main-menu>ul>li>a {
    padding: 36.5px 0;
}

.header-layout4 .header-social {
    /* Small devices */
}

@media (max-width: 767px) {
    .header-layout4 .header-social {
        display: none;
    }
}

.header-layout4 .header-social li i {
    color: var(--theme-color);
}

.header-layout4 .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 0px 0 16px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-layout4 .header-social a:hover {
    color: var(--theme-color);
}

.header-layout4 .header-social .social-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    display: inline-block;
    margin: 0 0px 0 0;
}

.header-layout4 .header-button .icon-btn {
    background-color: var(--white-color);
    border-color: var(--white-color);
}

.header-layout4 .header-button .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.header-layout4 .header-button .icon-btn:last-child {
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .header-layout4 .header-button .icon-btn:last-child {
        display: none;
    }
}

.header-layout4 .menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 59%;
    height: 100%;
    background-color: rgba(171, 106, 73, 0.2);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 94% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 94% 100%, 0% 100%);
    z-index: -1;
    /* Medium Large devices */
}

@media (max-width: 1699px) {
    .header-layout4 .menu-bg {
        width: 63%;
    }
}

@media (max-width: 1499px) {
    .header-layout4 .menu-bg {
        width: 70%;
    }
}

@media (max-width: 1399px) {
    .header-layout4 .menu-bg {
        width: 75%;
    }
}

@media (max-width: 1299px) {
    .header-layout4 .menu-bg {
        width: 100%;
    }
}

.header-layout4 .menu-bg2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    background-color: rgba(171, 106, 73, 0.2);
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 25% 100%);
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 25% 100%);
    z-index: -1;
}

@media (max-width: 1499px) {
    .header-layout4 .menu-bg2 {
        width: 16%;
    }
}

@media (max-width: 1399px) {
    .header-layout4 .menu-bg2 {
        width: 20%;
    }
}

.header-layout4 {
    --main-container: 1860px;
}


.th-social.footer-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 48px);
    background-color: #3D4250;
    color: var(--white-color);
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.th-social.footer-social a:hover {
    background-color: var(--theme-color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.th-social.footer-social a svg {
    width: 14px;
    height: 14px;
    object-fit: contain;
    object-position: center;
    fill: #ffffff;
}

.footer-text {
    margin-top: -0.5em;
    margin-bottom: 25px;
}

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-box .social-title {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0;
}

.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px;
}

.icon-group a:last-child {
    margin-right: 0;
}

/* 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: 35px;
    }

    .th-widget-about .about-text {
        margin-bottom: 20px;
    }

    .social-box.mb-30 {
        margin-bottom: 25px;
    }
}


/*------------------- Team -------------------*/
.team-grid.style2 {
    background-color: transparent;
    border: 5px solid var(--smoke-color2);
    padding: 0px;
    border-radius: 30px;
    text-align: center;
    box-shadow: none;
    overflow: hidden;
}

.team-grid.style2 .team-img {
    background-color: var(--smoke-color2);
    border-radius: 0;
    margin-bottom: 0;
}

/* .team-grid.style2 .team-img img {
  border-radius: 200px 200px 0 0;
} */

.team-grid.style2 .box-title {
    font-size: 30px;
    margin-bottom: 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .team-grid.style2 .box-title {
        font-size: 24px;
    }
}

.team-grid.style2 .team-grid_content {
    background-color: var(--white-color);
    padding: 30px 30px 25px 30px;
    /* border-radius: 0 0 200px 200px; */
    /* -webkit-clip-path: path("M0.351562 0C22.7941 77.7772 94.5115 134.66 179.515 134.66C264.518 134.66 336.235 77.7771 358.677 0H0.351562Z");
  clip-path: path("M0.351562 0C22.7941 77.7772 94.5115 134.66 179.515 134.66C264.518 134.66 336.235 77.7771 358.677 0H0.351562Z"); */

}

.team-grid.style2 .social-links a {
    font-size: 16px;
}

.team-grid.style2 .social-links a:not(:hover) {
    color: var(--body-color);
}

.team-grid.style2 .team-desig {
    margin-bottom: 10px;
}

.team-grid.style2:hover .team-desig {
    color: var(--theme-color);
}

.team-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 542px;
    margin-left: auto;
    margin-right: 93px;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .team-content-wrapper {
        display: block;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .team-content-wrapper {
        max-width: 100%;
    }
}

.team-content-wrapper .sec-text {
    color: var(--gray-color);
}

.team-area .slick-arrow:hover {
    background-color: var(--white-color);
    color: var(--title-color);
}


.about-logo {
    margin-bottom: 15px;
}

.th-widget-about .about-logo {
    margin-bottom: 35px;
    margin-top: -20px;
    text-align: center;
}

.th-widget-about .about-logo img {
    max-width: 230px;
}

.th-widget-about .about-text {
    color: var(--gray-color);
    margin-bottom: 17px;
    margin-top: -0.5em;
}

.th-widget-about .footer-info {
    position: relative;
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #B2B2B2;
    line-height: 26px;
    padding: 0 0 0 35px;
    max-width: 277px;
}

.th-widget-about .footer-info i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    left: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.th-widget-about .footer-info-title {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 7px;
    margin-top: -0.2em;
}

.working-time .title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--white-color);
    display: block;
    margin-bottom: 6px;
}

.working-time .desc {
    color: var(--gray-color);
    margin-bottom: 30px;
}


.newsletter-widget {
    max-width: 290px;
}

.newsletter-widget .form-control {
    background-color: #2C3240 !important;
    border: 1px solid #2C3240;
}

.newsletter-widget .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.newsletter-widget .newsletter-form .th-social {
    width: 100%;
}

.newsletter-widget .form-group {
    margin-bottom: 0;
}

.newsletter-widget input {
    border-radius: 0;
}

.newsletter-widget .icon-btn {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0;
    min-width: 56px;
    padding: 0;
}

.newsletter-widget .icon-btn:hover {
    background-color: var(--title-color);
}

.newsletter-widget .footer-text {
    margin-bottom: 25px;
}

/* Medium devices */
@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px;
    }

    .copyright-text {
        text-align: center;
    }
}

/* footer 2 ---------------------------------- */
.newsletter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 2px solid var(--theme-color);
    padding-left: 25px;
}

.newsletter-wrap .newsletter-title {
    margin-top: -0.3em;
    margin-bottom: 5px;
    max-width: 400px;
    color: var(--white-color);
}

.newsletter-wrap .newsletter-text {
    margin-bottom: -0.5em;
    max-width: 400px;
}

.newsletter-form {
    position: relative;
    width: 100%;
    max-width: 622px;
    display: block;
    margin: auto;
}

.newsletter-form.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.newsletter-form.style2 input {
    min-width: 450px;
    margin-bottom: 0;
}

.newsletter-form.style2 .th-btn {
    min-width: 198px;
}

.newsletter-form .icon {
    position: absolute;
    top: 16px;
    right: 22px;
    color: var(--theme-color);
}

.newsletter-form input {
    background-color: var(--white-color);
    width: 100%;
    margin-bottom: 20px;
}

.newsletter-form input:focus {
    background-color: var(--white-color);
    color: var(--body-color);
}

.newsletter-form .th-btn {
    min-width: 281px;
    display: block;
    margin: auto;
}

.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-inner .footer-left {
    padding-right: var(--gap-x);
    border-right: 1px solid var(--border-color);
    padding-top: 105px;
    padding-bottom: 105px;
}

.footer-inner .footer-top {
    border-bottom: 1px solid var(--border-color);
    padding: var(--gap-y) 0 var(--gap-y) var(--gap-x);
}

.footer-inner .widget-area2 {
    padding-top: var(--gap-y);
    padding-left: var(--gap-x);
    padding-bottom: 17px;
}

/* Medium devices */
@media (max-width: 991px) {
    .newsletter-wrap .newsletter-title {
        font-size: 24px;
    }

    .newsletter-wrap .newsletter-text {
        font-size: 16px;
    }
}

/* footer 2 ---------------------------------- */
.footer-layout2 {
    position: relative;
    z-index: 2;
}

.footer-layout2:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.9200000166893005;
    background-color: var(--title-color);
    z-index: -1;
}

/* footer 3 ---------------------------------- */
.footer-layout3 {
    background-color: var(--black-color);
    background-size: cover;
    padding-top: 100px;
}

.footer-layout3 .widget-area {
    padding: 120px 120px 70px 120px;
    position: relative;
    max-width: 1720px;
    display: block;
    margin: auto;
    border: 1px solid #53443D;
    border-bottom: 1px solid transparent;
}

@media (max-width: 1499px) {
    .footer-layout3 .widget-area {
        padding: 80px 0 35px 0;
    }
}

.footer-layout3 .th-social {
    box-shadow: none;
}

.footer-layout3 .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
}

.footer-layout3 .copyright-wrap {
    --body-color: #fff;
    background-color: transparent;
    border-top: 1px solid #53443D;
}

.footer-layout3 .copyright-wrap a {
    color: var(--white-color);
}

.footer-layout3 .copyright-wrap a:hover {
    color: var(--theme-color);
}

.footer-layout3 .th-widget-about {
    margin-right: 50px;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .footer-layout3 .th-widget-about {
        margin-right: 0;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .footer-layout3 .widget-area {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .footer-layout3 .footer-top {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer-wrapper .newsletter-form {
        max-width: 400px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .newsletter-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        border-left: none;
        gap: 20px;
    }

    .newsletter-wrap .newsletter-title {
        text-align: center;
    }

    .footer-wrapper .newsletter-form {
        max-width: 550px;
        gap: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .footer-wrapper .newsletter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* footer 4 ---------------------------------- */
.footer-layout4 .footer-menu {
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
    text-align: center;
    margin-bottom: 40px;
}

.footer-layout4 .footer-menu li {
    display: inline-block;
    margin-right: 53px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .footer-layout4 .footer-menu li {
        margin-right: 20px;
    }
}

.footer-layout4 .footer-menu li a {
    padding: 24px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
}

.footer-layout4 .footer-menu li a:hover {
    color: var(--theme-color);
}

.footer-layout4 .th-widget-contact.style2 {
    max-width: 100%;
    text-align: center;
}

.footer-layout4 .th-widget-contact.style2 .info-box_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

.footer-layout4 .th-widget-contact.style2 .info-box_wrapper p {
    margin-bottom: 0;
}

.footer-layout4 .th-widget-contact.style2 .info-box_text {
    color: var(--white-color);
}

.footer-layout4 .th-widget-contact.style2 .info-box_text i {
    font-size: 18px;
}

.footer-layout4 .th-widget-contact.style2 .info-box_link {
    color: var(--white-color);

}

.footer-layout4 .th-widget-contact.style2 i,
.footer-layout4 .th-widget-contact.style2 svg {
    margin-right: 2px;
}

.footer-layout4 .th-widget-contact.style2 .info-box_link:hover {
    color: var(--theme-color) !important;
}

.footer-layout4 .th-social.footer-social {
    text-align: center;
}

.footer-layout4 .th-social.footer-social a {
    width: var(--icon-size, 36px);
    height: var(--icon-size, 36px);
    line-height: var(--icon-size, 38px);
    background-color: var(--white-color);
    color: var(--theme-color);
}

.footer-layout4 .th-social.footer-social a:hover {
    background-color: #564034;
}

.footer-layout4 .copyright-wrap {
    --body-color: #fff;
    background-color: var(--theme-color2);
}

.footer-layout4 .copyright-wrap a {
    color: var(--white-color);
}

.footer-layout4 .copyright-wrap a:hover {
    color: var(--title-color);
}



.fa-bars::before {
    content: "\e62d";
}

.fa-arrow-left:before {
    content: "\e625";
    font-weight: bold;
}

.fa-arrow-right:before {
    content: "\e624";
    font-weight: bold;
}

.fa-play::before {
    content: "\e63b";
}

.fa-envelope::before {
    content: "\e604";
}

.fa-location-dot::before,
.fa-map-marker-alt::before {
    content: "\e62e";
}

.fa-times::before {
    content: "\e693";
}

.fa-user::before {
    content: "\e640";
}

.fa-comment::before {
    content: "\e779";
}

.fa-eye::before {
    content: "\e611";
}

.fa-calendar-days::before {
    content: "\e651";
}