@use "sass:math";

:root {
    --theme-color: #eb3300;
    --title-color: #0a0a0a;
    --title-color2: #161921;
    --body-color: #4b4b4b;
    --smoke-color: #f3f1f2;
    --smoke-color2: #f6f7f9;
    --black-color: #000000;
    --black-color-2: #4b4b4b;
    --gray-color: #d2d2d2;
    --white-color: #ffffff;
    --light-color: #cdcdcd;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #d2d2d2;
    --title-font: "Plus Jakarta Sans", sans-serif;
    --body-font: "Inter", sans-serif;
    --style-font: "Red Hat Display", cursive;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}
/*fonts for the SVG are Crenoer for PRIME and Mugen Grotesk  */
html,
body {
    scroll-behavior: smooth !important;
}

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

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

.slick-slide:focus,
button:focus,
a:focus,
a:active,
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(--title-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--theme-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%;
}

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

p:empty {
    display: none;
}

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

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

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

.h1,
h1 {
    font-size: 64px;
    line-height: 1.167;
}

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

@media (max-width: 1399px) {
    .h1,
    h1 {
        font-size: 48px;
    }
}

@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3;
    }

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

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

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

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

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

@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
    }

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

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

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

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

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

@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35;
    }

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

@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px;
    }
}

/* Main header logo - desktop and mobile */
.logo {
    max-height: 45px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
/* Mobile specific adjustments */
@media (max-width: 991px) {
    .logo {
        max-height: 45px;
    }
}
@media (max-width: 767px) {
    .logo {
        max-height: 40px;
    }
}
@media (max-width: 575px) {
    .logo {
        max-height: 35px;
    }
}
/* Mobile menu logo */
.mobile-logo img {
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}
@media (max-width: 575px) {
    .mobile-logo img {
        max-height: 170px;
    }
}
/* Footer logo */
.footer-logo {
    max-height: 280px;
    width: auto;
    height: auto;
    object-fit: contain;
}
@media (max-width: 767px) {
    .footer-logo {
        max-height: 240px;
    }
}
@media (max-width: 575px) {
    .footer-logo {
        max-height: 200px;
    }
}
/* Ensure logos don't get pixelated on high-DPI screens */
/* Header content container adjustments for better logo positioning */
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo-menu-container {
    display: flex;
    align-items: center;
    flex: 1;
}
/* Ensure the logo doesn't overflow on very small screens */
@media (max-width: 480px) {
    .logo {
        max-height: 150px;
        max-width: 560px;
    }

    .mobile-logo img {
        max-height: 160px;
        max-width: 520px;
    }

    .footer-logo {
        max-height: 190px;
        max-width: 560px;
    }
}
/* Additional responsive utilities */
.logo,
.mobile-logo img,
.footer-logo {
    /* Prevent logos from being too small */
    min-height: 120px;

    /* Smooth scaling transitions */
    transition: all 0.3s ease;

    /* Ensure proper aspect ratio is maintained */
    aspect-ratio: auto;
}

/* Override for small header logo on auto.html only */
.logo-small {
    min-height: unset !important;
}
/* High-resolution display support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo,
    .mobile-logo img,
    .footer-logo {
        /* Slightly smaller on high-res displays since PNG will look sharper */
        transform: scale(0.95);
        transform-origin: left center;
    }
}

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

.widget_nav_menu li > span {
    color: var(--body-color);
    font-weight: 500;
    text-align: center;
    position: absolute;
    right: 24px;
    top: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right;
}

.widget_nav_menu li > span:hover {
    color: var(--theme-color);
}

.th-search {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
}

.th-search .search-grid-content {
    padding: 30px;
}

@media (max-width: 767px) {
    .th-search .search-grid-content {
        padding: 20px;
    }
}

.th-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}

.th-search .search-grid-title a {
    color: inherit;
}

.th-search .search-grid-title a:hover {
    color: var(--theme-color);
}

.th-search .search-grid-meta > * {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.th-search .search-grid-meta > *:last-child {
    margin-right: 0;
}

.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
    color: var(--body-color);
}

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

@media (min-width: 1370px) {
    .th-container2 {
        --main-container: 1470px;
    }

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

@media (min-width: 1922px) {
    .th-container2 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1300px) {
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}

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

@media (min-width: 1600px) {
    .th-container2 {
        --main-container: 1680px;
    }
}

.th-container3 {
    max-width: 1520px;
}

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

select,
.form-control,
.form-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:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--white-color);
}

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

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

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

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

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

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

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

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

select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
    height: auto;
    border: none;
    color: #8b929c;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
    background-position: right 1px top 5px;
    background-size: 16px 16px;
    background-color: transparent;
}

select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
    background-color: var(--title-color);
    color: #8b929c;
    padding: 2px 15px;
}

select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
    color: #8b929c;
}

select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
    color: #8b929c;
}

select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
    color: #8b929c;
}

select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
    color: #8b929c;
}

select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
    color: #8b929c;
}

select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
    color: #8b929c;
}

select.style2::-ms-input-placeholder,
.form-control.style2::-ms-input-placeholder,
.form-select.style2::-ms-input-placeholder,
textarea.style2::-ms-input-placeholder,
input.style2::-ms-input-placeholder {
    color: #8b929c;
}

select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
    color: #8b929c;
}

.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: 150px;
    padding: 25px 20px;
}

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: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--title-color);
}

.form-group > i.fa-envelope {
    padding-top: 1px;
}

.form-group > i.fa-comment {
    margin-top: -2px;
}

.form-group > i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color);
}

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

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.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid {
    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 {
    outline: 0;
    box-shadow: none;
}

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

.form-messages {
    display: none;
}

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

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

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

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

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

.slick-track {
    min-width: 100%;
}

.slick-list {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

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

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

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

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

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 8px;
    height: 8px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--dots-bg, #d8d8d8);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
}

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

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

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

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    left: var(--pos-x, -200px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    z-index: 2;
}

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

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

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

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

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

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

@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        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;
    }
}

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

.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: 30px 20px;
    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(--title-color);
}

.th-menu-wrapper .mobile-logo a img {
    max-height: 35px;
}

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

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--title-color);
    background-color: var(--white-color);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
}

.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: rgba(255, 255, 255, 0.884);
    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: 20px;
    margin-top: 20px;
    text-align: left;
}

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

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

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

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

.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: 18px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    color: var(--title-color);
}

.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.th-active > a .th-mean-expand:before {
    content: "\f068";
}

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

.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: 4px;
}

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

: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(--body-color);
    border-right: 1px solid var(--body-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: #ccc;
}

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

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--title-color);
}

.preloader-inner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    width: 150px;
    height: 150px;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
}

.loader.custom-loader {
    border: medium none;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.loader .loading {
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-family: var(--title-font);
    left: 0;
    top: 50%;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.loader .line {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
}

.loader .line:nth-child(1) {
    left: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader .line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 33px;
    top: 33px;
}

.loader .line:nth-child(3) {
    top: 16px;
    left: 50%;
    width: 2px;
    height: 10px;
}

.loader .line:nth-child(4) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 33px;
    top: 33px;
}

.loader .line:nth-child(5) {
    right: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader .line:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 33px;
    bottom: 33px;
    background: var(--theme-color);
}

.loader-circle-1 {
    width: 138px;
    height: 138px;
    left: 5px;
    top: 5px;
    border: 1px #fff solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader-circle-2 {
    width: 126px;
    height: 126px;
    left: 5px;
    top: 5px;
    border: 1px transparent solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: var(--theme-color);
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.loader .subline {
    position: absolute;
    width: 3px;
    height: 2px;
    background: #fff;
}

.loader .subline:nth-child(7) {
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    left: 21px;
    top: 50px;
}

.loader .subline:nth-child(8) {
    -webkit-transform: rotate(67.5deg);
    -ms-transform: rotate(67.5deg);
    transform: rotate(67.5deg);
    left: 50px;
    top: 21px;
}

.loader .subline:nth-child(9) {
    -webkit-transform: rotate(112.5deg);
    -ms-transform: rotate(112.5deg);
    transform: rotate(112.5deg);
    right: 50px;
    top: 21px;
}

.loader .subline:nth-child(10) {
    -webkit-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    transform: rotate(157.5deg);
    right: 21px;
    top: 50px;
}

.loader .subline:nth-child(11) {
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    right: 20px;
    bottom: 49px;
    background: var(--theme-color);
}

.loader .needle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    -webkit-animation: pegIt 3s infinite ease-in-out;
    animation: pegIt 3s infinite ease-in-out;
}

.loader .needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 50px 3.5px 0;
    border-color: transparent var(--theme-color) transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -3.5px 0 0 0;
    border-radius: 0 50% 50% 0;
}

@keyframes pegIt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    16% {
        -webkit-transform: rotate(75deg);
        transform: rotate(75deg);
    }

    25% {
        -webkit-transform: rotate(55deg);
        transform: rotate(55deg);
    }

    30% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    36% {
        -webkit-transform: rotate(170deg);
        transform: rotate(170deg);
    }

    42% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }

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

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

@-webkit-keyframes pegIt {
    0% {
        -webkit-transform: rotate(0deg);
    }

    16% {
        -webkit-transform: rotate(75deg);
    }

    25% {
        -webkit-transform: rotate(55deg);
    }

    30% {
        -webkit-transform: rotate(90deg);
    }

    36% {
        -webkit-transform: rotate(170deg);
    }

    42% {
        -webkit-transform: rotate(150deg);
    }

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

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

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

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

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

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

.th-btn {
    font-family: var(--body-font);
    background-color: var(--theme-color);
    color: var(--white-color);
    position: relative;
    padding: 17px 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    overflow: hidden;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.th-btn span {
    position: relative;
    z-index: 1;
}

.th-btn .icon i {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

.th-btn.style2:after {
    background-color: var(--white-color);
}

.th-btn.style2:hover {
    color: var(--title-color);
}

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

.th-btn.style3:before,
.th-btn.style3:after {
    background-color: var(--white-color);
}

.th-btn.style3:after {
    background-color: var(--white-color);
}

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

.th-btn.style4 {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
}

.th-btn.style4:before,
.th-btn.style4:after {
    background-color: var(--white-color);
}

.th-btn.style4:after {
    background-color: var(--white-color);
}

.th-btn.style4:hover {
    color: var(--title-color);
}

.th-btn.style5 {
    background-color: var(--white-color);
    color: var(--theme-color);
    border: 2px solid #eeeeee;
    padding: 20px 34.5px;
}

.th-btn.style5:before,
.th-btn.style5:after {
    background-color: var(--theme-color);
}

.th-btn.style5:after {
    background-color: var(--theme-color);
}

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

.th-btn.btn-radius {
    border-radius: 30px;
}

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

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

.th-btn.white-btn:after {
    background-color: var(--title-color);
}

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

.th-btn.black-btn {
    background-color: var(--title-color);
}

.th-btn.black-btn:before,
.th-btn.black-btn:after {
    background-color: var(--theme-color);
}

.th-btn.black-btn:after {
    background-color: var(--theme-color);
}

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

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

.th-btn:before,
.th-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: var(--title-color);
    color: var(--white-color);
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.th-btn:before {
    left: auto;
    right: 100%;
    -webkit-transform: skew(-30deg) translate3d(0, 0, 0);
    transform: skew(-30deg) translate3d(0, 0, 0);
}

.th-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: var(--title-color);
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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

.th-btn:hover:before {
    -webkit-transform: skew(-30deg) translate3d(70%, 0, 0);
    transform: skew(-30deg) translate3d(70%, 0, 0);
    opacity: 1;
}

.th-btn:hover:after {
    -webkit-transform: skew(30deg) translate3d(-70%, 0, 0);
    transform: skew(30deg) translate3d(-70%, 0, 0);
    opacity: 1;
}

.th-btn:hover .icon i {
    position: relative;
    top: -22px;
    right: -40px;
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, transparent);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 70px;
    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;
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
    margin-top: -0.25em;
}

.sub-title {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--body-font);
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -0.34em;
}

.sub-title:has(img) {
    margin-top: 0;
}

.sec-text {
    max-width: 325px;
}

.sec-desc {
    max-width: 485px;
}

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

@media (max-width: 991px) {
    .title-area.text-lg-start {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .title-area.text-md-start {
        text-align: center !important;
    }
}

@media (max-width: 1199px) {
    .title-area.text-xl-start {
        text-align: center !important;
    }
}

.title-area.text-center .sub-title {
    padding-left: 0;
}

.title-area.text-center .sub-title:before,
.title-area.text-center .sub-title:after {
    left: -40px;
}

@media (max-width: 575px) {
    .title-area.text-center .sub-title:before,
    .title-area.text-center .sub-title:after {
        left: -40px;
    }
}

.title-area.text-center .sub-title:after {
    left: -30px;
}

@media (max-width: 575px) {
    .title-area.text-center .sub-title:after {
        left: -30px;
    }
}

.title-area .sub-title {
    display: inline-block;
    color: var(--prime-red);
    font-size: 14px;
    font-weight: 700;
    font-family: var(--body-font);
    position: relative;
    margin-bottom: 24px;
    padding-left: 40px;
    text-transform: uppercase;
}

.title-area .sub-title .double-line:before,
.title-area .sub-title:before,
.title-area .sub-title .double-line:after,
.title-area .sub-title:after {
    position: absolute;
    content: "";
    background-color: #595959;
    left: 0px;
    top: 5px;
    height: 2px;
    width: 30px;
}

.title-area .sub-title .double-line:after,
.title-area .sub-title:after {
    margin-top: 3px;
    width: 20px;
    left: 10px;
}

.title-area .sub-title .double-line:before,
.title-area .sub-title:before {
    width: 30px;
    top: auto;
    bottom: 10px;
}

.title-area .sub-title .double-line {
    margin-left: 0;
}

.title-area .sub-title .double-line:before,
.title-area .sub-title .double-line:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    right: -10px;
    left: auto;
}

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

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

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}

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

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

@media (max-width: 991px) {
    .title-area,
    .sec-title {
        --section-title-space: 50px;
    }
}

@media (max-width: 575px) {
    .sub-title img {
        max-width: 60px;
    }
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}

.shape-mockup {
    position: absolute;
    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);
}

.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: 40px;
}

@media (max-width: 767px) {
    .btn-group {
        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;
}

.cursor {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid black;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 10000;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    -ms-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%);
}

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

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

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

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

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

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

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

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

[data-overlay] {
    position: relative;
    z-index: 2;
}

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

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

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

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

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

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

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

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

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

    30% {
        opacity: 0.4;
    }

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

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

    30% {
        opacity: 0.4;
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        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);
    }
}

@-webkit-keyframes sectionShape {
    0% {
        left: -50%;
    }

    100% {
        left: 100%;
    }
}

@keyframes sectionShape {
    0% {
        left: -50%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes left-right-img {
    0% {
        right: 0px;
    }

    50% {
        right: -50px;
    }

    100% {
        right: 0px;
    }
}

@keyframes left-right-img {
    0% {
        right: 0px;
    }

    50% {
        right: -50px;
    }

    100% {
        right: 0px;
    }
}

@-webkit-keyframes top {
    0% {
        padding-top: 30px;
    }

    50% {
        padding-top: 10px;
    }

    100% {
        padding-top: 0px;
    }
}

@keyframes top {
    0% {
        padding-top: 30px;
    }

    50% {
        padding-top: 10px;
    }

    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes top-bottom {
    0% {
        padding-bottom: 0;
    }

    50% {
        padding-bottom: 30px;
    }

    100% {
        padding-bottom: 30px;
    }
}

@keyframes top-bottom {
    0% {
        padding-bottom: 0;
    }

    50% {
        padding-bottom: 30px;
    }

    100% {
        padding-bottom: 30px;
    }
}

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

@-webkit-keyframes moving_X {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

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

@keyframes moving_X {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

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

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

@-webkit-keyframes moving {
    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 moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

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

@-webkit-keyframes line-animation {
    0% {
        width: 0;
        overflow: hidden;
    }

    50% {
        width: 200px;
        overflow: hidden;
    }

    100% {
        width: 0;
        overflow: hidden;
    }
}

@keyframes line-animation {
    0% {
        width: 0;
        overflow: hidden;
    }

    50% {
        width: 200px;
        overflow: hidden;
    }

    100% {
        width: 0;
        overflow: hidden;
    }
}

.jump {
    -webkit-animation: jumpAni 5s linear infinite;
    animation: jumpAni 5s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotate-x {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes rotate-x {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.zoom {
    -webkit-animation: zoom 15s linear infinite;
    animation: zoom 15s linear infinite;
}

@-webkit-keyframes left-right-video-img {
    0% {
        right: 0px;
    }

    50% {
        right: -50px;
    }

    100% {
        right: 0px;
    }
}

@keyframes left-right-video-img {
    0% {
        right: 0px;
    }

    50% {
        right: -50px;
    }

    100% {
        right: 0px;
    }
}

.draw {
    -webkit-animation: draw 3s linear alternate infinite;
    animation: draw 3s linear alternate infinite;
}

@-webkit-keyframes draw {
    0% {
        stroke-dashoffset: 280;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    0% {
        stroke-dashoffset: 280;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes bounceSlide {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@keyframes bounceSlide {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

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

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

@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

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

    51% {
        opacity: 1;
    }
}

@keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

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

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }

    to {
        margin-top: 0;
    }
}

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

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

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

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

.slideindown,
.slideinup {
    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(-70px);
        transform: translateX(-70px);
    }

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

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

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

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

.widget_nav_menu a {
    display: block;
    border: none;
    margin: 0;
    padding: 16px 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.313;
    color: var(--body-color);
    border-top: 1px solid var(--gray-color);
    position: relative;
}

.widget_nav_menu a:before {
    content: "\f101";
    font-family: var(--icon-font);
    color: var(--title-color);
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

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

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

.widget_nav_menu a:hover ~ span {
    color: var(--theme-color);
}

.widget_nav_menu li {
    display: block;
    position: relative;
}

.widget_nav_menu li i {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.widget_nav_menu .children {
    margin-left: 10px;
}

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

.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;
    overflow: hidden;
}

.widget[data-overlay]:before {
    z-index: -1;
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

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

.widget_title.style2 .shape:before {
    background-color: var(--theme-color);
}

.widget_title.style3 .shape:before {
    background-color: var(--theme-color);
}

.th-dance.page-single {
    margin-bottom: 0;
}

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

    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 0;
    }
}

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

@media (max-width: 767px) {
    .widget {
        padding: 35px 20px;
    }
}

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

    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 0;
    }
}

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

@media (max-width: 767px) {
    .widget {
        padding: 35px 20px;
    }
}

.th-search {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
    border: none;
    border-radius: 0px;
    overflow: hidden;
}

.th-search .search-grid-content {
    padding: 30px;
}

.th-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}

.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
    color: var(--body-color);
    font-weight: 400;
    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;
}

.th-search .search-grid-meta a i,
.th-search .search-grid-meta span i {
    font-size: 14px;
    color: var(--body-color);
    margin: 0;
}

.th-search .search-grid-meta > * {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 400;
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 55px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--white-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;
}

@media (max-width: 991px) {
    .th-blog-wrapper .th-pagination {
        margin-bottom: 30px;
    }
}

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

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

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

.footer-widget input,
.footer-widget select {
    height: 55px;
    background-color: transparent;
    border: 1px solid #283752;
}

.footer-widget input:focus,
.footer-widget select:focus {
    border-color: var(--theme-color);
    background-color: transparent;
}

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

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    border-bottom: none;
    margin: -3px 0 30px 0;
    padding: 0 0 14px 0;
}

.footer-widget .widget_title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: var(--collision-primary);
}

.footer-widget .widget_title:after {
    background-color: var(--theme-color);
    width: 40px;
    height: 2px;
}

.footer-widget.widget_nav_menu.style2 a {
    color: var(--body-color);
}

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

.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 18px;
    font-family: var(--body-font);
    color: var(--gray-color);
    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;
    border: none;
    position: relative;
}

.footer-widget.widget_nav_menu a:before {
    content: "\f101";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.8em;
    background-color: transparent;
    border: none;
    color: inherit;
}

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

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

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

.th-widget-about {
    margin-right: 8px;
}

.th-widget-about.style2 .about-text {
    color: var(--body-color);
}

.th-widget-about .about-logo {
    margin-bottom: 30px;
}

.th-widget-about .about-text {
    margin-bottom: 30px;
    margin-top: -0.5em;
    color: var(--light-color);
}

.footer-text {
    margin-top: -0.46em;
    margin-bottom: 25px;
    color: #cdcdcd;
}

.footer-text a {
    color: #cdcdcd;
    transition: color 0.3s ease;
}

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

@media (max-width: 1199px) {
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px;
    }

    .th-widget-about .about-text {
        margin-bottom: 20px;
    }
}

.th-header {
    position: relative;
    z-index: 41;
}

.sticky-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.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 {
    position: relative;
    -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 0.95s ease forwards;
    animation: headerSticky 0.95s ease forwards;
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--body-font);
    text-transform: capitalize;
}

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

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

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

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

.main-menu > ul > li > a {
    padding: 36px 0;
    color: var(--title-color);
}

.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:last-child {
    margin-right: 0 !important;
}

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

.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: 25px;
}

@media (max-width: 575px) {
    .header-button {
        gap: 16px;
    }
}

.header-button .th-btn {
    margin-left: 15px;
}

@media (max-width: 1399px) {
    .header-button .th-btn {
        margin-left: 0;
    }
}

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

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid var(--body-color);
    padding-right: 20px;
    max-height: 16px;
    line-height: 16px;
}

.header-links li:last-child {
    border-right: 1px solid transparent;
    padding-right: 0;
}

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

.header-links li > i {
    font-size: 14px;
    margin-right: 6px;
    color: var(--title-color);
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

@media (max-width: 1199px) {
    .header-links li > i {
        font-size: 16px;
        width: 15px;
        height: 15px;
    }
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    font-family: var(--body-font);
    color: var(--title-color);
}

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

.header-links i {
    color: var(--title-color);
}

.header-links b,
.header-links strong {
    font-weight: 600;
}

.header-social .social-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #a5a5a5;
}

.header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
}

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

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

.header-layout1 {
    position: relative;
}

.header-layout1 .header-top {
    position: relative;
    padding: 8px 0;
    background-color: var(--title-color);
    z-index: 1;
}

@media (max-width: 991px) {
    .header-layout1 .header-links {
        display: none;
    }
}

.header-layout1 .header-links li,
.header-layout1 .header-links span,
.header-layout1 .header-links p,
.header-layout1 .header-links a {
    font-family: var(--body-font);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
}

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

.header-layout1 .header-right {
    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;
}

.header-layout1 .header-right .header-links {
    margin-left: 0;
}

@media (max-width: 1199px) {
    .header-layout1 .header-right .header-links {
        display: none;
    }
}

.header-layout1 .header-right .header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid var(--body-color);
    padding-right: 15px;
    margin-right: 0px;
    max-height: 16px;
    line-height: 16px;
}

.header-layout1 .header-right .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--gray-color);
    margin: 0 0 0 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-layout1 .header-right .header-social a:hover {
    color: var(--theme-color);
}

@media (max-width: 1199px) {
    .header-layout1 .header-button .th-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-layout1 .header-button .th-btn {
        display: none;
    }
}

.header-layout1 .header-button .icon-btn {
    position: relative;
    color: var(--title-color);
    font-size: 22px;
    position: relative;
    color: var(--title-color);
    border-color: transparent;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: auto;
    padding: 0;
}

@media (max-width: 991px) {
    .header-layout1 .header-button .icon-btn {
        display: none;
    }
}

.header-layout1 .header-button .icon-btn:hover {
    color: var(--theme-color);
}

.header-layout1 .header-button .icon-btn:hover .badge {
    background-color: var(--title-color);
    color: var(--white-color);
}

@media (max-width: 575px) {
    .header-layout1 .header-button .icon-btn {
        display: none;
    }
}

.header-layout1 .header-button .icon-btn:hover {
    color: var(--theme-color);
}

.header-layout1 .header-button .icon-btn i {
    color: var(--title-color);
    font-weight: 500;
}

.header-layout1 .header-logo {
    position: relative;
}

.header-layout1 .menu-area {
    position: relative;
    z-index: 3;
    border-bottom: 2px solid #c9c9c9;
}

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

.header-layout1 .main-menu {
    margin-left: -120px;
}

@media (max-width: 1499px) {
    .header-layout1 .main-menu {
        margin-left: -60px;
    }
}

@media (max-width: 1299px) {
    .header-layout1 .main-menu {
        margin-left: 0;
    }
}

.header-layout1 .sticky-wrapper {
    position: relative;
}

@media (max-width: 991px) {
    .header-layout1 .sticky-wrapper.sticky .menu-area {
        padding: 14px 0;
    }
}

.header-layout1 .logo-bg {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 20%;
    height: 100px;
}

@media (min-width: 2399px) {
    .header-layout1 .logo-bg {
        width: 30%;
    }
}

@media (max-width: 2399px) {
    .header-layout1 .logo-bg {
        width: 25%;
    }
}

@media (max-width: 1999px) {
    .header-layout1 .logo-bg {
        width: 22%;
    }
}

@media (max-width: 1699px) {
    .header-layout1 .logo-bg {
        width: 20%;
    }
}

@media (max-width: 1599px) {
    .header-layout1 .logo-bg {
        width: 18%;
    }
}

@media (max-width: 1499px) {
    .header-layout1 .logo-bg {
        width: 18%;
    }
}

@media (max-width: 1199px) {
    .header-layout1 .logo-bg {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        height: 86px;
    }
}

@media (max-width: 575px) {
    .header-layout1 .logo-bg {
        height: 86px;
    }
}

.header-layout1 .logo-bg:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-layout1 .logo-bg:before {
    background-color: var(--smoke-color2);
    width: 100%;
    z-index: 2;
}

@media (min-width: 1420px) {
    .header-layout1 .header-top {
        --main-container: 1620px;
    }

    .header-layout1 .menu-area {
        --main-container: 1620px;
    }
}

@media (max-width: 1420px) {
    .header-layout1 .header-top {
        --main-container: 100%;
    }

    .header-layout1 .menu-area {
        --main-container: 100%;
    }
}

@media (max-width: 1299px) {
    .header-layout1 .container {
        max-width: 100%;
    }

    .header-layout1 .header-logo img {
        max-height: 80px;
        max-width: 160px;
    }
}

@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        width: 25%;
    }
}

@media (max-width: 850px) {
    .header-layout1 .logo-bg {
        width: 34%;
    }
}

@media (max-width: 767px) {
    .header-layout1 .logo-bg {
        width: 34%;
    }

    .header-layout1 .header-logo img {
        max-height: 50px;
        max-width: 160px;
    }
}

@media (max-width: 575px) {
    .header-layout1 .logo-bg {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .header-layout1 .logo-bg {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .header-logo img {
        max-height: 50px;
        max-width: 160px;
    }
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    padding-top: 60px;
}

.footer-wrapper .th-social a {
    background-color: #363739;
    color: var(--white-color);
    border: 1px solid #363739;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.footer-wrapper .th-social a:hover {
    background-color: var(--collision-light);
    border-color: var(--collision-dark);
    color: var(--white-color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.copyright-wrap {
    padding: 26px 0;
    background-size: 100% auto;
}

.copyright-text {
    margin: 0;
}

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

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

.footer-layout1 {
    background-color: var(--title-color);
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.footer-layout1:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
    background: linear-gradient(180deg, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
    z-index: -1;
}

.footer-layout1 .copyright-wrap {
    background-color: var(--black-color);
}

.footer-layout1 .copyright-wrap .copyright-text {
    color: var(--light-color);
}

.th-widget-contact {
    max-width: 265px;
}

.th-widget-contact.style2 .info-box_text {
    color: var(--title-color);
    font-weight: 500;
}

.th-widget-contact.style2 .info-box_label {
    color: #787878;
}

.th-widget-contact.style2 .info-box_link {
    color: var(--title-color);
}

.th-widget-contact.style2 .info-box_link:hover {
    color: var(--theme-color);
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
}

.info-box:last-child {
    margin-bottom: -2px;
}

.info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 29px;
    font-size: 25px;
    color: #0d6efd;
    border-radius: 999px;
    text-align: center;
    margin-right: 10px;
}

.info-box_text {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin-top: -0.2em;
    margin-bottom: 0;
    color: var(--white-color);
}

.info-box_link {
    display: inline-block;
    color: var(--white-color);
    font-weight: 500;
}

.info-box_link:hover {
    color: var(--theme-color);
}

@media (max-width: 1299px) {
    .footer-layout1 {
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px;
    }

    .copyright-text {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .copyright-wrap {
        background-size: cover;
    }
}

.th-pagination {
    margin-bottom: 30px;
}

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

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

.th-pagination li:last-child {
    margin-right: 0;
}

.th-pagination li:first-child {
    margin-left: 0;
}

.th-pagination span,
.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    color: var(--white-color);
    background-color: var(--title-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
}

.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    box-shadow: none;
}

@media (max-width: 767px) {
    .th-pagination span,
    .th-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

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

.th-comment-form {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.th-comment-form .row {
    --bs-gutter-x: 20px;
    margin-top: 20px;
}

.th-comment-form .row .form-group {
    margin-top: 0;
    margin-bottom: 20px;
}

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

.th-comment-form .row textarea.form-control,
.th-comment-form .row textarea {
    margin-bottom: 0;
}

.th-comment-form .blog-inner-title {
    margin-bottom: 0px;
}

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

.th-comment-form .form-text {
    margin-bottom: 25px;
}

.th-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 0px;
    overflow: hidden;
}

.th-comments-wrap.style2 .comment-avater {
    width: 110px;
    height: 110px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 0;
}

.th-comments-wrap .description p:last-child {
    margin-bottom: -0.5em;
}

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

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

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

.th-comments-wrap .th-post-comment {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul,
.th-comments-wrap .th-post-comment dl {
    margin-bottom: 1rem;
}

.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
    margin-bottom: 0;
}

.th-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-bottom: -30px;
}

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

.th-comments-wrap .comment-avater {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 99px;
}

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

.th-comments-wrap .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -6px;
    position: relative;
}

.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    color: var(--body-color);
    margin-left: auto;
}

.th-comments-wrap .commented-on i {
    color: var(--theme-color);
    margin-right: 7px;
    font-size: 0.9rem;
}

.th-comments-wrap .name {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 375px) {
    .th-comments-wrap .name {
        margin-bottom: 0px;
        font-size: 14px;
    }
}

.th-comments-wrap .comment-top {
    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;
}

.th-comments-wrap .text {
    margin-bottom: 10px;
}

.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px;
}

.th-comments-wrap .reply_and_edit {
    margin-top: 0px;
    margin-bottom: -0.46em;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.th-comments-wrap .reply_and_edit a {
    margin-right: 10px;
}

.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0;
}

.th-comments-wrap .reply-btn {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 8px 20px;
    color: var(--white-color);
    background: #141422;
    border-radius: 4px;
    text-transform: uppercase;
}

@media (max-width: 450px) {
    .th-comments-wrap .reply-btn {
        font-size: 12px;
        padding: 4px 12px;
    }
}

.th-comments-wrap .reply-btn i {
    margin-right: 7px;
}

.th-comments-wrap .reply-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.th-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
}

.th-comments-wrap.th-comment-form {
    margin: 0;
}

@media (max-width: 1199px) {
    .th-comments-wrap .children {
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .th-comments-wrap {
        padding: 40px 0px;
    }

    .th-comments-wrap .th-post-comment {
        display: block;
    }

    .th-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0;
    }

    .th-comments-wrap .comment-top {
        display: block;
    }

    .th-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .th-comments-wrap .children {
        margin-left: 40px;
    }

    .th-comments-wrap .children {
        margin-left: 30px;
    }
}

.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.th-hero-bg {
    position: absolute;
    inset: 0;
}

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

.hero-title {
    font-weight: 800;
    font-size: 100px;
    line-height: 110px;
    color: var(--white-color);
    margin-top: 0px;
    margin-bottom: 50px;
    display: block;
}

@media (max-width: 1500px) {
    .hero-title {
        font-size: 80px;
        line-height: 90px;
    }
}

@media (max-width: 1399px) {
    .hero-title {
        font-size: 64px;
        line-height: 74px;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 375px) {
    .hero-title {
        font-size: 35px;
        line-height: 45px;
    }
}

.hero-title:last-of-type {
    margin-bottom: 22px;
}

.hero-text {
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
    max-width: 611px;
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 240px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .hero-style1 {
        padding: 180px 0;
    }
}

.hero-style1 .btn-group {
    margin-top: 40px;
}

.hero-1 {
    position: relative;
}

.hero-1 .th-hero-bg:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    z-index: 2;
}

.hero-1 .slick-arrow {
    position: relative;
    background-color: transparent;
    border: none;
    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: 15px;
}

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

.hero-1 .slick-arrow.default {
    --pos-x: 100px;
}

@media (max-width: 1599px) {
    .hero-1 .slick-arrow.default {
        --pos-x: 40px;
    }
}

@media (max-width: 1299px) {
    .hero-1 .slick-arrow.default {
        --pos-x: 20px;
    }
}

.hero-1 .slick-arrow.default .icon-text {
    margin-top: -50px;
}

.hero-1 .slick-arrow.default:hover .icon-text {
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-left: -20px;
}

.hero-1 .slick-arrow.default i {
    margin: -50px 0 0 0;
}

@media (max-width: 1299px) {
    .hero-1 .slick-arrow.default i {
        display: none;
    }
}

.hero-1 .slick-arrow.default1 {
    --pos-x: -100px;
}

@media (max-width: 1599px) {
    .hero-1 .slick-arrow.default1 {
        --pos-x: -40px;
    }
}

@media (max-width: 1299px) {
    .hero-1 .slick-arrow.default1 {
        --pos-x: -20px;
    }
}

.hero-1 .slick-arrow.default1:hover .icon-text {
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-right: -20px;
}

.hero-1 .slick-arrow.default1 i {
    margin: -20px 0 0 0;
}

@media (max-width: 1299px) {
    .hero-1 .slick-arrow.default1 i {
        display: none;
    }
}

.hero-1 .slick-arrow .icon-text {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white-color);
    min-width: 50px;
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 14px);
    margin-top: calc(var(--icon-size, 50px) / -2);
    z-index: 2;
    display: block;
    text-align: center;
    text-transform: capitalize;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hero-1 .slick-arrow:hover {
    background-color: transparent;
}

@media (max-width: 1299px) {
    .hero-style1 {
        padding: 180px 0;
    }
}

@media (max-width: 991px) {
    .hero-style1 {
        padding: 150px 0;
    }
}

@media (max-width: 767px) {
    .hero-style1 {
        padding: 100px 0 100px 0;
    }

    .hero-style1 .hero-text {
        max-width: 420px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 44px;
        line-height: 1.2;
    }

    .hero-text {
        margin-bottom: 28px;
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: 36px;
        line-height: 1.3;
    }
}

@media (max-width: 1500px) {
    .hero-indicator {
        display: none;
    }
}

.hero-indicator .indicatior-btn {
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white-color);
    position: absolute;
    top: 50%;
    left: var(--pos-x, 100px);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 14px);
    margin-top: calc(var(--icon-size, 50px) / -2);
    z-index: 2;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}

.hero-indicator .indicatior-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.hero-indicator .indicatior-btn.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.hero-indicator3 {
    position: absolute;
    left: 150px;
    top: 47%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

@media (max-width: 1899px) {
    .hero-indicator3 {
        left: 50px;
    }
}

@media (max-width: 1599px) {
    .hero-indicator3 {
        display: none;
    }
}

.hero-indicator3 .indicatior-btn {
    display: block;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
}

.hero-indicator3 .indicatior-btn:hover {
    border-color: var(--theme-color);
}

.hero-indicator3 .indicatior-btn img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hero-indicator3 .indicatior-btn.active {
    border-color: var(--theme-color);
}

.pagingInfo1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
}

.pagingInfo2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
}

.progress {
    position: absolute;
    top: 60%;
    left: var(--space);
    width: calc(100% - var(--space) * 2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 190px;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    background-color: var(--title-color);
    background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.4s ease-in-out;
    transition: background-size 0.4s ease-in-out;
}

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

@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: none;
    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: 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);
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.sidemenu-wrapper .th-social a {
    background-color: transparent;
    border: 1px solid;
}

.sidemenu-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;
}

.woocommerce-form-coupon input,
.woocommerce-form-login input {
    background-color: var(--smoke-color);
}

@media (max-width: 575px) {
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px;
    }
}

.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 20px;
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0;
}

.woocommerce-form-login {
    margin-bottom: 30px;
}

.woocommerce-form-login .th-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rating-select label {
    margin: 0;
    margin-right: 10px;
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color);
}

.rating-select p.stars a:hover ~ a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700;
}

.th-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: var(--white-color);
    padding-bottom: 0px;
    border-radius: 0px;
}

.th-product.th-product-box {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.th-product.th-product-box .th-product-img {
    background-color: var(--smoke-color);
    overflow: hidden;
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
    z-index: 2;
}

.th-product.th-product-box .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--title-color);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    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;
}

.th-product.th-product-box .actions .icon-btn {
    --btn-size: 50px;
    line-height: 52px;
    font-size: 16px;
    border-color: var(--white-color);
    color: var(--title-color);
    background: var(--white-color);
    border-radius: 0px;
}

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

.th-product.th-product-box .category {
    color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 500;
    padding: 1px 20px;
    display: inline-block;
    background-color: var(--theme-color);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.th-product.th-product-box .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--yellow-color);
}

.th-product.th-product-box.list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%;
}

.th-product.th-product-box.list-view .product-img {
    width: 100%;
    max-width: 200px;
    margin: 0;
}

.th-product.th-product-box.list-view .product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--border-color);
    border-left: none;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 25px;
}

.th-product.th-product-box.list-view .actions {
    --btn-size: 35px;
    --btn-font-size: 13px;
    --icon-gap-x: 2px;
}

.th-product.th-product-box.list-view .actions .icon-btn {
    --btn-size: 35px !important;
    line-height: 35px;
    --btn-font-size: 13px;
}

.th-product.th-product-box.list-view .action-btn {
    padding: 8px 15px;
}

.th-product.th-product-box.list-view .icon-btn .category {
    padding: 0px 10px;
    border-radius: 0px;
}

.th-product.th-product-box.list-view .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--yellow-color);
}

.th-product.th-product-box.list-view .product-title {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.th-product.th-product-box.list-view .product-price {
    font-size: 14px;
}

.th-product .product-title {
    font-size: 20px;
    margin: 10px 0 10px 0;
}

.th-product .product-title a {
    color: inherit;
}

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

.th-product .price {
    display: block;
    color: var(--body-color);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: -0.2em;
}

.th-product .price del {
    margin-left: 5px;
    color: #a9a9a9;
}

.th-product .product-img {
    --space: 20px;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 0px;
    z-index: 2;
    margin: 0 0 30px 0;
}

.th-product .product-img:before {
    --space: 20px;
    content: "";
    height: calc(100% - var(--space) * 2);
    width: calc(100% - var(--space) * 2);
    position: absolute;
    top: var(--space);
    left: var(--space);
    background-color: var(--title-color);
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.th-product .product-img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.th-product .star-rating {
    margin: 0 auto 5px auto;
    width: 93px;
    font-size: 14px;
}

.th-product .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    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;
}

.th-product .actions .icon-btn {
    --btn-size: 40px;
    line-height: 42px;
    font-size: 14px;
    border-color: var(--theme-color);
    color: var(--white-color);
    background: var(--theme-color);
    border-radius: 0px;
}

.th-product .actions .icon-btn i {
    margin-right: 1px;
}

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

.th-product .actions > * {
    margin: 0 var(--icon-gap-x, 5px);
}

.th-product .actions > * > a {
    margin: 0;
}

.th-product .category {
    color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 500;
    display: inline-block;
    background-color: var(--theme-color);
    padding: 1px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.th-product .product-tag {
    width: 60px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--theme-color);
    line-height: 31px;
    color: var(--white-color);
    border-radius: 0px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.th-product .icon-btn {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: -1px;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px;
}

.th-product .tinv-wishlist a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 0;
}

.th-product .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.th-product .add_to_cart_button.added {
    display: none;
}

.th-product .added_to_cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 0;
    text-align: center;
    border-radius: 0px;
}

.th-product .added_to_cart:after {
    content: "\f07a";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700;
}

.th-product .added_to_cart:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.th-product .action-btn {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 25px;
}

.th-product:hover .product-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 0.7;
}

.th-product:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.th-product.list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%;
}

.th-product.list-view .product-img {
    width: 100%;
    max-width: 200px;
    margin: 0;
}

.th-product.list-view .star-rating {
    margin: 0 auto 10px 0;
    width: 93px;
}

.th-product.list-view .product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--border-color);
    border-left: none;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 25px;
}

@media (max-width: 1199px) {
    .th-product.list-view .product-content {
        padding: 0 14px;
    }
}

.th-product.list-view .actions {
    --btn-size: 35px;
    --btn-font-size: 13px;
    --icon-gap-x: 2px;
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    font-size: 20px;
}

.th-product.list-view .tinv-wishlist a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.th-product.list-view .added_to_cart {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.th-product.list-view .added_to_cart:after {
    font-size: 16px;
}

.th-product.list-view .action-btn {
    padding: 8px 15px;
}

.th-product.list-view .tag {
    top: 8px;
    right: 8px;
    padding: 0px 15px;
}

.th-product.list-view .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    color: var(--yellow-color);
    top: 0;
    position: absolute;
    left: 0;
    letter-spacing: 3px;
}

.th-product.list-view .product-title {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.th-product.list-view .price {
    font-size: 14px;
}

.th-product.list-view .product-price {
    font-size: 14px;
}

.th-sort-bar {
    padding: 0;
    margin: 0 0 24px 0;
}

.th-sort-bar .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 15px;
}

.th-sort-bar .single-select,
.th-sort-bar select {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
    font-size: 16px;
    margin: 0;
    border-radius: 0px;
    color: var(--body-color);
    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;
}

.th-sort-bar .woocommerce-result-count {
    margin-bottom: 0;
    color: var(--body-color);
}

.th-sort-bar .nav a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    text-align: center;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--body-color);
    margin: 0 0 0 10px;
}

.th-sort-bar .nav a.active,
.th-sort-bar .nav a:hover {
    color: var(--theme-color);
}

@media (max-width: 1399px) {
    .th-product.list-view .product-img {
        max-width: 150px;
    }
}

@media (max-width: 1199px) {
    .th-sort-bar select {
        min-width: auto;
    }
}

@media (max-width: 991px) {
    .th-product-box.list-view .product-img {
        max-width: 150px;
    }

    .th-sort-bar .row {
        --bs-gutter-x: 20px;
    }

    .th-sort-bar .nav a:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .th-sort-bar .nav a:last-child:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .th-sort-bar {
        text-align: center;
    }

    .th-sort-bar .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .th-sort-bar .single-select,
    .th-sort-bar select {
        margin: 0 auto;
        width: 100%;
    }

    .th-sort-bar .woocommerce-result-count {
        padding-left: 0;
    }

    .th-product-box.list-view .product-img {
        max-width: 130px;
    }

    .th-product-box.list-view .actions {
        --btn-size: 30px;
        --btn-font-size: 10px;
        --icon-gap-x: 2px;
    }
}

@media (max-width: 375px) {
    .th-product.list-view .product-img {
        max-width: 130px;
    }
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control {
    margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
    margin-top: 15px;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 0;
    background-position: right 13px center;
}

.shipping-calculator-form .th-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
}

.th-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px;
}

.request-area {
    margin-top: -66px;
}

@media (max-width: 1199px) {
    .request-area {
        margin-top: 0;
    }
}

.request-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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
}

@media (max-width: 1199px) {
    .request-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .request-wrapper {
        display: block;
        margin: auto;
        text-align: center;
    }

    .request-wrapper .btn-group {
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .request-wrapper .feature-wrapper {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }
}

.request-quote-form {
    background-color: var(--collision-dark);
    padding: 50px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .request-quote-form {
        padding: 30px 20px;
    }
}

.request-quote-form.style2 {
    background-color: var(--white-color);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
    margin: 0 40px -35px 0;
}

@media (max-width: 1399px) {
    .request-quote-form.style2 {
        margin: 0 0px -40px 0;
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .request-quote-form.style2 {
        margin-bottom: 40px;
    }
}

.request-quote-form.style2 textarea.form-control {
    min-height: 120px;
    padding: 12px 20px;
    padding-left: 45px;
}

@media (max-width: 575px) {
    .request-quote-form.style2 .th-btn {
        padding: 14px 20px;
    }
}

.request-quote-form select,
.request-quote-form .form-control,
.request-quote-form .form-select,
.request-quote-form textarea,
.request-quote-form input {
    height: 56px;
    padding: 0 22px 0 22px;
    padding-left: 42px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color2);
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.request-quote-form .nice-select .option {
    color: var(--title-color);
}

.request-quote-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}

.request-quote-form .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}

.request-quote-form .nice-select .option:hover,
.request-quote-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}

.request-quote-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}

.request-quote-form .form-group {
    margin-bottom: 20px;
}

.request-quote-form .form-group i {
    left: 33px;
    top: 19px;
    z-index: 9;
    max-width: 15px;
}

.request-quote-form textarea.form-control,
.request-quote-form textarea textarea {
    min-height: 96px;
    padding: 12px 20px;
    padding-left: 45px;
}

.th-request-form {
    background-color: var(--theme-color);
    padding: 60px;
}

@media (max-width: 991px) {
    .th-request-form {
        padding: 40px;
        margin-right: 7px;
    }

    .th-request-form .btn-group {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .th-request-form {
        margin-right: 5px;
    }
}

@media (max-width: 575px) {
    .th-request-form {
        padding: 30px;
        margin-right: 0px;
    }
}

.th-request-form.style2 {
    background-color: transparent;
    min-width: 880px;
    width: 100%;
    padding: 60px;
}

@media (max-width: 1299px) {
    .th-request-form.style2 {
        min-width: 700px;
    }
}

@media (max-width: 1199px) {
    .th-request-form.style2 {
        min-width: 550px;
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .th-request-form.style2 {
        min-width: 100%;
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .th-request-form.style2 {
        padding: 30px;
    }
}

.th-request-form.style2 .request-wrapper {
    background-color: transparent;
}

.th-request-form.style2 .form-group select,
.th-request-form.style2 .form-group .form-control,
.th-request-form.style2 .form-group .form-select,
.th-request-form.style2 .form-group textarea,
.th-request-form.style2 .form-group input {
    background-color: var(--white-color);
    color: var(--black-color-2);
}

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

.th-request-form.style2 .form-group select::-moz-placeholder,
.th-request-form.style2 .form-group .form-control::-moz-placeholder,
.th-request-form.style2 .form-group .form-select::-moz-placeholder,
.th-request-form.style2 .form-group textarea::-moz-placeholder,
.th-request-form.style2 .form-group input::-moz-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::-webkit-input-placeholder,
.th-request-form.style2 .form-group .form-control::-webkit-input-placeholder,
.th-request-form.style2 .form-group .form-select::-webkit-input-placeholder,
.th-request-form.style2 .form-group textarea::-webkit-input-placeholder,
.th-request-form.style2 .form-group input::-webkit-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style2 .form-group select:-ms-input-placeholder,
.th-request-form.style2 .form-group .form-control:-ms-input-placeholder,
.th-request-form.style2 .form-group .form-select:-ms-input-placeholder,
.th-request-form.style2 .form-group textarea:-ms-input-placeholder,
.th-request-form.style2 .form-group input:-ms-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::-webkit-input-placeholder,
.th-request-form.style2 .form-group .form-control::-webkit-input-placeholder,
.th-request-form.style2 .form-group .form-select::-webkit-input-placeholder,
.th-request-form.style2 .form-group textarea::-webkit-input-placeholder,
.th-request-form.style2 .form-group input::-webkit-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::-moz-placeholder,
.th-request-form.style2 .form-group .form-control::-moz-placeholder,
.th-request-form.style2 .form-group .form-select::-moz-placeholder,
.th-request-form.style2 .form-group textarea::-moz-placeholder,
.th-request-form.style2 .form-group input::-moz-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style2 .form-group select:-ms-input-placeholder,
.th-request-form.style2 .form-group .form-control:-ms-input-placeholder,
.th-request-form.style2 .form-group .form-select:-ms-input-placeholder,
.th-request-form.style2 .form-group textarea:-ms-input-placeholder,
.th-request-form.style2 .form-group input:-ms-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::-ms-input-placeholder,
.th-request-form.style2 .form-group .form-control::-ms-input-placeholder,
.th-request-form.style2 .form-group .form-select::-ms-input-placeholder,
.th-request-form.style2 .form-group textarea::-ms-input-placeholder,
.th-request-form.style2 .form-group input::-ms-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::placeholder,
.th-request-form.style2 .form-group .form-control::placeholder,
.th-request-form.style2 .form-group .form-select::placeholder,
.th-request-form.style2 .form-group textarea::placeholder,
.th-request-form.style2 .form-group input::placeholder {
    color: var(--black-color-2);
}

.th-request-form.style2 .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-color);
}

.th-request-form.style2 .form-group .nice-select:after {
    border-bottom: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
}

.th-request-form.style3 {
    background-color: var(--smoke-color);
    max-width: 100%;
    padding: 60px;
}

@media (max-width: 1199px) {
    .th-request-form.style3 {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .th-request-form.style3 {
        padding: 20px;
    }
}

.th-request-form.style3 .form-group select,
.th-request-form.style3 .form-group .form-control,
.th-request-form.style3 .form-group .form-select,
.th-request-form.style3 .form-group textarea,
.th-request-form.style3 .form-group input {
    background-color: var(--white-color);
    color: var(--body-color);
}

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

.th-request-form.style3 .form-group select::-moz-placeholder,
.th-request-form.style3 .form-group .form-control::-moz-placeholder,
.th-request-form.style3 .form-group .form-select::-moz-placeholder,
.th-request-form.style3 .form-group textarea::-moz-placeholder,
.th-request-form.style3 .form-group input::-moz-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::-webkit-input-placeholder,
.th-request-form.style3 .form-group .form-control::-webkit-input-placeholder,
.th-request-form.style3 .form-group .form-select::-webkit-input-placeholder,
.th-request-form.style3 .form-group textarea::-webkit-input-placeholder,
.th-request-form.style3 .form-group input::-webkit-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style3 .form-group select:-ms-input-placeholder,
.th-request-form.style3 .form-group .form-control:-ms-input-placeholder,
.th-request-form.style3 .form-group .form-select:-ms-input-placeholder,
.th-request-form.style3 .form-group textarea:-ms-input-placeholder,
.th-request-form.style3 .form-group input:-ms-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::-webkit-input-placeholder,
.th-request-form.style3 .form-group .form-control::-webkit-input-placeholder,
.th-request-form.style3 .form-group .form-select::-webkit-input-placeholder,
.th-request-form.style3 .form-group textarea::-webkit-input-placeholder,
.th-request-form.style3 .form-group input::-webkit-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::-moz-placeholder,
.th-request-form.style3 .form-group .form-control::-moz-placeholder,
.th-request-form.style3 .form-group .form-select::-moz-placeholder,
.th-request-form.style3 .form-group textarea::-moz-placeholder,
.th-request-form.style3 .form-group input::-moz-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style3 .form-group select:-ms-input-placeholder,
.th-request-form.style3 .form-group .form-control:-ms-input-placeholder,
.th-request-form.style3 .form-group .form-select:-ms-input-placeholder,
.th-request-form.style3 .form-group textarea:-ms-input-placeholder,
.th-request-form.style3 .form-group input:-ms-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::-ms-input-placeholder,
.th-request-form.style3 .form-group .form-control::-ms-input-placeholder,
.th-request-form.style3 .form-group .form-select::-ms-input-placeholder,
.th-request-form.style3 .form-group textarea::-ms-input-placeholder,
.th-request-form.style3 .form-group input::-ms-input-placeholder {
    color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::placeholder,
.th-request-form.style3 .form-group .form-control::placeholder,
.th-request-form.style3 .form-group .form-select::placeholder,
.th-request-form.style3 .form-group textarea::placeholder,
.th-request-form.style3 .form-group input::placeholder {
    color: var(--black-color-2);
}

.th-request-form.style3 .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-color);
}

.th-request-form.style3 .form-group .nice-select:after {
    border-bottom: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
}

.th-request-form .form-group select,
.th-request-form .form-group .form-control,
.th-request-form .form-group .form-select,
.th-request-form .form-group textarea,
.th-request-form .form-group input {
    background-color: rgba(255, 255, 255, 0.1);
    height: 60px;
    color: var(--white-color);
}

.th-request-form .form-group select:focus,
.th-request-form .form-group .form-control:focus,
.th-request-form .form-group .form-select:focus,
.th-request-form .form-group textarea:focus,
.th-request-form .form-group input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--white-color);
    background-color: rgba(255, 255, 255, 0.1);
}

.th-request-form .form-group select::-moz-placeholder,
.th-request-form .form-group .form-control::-moz-placeholder,
.th-request-form .form-group .form-select::-moz-placeholder,
.th-request-form .form-group textarea::-moz-placeholder,
.th-request-form .form-group input::-moz-placeholder {
    color: var(--white-color);
}

.th-request-form .form-group select::-webkit-input-placeholder,
.th-request-form .form-group .form-control::-webkit-input-placeholder,
.th-request-form .form-group .form-select::-webkit-input-placeholder,
.th-request-form .form-group textarea::-webkit-input-placeholder,
.th-request-form .form-group input::-webkit-input-placeholder {
    color: var(--white-color);
}

.th-request-form .form-group select:-ms-input-placeholder,
.th-request-form .form-group .form-control:-ms-input-placeholder,
.th-request-form .form-group .form-select:-ms-input-placeholder,
.th-request-form .form-group textarea:-ms-input-placeholder,
.th-request-form .form-group input:-ms-input-placeholder {
    color: var(--white-color);
}

.th-request-form .form-group select::-webkit-input-placeholder,
.th-request-form .form-group .form-control::-webkit-input-placeholder,
.th-request-form .form-group .form-select::-webkit-input-placeholder,
.th-request-form .form-group textarea::-webkit-input-placeholder,
.th-request-form .form-group input::-webkit-input-placeholder {
    color: var(--white-color);
}

.th-request-form .form-group select::-moz-placeholder,
.th-request-form .form-group .form-control::-moz-placeholder,
.th-request-form .form-group .form-select::-moz-placeholder,
.th-request-form .form-group textarea::-moz-placeholder,
.th-request-form .form-group input::-moz-placeholder {
    color: var(--white-color);
}

.th-request-form .form-group select:-ms-input-placeholder,
.th-request-form .form-group .form-control:-ms-input-placeholder,
.th-request-form .form-group .form-select:-ms-input-placeholder,
.th-request-form .form-group textarea:-ms-input-placeholder,
.th-request-form .form-group input:-ms-input-placeholder {
    color: var(--white-color);
}

.th-request-form .form-group select::-ms-input-placeholder,
.th-request-form .form-group .form-control::-ms-input-placeholder,
.th-request-form .form-group .form-select::-ms-input-placeholder,
.th-request-form .form-group textarea::-ms-input-placeholder,
.th-request-form .form-group input::-ms-input-placeholder {
    color: var(--white-color);
}

.th-request-form .form-group select::placeholder,
.th-request-form .form-group .form-control::placeholder,
.th-request-form .form-group .form-select::placeholder,
.th-request-form .form-group textarea::placeholder,
.th-request-form .form-group input::placeholder {
    color: var(--white-color);
}

.th-request-form .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--white-color);
}

.th-request-form .form-group .nice-select:after {
    border-bottom: 1px solid var(--white-color);
    border-right: 1px solid var(--white-color);
}

.th-request-form .form-group .nice-select .option {
    color: var(--title-color);
}

.th-request-form .form-group .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}

.th-request-form .form-group .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}

.th-request-form .form-group .nice-select .option:hover,
.th-request-form .form-group .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}

.th-request-form .form-group .nice-select.open .list {
    border-radius: 0;
    border: 1px solid var(--white-color);
    border-bottom: 3px solid var(--theme-color);
}

.th-request-form textarea.form-control {
    min-height: 140px;
    padding: 25px 25px 0 25px;
    border: none;
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    max-width: 332px;
}

.contact-info.style2 {
    margin-bottom: 20px;
}

.contact-info.style2 .media-body {
    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;
}

.contact-info.style2 .media-body i {
    color: var(--theme-color);
    font-size: 20px;
    line-height: 20px;
}

.contact-info:last-of-type {
    margin-bottom: 0;
}

.nice-select .option {
    color: var(--title-color);
}

.nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}

.nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}

.nice-select .option:hover,
.nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}

.nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}

@media (max-width: 1199px) {
    .contact-info {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .contact-info {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .contact-info .media-body {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .th-social.author-social {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.counter-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: var(--white-color);
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .counter-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.counter-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    max-width: 128px;
    text-align: center;
}

@media (max-width: 575px) {
    .counter-text {
        font-size: 16px;
        line-height: 26px;
    }
}

.img-box3 {
    position: relative;
}

@media (max-width: 1199px) {
    .img-box3 {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .img-box3 {
        text-align: center;
    }
}

.img-box3 .img1 {
    text-align: right;
}

@media (max-width: 1199px) {
    .img-box3 .img1 {
        text-align: center;
    }
}

.img-box3 .about-counter {
    background-color: var(--title-color);
    padding: 45px;
    max-width: 250px;
    min-height: 283px;
    position: absolute;
    left: 0;
    bottom: 40px;
}

@media (max-width: 1199px) {
    .img-box3 .about-counter {
        left: 40px;
    }
}

@media (max-width: 767px) {
    .img-box3 .about-counter {
        left: -30px;
        padding: 35px;
    }
}

@media (max-width: 575px) {
    .img-box3 .about-counter {
        left: 0;
        max-width: 200px;
        min-height: 220px;
    }
}

@media (max-width: 375px) {
    .img-box3 .about-counter {
        display: none;
    }
}

.img-box3 .about-counter .counter-title {
    font-weight: 800;
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .img-box3 .about-counter .counter-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 0;
    }
}

.img-box3 .about-counter .counter-text {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    max-width: 152px;
    text-align: left;
}

@media (max-width: 767px) {
    .img-box3 .about-counter .counter-text {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 1199px) {
    .img-box3.style2 {
        margin-bottom: 30px;
    }
}

.about-content-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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1199px) {
    .about-content-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .about-content-wrapper {
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .about-content-wrapper {
        gap: 20px;
    }
}

@media (max-width: 440px) {
    .about-content-wrapper {
        display: block;
        max-width: 220px;
    }
}

@media (max-width: 575px) {
    .about-content-wrapper .about-content {
        margin-bottom: 30px;
    }

    .about-content-wrapper .about-content .th-btn {
        padding: 17px 28px;
    }
}

.about-content-wrapper .about-content .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: 15px;
    border-top: 1px solid var(--gray-color);
    padding-top: 30px;
    margin-top: 35px;
    margin-bottom: 30px;
}

.about-content-wrapper .about-content .header-info_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #787878;
}

.about-content-wrapper .about-content .header-info_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .about-content-wrapper .about-content .header-info_link {
        font-size: 16px;
        line-height: 26px;
    }
}

.about-content-wrapper .about-content .header-info_link:hover {
    color: var(--theme-color);
}

.about-content-wrapper .about-content .header-info_link a {
    color: inherit;
}

.th-team {
    position: relative;
}

.th-team .team-img {
    position: relative;
    overflow: hidden;
}

.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: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: var(--theme-color);
}

.th-team .th-social {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.th-team .th-social a {
    --icon-size: 40px;
    background-color: var(--white-color);
    color: var(--theme-color);
}

.th-team .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.th-team .box-title {
    margin-bottom: 0;
}

.th-team:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.progress-bar {
    margin: 0;
    padding-right: 24px;
    background-color: transparent;
}

.progress-number-mark {
    margin-bottom: 4px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.progress-number-mark {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    font-weight: 500;
    color: var(--black-color-2);
}

.progress-content {
    position: relative;
    height: 10px;
    background-color: var(--theme-color);
    width: 0%;
}

.testi-block {
    padding: 50px;
    background-color: var(--white-color);
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
}

.testi-block_profile {
    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: 20px 37px;
    margin-bottom: 30px;
}

.testi-block_img {
    position: relative;
    width: 80px;
}

.testi-block_img img {
    border-radius: 50%;
}

.testi-block_icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -17.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testi-block_name {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -0.24em;
}

.testi-block_desig {
    font-family: var(--title-font);
    margin-bottom: -0.491em;
    display: block;
}

.testi-block_text {
    font-size: 18px;
    margin-bottom: -0.52em;
}

@media (max-width: 1199px) {
    .testi-block_profile {
        margin-bottom: 25px;
    }

    .testi-block_text {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .testi-block {
        padding: 40px 20px;
    }
}

.th-counterup {
    border-right: 1px dashed var(--body-color);
    margin-right: 40px;
    padding-right: 55px;
}

@media (max-width: 1299px) {
    .th-counterup {
        margin-right: 25px;
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .th-counterup {
        border-right: 1px dashed var(--body-color);
        border-bottom: 1px dashed var(--body-color);
        padding: 50px;
        margin-right: 0;
        text-align: center;
    }

    .th-counterup:nth-child(2) {
        border-right: 1px dashed transparent;
        margin-right: 0;
    }

    .th-counterup:nth-child(3) {
        border-bottom: 1px dashed transparent;
    }

    .th-counterup:last-child {
        border-bottom: 1px dashed transparent;
    }
}

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

@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.style3 {
    text-align: center;
    border-right: 1px dashed var(--white-color);
}

@media (max-width: 1199px) {
    .th-counterup.style3 {
        border-right: 1px dashed var(--white-color);
        border-bottom: 1px dashed var(--white-color);
        padding: 50px 0;
    }

    .th-counterup.style3:nth-child(2) {
        border-right: 1px dashed transparent;
    }

    .th-counterup.style3:nth-child(3) {
        border-bottom: 1px dashed transparent;
    }

    .th-counterup.style3:last-child {
        border-bottom: 1px dashed transparent;
    }
}

@media (max-width: 575px) {
    .th-counterup.style3 {
        border: none;
        padding: 20px 0;
    }
}

.th-counterup.style3 .inner {
    display: block;
}

@media (max-width: 1199px) {
    .th-counterup.style3 .inner {
        max-width: 100%;
    }
}

.th-counterup.style3 .inner .icon {
    background-color: var(--theme-color);
    padding: 24px;
    min-width: 100px;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
}

.th-counterup.style3 .inner .content .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.th-counterup:last-child {
    border-right: 1px dashed transparent;
    margin-right: 0;
    padding-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;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 0;
}

@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: 10px;
    }
}

.th-counterup .content .counter-card_text {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-color);
}

@media (max-width: 767px) {
    .th-counterup .content .counter-card_text {
        font-size: 14px;
        line-height: 28px;
    }
}

.checklist.style2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

@media (max-width: 767px) {
    .checklist.style2 ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

.checklist.style2 li {
    color: #74787c;
}

.checklist.style2 li:before {
    font-weight: 500;
}

.checklist.style2 li:first-child {
    margin-top: 0;
}

.checklist.style3 {
    border-top: 1px solid var(--border-color);
    padding-top: 25px;
    margin-top: 40px;
}

.checklist.style3 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 80px;
}

@media (max-width: 1299px) {
    .checklist.style3 ul {
        gap: 0 15px;
    }
}

@media (max-width: 767px) {
    .checklist.style3 ul {
        gap: 0 40px;
    }
}

@media (max-width: 575px) {
    .checklist.style3 ul {
        display: block;
    }
}

.checklist.style3 ul li {
    margin-bottom: 0;
}

.checklist.style3 ul li:not(:last-child) {
    margin-bottom: 10px;
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

.checklist li {
    color: var(--title-color);
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
}

.checklist li:before {
    content: "\f058";
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--title-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom: 32px;
    }
}

.th-video {
    position: relative;
    border-radius: 5px;
}

.th-video img {
    border-radius: inherit;
}

.th-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.th-video .play-btn > i {
    background-color: var(--theme-color);
    color: var(--white-color);
}

@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px;
    }
}

.feature-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: 15px;
}

.feature-wrapper .feature-icon {
    min-width: 60px;
    min-height: 60px;
    background-color: rgba(235, 51, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-wrapper .feature-icon img {
    display: block;
    margin: 15px auto;
}

.feature-wrapper .media-body .header-info_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--body-color);
}

.feature-wrapper .media-body .header-info_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .feature-wrapper .media-body .header-info_link {
        font-size: 16px;
        line-height: 26px;
    }
}

.feature-wrapper .media-body .header-info_link:hover {
    color: var(--theme-color);
}

.feature-wrapper .media-body .header-info_link a {
    color: inherit;
}

@media (max-width: 1199px) {
    .request-content {
        margin: 80px 0;
    }
}

.request-content .double-line {
    display: block;
}

@media (min-width: 1199px) {
    .request-content .double-line {
        display: none;
    }
}

@media (max-width: 1199px) {
    .request-content .sec-desc {
        display: block;
        margin: auto;
    }
}

.tab-menu1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 1px;
}

.tab-menu1 .tab-btn {
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    border: none;
    background-color: transparent;
    padding: 27px 40px;
    margin-bottom: -1px;
    width: 100%;
    text-align: left;
    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;
    position: relative;
}

.tab-menu1 .tab-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    z-index: -1;
}

.tab-menu1 .tab-btn i {
    margin-left: auto;
    color: var(--body-color);
}

.tab-menu1 .tab-btn:hover {
    color: var(--theme-color);
}

.tab-menu1 .tab-btn.active {
    color: var(--white-color);
}

.tab-menu1 .tab-btn.active:before {
    border-color: var(--theme-color);
}

.tab-menu1 .tab-btn.active i {
    color: var(--white-color);
}

.tab-menu1 .indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--theme-color);
    z-index: -1;
}

@media (max-width: 1199px) {
    .tab-menu1 .tab-btn {
        font-size: 18px;
        padding: 17px 20px;
    }
}

@media (max-width: 991px) {
    .tab-menu1 {
        margin-bottom: 40px;
    }

    .tab-menu1 .tab-btn {
        width: 50%;
        margin-right: -1px;
    }
}

@media (max-width: 767px) {
    .tab-menu1 .tab-btn {
        font-size: 16px;
        padding: 15px 15px;
    }
}

@media (max-width: 575px) {
    .tab-menu1 .tab-btn {
        width: 100%;
        margin-right: 0;
    }
}

.tab-menu2 {
    --btn-space: 38px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: var(--theme-color);
    row-gap: 15px;
    padding: 34px 0;
    margin: 0 calc(var(--btn-space) * -1);
    position: relative;
    z-index: 2;
}

.tab-menu2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -85px;
    background-color: var(--theme-color);
    height: 100%;
    width: 9999px;
    z-index: -1;
    -webkit-clip-path: polygon(70px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(70px 0, 100% 0%, 100% 100%, 0% 100%);
}

.tab-menu2 .indicator {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.tab-menu2 .indicator:after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--title-color) transparent;
    z-index: 3;
}

.tab-menu2 .tab-btn {
    color: var(--white-color);
    background-color: var(--theme-color);
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 0 var(--btn-space);
    line-height: 1;
    border-right: 1px solid #fa4353;
}

.tab-menu2 .tab-btn:last-of-type {
    border-right: none;
}

@media (max-width: 991px) {
    .tab-menu2 {
        --btn-space: 25px;
    }

    .tab-menu2 .tab-btn {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .tab-menu2 {
        --btn-space: 15px;
        padding: 25px 0;
    }

    .tab-menu2:before {
        left: -55px;
        -webkit-clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .tab-menu2 .tab-btn {
        font-size: 14px;
    }

    .tab-menu2 .indicator:after {
        bottom: -25px;
    }
}

@media (max-width: 767px) {
    .tab-menu2 {
        -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;
    }

    .tab-menu2 .tab-btn {
        border-right: none;
    }

    .tab-menu2 .indicator:after {
        bottom: 8px;
        left: 5px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent var(--title-color);
    }
}

@media (max-width: 1500px) {
    .faq-sec {
        padding: 120px 0;
    }
}

@media (max-width: 1199px) {
    .faq-sec {
        padding: 80px 0;
    }
}

.faq-img {
    padding-left: 25px;
    text-align: center;
}

.faq-img img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

@media (max-width: 1199px) {
    .faq-img {
        padding-left: 0;
    }

    .faq-img img {
        max-width: 100%;
    }
}

.faq-widget {
    background-color: var(--smoke-color);
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    text-align: center;
}

.faq-widget .title {
    margin-top: -0.23em;
}

.faq-form-wrap {
    margin-top: 70px;
}

.faq-form-wrap .form-text {
    max-width: 500px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .faq-form-wrap {
        margin-top: 45px;
    }
}

@media (max-width: 375px) {
    .faq-widget {
        padding: 40px 20px;
    }
}

.faq-area {
    position: relative;
    overflow: hidden;
}

.faq-tabs {
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 11px;
    gap: 50px;
    margin-bottom: 30px;
}

@media (max-width: 1299px) {
    .faq-tabs {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .faq-tabs {
        gap: 20px;
    }
}

.faq-tabs .nav-link {
    background-color: transparent;
    color: var(--title-color);
    padding: 0;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

@media (max-width: 767px) {
    .faq-tabs .nav-link {
        font-size: 14px;
        line-height: 26px;
    }
}

.faq-tabs .nav-link:hover,
.faq-tabs .nav-link.active {
    color: var(--theme-color);
    border-color: transparent;
}

.faq-tabs .nav-link:hover:after,
.faq-tabs .nav-link.active:after {
    width: 100%;
}

.faq-tabs .nav-link:after {
    content: "";
    height: 2px;
    background: var(--theme-color);
    width: 0;
    left: 0;
    bottom: -12px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.faq-image {
    text-align: right;
}

@media (max-width: 1199px) {
    .faq-image {
        display: none;
    }
}

@media (max-width: 1199px) {
    .faq-image-two {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .faq-image-two {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .faq-area {
        padding-top: 40px !important;
    }
}

@media (max-width: 1199px) {
    .faq-area .title-area {
        text-align: center;
    }
}

.service-list {
    text-align: center;
}

.service-card {
    --space: 30px;
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-card:hover_btn {
    position: absolute;
    display: inline-block;
    bottom: 30px;
    right: 0;
}

@media (max-width: 991px) {
    .service-card {
        --space: 30px;
    }
}

@media (max-width: 767px) {
    .service-card {
        --space: 10px;
    }
}

@media (max-width: 575px) {
    .service-card {
        --space: 20px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.flipster__button {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 1px solid var(--theme-color);
    font-size: 16px;
    background-color: var(--white-color);
    text-align: center;
    opacity: 1;
}

.flipster__button svg {
    max-width: 13px;
}

.flipster__button--prev {
    left: 21%;
}

.flipster__button--next {
    right: 21%;
}

.flipster__nav__item {
    margin: 0 18px;
}

.flipster__nav__link {
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: var(--body-color);
}

.flipster__nav__link:after {
    bottom: 0;
    top: unset;
    height: 2px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: var(--theme-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

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

.flipster__nav__link:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.flipster__nav__item--current .flipster__nav__link {
    color: var(--theme-color);
}

.flipster__nav__item--current .flipster__nav__link:after {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.flipster__nav__link:focus:after {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

@media (max-width: 1199px) {
    .flipster__button--prev {
        left: 12%;
    }

    .flipster__button--next {
        right: 12%;
    }
}

@media (max-width: 991px) {
    .flipster__button--prev {
        left: 0;
    }

    .flipster__button--next {
        right: 0;
    }
}

.project-sec {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .project-sec .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .project-sec .title-area {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .project-sec .double-line {
        display: none;
    }
}

.slick-initialized .slick-slide {
    display: block !important;
}

.th-loader {
    position: relative;
}

.loadcontent {
    display: none;
}

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

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

.space,
.space-top {
    padding-top: var(--section-space);
}

.space {
    padding-bottom: var(--section-space);
}

.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }
}

[dir="rtl"] .offset-lg-2 {
    margin-left: 16.66666667%;
}

[dir="rtl"] .header-links li:not(:last-child) {
    margin: 0;
    padding: 0;
    border-right: none;
    border-left: 1px solid var(--body-color);
    padding-left: 20px;
}

[dir="rtl"] .header-links li:not(:first-child) {
    padding: 0 16px 0 0;
    margin: 0;
    border-right: none;
}

[dir="rtl"] .header-links li > i {
    margin-right: 0;
    margin-left: 10px;
}

[dir="rtl"] .header-social a:not(:last-child) {
    margin: 0;
    padding: 0;
}

[dir="rtl"] .header-social a:not(:last-child):after {
    display: none;
}

[dir="rtl"] .header-social a:not(:first-child) {
    padding: 0;
    margin: 0 12px 0 0;
}

[dir="rtl"] .header-social a:not(:first-child):after {
    right: 0;
    left: auto;
    display: block;
}

[dir="rtl"] .main-menu > ul > li:first-child {
    margin-left: 15px !important;
    margin-right: 0 !important;
}

[dir="rtl"] .main-menu > ul > li:last-child {
    margin-left: 0 !important;
    margin-right: 15px !important;
}

@media (max-width: 1299px) {
    [dir="rtl"] .main-menu > ul > li {
        margin: 0 12px;
    }
}

[dir="rtl"] .header-layout1 .main-menu {
    margin-left: unset;
    margin-right: -120px;
}

@media (max-width: 1599px) {
    [dir="rtl"] .header-layout1 .main-menu {
        margin-right: -80px;
    }
}

@media (max-width: 1399px) {
    [dir="rtl"] .header-layout1 .main-menu {
        margin-left: unset;
        margin-right: 0;
    }
}

[dir="rtl"] .header-layout1 .header-right .header-links li {
    border-right: none;
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
    border-left: 1px solid var(--body-color);
}

[dir="rtl"] .header-layout1 .logo-bg {
    left: unset;
    height: 98px;
}

@media (max-width: 991px) {
    [dir="rtl"] .header-layout1 .logo-bg {
        height: 86px;
    }
}

[dir="rtl"] .header-layout1 .logo-bg:before {
    left: unset;
    right: 0;
    border-right: none;
}

[dir="rtl"] .main-menu a {
    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;
    gap: 4px;
}

[dir="rtl"] .popup-search-box form input {
    padding: 0 30px 0 85px;
}

[dir="rtl"] .popup-search-box form button {
    left: 12px;
    right: auto;
}

[dir="rtl"] .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
    left: 0;
    right: unset;
}

[dir="rtl"] .th-menu-wrapper .th-menu-toggle {
    left: -16.5px;
    right: unset;
    top: 25px;
}

[dir="rtl"] .th-menu-wrapper .th-menu-area {
    right: -110%;
    border-left: 3px solid var(--theme-color);
    border-right: none;
}

[dir="rtl"] .th-menu-wrapper.th-body-visible .th-menu-area {
    right: 0%;
}

[dir="rtl"] .th-btn .icon i {
    position: relative;
    top: 0;
    left: 0;
    right: unset;
    margin-right: 10px;
    margin-left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

[dir="rtl"] .th-btn i {
    margin-left: 0;
    margin-right: 10px;
}

[dir="rtl"] .th-btn:hover .icon i {
    position: relative;
    top: -22px;
    left: -30px;
    right: unset;
}

[dir="rtl"] .th-mobile-menu {
    text-align: right;
}

[dir="rtl"] .th-mobile-menu ul li a {
    padding-left: 0;
    padding-right: 18px;
}

[dir="rtl"] .th-mobile-menu ul li a:before {
    left: unset;
    right: 0;
    margin-right: 0;
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

[dir="rtl"] .th-mobile-menu ul li a:after {
    display: none;
}

[dir="rtl"] .th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
    right: unset;
    left: 0;
}

[dir="rtl"] .info-box_icon {
    margin-right: 0;
    margin-left: 10px;
}

[dir="rtl"] .request-quote-form select,
[dir="rtl"] .request-quote-form .form-control,
[dir="rtl"] .request-quote-form .form-select,
[dir="rtl"] .request-quote-form textarea,
[dir="rtl"] .request-quote-form input {
    padding-left: 0;
    padding-right: 42px;
}

[dir="rtl"] .request-quote-form .form-group i {
    left: unset;
    right: 33px;
}

[dir="rtl"] .nice-select:after {
    right: unset;
    left: 20px;
}

[dir="rtl"] .slick-dots li {
    margin-right: 0;
    margin-left: 25px;
}

[dir="rtl"] .header-button .th-btn {
    margin: 0 15px 0 0;
}

[dir="rtl"] .header-layout4 .header-top .container {
    padding-left: 0;
    padding-right: 400px;
}

@media (max-width: 1300px) {
    [dir="rtl"] .header-layout4 .header-top .container {
        padding-right: 320px;
    }
}

@media (max-width: 767px) {
    [dir="rtl"] .header-layout4 .header-top .container {
        padding-right: 12px;
    }
}

[dir="rtl"] .header-layout4 .header-top-area:before,
[dir="rtl"] .header-layout4 .header-top-area:after {
    right: 0;
    left: auto;
}

[dir="rtl"] .header-layout4 .header-top-area:before {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 100%, calc(100% - 94%) 100%);
    clip-path: polygon(0 1%, 100% 1%, 100% 100%, calc(100% - 94%) 100%);
}

[dir="rtl"] .header-layout4 .header-top-area:after {
    height: 50px;
    width: calc(var(--shape-width) + 20px);
    -webkit-clip-path: polygon(20px 0, calc(100% - 0px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(20px 0, calc(100% - 0px) 0, 100% 100%, 0% 100%);
}

@media (max-width: 767px) {
    [dir="rtl"] .header-layout4 .header-top-area:after {
        height: 90px;
    }
}

[dir="rtl"] .header-layout4 .header-info_icon {
    margin: 0 0 0 15px;
}

[dir="rtl"] .footer-widget .widget_title:before,
[dir="rtl"] .footer-widget .widget_title:after {
    left: unset;
    right: 0;
}

[dir="rtl"] .footer-widget.widget_nav_menu a {
    padding: 0 25px 0 0;
}

[dir="rtl"] .footer-widget.widget_nav_menu a:before {
    left: unset;
    right: 0;
    -webkit-transform: translateY(0%) rotateY(180deg);
    transform: translateY(0%) rotateY(180deg);
}

[dir="rtl"] .footer-widget input,
[dir="rtl"] .footer-widget select {
    text-align: right;
}

[dir="rtl"] .th-btn.style-play > i {
    margin-left: 0;
    margin-right: -3px;
}

[dir="rtl"] .img-box3 .img1 {
    text-align: left;
}

@media (max-width: 1199px) {
    [dir="rtl"] .img-box3 .img1 {
        text-align: center;
    }
}

[dir="rtl"] .img-box3 .about-counter {
    right: 0;
}

[dir="rtl"] .img-box-3 {
    margin-right: 0;
    margin-left: -110px;
}

@media (max-width: 1199px) {
    [dir="rtl"] .img-box-3 {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .img-box-3 .img1 {
        width: 80%;
        margin-left: 0;
        margin-right: auto;
    }
}

[dir="rtl"] .img-box-3 .img2 {
    left: 70px;
}

@media (max-width: 575px) {
    [dir="rtl"] .img-box-3 .img2 {
        left: auto;
        right: 30px;
    }
}

@media (max-width: 375px) {
    [dir="rtl"] .img-box-3 .img2 {
        right: 0;
    }
}

[dir="rtl"] .service-tab .service-list ul {
    padding: 0px 23px 0px 0px;
}

[dir="rtl"] .service-tab .service-list ul li {
    text-align: right;
}

[dir="rtl"] .checklist ul {
    padding-right: 0;
}

[dir="rtl"] .request-quote-form.style2 {
    margin: 0 0px -35px 40px;
}

@media (max-width: 1199px) {
    [dir="rtl"] .request-quote-form.style2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 1399px) {
    [dir="rtl"] .request-quote-form.style2 {
        margin: 0 0px 40px 0px;
    }
}

[dir="rtl"] .th-counterup {
    border-right: none;
    border-left: 1px dashed var(--body-color);
    margin: 0 0 0 50px;
    padding: 0 0 0 50px;
}

@media (max-width: 1299px) {
    [dir="rtl"] .th-counterup {
        margin: 0 0 0 25px;
        padding: 0 0 0 25px;
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .th-counterup {
        border-left: 1px dashed var(--body-color);
        border-bottom: 1px dashed var(--body-color);
        padding: 50px;
        margin: 0px;
    }

    [dir="rtl"] .th-counterup:nth-child(2) {
        border-left: 1px dashed transparent;
        margin-left: 0;
        margin: 0px;
    }

    [dir="rtl"] .th-counterup:nth-child(3) {
        border-bottom: 1px dashed transparent;
    }

    [dir="rtl"] .th-counterup:last-child {
        border-bottom: 1px dashed transparent;
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .th-counterup {
        padding: 30px;
    }
}

@media (max-width: 460px) {
    [dir="rtl"] .th-counterup {
        border: none;
    }
}

[dir="rtl"] .th-counterup.style3 {
    text-align: center;
    border-left: 1px dashed var(--white-color);
    border-right: none;
}

@media (max-width: 1199px) {
    [dir="rtl"] .th-counterup.style3 {
        border-left: 1px dashed var(--white-color);
        border-right: none;
        border-bottom: 1px dashed var(--white-color);
        padding: 50px 0;
    }

    [dir="rtl"] .th-counterup.style3:nth-child(2) {
        border-right: none;
        border-left: 1px dashed transparent;
    }

    [dir="rtl"] .th-counterup.style3:nth-child(3) {
        border-bottom: 1px dashed transparent;
    }

    [dir="rtl"] .th-counterup.style3:last-child {
        border-bottom: 1px dashed transparent;
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .th-counterup.style3 {
        border: none;
        padding: 20px 0;
    }
}

[dir="rtl"] .th-counterup.style3 .inner {
    display: block;
}

@media (max-width: 1199px) {
    [dir="rtl"] .th-counterup.style3 .inner {
        max-width: 100%;
    }
}

[dir="rtl"] .th-counterup.style3 .inner .icon {
    background-color: var(--theme-color);
    padding: 24px;
    min-width: 100px;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
}

[dir="rtl"] .th-counterup.style3 .inner .content .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[dir="rtl"] .th-counterup:last-child {
    border-left: 1px dashed transparent;
    margin-left: 0;
    padding-left: 0;
}

[dir="rtl"] .request-quote-form textarea.form-control {
    min-height: 120px;
    padding: 12px 20px;
    padding-left: 20px;
    padding-right: 45px;
}

[dir="rtl"] .checklist ul {
    text-align: right;
}

[dir="rtl"] .checklist ul li {
    padding-left: 0;
    padding-right: 28px;
}

[dir="rtl"] .checklist ul li:before {
    left: unset;
    right: 0;
}

[dir="rtl"] .th-video.style1 {
    padding-right: 0;
    padding-left: 65px;
}

@media (max-width: 1199px) {
    [dir="rtl"] .th-video.style1 {
        padding-left: 0;
    }
}

[dir="rtl"] .process-box-wrap:after {
    right: auto;
    left: -48px;
}

[dir="rtl"] .progress-bar {
    margin: 0;
    padding-right: 0;
    padding-left: 24px;
}

[dir="rtl"] .tab-menu1 .tab-btn i {
    margin-left: 0;
    margin-right: auto;
}

[dir="rtl"] .hero-1 .slick-arrow.default {
    --pos-x: -100px;
}

@media (max-width: 1699px) {
    [dir="rtl"] .hero-1 .slick-arrow.default {
        --pos-x: -40px;
    }
}

[dir="rtl"] .hero-1 .slick-arrow.default:hover .icon-text {
    margin-left: auto;
    margin-right: -10px;
}

[dir="rtl"] .hero-1 .slick-arrow.default1 {
    --pos-x: 100px;
}

@media (max-width: 1699px) {
    [dir="rtl"] .hero-1 .slick-arrow.default1 {
        --pos-x: 40px;
    }
}

[dir="rtl"] .hero-1 .slick-arrow.default1:hover .icon-text {
    margin-right: auto;
    margin-left: -10px;
}

[dir="rtl"] .hero-indicator3 {
    left: auto;
    right: 150px;
}

@media (max-width: 1899px) {
    [dir="rtl"] .hero-indicator3 {
        right: 50px;
    }
}

[dir="rtl"] .hero-4.th-hero-wrapper .slick-dots {
    left: 15%;
    right: auto;
}

.th-btn.style-play {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    padding: 20px;
    width: 60px;
    min-width: 60px;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.th-btn.style-play:hover {
    background-color: var(--theme-color);
    border: 2px solid var(--theme-color);
}

.th-btn.style-play:before,
.th-btn.style-play:after {
    display: none;
}

.th-btn.style-play > i {
    margin-left: -3px;
}

.th-btn.style-play:hover:before {
    background-color: var(--white-color);
}

@media (min-width: 1600px) {
    .th-container3 {
        max-width: 1680px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.th-video {
    position: relative;
}

.th-video.style1 {
    padding-right: 65px;
    height: 100%;
}

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

.th-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.th-video .play-btn > i {
    display: inline-block;
    width: var(--icon-size, 120px);
    height: var(--icon-size, 120px);
    line-height: var(--icon-size, 120px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

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

@media (max-width: 1399px) {
    .th-video.style1 {
        padding-right: 0;
    }
}

.feature-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.feature-media-wrap {
    max-width: 590px;
}

.feature-media_num {
    width: 80px;
    height: 80px;
    line-height: 80px;
    min-width: 80px;
    line-height: 83px;
    color: #ffffff !important;
    background: var(--prime-red);
    font-size: 30px;
    font-weight: bold;
    font-family: var(--title-font);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.feature-media_num2 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    min-width: 80px;
    line-height: 83px;
    color: #ffffff !important;
    background: var(--collision-primary);
    font-size: 30px;
    font-weight: bold;
    font-family: var(--title-font);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.feature-media_title {
    color: var(--white-color);
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: -0.26em;
}

.feature-media_text {
    margin-bottom: -0.5em;
    color: #8b8e95;
}

.feature-media:last-child {
    margin-bottom: 0;
}

.feature-media:hover .feature-media_num {
    background-color: var(--white-color);
    color: var(--prime-red) !important;
}

@media (max-width: 1199px) {
    .feature-media {
        margin-bottom: 40px;
    }

    .feature-media-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .feature-media:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .feature-media_title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .feature-media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .feature-media_content {
        text-align: center;
    }
}

.body-shape4 {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-animation: movingX 10s linear infinite;
    animation: movingX 10s linear infinite;
}

.cta-group {
    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;
}

@media (max-width: 575px) {
    .cta-group .th-btn {
        padding: 16px 25px;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .cta-group {
        display: block;
        text-align: center;
    }

    .cta-group .th-btn:first-child {
        margin-bottom: 15px;
    }
}

.th-mobile-menu .new-label {
    font-size: 13px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 2px 5px;
    border-radius: 4px;
    position: relative;
    top: -1px;
}

.header-notice {
    margin-bottom: 0;
}

.header-top-area {
    position: relative;
    z-index: 2;
    --shape-width: 31%;
}

@media (max-width: 1500px) {
    .header-top-area {
        --shape-width: 28%;
    }
}

@media (max-width: 1599px) {
    .header-top-area {
        --shape-width: 28%;
    }
}

.header-top-area:before,
.header-top-area:after {
    content: "";
    height: 150px;
    width: var(--shape-width);
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.header-top-area:before {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
    z-index: 1;
}

.header-top-area:after {
    height: 50px;
    width: calc(var(--shape-width) + 20px);
    background-color: #c12901;
    -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
}

.header-layout4 .sticky-wrapper {
    position: relative;
}

@media (min-width: 1460px) {
    .header-layout4 {
        --main-container: 1354px;
    }
}

.header-layout4 .header-top {
    background: rgb(193, 41, 1);
    background: #fff;
    padding: 11px 0;
}

.header-layout4 .header-top .container {
    padding-left: 400px;
}

.header-layout4 .header-top a,
.header-layout4 .header-top li,
.header-layout4 .header-top p {
    color: var(--title-color);
    font-weight: 500;
}

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

.header-layout4 .menu-top {
    background-color: #161921;
    padding: 23.5px 0;
}

.header-layout4 .header-button {
    margin-left: 130px;
    gap: 15px;
}

.header-layout4 .menu-area {
    background-color: #070a10;
}

.header-layout4 .main-menu > ul > li > a {
    padding: 16.5px 0;
    color: var(--white-color);
    text-transform: uppercase;
}

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

.header-layout4 .header-social .social-title {
    font-size: 16px;
    color: var(--title-color);
}

.header-layout4 .icon-btn {
    --icon-bg: #2c3039;
    color: var(--white-color);
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    text-align: center;
    border-radius: 50%;
    border: none;
}

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

.header-layout4 .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-layout4 .header-info_icon {
    color: var(--white-color);
    font-size: 32px;
    margin: 0 15px 0 0;
}

.header-layout4 .header-info_label {
    font-size: 14px;
    font-family: var(--title-font);
    color: #74787c;
    text-transform: capitalize;
}

.header-layout4 .header-info_link {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
}

.header-layout4 .header-info_link a {
    color: inherit;
}

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

@media (min-width: 1922px) {
    .header-top-area {
        position: relative;
        z-index: 2;
        --shape-width: 35%;
    }
}

@media (max-width: 1500px) {
    .header-layout4 .header-button {
        margin-left: 0;
    }

    .header-top-area {
        --shape-width: 28%;
    }
}

@media (max-width: 1300px) {
    .header-top-area {
        --shape-width: 27%;
    }

    .header-layout4 .header-top .container {
        padding-left: 320px;
    }
}

@media (max-width: 1199px) {
    .header-top-area {
        --shape-width: 31%;
    }

    .header-layout4 .header-button {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .header-top-area {
        --shape-width: 46%;
    }

    .header-top-area:before {
        height: 147px;
    }

    .header-layout4 .sideMenuToggler,
    .header-layout4 .searchBoxToggler {
        display: none;
    }

    .header-layout4 .header-top {
        padding: 12px 0;
    }
}

@media (max-width: 767px) {
    .header-top-area {
        --shape-width: 50%;
    }

    .header-top-area:before,
    .header-top-area:after {
        height: 90px;
        margin-top: 50px;
    }

    .header-layout4 .header-top .container {
        padding-left: 12px;
    }

    .header-layout4 .menu-top {
        padding: 17px 0;
    }
}

@media (max-width: 575px) {
    .header-top-area {
        --shape-width: 60%;
    }

    .header-layout4 .header-button {
        margin-left: 0px;
    }
}

.th-hero-wrapper .slick-dots {
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

.hero-text {
    color: var(--white-color);
    font-size: 18px;
    max-width: 460px;
}

@media (min-width: 1460px) {
    .hero-slider-4 .container {
        --main-container: 1354px;
    }
}

.hero-style4 {
    padding: 225px 0;
}

.hero-style4 .hero-title {
    color: var(--white-color);
    font-size: 80px;
    line-height: 1.125;
    margin-bottom: 20px;
}

.hero-style4 .hero-title:first-of-type {
    margin-bottom: 0 !important;
}

.hero-style4 .hero-text {
    margin-bottom: 50px;
}

@media (max-width: 1399px) {
    .hero-style4 .hero-title {
        font-size: 72px;
    }

    .th-hero-wrapper .slick-dots {
        right: 10%;
    }
}

@media (max-width: 1199px) {
    .th-hero-wrapper .slick-dots {
        right: 6%;
    }

    .hero-style4 {
        padding: 160px 0;
    }

    .hero-style4 .hero-title {
        font-size: 64px;
    }

    .hero-style4 .hero-text {
        margin-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .hero-text {
        font-size: 25px;
        max-width: 440px;
    }

    .hero-style4 {
        padding: 120px 0;
    }

    .hero-style4 .hero-title {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .hero-style4 .hero-title {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .hero-style4 {
        padding: 90px 0;
        text-align: center;
    }

    .hero-style4 .hero-title {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .hero-style4 .hero-text {
        margin-bottom: 25px;
    }
}

@media (max-width: 375px) {
    .hero-style4 .hero-title {
        font-size: 38px;
    }
}

@media (max-width: 350px) {
    .hero-style4 .hero-title {
        font-size: 34px;
    }
}

.bg-shape1 {
    position: absolute;
    height: 80%;
    width: 100%;
    max-width: 1680px;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f6f6;
    z-index: -1;
}

.th-experience.style2 {
    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;
}

.th-experience.style2 .experience-year {
    font-size: 40px;
    min-width: 45px;
    margin-bottom: -0.2em;
}

.th-experience.style2 .experience-text {
    font-size: 16px;
    margin-bottom: -0.3em;
}

.img-box-3 {
    position: relative;
    text-align: right;
    margin-right: -110px;
}

.img-box-3 .img1 {
    padding-bottom: 125px;
}

.img-box-3 .img2 {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.img-box-3 .img2 img {
    width: 100%;
}

.th-experience.style3 {
    background-color: var(--theme-color);
    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: 12px;
    text-align: left;
    padding: 20px;
    min-width: 100%;
}

.th-experience.style3 .experience-year {
    font-size: 36px;
    color: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.th-experience.style3 .experience-text {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 0;
}

.th-experience.style3 .odometer.odometer-auto-theme {
    margin-top: 10px;
}

@media (max-width: 1500px) {
    .img-box-3 {
        margin-right: -30px;
    }
}

@media (max-width: 1399px) {
    .img-box-3 {
        margin-right: -30px;
    }
}

@media (max-width: 1199px) {
    .bg-shape1 {
        height: 77.6%;
    }

    .img-box-3 {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .img-box-3 .img1 {
        width: 80%;
        margin-left: auto;
        padding-bottom: 91%;
    }

    .img-box-3 .img1 img {
        width: 100%;
    }

    .img-box-3 .img2 {
        left: 0;
    }
}

@media (max-width: 991px) {
    .bg-shape1 {
        height: 76%;
    }
}

@media (max-width: 767px) {
    .bg-shape1 {
        height: 74.7%;
    }
}

@media (max-width: 375px) {
    .th-experience.style3 .experience-text {
        font-size: 18px;
    }
}

.process-box {
    text-align: center;
}

.process-box-wrap {
    position: relative;
}

.process-box-wrap:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='95' height='36' viewBox='0 0 95 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M94.4679 31.6307C91.4009 25.591 89.4353 19.3076 87.1033 12.9862C86.4971 11.3363 84.2227 12.3044 84.3522 13.8361C84.5643 16.4316 85.0589 19.0168 85.7568 21.5611C80.8294 16.8547 74.746 12.8802 69.1491 9.78191C61.6434 5.62951 53.3672 2.63034 44.9206 1.10127C30.9162 -1.43292 11.288 0.651195 1.16013 11.9057C0.580827 12.5533 1.50132 13.4325 2.18539 13.1287C9.13091 10.1 15.2731 6.79511 22.9103 5.64679C30.3866 4.52542 38.3065 4.83422 45.6747 6.54438C53.4625 8.356 60.6085 11.8604 67.2732 16.2324C72.8443 19.8919 77.5181 24.4117 82.4906 28.6701C77.814 28.5231 73.0826 29.199 69.1497 31.0075C66.8375 32.0722 67.9606 35.5872 70.4517 35.2251C74.2327 34.6769 77.7848 33.6626 81.6553 33.633C85.2441 33.6022 88.6855 34.1806 92.1939 34.8647C93.8782 35.2006 95.1984 33.0684 94.4679 31.6307Z' fill='%23E81C2E' fill-opacity='0.15'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 36px;
    width: 96px;
    position: absolute;
    top: 30px;
    right: -48px;
}

.process-box-wrap:nth-child(even) {
    margin-top: 60px;
}

.process-box-wrap:nth-child(even):after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.process-box-wrap:last-child:after {
    display: none;
}

.process-box_icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, 0.13);
    margin: 0 auto 25px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.process-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.process-box_title {
    font-size: 24px;
}

.process-box_text {
    max-width: 285px;
    margin: 0 auto -0.5em auto;
}

.process-box:hover .process-box_icon {
    background-color: var(--theme-color);
}

.process-box:hover .process-box_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media (max-width: 991px) {
    .process-box-wrap:nth-child(even):after {
        display: none;
    }
}

@media (max-width: 767px) {
    .process-box-wrap {
        margin-bottom: 40px;
    }

    .process-box-wrap:after {
        display: none;
    }

    .process-box-wrap:nth-child(even) {
        margin-top: 0;
    }

    .process-box-wrap:last-child {
        margin-bottom: 0;
    }
}

.footer-layout4 {
    background-color: #161921;
    --body-color: #8b8e95;
    overflow: hidden;
}

.footer-layout4 .footer-text {
    color: #8b8e95;
}

.footer-layout4 .copyright-wrap {
    padding: 30px 0;
    border-top: 1px solid #2a2f3d;
}

.footer-layout4 .th-social a {
    background-color: #252934;
    color: var(--white-color);
    border: none;
    border-radius: 99px;
}

.footer-layout4 .th-social a:hover {
    background-color: var(--theme-color);
}

.footer-info-title {
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 10px;
    margin-top: -0.2em;
}

.footer-widget {
    --gray-color: #8b8e95;
}

@media (max-width: 1199px) {
    .footer-layout4 .copyright-wrap {
        padding: 25px 0;
    }
}

@media (max-width: 991px) {
    .footer-layout4 .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 18px;
    }
}

.feature-card {
    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;
    background-color: var(--smoke-color);
    padding: 80px 60px;
    border-right: 1px solid #e3e3e3;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.feature-card:hover {
    background-color: var(--theme-color);
}

@media (max-width: 1300px) {
    .feature-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 80px 30px;
    }
}

@media (max-width: 767px) {
    .feature-card {
        border-right: none;
    }
}

.service-tab {
    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;
}

.service-tab-menu {
    --border: 28px;
    --icon-size: 166px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 60px;
}

.service-tab-menu .tab-btn {
    width: var(--icon-size);
    height: var(--icon-size);
    line-height: var(--icon-size);
    text-align: center;
    background-color: var(--smoke-color);
    border-radius: 50%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.service-tab-menu .tab-btn:after {
    content: "";
    height: calc(var(--icon-size) - var(--border) * 2);
    width: calc(var(--icon-size) - var(--border) * 2);
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: inherit;
    z-index: -1;
    position: absolute;
    top: var(--border);
    left: var(--border);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-tab-menu .tab-btn img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-tab-menu .tab-btn.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-tab-menu .tab-btn.active:after {
    background-color: var(--theme-color);
}

.service-tab-menu .indicator {
    position: absolute;
}

.service-tab_img {
    -webkit-box-flex: 500px;
    -webkit-flex: 500px;
    -ms-flex: 500px;
    flex: 500px;
}

.service-tab_content {
    -webkit-box-flex: 640px;
    -webkit-flex: 640px;
    -ms-flex: 640px;
    flex: 640px;
}

.service-tab_title {
    font-size: 30px;
}

.service-tab_title a {
    color: inherit;
}

.service-tab_title a:hover {
    color: var(--theme-color);
}

.service-tab_text {
    margin-bottom: 20px;
}

.service-tab .service-list {
    margin-bottom: 35px;
}

.service-tab .service-list ul {
    padding: 0 0 0 23px;
    margin: 0;
    list-style-type: square;
}

.service-tab .service-list li {
    margin-bottom: 12px;
    color: var(--title-color);
    text-align: left;
}

.service-tab .service-list li:last-child {
    margin-bottom: 0;
}

.service-tab .service-list li::marker {
    color: var(--theme-color);
    font-size: 1.5em;
}

@media (max-width: 1199px) {
    .service-tab-menu {
        --border: 20px;
        --icon-size: 140px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .service-tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-tab-menu {
        --border: 10px;
        --icon-size: 100px;
    }

    .service-tab-menu .tab-btn img {
        max-width: 40px;
    }

    .service-tab_img {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }

    .service-tab_img img {
        width: 100%;
    }

    .service-tab_content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .service-tab_title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .service-tab-menu {
        --border: 6px;
        --icon-size: 80px;
    }

    .service-tab-menu .tab-btn img {
        max-width: 35px;
    }
}

@media (max-width: 575px) {
    .service-tab-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.process-box_number {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
    color: var(--white-color);
    background-color: var(--theme-color);
    border: 5px solid var(--white-color);
    border-radius: 50%;
}

.process-box_icon {
    position: relative;
}

.process-box-wrap.style2:after {
    background-image: url("data:image/svg+xml,%3Csvg width='95' height='36' viewBox='0 0 95 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M94.4679 31.6307C91.4009 25.591 89.4353 19.3076 87.1033 12.9862C86.4971 11.3363 84.2227 12.3044 84.3522 13.8361C84.5643 16.4316 85.0589 19.0168 85.7568 21.5611C80.8294 16.8547 74.746 12.8802 69.1491 9.78191C61.6434 5.62951 53.3672 2.63034 44.9206 1.10127C30.9162 -1.43292 11.288 0.651195 1.16013 11.9057C0.580827 12.5533 1.50132 13.4325 2.18539 13.1287C9.13091 10.1 15.2731 6.79511 22.9103 5.64679C30.3866 4.52542 38.3065 4.83422 45.6747 6.54438C53.4625 8.356 60.6085 11.8604 67.2732 16.2324C72.8443 19.8919 77.5181 24.4117 82.4906 28.6701C77.814 28.5231 73.0826 29.199 69.1497 31.0075C66.8375 32.0722 67.9606 35.5872 70.4517 35.2251C74.2327 34.6769 77.7848 33.6626 81.6553 33.633C85.2441 33.6022 88.6855 34.1806 92.1939 34.8647C93.8782 35.2006 95.1984 33.0684 94.4679 31.6307Z' fill='%23ffffff' fill-opacity='0.15'/%3E%3C/svg%3E");
}

.th-video2 {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.th-video2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.th-video2 .video-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 36px;
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 42px 57px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .th-video2 .video-btn {
        font-size: 24px;
        padding: 22px 37px;
    }
}

.th-video2 .video-btn:hover {
    background-color: var(--title-color);
}

.th-video2:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.testi-card-2-tab {
    border-top: 2px solid #efefef;
    margin-top: 50px;
    padding-top: 50px;
    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;
    gap: 25px;
}

.testi-card-2-tab:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #efefef;
    height: 2px;
    width: var(--main-container);
}

.testi-card-2-tab .tab-btn {
    border: none;
    background-color: transparent;
    padding: 0;
}

.testi-card-2-tab .tab-btn img {
    width: 100%;
}

.testi-card-2-tab .indicator {
    position: absolute;
    top: -2px;
    left: var(--pos-x);
    height: 2px;
    width: var(--width-set);
    background-color: var(--theme-color);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

@media (max-width: 1399px) {
    .testi-card-2-tab:before {
        --main-container: 1140px;
    }
}

@media (max-width: 1199px) {
    .testi-card-2-tab {
        margin-top: 40px;
        padding-top: 40px;
    }

    .testi-card-2-tab:before {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .testi-card-2-tab {
        margin-top: 30px;
        padding-top: 30px;
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .testi-card-2-tab {
        padding-top: 15px;
        gap: 4px;
    }
}

.th-widget-schedule {
    margin-top: -0.25em;
}

.th-widget-schedule .footer-info {
    padding-left: 0;
}

.footer-logo {
    padding: 0px 15px;
    text-align: center;
}

.th-experience {
    background-color: var(--theme-color);
    max-width: 257px;
    padding: 40px;
}

.th-experience .experience-year {
    font-size: 60px;
    color: var(--white-color);
    margin-bottom: 10px;
}

.th-experience .experience-text {
    color: var(--white-color);
    text-transform: uppercase;
    font-family: var(--body-font);
    font-size: 18px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .th-experience {
        max-width: 190px;
        padding: 30px;
    }

    .th-experience .experience-year {
        font-size: 48px;
    }

    .th-experience .experience-text {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .th-menu-toggle {
        display: none;
    }
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo {
    max-width: 150px;
    height: auto;
    z-index: 2;
}

.th-menu-toggle {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
}

.main-menu {
    flex-grow: 1;
    text-align: center;
}

.header-button {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .th-menu-toggle {
        padding: 8px;
    }
}

.phone-call {
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 999;
    display: none;
}
@media (max-width: 768px) {
    .phone-call {
        display: flex;
    }
}

.phone-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.phone-btn:hover {
    background-color: #353535;
}

.phone-btn i {
    color: white;
    font-size: 24px;
}
