





@use "sass:math";

:root {
    --theme-color: #E63A27;
    --title-color: #141422;
    --body-color: #6F6E77;
    --smoke-color: #F3F1F2;
    --smoke-color2: #EFECFF;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #E6E6E6;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #CDCDCD;
    --title-font: 'Manrope', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html, body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus, button:focus, a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
    outline: none
}

    input:focus {
        outline: none;
        box-shadow: none
    }

img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td, th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    a:hover {
        color: var(--title-color)
    }

    a:active, a:focus, a:hover, a:visited {
        text-decoration: none;
        outline: 0
    }

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty, p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, span a {
        font-size: inherit;
        font-family: inherit;
        font-weight: inherit;
        line-height: inherit
    }

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1, h1 {
    font-size: 60px;
    line-height: 1.167
}

.h2, h2 {
    font-size: 45px;
    line-height: 1.208
}

.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: 1200px) {
    .h2, h2 {
        font-size: 42px
    }
}

@media (max-width: 1199px) {
    .h1, h1 {
        font-size: 44px;
        line-height: 1.3
    }

    .h2, h2 {
        font-size: 36px;
        line-height: 1.3
    }

    .h3, h3 {
        font-size: 30px
    }

    .h4, h4 {
        font-size: 24px
    }

    .h5, h5 {
        font-size: 20px
    }

    .h6, h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 40px
    }

    .h2, h2 {
        font-size: 34px;
        line-height: 1.3
    }

    .h3, h3 {
        font-size: 26px
    }

    .h4, h4 {
        font-size: 22px
    }

    .h5, h5 {
        font-size: 18px
    }

    .h6, h6 {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .h1, h1 {
        font-size: 34px;
        line-height: 1.35
    }

    .h2, h2 {
        font-size: 28px
    }
    .logoheader
    {
        background-color:#fa0606;
    }
    .header-top
    {
        display:none;
    }
}

@media (max-width: 375px) {
    .h1, h1 {
        font-size: 32px
    }
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

@media only screen and (min-width: 1300px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }

        .container-xxl.px-0, .container-xl.px-0, .container-lg.px-0, .container-md.px-0, .container-sm.px-0, .container.px-0 {
            max-width: var(--main-container)
        }
}

@media only screen and (min-width: 1300px) {
    .th-container {
        --main-container: 1605px
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

        .container-fluid.px-0 .row {
            margin-left: 0 !important;
            margin-right: 0 !important
        }
}

.th-container2 {
    max-width: 1790px
}

.th-container3 {
    max-width: 1520px
}

.round-container {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 1199px) {
    .round-container {
        border-radius: 0
    }
}

.slick-track > [class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.gy-30 {
    --bs-gutter-y: 30px
}

.gy-40 {
    --bs-gutter-y: 40px
}

.gy-50 {
    --bs-gutter-y: 50px
}

.gx-10 {
    --bs-gutter-x: 10px
}

@media (min-width: 1299px) {
    .gx-60 {
        --bs-gutter-x: 60px
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-25 {
        --bs-gutter-x: 25px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }
}

@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px
    }
}

select, .form-control, .form-select, textarea, input {
    height: 60px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    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
}

    select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus {
        outline: 0;
        box-shadow: none;
        border-color: var(--theme-color);
        background-color: var(--smoke-color)
    }

    select.style-white, .form-control.style-white, .form-select.style-white, textarea.style-white, input.style-white {
        background: 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)
    }

.form-select, select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

    .form-select.style2, select.style2 {
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E")
    }

textarea.form-control, textarea {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 17px
}

    textarea.form-control.style2, textarea.style2 {
        min-height: 100px
    }

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

    .form-group > i {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 21px;
        font-size: 16px;
        color: var(--body-color)
    }

        .form-group > i.fa-envelope {
            padding-top: 1px
        }

        .form-group > i.fa-comment {
            margin-top: -2px
        }

        .form-group > i.fa-chevron-down {
            width: 17px;
            background-color: var(--smoke-color)
        }

    .form-group.has-label > i {
        top: 50px
    }

[class*="col-"].form-group > i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}

option:checked, option:focus, option:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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, .was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none
}

    textarea.is-invalid:focus, select.is-invalid:focus, input.is-invalid:focus, .was-validated input:invalid:focus {
        outline: 0;
        box-shadow: none
    }

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem)
}

.row.no-gutters > .form-group {
    margin-bottom: 0
}

.form-messages {
    display: none
}

    .form-messages.mb-0 * {
        margin-bottom: 0
    }

    .form-messages.success {
        color: var(--success-color);
        display: block
    }

    .form-messages.error {
        color: var(--error-color);
        display: block
    }

    .form-messages pre {
        padding: 0;
        background-color: transparent;
        color: inherit
    }

.slick-track > [class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

.slick-track {
    min-width: 100%
}

.slick-list {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0px 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: 15px
    }

        .slick-dots li:last-child {
            margin-right: 0
        }

    .slick-dots button {
        font-size: 0;
        padding: 0;
        width: 12px;
        height: 12px;
        line-height: 0;
        border-radius: 9999px;
        border: none;
        background-color: var(--border-color);
        -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: 20px;
            height: 20px;
            -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
            margin: -10px 0 0 -10px;
            background-color: 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;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    color: var(--title-color);
    position: absolute;
    top: 50%;
    border: none;
    left: var(--pos-x, -100px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 16px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    z-index: 2;
    border-radius: 99px
}

    .slick-arrow.default {
        position: relative;
        --pos-x: 0;
        margin-top: 0
    }

    .slick-arrow.slick-next {
        right: var(--pos-x, -100px);
        left: auto
    }

    .slick-arrow:hover {
        background-color: var(--theme-color);
        color: var(--white-color)
    }

.arrow-style2 .slick-arrow {
    box-shadow: 0px 10px 50px rgba(0,0,0,0.1)
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.arrow-wrap.style2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

    .arrow-wrap.style2 .slick-arrow {
        opacity: 1;
        visibility: visible;
        position: initial;
        border: 1px solid var(--theme-color);
        color: var(--theme-color);
        margin: 0
    }

        .arrow-wrap.style2 .slick-arrow:hover {
            color: var(--white-color)
        }

.arrow-wrap.style3 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

    .arrow-wrap.style3 .slick-arrow {
        opacity: 1;
        visibility: visible;
        position: initial;
        margin: 0
    }

        .arrow-wrap.style3 .slick-arrow:hover {
            color: var(--white-color)
        }

@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
    }

    .icon-box .slick-arrow {
        margin-right: 0
    }
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

    .th-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: var(--theme-color)
    }

        .th-menu-wrapper .mobile-logo svg {
            max-width: 185px
        }

    .th-menu-wrapper .th-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: -16.5px;
        top: 25px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 18px;
        z-index: 1;
        color: var(--white-color);
        background-color: var(--theme-color);
        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-color: #fff;
        border-right: 3px solid var(--theme-color);
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
        z-index: 1
    }

    .th-menu-wrapper.th-body-visible {
        opacity: 1;
        visibility: visible
    }

        .th-menu-wrapper.th-body-visible .th-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible
        }

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

    .th-mobile-menu ul {
        margin: 0;
        padding: 0 0
    }

        .th-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none
        }

            .th-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1
            }

            .th-mobile-menu ul li a {
                display: block;
                position: relative;
                padding: 12px 0;
                line-height: 1.4;
                font-size: 16px;
                text-transform: capitalize;
                color: var(--title-color);
                padding-left: 18px
            }

                .th-mobile-menu ul li a:before {
                    content: '\f105';
                    font-family: var(--icon-font);
                    position: absolute;
                    left: 0;
                    top: 12px;
                    margin-right: 10px;
                    display: inline-block
                }

            .th-mobile-menu ul li.th-active > a {
                color: var(--theme-color)
            }

                .th-mobile-menu ul li.th-active > a:before {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg)
                }

            .th-mobile-menu ul li ul li {
                padding-left: 20px
            }

                .th-mobile-menu ul li ul li:last-child {
                    border-bottom: none
                }

        .th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: var(--smoke-color);
            color: var(--title-color);
            box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
            border-radius: 50%
        }

            .th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
                content: '\f067';
                font-family: var(--icon-font)
            }

        .th-mobile-menu ul .th-item-has-children > a:after {
            content: "\f067";
            font-family: var(--icon-font);
            width: 22px;
            height: 22px;
            line-height: 22px;
            display: inline-block;
            text-align: center;
            font-size: 12px;
            border-radius: 50px;
            background-color: var(--smoke-color);
            float: right;
            margin-top: 1px
        }

        .th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
            content: '\f068'
        }

        .th-mobile-menu ul .th-item-has-children.th-active > a:after {
            content: "\f068"
        }

    .th-mobile-menu > ul {
        padding: 0 40px
    }

        .th-mobile-menu > ul > li:last-child {
            border-bottom: none
        }

.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 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
    }
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--theme-color)
}

    .preloader .th-btn {
        padding: 15px 20px;
        border-radius: 0;
        font-size: 14px
    }

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

    .preloader-inner img {
        display: block;
        margin: 0 auto 10px auto
    }

.loader {
    width: 48px;
    height: 48px;
    position: relative
}

    .loader::before, .loader::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 48em;
        height: 48em;
        background-image: -webkit-radial-gradient(circle 10px, #fff 100%, transparent 0),-webkit-radial-gradient(circle 10px, #fff 100%, transparent 0),-webkit-radial-gradient(circle 10px, #fff 100%, transparent 0),-webkit-radial-gradient(circle 10px, #fff 100%, transparent 0),-webkit-radial-gradient(circle 10px, #fff 100%, transparent 0),-webkit-radial-gradient(circle 10px, #fff 100%, transparent 0),-webkit-radial-gradient(circle 10px, #fff 100%, transparent 0),-webkit-radial-gradient(circle 10px, #fff 100%, transparent 0);
        background-image: radial-gradient(circle 10px, #fff 100%, transparent 0),radial-gradient(circle 10px, #fff 100%, transparent 0),radial-gradient(circle 10px, #fff 100%, transparent 0),radial-gradient(circle 10px, #fff 100%, transparent 0),radial-gradient(circle 10px, #fff 100%, transparent 0),radial-gradient(circle 10px, #fff 100%, transparent 0),radial-gradient(circle 10px, #fff 100%, transparent 0),radial-gradient(circle 10px, #fff 100%, transparent 0);
        background-position: 0em -18em, 0em 18em, 18em 0em, -18em 0em, 13em -13em, -13em -13em, 13em 13em, -13em 13em;
        background-repeat: no-repeat;
        font-size: 0.5px;
        border-radius: 50%;
        -webkit-animation: blast 1s ease-in infinite;
        animation: blast 1s ease-in infinite
    }

    .loader::after {
        font-size: 1px;
        background: #fff;
        -webkit-animation: bounce 1s ease-in infinite;
        animation: bounce 1s ease-in infinite
    }

@-webkit-keyframes bounce {
    0%,100% {
        font-size: 0.75px
    }

    50% {
        font-size: 1.5px
    }
}

@keyframes bounce {
    0%,100% {
        font-size: 0.75px
    }

    50% {
        font-size: 1.5px
    }
}

@-webkit-keyframes blast {
    0%,40% {
        font-size: 0.5px
    }

    70% {
        opacity: 1;
        font-size: 4px
    }

    100% {
        font-size: 6px;
        opacity: 0
    }
}

@keyframes blast {
    0%,40% {
        font-size: 0.5px
    }

    70% {
        opacity: 1;
        font-size: 4px
    }

    100% {
        font-size: 6px;
        opacity: 0
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 21.5px 34px;
    min-width: 144px;
    border-radius: 4px
}

    .th-btn:before, .th-btn:after {
        content: "";
        position: absolute;
        background-color: var(--title-color);
        z-index: -1;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        top: 50%;
        width: 20px;
        height: 20px;
        border-radius: 50%
    }

    .th-btn:before {
        left: -20px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .th-btn:after {
        right: -20px;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }

    .th-btn:hover, .th-btn.active {
        color: var(--white-color);
        box-shadow: none
    }

        .th-btn:hover:before, .th-btn.active:before {
            -webkit-animation: criss-cross-left 0.8s both;
            animation: criss-cross-left 0.8s both;
            -webkit-animation-direction: alternate;
            animation-direction: alternate
        }

        .th-btn:hover:after, .th-btn.active:after {
            -webkit-animation: criss-cross-right 0.8s both;
            animation: criss-cross-right 0.8s both;
            -webkit-animation-direction: alternate;
            animation-direction: alternate
        }

    .th-btn.style2 {
        background-color: var(--white-color);
        color: var(--title-color);
        padding: 20px 40px;
        box-shadow: none
    }

        .th-btn.style2:hover {
            color: var(--white-color)
        }

            .th-btn.style2:hover:before, .th-btn.style2:hover:after {
                background-color: var(--title-color)
            }

    .th-btn.style3:hover {
        color: var(--title-color)
    }

        .th-btn.style3:hover:before, .th-btn.style3:hover:after {
            background-color: var(--white-color)
        }

    .th-btn.style4 {
        background-color: var(--title-color);
        color: var(--white-color)
    }

        .th-btn.style4:hover {
            color: var(--title-color)
        }

            .th-btn.style4:hover:before, .th-btn.style4:hover:after {
                background-color: var(--white-color)
            }

    .th-btn.style5 {
        background-color: var(--white-color);
        color: var(--title-color);
        box-shadow: none
    }

        .th-btn.style5:hover {
            color: var(--white-color)
        }

            .th-btn.style5:hover:before, .th-btn.style5:hover:after {
                background-color: var(--title-color)
            }

    .th-btn.style6 {
        background-color: var(--white-color);
        color: var(--title-color);
        box-shadow: none
    }

        .th-btn.style6:hover {
            color: var(--white-color)
        }

            .th-btn.style6:hover:before, .th-btn.style6:hover:after {
                background-color: var(--theme-color)
            }

    .th-btn.style7 {
        background-color: var(--title-color);
        color: var(--white-color)
    }

        .th-btn.style7:hover:before, .th-btn.style7:hover:after {
            background-color: var(--theme-color)
        }

    .th-btn.btn-fw {
        width: 100%
    }

        .th-btn.btn-fw:before, .th-btn.btn-fw:after {
            display: none
        }

        .th-btn.btn-fw:hover {
            background-color: var(--title-color)
        }

    .th-btn.style-border {
        border: 1px solid var(--theme-color);
        background: transparent;
        color: var(--theme-color)
    }

        .th-btn.style-border:before, .th-btn.style-border:after {
            background: var(--theme-color)
        }

        .th-btn.style-border:hover {
            color: var(--white-color)
        }

    .th-btn.style-radius {
        border-radius: 30px
    }

@media (max-width: 575px) {
    .th-btn {
        padding: 17.5px 34px
    }
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 60px);
    height: var(--btn-size, 60px);
    line-height: var(--btn-size, 60px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, var(--theme-color));
    color: var(--white-color);
    text-align: center;
    border-radius: 50%;
    border: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    .icon-btn:hover {
        background-color: var(--white-color);
        color: var(--theme-color);
        border-color: var(--white-color)
    }

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

    .play-btn > i {
        display: inline-block;
        width: var(--icon-size, 60px);
        height: var(--icon-size, 60px);
        line-height: var(--icon-size, 60px);
        text-align: center;
        background-color: var(--white-color);
        color: var(--theme-color);
        font-size: var(--icon-font-size, 1.1em);
        border-radius: 50%;
        z-index: 1;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .play-btn:after, .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
    }

    .play-btn:after {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .play-btn:hover:after, .play-btn:hover::before, .play-btn:hover i {
        background-color: var(--theme-color);
        color: var(--white-color)
    }

    .play-btn.style2:before, .play-btn.style2:after {
        background-color: transparent;
        border: 1px solid var(--white-color)
    }

    .play-btn.style3 > i {
        background-color: var(--theme-color);
        color: var(--white-color);
        font-size: 20px
    }

    .play-btn.style3:before, .play-btn.style3:after {
        background-color: var(--theme-color)
    }

    .play-btn.style3:hover > i {
        background-color: var(--white-color);
        color: var(--theme-color)
    }

    .play-btn.style3:hover:before, .play-btn.style3:hover:after {
        background-color: var(--white-color)
    }

    .play-btn.style4 > i {
        background-color: var(--theme-color);
        color: var(--white-color);
        font-size: 20px
    }

    .play-btn.style4:before, .play-btn.style4:after {
        background-color: transparent;
        border: 1px solid var(--white-color)
    }

    .play-btn.style4:hover > i {
        background-color: var(--white-color);
        color: var(--theme-color)
    }

    .play-btn.style4:hover:before, .play-btn.style4:hover:after {
        background-color: var(--white-color)
    }

    .play-btn.style5 i {
        background: var(--theme-color);
        color: var(--white-color)
    }

    .play-btn.style5:before, .play-btn.style5:after {
        background-color: transparent;
        border: 1px solid var(--theme-color)
    }

    .play-btn.style5:hover:before, .play-btn.style5:hover:after {
        background-color: var(--theme-color)
    }

.link-btn {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color)
}

    .link-btn i {
        margin-left: 5px;
        font-size: 0.9rem
    }

    .link-btn:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--theme-color);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .link-btn:hover {
        color: var(--theme-color)
    }

        .link-btn:hover::before {
            width: 100%
        }

.line-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color)
}

    .line-btn i {
        margin-left: 5px;
        font-size: 0.9rem
    }

    .line-btn:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: var(--theme-color);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .line-btn:hover {
        color: var(--title-color)
    }

        .line-btn:hover::before {
            background-color: var(--title-color);
            width: 45px
        }

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

    .scroll-top:after {
        content: "\f062";
        font-family: var(--icon-font);
        position: absolute;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        color: var(--theme-color);
        left: 0;
        top: 0;
        height: 50px;
        width: 50px;
        cursor: pointer;
        display: block;
        z-index: 1;
        border: 2px solid var(--theme-color);
        box-shadow: none;
        border-radius: 50%
    }

    .scroll-top svg {
        color: var(--theme-color);
        border-radius: 50%;
        background: var(--white-color)
    }

        .scroll-top svg path {
            fill: none
        }

    .scroll-top .progress-circle path {
        stroke: var(--theme-color);
        stroke-width: 20px;
        box-sizing: border-box;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear
    }

    .scroll-top.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.32em;
    font-weight: 800
}

.sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 27px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
    position: relative;
    padding-left: 40px
}

    .sub-title:before, .sub-title:after {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        height: 2px;
        width: 20px;
        background: var(--theme-color)
    }

    .sub-title:before {
        width: 30px;
        top: auto;
        bottom: 7px
    }

    .sub-title:has(img) {
        margin-top: 0
    }

    .sub-title img {
        margin: 0 10px 0 0
    }

    .sub-title.style2 {
        padding-left: 0
    }

        .sub-title.style2:before, .sub-title.style2:after {
            display: none
        }

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em
}

    .box-title a {
        color: inherit
    }

        .box-title a:hover {
            color: var(--theme-color)
        }

.sec-text {
    max-width: 720px
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 60px);
    position: relative;
    z-index: 2;
    margin-top: -0.38em
}

    .title-area .sec-title {
        margin-bottom: 15px
    }

    .title-area.mb-0 .sec-title {
        margin-bottom: 0
    }

    .title-area .th-btn {
        margin-top: 20px;
        margin-bottom: 10px
    }

hr.title-line {
    margin-top: 0;
    background-color: var(--border-color);
    opacity: 1
}

.sec-btn, .title-line {
    margin-bottom: var(--section-title-space)
}

.shadow-title {
    font-family: var(--title-font);
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, rgba(226,232,250,0.7) 0%, rgba(226,232,250,0) 88.54%);
    background-image: linear-gradient(180deg, rgba(226,232,250,0.7) 0%, rgba(226,232,250,0) 88.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.55em 0 -0.45em -0.25em
}

    .shadow-title.color2 {
        background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20,29,56,0) 91.15%);
        background-image: linear-gradient(180deg, #232C47 0%, rgba(20,29,56,0) 91.15%)
    }

    .shadow-title.color3 {
        background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220,214,214,0) 93.75%);
        background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220,214,214,0) 93.75%)
    }

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px
    }

    .shadow-title {
        font-size: 64px
    }

    .title-area, .sec-title {
        --section-title-space: 60px
    }

        .title-area.mb-45, .sec-title.mb-45 {
            margin-bottom: 36px
        }

        .title-area.mb-50, .sec-title.mb-50 {
            margin-bottom: 40px
        }

    .sec-btn, .title-line {
        --section-title-space: 55px
    }
}

@media (max-width: 991px) {
    .shadow-title {
        font-size: 60px
    }

    .title-area, .sec-title {
        --section-title-space: 50px
    }

        .title-area.mb-45, .sec-title.mb-45 {
            margin-bottom: 35px
        }

    .sec-btn, .title-line {
        --section-title-space: 50px
    }
}

@media (max-width: 575px) {
    .shadow-title {
        font-size: 52px
    }

    .box-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .shadow-title {
        font-size: 40px
    }

    .box-title {
        font-size: 18px
    }
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1
}

    .shape-mockup.z-index-2 {
        z-index: 2
    }

    .shape-mockup.z-index-3 {
        z-index: 3
    }

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-3 {
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.z-index-n2 {
    z-index: -2
}

.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.25em 0.45em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.th-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

    .th-social a {
        display: inline-block;
        width: var(--icon-size, 45px);
        height: var(--icon-size, 45px);
        line-height: var(--icon-size, 45px);
        background-color: #363739;
        color: var(--white-color);
        font-size: 16px;
        text-align: center;
        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 {
        gap: 15px
    }

        .th-social.style2 a {
            width: auto;
            height: auto;
            line-height: normal;
            color: var(--title-color);
            background-color: transparent
        }

            .th-social.style2 a:hover {
                color: var(--theme-color)
            }

    .th-social.style3 a {
        color: var(--title-color);
        background-color: var(--smoke-color)
    }

        .th-social.style3 a:hover {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

    .th-social.style-border a {
        --icon-size: 40px;
        font-size: 14px;
        background-color: transparent;
        color: var(--white-color);
        border: 1px solid
    }

        .th-social.style-border a:hover {
            border-color: var(--theme-color);
            color: var(--white-color);
            background-color: var(--theme-color)
        }

    .th-social.style-white a {
        --icon-size: 40px;
        font-size: 14px;
        background-color: var(--white-color);
        color: var(--title-color)
    }

        .th-social.style-white a:hover {
            border-color: var(--theme-color);
            color: var(--white-color);
            background-color: var(--theme-color)
        }

    .th-social.color-theme a {
        color: var(--body-color);
        border-color: var(--theme-color)
    }

.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px
}

.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

    .btn-group.style2 {
        gap: 20px 70px
    }

@media (max-width: 767px) {
    .btn-group.style2 {
        gap: 20px 30px
    }
}

.th-bg-img {
    position: absolute;
    inset: 0
}

    .th-bg-img img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7
}

.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-black2 {
    background-color: var(--black-color2) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.gradient-body {
    background-image: -webkit-linear-gradient(349.38deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%);
    background-image: linear-gradient(100.62deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%)
}

.gr-bg1 {
    background-image: -webkit-linear-gradient(10deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 23.81%, rgba(198,241,255,0.3) 45.3%, rgba(248,242,222,0.3) 68.4%, rgba(212,179,253,0.3) 99.5%);
    background-image: linear-gradient(80deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 23.81%, rgba(198,241,255,0.3) 45.3%, rgba(248,242,222,0.3) 68.4%, rgba(212,179,253,0.3) 99.5%)
}

.gr-bg2 {
    background-image: -webkit-linear-gradient(349.38deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%);
    background-image: linear-gradient(100.62deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%)
}

.gr-bg3 {
    background-image: -webkit-linear-gradient(339.41deg, rgba(236,207,254,0.4) 0%, rgba(255,221,221,0.5) 46.79%, rgba(247,255,229,0.7) 100%);
    background-image: linear-gradient(110.59deg, rgba(236,207,254,0.4) 0%, rgba(255,221,221,0.5) 46.79%, rgba(247,255,229,0.7) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.gr-bg4 {
    background-image: -webkit-linear-gradient(344.56deg, rgba(255,229,133,0.4) 0%, rgba(189,255,199,0.4) 48.48%, rgba(223,109,223,0.4) 100%);
    background-image: linear-gradient(105.44deg, rgba(255,229,133,0.4) 0%, rgba(189,255,199,0.4) 48.48%, rgba(223,109,223,0.4) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-center {
    background-size: auto;
    background-position: top center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

.bg-top-right {
    background-size: auto;
    background-position: top right
}

.text-theme {
    color: var(--theme-color) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-smoke {
    color: var(--smoke-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-gray {
    color: var(--gray-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

    .text-inherit:hover {
        color: var(--theme-color)
    }

a.text-theme:hover, .text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative;
    z-index: 2
}

    [data-overlay] [class^="col-"], [data-overlay] [class*="col-"] {
        z-index: 1
    }

    [data-overlay]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

[data-overlay="theme"]:before {
    background-color: var(--theme-color)
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-overlay="overlay1"]:before {
    background-color: #080E1C
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ripple-animation, .play-btn:after, .play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.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 ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2.8);
        transform: scale(2.8);
        opacity: 0
    }
}

.fancy-animation {
    -webkit-animation: morph 8s ease-in-out infinite;
    animation: morph 8s ease-in-out infinite
}

@-webkit-keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

.movingX {
    -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)
    }
}

.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)
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-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)
    }
}

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(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)
    }
}

.spin {
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.bg-color-ani, .color-animate {
    -webkit-animation: bgColor 6s linear infinite;
    animation: bgColor 6s linear infinite
}

@-webkit-keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@keyframes bgColor {
    0% {
        background-color: #F2BA4C
    }

    25% {
        background-color: #81F24C
    }

    50% {
        background-color: #41F27D
    }

    75% {
        background-color: #0500FF
    }

    100% {
        background-color: #F2BA4C
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.scalein.th-animated {
    --animation-name: scalein
}

.slidetopleft.th-animated {
    --animation-name: slidetopleft
}

.slidebottomright.th-animated {
    --animation-name: slidebottomright
}

.slideinleft.th-animated {
    --animation-name: slideinleft
}

.slideinright.th-animated {
    --animation-name: slideinright
}

.slideinup.th-animated {
    --animation-name: slideinup
}

.slideindown.th-animated {
    --animation-name: slideindown
}

.rollinleft.th-animated {
    --animation-name: rollinleft
}

.rollinright.th-animated {
    --animation-name: rollinright
}

.scalein, .slidetopleft, .slidebottomright, .slideinleft, .slideinright, .slideindown, .slideinup, .rollinleft, .rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.th-animated {
    opacity: 1
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-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, .widget_meta ul, .widget_pages ul, .widget_archive ul, .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu .menu, .widget_nav_menu > ul, .widget_meta .menu, .widget_meta > ul, .widget_pages .menu, .widget_pages > ul, .widget_archive .menu, .widget_archive > ul, .widget_categories .menu, .widget_categories > ul {
    margin: -17px 0 0px 0
}

.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a {
    display: block;
    border: none;
    margin: 0;
    padding: 15px 25px 15px 0px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    position: relative;
    border-bottom: 1px solid var(--border-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .widget_nav_menu a:before, .widget_meta a:before, .widget_pages a:before, .widget_archive a:before, .widget_categories a:before {
        content: '\f324';
        font-family: var(--icon-font);
        color: var(--body-color);
        font-weight: 300;
        position: absolute;
        left: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0
    }

    .widget_nav_menu a:hover, .widget_meta a:hover, .widget_pages a:hover, .widget_archive a:hover, .widget_categories a:hover {
        color: var(--theme-color);
        padding-left: 25px
    }

        .widget_nav_menu a:hover:before, .widget_meta a:hover:before, .widget_pages a:hover:before, .widget_archive a:hover:before, .widget_categories a:hover:before {
            color: var(--theme-color);
            opacity: 1
        }

.widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_archive li, .widget_categories li {
    display: block;
    position: relative
}

    .widget_nav_menu li:last-child a, .widget_meta li:last-child a, .widget_pages li:last-child a, .widget_archive li:last-child a, .widget_categories li:last-child a {
        border-bottom: 0;
        padding-bottom: 0
    }

    .widget_nav_menu li > span, .widget_meta li > span, .widget_pages li > span, .widget_archive li > span, .widget_categories li > span {
        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 li:hover > span, .widget_meta li:hover > span, .widget_pages li:hover > span, .widget_archive li:hover > span, .widget_categories li:hover > span {
        color: var(--theme-color)
    }

.widget_nav_menu .children, .widget_meta .children, .widget_pages .children, .widget_archive .children, .widget_categories .children {
    margin-left: 10px
}

.widget_nav_menu a, .widget_meta a, .widget_pages a {
    padding-right: 20px
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

    .wp-block-archives a:not(:hover) {
        color: inherit
    }

.th-blog ul.wp-block-archives li {
    margin: 5px 0
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    border-radius: 0
}

    .widget[data-overlay]:before {
        z-index: -1
    }

    .widget .th-social a {
        box-shadow: 0px 2px 14px rgba(4,6,66,0.1)
    }

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 30px 0
}

.widget .search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .widget .search-form input {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 0;
        padding-right: 25px
    }

    .widget .search-form button {
        border: none;
        font-size: 16px;
        background-color: var(--theme-color);
        color: var(--white-color);
        display: inline-block;
        padding: 0;
        width: 60px;
        text-align: center;
        border-radius: 0
    }

        .widget .search-form button:hover {
            background-color: var(--title-color)
        }

.wp-block-tag-cloud a, .tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 13px 19px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0
}

    .wp-block-tag-cloud a:hover, .tagcloud a:hover {
        background-color: var(--theme-color);
        color: var(--white-color) !important;
        border-color: var(--theme-color)
    }

.wp-block-tag-cloud, .tagcloud {
    margin-right: -10px;
    margin-bottom: -10px
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 320px
}

    .sidebar-gallery .gallery-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        color: var(--white-color);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(-50%, 20px);
        -ms-transform: translate(-50%, 20px);
        transform: translate(-50%, 20px)
    }

        .sidebar-gallery .gallery-btn:hover {
            color: var(--theme-color)
        }

    .sidebar-gallery .gallery-thumb {
        overflow: hidden;
        position: relative;
        border-radius: 5px
    }

        .sidebar-gallery .gallery-thumb:before {
            content: '';
            height: calc(100% - 14px);
            width: calc(100% - 14px);
            background-color: var(--title-color);
            opacity: 0.8;
            position: absolute;
            top: 7px;
            left: 7px;
            border: 1px solid var(--white-color);
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            border-radius: inherit;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

        .sidebar-gallery .gallery-thumb img {
            width: 100%
        }

        .sidebar-gallery .gallery-thumb:hover:before {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1)
        }

        .sidebar-gallery .gallery-thumb:hover .gallery-btn {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

.recent-post {
    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;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px
}

    .recent-post:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0
    }

    .recent-post .media-img {
        margin-right: 20px;
        overflow: hidden;
        border-radius: 0
    }

        .recent-post .media-img img {
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

    .recent-post .post-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        margin: 8px 0 0 0;
        font-family: var(--title-font)
    }

    .recent-post .recent-post-meta a {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 500;
        color: var(--body-color)
    }

        .recent-post .recent-post-meta a i {
            margin-right: 6px;
            color: var(--theme-color)
        }

        .recent-post .recent-post-meta a:hover {
            color: var(--theme-color)
        }

    .recent-post:hover .media-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

.sidebar-area .widget_title:after {
    content: '';
    height: 1px;
    width: calc(100% + 100px);
    background-color: var(--border-color);
    display: block;
    margin-top: 15px;
    position: relative;
    left: -50px
}

.sidebar-area .widget_title:before {
    content: '';
    height: 1px;
    width: 40px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: lineMove 10s linear infinite;
    animation: lineMove 10s linear infinite
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0
}

    .sidebar-area ul.wp-block-latest-posts li:last-child {
        margin-bottom: 0
    }

.sidebar-area select, .sidebar-area input {
    background-color: var(--white-color)
}

.sidebar-area .widget {
    overflow: hidden
}

    .sidebar-area .widget .wp-block-search {
        margin-bottom: 0
    }

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em
}

.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0
}

    .sidebar-area ol.wp-block-latest-comments li {
        line-height: 1.5;
        margin: 0 0 20px 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-bottom: 20px
    }

        .sidebar-area ol.wp-block-latest-comments li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

@-webkit-keyframes lineMove {
    0% {
        left: -40px
    }

    50% {
        left: 100%
    }

    100% {
        left: -40px
    }
}

@keyframes lineMove {
    0% {
        left: -40px
    }

    50% {
        left: 100%
    }

    100% {
        left: -40px
    }
}

.download-widget-wrap .th-btn {
    width: 100%
}

    .download-widget-wrap .th-btn:first-child {
        margin-bottom: 20px
    }

    .download-widget-wrap .th-btn.style2 {
        color: var(--body-color)
    }

        .download-widget-wrap .th-btn.style2:before, .download-widget-wrap .th-btn.style2:after {
            background-color: var(--theme-color)
        }

        .download-widget-wrap .th-btn.style2:hover {
            color: var(--white-color);
            border-color: var(--theme-color)
        }

.widget_banner {
    background-color: var(--title-color);
    position: relative
}

    .widget_banner .shape1 {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .widget_banner .widget_title {
        color: var(--white-color)
    }

    .widget_banner:has(.widget-map) {
        padding: 0;
        line-height: 0px
    }

.widget-map iframe {
    min-height: 280px
}

.widget-banner {
    height: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width: 360px) {
    .widget-banner {
        height: 280px
    }
}

.widget-banner .icon-btn {
    --btn-size: 70px;
    border-radius: 50%;
    background: var(--white-color);
    border: 0;
    margin-bottom: 12px
}

.widget-banner .text {
    display: block;
    margin-top: -0.4em;
    margin-bottom: 15px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 500
}

.widget-banner .title {
    color: var(--white-color);
    margin-bottom: 28px;
    position: relative
}

    .widget-banner .title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -11px;
        background: var(--white-color);
        height: 2px;
        width: 50px
    }

.widget-banner .link {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500
}

    .widget-banner .link ~ .link {
        margin-top: 5px
    }

    .widget-banner .link:hover {
        color: var(--title-color)
    }

@media (max-width: 1299px) {
    .widget-banner .title {
        font-size: 34px
    }
}

.faq-widget {
    --bs-gutter-x: 10px
}

    .faq-widget textarea.form-control, .faq-widget textarea {
        min-height: 177px
    }

.project-info-list .contact-feature {
    padding: 0px;
    text-align: start
}

    .project-info-list .contact-feature:not(:last-of-type) {
        margin-bottom: 10px;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .project-info-list .contact-feature .contact-feature_label {
        font-size: 14px;
        font-weight: 700;
        color: var(--body-color);
        margin-bottom: 0
    }

    .project-info-list .contact-feature .contact-feature_link {
        font-size: 18px;
        font-weight: 700;
        color: var(--title-color);
        font-family: var(--title-font);
        margin-bottom: -0.3em
    }

.price_slider_wrapper {
    margin-top: -0.5em
}

    .price_slider_wrapper .price_label span {
        display: inline-block;
        color: var(--body-color)
    }

    .price_slider_wrapper .ui-slider {
        height: 6px;
        position: relative;
        width: 100%;
        background-color: var(--theme-color);
        border: none;
        margin-top: 15px;
        margin-bottom: 25px;
        cursor: pointer;
        border-radius: 0
    }

    .price_slider_wrapper .ui-slider-range {
        border: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 1;
        display: block;
        background-color: var(--title-color)
    }

    .price_slider_wrapper .ui-slider-handle {
        width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 50%;
        text-align: center;
        padding: 0;
        cursor: pointer;
        position: absolute;
        margin-top: -5px;
        z-index: 2;
        background-color: var(--white-color);
        border: 3px solid var(--title-color);
        -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
        transform: translateX(-1px)
    }

        .price_slider_wrapper .ui-slider-handle:focus {
            outline: none;
            box-shadow: 1.5px 2.598px 10px 0px rgba(0,0,0,0.15)
        }

        .price_slider_wrapper .ui-slider-handle:last-child {
            -webkit-transform: translateX(-9px);
            -ms-transform: translateX(-9px);
            transform: translateX(-9px)
        }

    .price_slider_wrapper button, .price_slider_wrapper .button {
        background-color: var(--theme-color);
        color: var(--white-color);
        font-weight: 500;
        line-height: 1.6;
        text-transform: capitalize;
        text-align: center;
        border: none;
        display: inline-block;
        overflow: hidden;
        position: relative;
        z-index: 2;
        padding: 7px 20px;
        min-width: 100px;
        font-size: 14px;
        border-radius: 5px;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in
    }

        .price_slider_wrapper button:hover, .price_slider_wrapper .button:hover {
            background-color: var(--title-color)
        }

.widget_shopping_cart .widget_title {
    margin-bottom: 30px;
    border-bottom: none
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0
}

    .widget_shopping_cart ul li {
        list-style-type: none
    }

.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 0;
    text-align: left
}

    .widget_shopping_cart .mini_cart_item:first-child {
        border-top: 1px solid rgba(0,0,0,0.1)
    }

.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color)
}

    .widget_shopping_cart .cart_list a:not(.remove):hover {
        color: var(--theme-color)
    }

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--body-color)
}

    .widget_shopping_cart .cart_list a.remove:hover {
        color: var(--theme-color)
    }

.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px
}

.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500
}

.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--body-font)
}

    .widget_shopping_cart .total strong {
        font-family: var(--title-font)
    }

.widget_shopping_cart .amount {
    padding-left: 5px
}

.widget_shopping_cart .th-btn {
    margin-right: 15px
}

    .widget_shopping_cart .th-btn:last-child {
        margin-right: 0
    }

.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

@media (min-width: 1200px) {
    .sidebar-shop .widget {
        padding: 30px
    }
}

@media (min-width: 992px) {
    .sidebar-shop .widget {
        margin-bottom: 24px
    }
}

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 20px;
        margin: -0.12em 0 24px 0
    }

    .author-widget-wrap .name {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .widget {
        --widget-padding-y: 40px;
        --widget-padding-x: 40px
    }

    .wp-block-tag-cloud a, .tagcloud a {
        padding: 10.5px 18px
    }
}

@media (max-width: 767px) {
    .widget {
        padding: 35px 20px
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size: 14px;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }
}

.footer-widget {
    margin-bottom: 40px
}

    .footer-widget, .footer-widget .widget {
        padding: 0;
        border: none;
        padding-bottom: 0;
        background-color: transparent;
        box-shadow: none
    }

        .footer-widget .form-group > i {
            color: var(--theme-color);
            top: 18px
        }

        .footer-widget .sidebar-gallery {
            max-width: 287px
        }

        .footer-widget .widget_title {
            max-width: 270px;
            color: var(--white-color);
            margin: -0.12em 0 40px 0
        }

        .footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
            margin-top: -5px
        }

        .footer-widget.widget_meta .menu, .footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu, .footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu, .footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu, .footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu, .footer-widget.widget_nav_menu > ul {
            margin-bottom: -5px
        }

        .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
            font-size: 16px;
            font-weight: 400;
            padding: 0 0 0 20px;
            margin-bottom: 21px;
            font-family: var(--body-font);
            display: block;
            max-width: 100%;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            padding-right: 0;
            background-color: transparent;
            border-bottom: none;
            position: relative
        }

            .footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
                content: "\f324";
                font-weight: 600;
                left: 0;
                top: 2px;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                font-size: 0.9em;
                background-color: transparent;
                border: none;
                color: inherit;
                -webkit-transition: 0.4s;
                transition: 0.4s;
                opacity: 1
            }

            .footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
                background-color: transparent;
                color: var(--theme-color)
            }

                .footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
                    color: var(--theme-color)
                }

        .footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
            width: auto;
            height: auto;
            position: relative;
            background-color: transparent;
            color: var(--body-color);
            line-height: 1
        }

        .footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
            margin-bottom: 0
        }

        .footer-widget .recent-post {
            max-width: 280px;
            margin-top: -0.3em;
            margin-bottom: 30px;
            border-bottom: 0;
            padding-bottom: 0
        }

            .footer-widget .recent-post .post-title {
                color: var(--white-color);
                font-size: 16px;
                line-height: 26px;
                margin-bottom: -0.3em;
                margin-top: 4px
            }

            .footer-widget .recent-post:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0
            }

            .footer-widget .recent-post .recent-post-meta a {
                line-height: 1.2;
                color: #9B9B9C;
                font-family: var(--title-font)
            }

                .footer-widget .recent-post .recent-post-meta a:hover {
                    color: var(--theme-color)
                }

            .footer-widget .recent-post .recent-post-meta i {
                color: var(--theme-color)
            }

            .footer-widget .recent-post .recent-post-meta a:hover i {
                color: var(--theme-color)
            }

.th-widget-about .about-logo {
    margin-bottom: 20px
}

.th-widget-about .about-text {
    margin-bottom: 27px;
    margin-top: -0.5em
}

.footer-text {
    margin-top: -0.46em;
    margin-bottom: 25px
}

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .social-box .social-title {
        font-size: 20px;
        color: var(--white-color);
        font-weight: 600;
        margin-right: 20px;
        margin-bottom: 0
    }

.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px
}

    .icon-group a:last-child {
        margin-right: 0
    }

@media (max-width: 1199px) {
    .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px
    }

    .th-widget-about .about-text {
        margin-bottom: 20px
    }

    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

@media (max-width: 575px) {
    .footer-widget .recent-post {
        max-width: 310px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    .sticky-wrapper.sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: var(--white-color);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
        -webkit-animation: stickyAni 0.4s ease-in-out;
        animation: stickyAni 0.4s ease-in-out
    }

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    text-transform: uppercase
}

    .main-menu a:hover {
        color: var(--theme-color)
    }

.main-menu > ul > li {
    margin: 0 14px
}

    .main-menu > ul > li > a {
        padding: 31.5px 0
    }

        .main-menu > ul > li > a:hover {
            color: var(--theme-color)
        }

.main-menu ul {
    margin: 0;
    padding: 0
}

    .main-menu ul li {
        list-style-type: none;
        display: inline-block;
        position: relative
    }

        .main-menu ul li.menu-item-has-children > a:after {
            content: "\2b";
            position: relative;
            font-family: var(--icon-font);
            margin-left: 4px;
            font-weight: 600;
            top: 0;
            font-size: 1em;
            display: inline-block;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        .main-menu ul li.menu-item-has-children:hover > a:after {
            content: "\f068";
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .main-menu ul li:last-child {
            margin-right: 0 !important
        }

        .main-menu ul li:first-child {
            margin-left: 0 !important
        }

        .main-menu ul li:hover > ul.sub-menu {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            z-index: 9
        }

    .main-menu ul.sub-menu {
        position: absolute;
        text-align: left;
        top: 100%;
        left: 0;
        background-color: var(--white-color);
        visibility: hidden;
        min-width: 190px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 7px;
        left: -14px;
        opacity: 0;
        z-index: -1;
        border: 0;
        box-shadow: 0px 4px 15px rgba(1,15,28,0.06);
        border-radius: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s
    }

        .main-menu ul.sub-menu a {
            font-size: 16px;
            line-height: 30px
        }

            .main-menu ul.sub-menu a span {
                font-size: 12px;
                padding: 0px 5px;
                margin-left: 4px;
                background-color: var(--theme-color);
                color: var(--white-color);
                padding: 2px 5px;
                border-radius: 4px;
                position: relative;
                top: -1px
            }

    .main-menu ul.sub-menu {
        padding: 18px 20px 18px 18px;
        left: -27px
    }

        .main-menu ul.sub-menu li {
            display: block;
            margin: 0 0;
            padding: 0px 9px
        }

            .main-menu ul.sub-menu li.menu-item-has-children > a:after {
                content: "\2b";
                float: right;
                top: 1px
            }

            .main-menu ul.sub-menu li.menu-item-has-children:hover > a:after {
                content: "\f068"
            }

            .main-menu ul.sub-menu li a {
                position: relative;
                padding-left: 0px;
                text-transform: capitalize
            }

                .main-menu ul.sub-menu li a:before {
                    content: "\f105";
                    position: absolute;
                    top: 6px;
                    left: 10px;
                    font-family: var(--icon-font);
                    width: 11px;
                    height: 11px;
                    text-align: center;
                    border-radius: 50%;
                    display: inline-block;
                    font-size: 16px;
                    line-height: 1;
                    color: var(--theme-color);
                    font-weight: 600;
                    opacity: 0;
                    -webkit-transition: 0.4s;
                    transition: 0.4s
                }

                .main-menu ul.sub-menu li a:hover {
                    padding-left: 20px
                }

                    .main-menu ul.sub-menu li a:hover:before {
                        opacity: 1;
                        left: 0
                    }

            .main-menu ul.sub-menu li ul.sub-menu {
                left: 100%;
                right: auto;
                top: 0;
                margin: 0 0;
                margin-left: 20px
            }

                .main-menu ul.sub-menu li ul.sub-menu li ul {
                    left: 100%;
                    right: auto
                }

.simple-icon {
    border: none;
    background-color: transparent;
    color: var(--title-color);
    padding: 0;
    font-size: 22px;
    position: relative
}

    .simple-icon .badge {
        padding: 0.20em 0.40em;
        font-size: 0.5em;
        top: -5px;
        right: 0px
    }

    .simple-icon:has(.badge) {
        padding-right: 8px
    }

.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: 20px
}

    .header-button .th-btn {
        margin-left: 10px
    }

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--body-color)
}

.social-links a {
    font-size: 14px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 20px 0 0
}

    .social-links a:last-child {
        margin-right: 0
    }

    .social-links a:hover {
        color: var(--theme-color)
    }

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-links > ul {
    margin: 0;
    padding: 0;
    list-style-type: 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
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400
}

    .header-links li:not(:last-child) {
        margin: 0 55px 0 0
    }

        .header-links li:not(:last-child):after {
            content: '';
            height: 20px;
            width: 2px;
            background-color: var(--body-color);
            opacity: 0.15;
            position: absolute;
            top: 2px;
            right: -30px
        }

    .header-links li > i {
        margin-right: 10px;
        color: var(--theme-color)
    }

.header-links li, .header-links span, .header-links p, .header-links a {
    color: var(--body-color)
}

    .header-links a:hover {
        color: var(--theme-color)
    }

.header-links b, .header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --body-color: #6F6E77
}

    .header-info .icon {
        font-size: 35px;
        color: var(--theme-color)
    }

    .header-info .header-info-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        color: var(--white-color)
    }

    .header-info .header-info-link {
        font-size: 14px;
        font-weight: 500;
        color: var(--border-color)
    }

.dropdown-link {
    position: relative
}

    .dropdown-link > a {
        color: var(--white-color);
        font-weight: 500;
        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
    }

        .dropdown-link > a img {
            margin-right: 10px
        }

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 12px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--border-color)
}

    .dropdown-menu li {
        padding-right: 0;
        margin-right: 0
    }

        .dropdown-menu li:after {
            display: none
        }

        .dropdown-menu li a {
            display: block
        }

    .dropdown-menu a {
        color: var(--title-color) !important
    }

        .dropdown-menu a:hover {
            color: var(--theme-color) !important
        }

    .dropdown-menu:before {
        content: "";
        position: absolute;
        left: 50%;
        top: -7px;
        width: 14px;
        height: 14px;
        margin-left: -7px;
        background-color: var(--white-color);
        z-index: -1;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color)
    }

.header-top {
    padding: 11.5px 0;
    background-color: var(--title-color);
    --body-color: #fff
}

    .header-top a:hover {
        color: var(--theme-color)
    }

.header-layout1 {
    position: relative
}

    .header-layout1 .menu-area {
        position: relative;
        z-index: 2
    }

    .header-layout1 .header-top .container {
        padding-left: 385px
    }

    .header-layout1 .header-logo {
        position: relative;
        z-index: 2;
        margin-top: -50px
    }

    .header-layout1 .header-button .icon-btn {
        color: var(--white-color)
    }

    .header-layout1 .th-menu-toggle {
        margin-left: auto
    }

    .header-layout1 .logo-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 24%;
        height: 100%;
        z-index: 0
    }

        .header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: var(--theme-color);
            -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
            z-index: -1
        }

        .header-layout1 .logo-bg:after {
            background-color: #A01707;
            left: 30px;
            height: 50px;
            -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
            z-index: -2
        }

@media (min-width: 1922px) {
    .header-layout1 .logo-bg {
        width: 30%
    }
}

@media (max-width: 1600px) {
    .header-layout1 .logo-bg {
        width: 19%
    }

    .header-layout1 .header-logo {
        padding-left: 20px
    }

    .header-layout1 .header-top .container {
        padding-left: 370px
    }
}

@media (max-width: 1500px) {
    .header-layout1 .logo-bg {
        width: 21.2%
    }

    .header-layout1 .header-logo {
        padding-left: 30px
    }
}

@media (max-width: 1399px) {
    .header-layout1 .header-button .th-btn {
        display: none
    }

    .header-layout1 .header-logo {
        padding-left: 25px
    }
}

@media (max-width: 1299px) {
    .header-layout1 .logo-bg {
        width: 24%
    }

    .header-layout1 .header-logo {
        padding-left: 0
    }

    .header-layout1 .header-top .container {
        padding-left: 300px
    }
}

@media (max-width: 1199px) {
    .header-layout1 .logo-bg {
        width: 27%
    }

    .header-layout1 .header-links ul li:first-child {
        display: none
    }

    .header-layout1 .main-menu {
        margin-left: 30px
    }
}

@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        width: 50%;
        height: calc(100% - 50px);
        top: unset;
        bottom: 0
    }

        .header-layout1 .logo-bg:after {
            display: none
        }

    .header-layout1 .header-logo {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }

        .header-layout1 .header-logo img {
            max-height: 70px
        }

    .header-layout1 .header-top .container {
        padding-left: 12px
    }
}

@media (max-width: 575px) {
    .header-layout1 .logo-bg {
        width: 70%
    }
}

.header-layout2 .menu-area {
    background: var(--theme-color);
    border-radius: 4px;
    padding: 0 30px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    margin-top: -90px
}

.header-layout2 .main-menu > ul > li > a {
    padding: 31.5px 0;
    color: var(--white-color)
}

.header-layout2 .header-button .th-btn {
    border-radius: 4px;
    padding: 21.5px 40px
}

.header-layout2 .simple-icon {
    color: var(--white-color)
}

.header-layout2 .badge {
    background: var(--white-color);
    color: var(--theme-color)
}

@media (max-width: 1600px) {
    .header-layout2 .th-container {
        --main-container: 1405px
    }
}

@media (max-width: 1200px) {
    .header-layout2 .header-button .th-btn {
        display: none
    }

    .header-layout2 .menu-area {
        padding: 0 30px
    }
}

@media (max-width: 1199px) {
    .header-layout2 .menu-area {
        padding: 0 25px
    }

        .header-layout2 .menu-area .header-logo {
            width: 174px
        }

    .header-layout2 .sticky-wrapper .th-container {
        max-width: none;
        padding: 0
    }

    .header-layout2 .sticky-wrapper .menu-area {
        border-radius: 0
    }
}

@media (max-width: 991px) {
    .header-layout2 .menu-area {
        margin-top: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0 15px
    }

        .header-layout2 .menu-area .th-menu-toggle {
            height: 40px;
            width: 40px;
            background: var(--title-color)
        }
}

.header-layout3 .header-top {
    padding: 18.5px 40px 18.5px 320px
}

    .header-layout3 .header-top .th-social a:hover {
        color: var(--white-color)
    }

.header-layout3 .header-links ul {
    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-layout3 .header-links li:not(:last-child):after {
    height: 35px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    right: -40px
}

.header-layout3 .header-links li:not(:last-child) {
    margin-right: 80px
}

.header-layout3 .menu-area {
    border-radius: 4px;
    padding: 0 0 0 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-layout3 .menu-area-left {
    width: -webkit-fill-available;
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
    background: var(--white-color)
}

    .header-layout3 .menu-area-left:after {
        content: '';
        position: absolute;
        right: -25px;
        top: 0;
        height: 100%;
        width: 227px;
        background: var(--white-color);
        -webkit-clip-path: path("M208.829 67.0989C208.338 68.8161 206.769 70 204.983 70H4C1.79086 70 0 68.2091 0 66V4C0 1.79086 1.79086 0 4 0H222.697C225.355 0 227.273 2.54362 226.543 5.09888L208.829 67.0989Z");
        clip-path: path("M208.829 67.0989C208.338 68.8161 206.769 70 204.983 70H4C1.79086 70 0 68.2091 0 66V4C0 1.79086 1.79086 0 4 0H222.697C225.355 0 227.273 2.54362 226.543 5.09888L208.829 67.0989Z");
        z-index: -1
    }

.header-layout3 .main-menu {
    margin-left: -135px
}

    .header-layout3 .main-menu > ul > li > a {
        padding: 21.5px 0
    }

.header-layout3 .header-logo {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-top: -71px
}

.header-layout3 .header-btn {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    z-index: 2;
    padding: 26.5px 50px 26.5px 56px;
    -webkit-clip-path: path("M18.1711 2.90112C18.6617 1.18391 20.2313 0 22.0172 0H223C225.209 0 227 1.79086 227 4V66C227 68.2091 225.209 70 223 70H4.30291C1.6454 70 -0.273252 67.4564 0.456824 64.9011L18.1711 2.90112Z");
    clip-path: path("M18.1711 2.90112C18.6617 1.18391 20.2313 0 22.0172 0H223C225.209 0 227 1.79086 227 4V66C227 68.2091 225.209 70 223 70H4.30291C1.6454 70 -0.273252 67.4564 0.456824 64.9011L18.1711 2.90112Z")
}

.header-layout3 .logo-bg {
    position: absolute;
    top: -90px;
    left: 0;
    width: 18.8%;
    height: calc(100% + 90px);
    z-index: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%)
}

.header-layout3 .sticky-wrapper.sticky .header-logo {
    margin-top: 0;
    padding: 19.5px 0 19.5px 40px
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-layout3 .sticky-wrapper.sticky .header-btn:hover {
    color: var(--white-color)
}

    .header-layout3 .sticky-wrapper.sticky .header-btn:hover:after, .header-layout3 .sticky-wrapper.sticky .header-btn:hover:before {
        background-color: var(--title-color)
    }

@media (max-width: 1600px) {
    .header-layout3 .logo-bg {
        width: 19.8%
    }
}

@media (max-width: 1500px) {
    .header-layout3 .th-container3 {
        max-width: 1380px
    }

    .header-layout3 .logo-bg {
        width: 22%
    }

    .header-layout3 .main-menu {
        margin-left: 0
    }
}

@media (max-width: 1399px) {
    .header-layout3 .th-container3 {
        padding: 0
    }

    .header-layout3 .menu-area {
        padding: 0 0 0 30px
    }

    .header-layout3 .header-top {
        padding: 18.5px 40px 18.5px 290px
    }

    .header-layout3 .logo-bg {
        width: 19.5%
    }

    .header-layout3 .main-menu {
        margin-left: 42px
    }

    .header-layout3 .sticky-wrapper.sticky {
        padding-right: 15px
    }

        .header-layout3 .sticky-wrapper.sticky .header-logo {
            padding: 19.5px 0 19.5px 30px
        }
}

@media (max-width: 1200px) {
    .header-layout3 .sticky-wrapper.sticky .header-logo {
        padding: 20px 12px
    }

        .header-layout3 .sticky-wrapper.sticky .header-logo img.logo2 {
            width: 200px
        }

    .header-layout3 .main-menu {
        margin-left: 30px
    }

    .header-layout3 .header-btn {
        padding: 26.5px 30px 26.5px 46px
    }

    .header-layout3 .logo-bg {
        width: 22%
    }

    .header-layout3 .sticky-wrapper.sticky .main-menu {
        margin-left: 25px
    }

    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 21%
    }
}

@media (max-width: 1199px) {
    .header-layout3 .header-logo {
        padding-left: 30px
    }

    .header-layout3 .header-top {
        padding: 18.5px 40px 18.5px 270px
    }

    .header-layout3 .logo-bg {
        height: 90px;
        width: 25%;
        background-position: top right !important
    }

    .header-layout3 .menu-area {
        padding: 0
    }

    .header-layout3 .sticky-wrapper.sticky .header-btn {
        display: none
    }

    .header-layout3 .sticky-wrapper.sticky .menu-area-left {
        padding-right: 0;
        margin-right: 0
    }

    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        top: 0;
        width: 23%
    }

    .header-layout3 .header-links li:not(:last-child) {
        margin-right: 60px
    }

        .header-layout3 .header-links li:not(:last-child):after {
            right: -30px
        }
}

@media (max-width: 991px) {
    .header-layout3 .header-top {
        padding: 18.5px 40px 18.5px 40px
    }

    .header-layout3 .header-logo {
        margin-top: 0;
        padding: 10px 0 10px 30px
    }

    .header-layout3 .logo-bg {
        top: 0;
        height: 100%;
        width: 35%
    }

    .header-layout3 .menu-area {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-layout3 .menu-area-left {
        padding: 7px 20px 7px 0;
        margin-right: 0
    }

        .header-layout3 .menu-area-left:after {
            display: none
        }

    .header-layout3 .header-btn {
        display: none
    }

    .header-layout3 .sticky-wrapper.sticky .logo-bg {
        width: 32%
    }

    .header-layout3 .sticky-wrapper.sticky .header-logo {
        padding: 12px
    }

    .header-info .icon {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .header-layout3 .header-top {
        display: none
    }

    .header-layout3 .menu-area {
        margin-top: 0px
    }

    .header-layout3 .sticky-wrapper.sticky .logo-bg, .header-layout3 .logo-bg {
        width: 45%
    }
}

@media (max-width: 575px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg, .header-layout3 .logo-bg {
        width: 63%
    }
}

@media (max-width: 375px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg, .header-layout3 .logo-bg {
        width: 65%
    }

    .header-layout3 .header-logo {
        padding: 10px 0 10px 15px
    }

    .header-layout3 .menu-area-left {
        padding: 7px 15px 7px 0
    }
}

@media (max-width: 320px) {
    .header-layout3 .sticky-wrapper.sticky .logo-bg, .header-layout3 .logo-bg {
        width: 73%
    }
}

.header-layout4 {
    position: relative
}

    .header-layout4 .main-menu {
        margin-left: 45px
    }

    .header-layout4 .header-top {
        background: transparent;
        position: relative;
        z-index: 1
    }

        .header-layout4 .header-top:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            background: var(--title-color);
            height: 100%;
            width: calc(100% - 150px);
            z-index: -1;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%)
        }

        .header-layout4 .header-top .container {
            padding-left: 55px
        }

    .header-layout4 .header-logo {
        position: relative;
        z-index: 2
    }

    .header-layout4 .header-button .icon-btn {
        color: var(--white-color)
    }

    .header-layout4 .th-menu-toggle {
        margin-left: auto
    }

    .header-layout4 .logo-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
        z-index: -1
    }

        .header-layout4 .logo-bg:after {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: var(--theme-color);
            -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
            z-index: -1
        }

    .header-layout4 .sticky-wrapper.sticky .header-top {
        display: none
    }

@media (min-width: 1922px) {
    .header-layout4 .logo-bg {
        width: 31%
    }

    .header-layout4 .header-top:after {
        width: calc(100% - 350px)
    }
}

@media (max-width: 1600px) {
    .header-layout4 .logo-bg {
        width: 18%
    }

    .header-layout4 .header-top:after {
        width: 100%
    }

    .header-layout4 .main-menu {
        margin-left: 60px
    }
}

@media (max-width: 1200px) {
    .header-layout4 .header-top .container {
        padding-left: 30px
    }

    .header-layout4 .header-logo {
        max-width: 175px
    }

    .header-layout4 .main-menu {
        margin-left: 12px
    }

        .header-layout4 .main-menu > ul > li {
            margin: 0 12px
        }

        .header-layout4 .main-menu a {
            font-size: 14px
        }

    .header-layout4 .logo-bg {
        width: 22%
    }
}

@media (max-width: 1199px) {
    .header-layout4 .header-button .th-btn {
        display: none
    }

    .header-layout4 .logo-bg {
        width: 27%
    }
}

@media (max-width: 991px) {
    .header-layout4 .logo-bg {
        width: 37%
    }
}

@media (max-width: 767px) {
    .header-layout4 .logo-bg {
        width: 46%
    }
}

@media (max-width: 575px) {
    .header-layout4 .logo-bg {
        width: 53%
    }
}

@media (max-width: 375px) {
    .header-layout4 .logo-bg {
        width: 60%
    }
}

@media (max-width: 320px) {
    .header-layout4 .logo-bg {
        width: 70%
    }
}

.header-layout5 .sticky-wrapper {
    background: transparent;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0 68px
}

    .header-layout5 .sticky-wrapper.sticky {
        position: fixed;
        top: 0;
        background: var(--title-color)
    }

        .header-layout5 .sticky-wrapper.sticky .header-logo {
            margin-top: 0
        }

.header-layout5 .header-top {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 11px 68px 11px 30px;
    margin-left: 332px
}

.header-layout5 .header-logo {
    margin-top: -50px
}

.header-layout5 .main-menu {
    border-left: 1px solid rgba(255,255,255,0.1);
    margin-left: 55px;
    padding-left: 40px
}

    .header-layout5 .main-menu > ul > li > a {
        padding: 36.5px 0;
        color: var(--white-color)
    }

.header-layout5 .header-button {
    height: 100px;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 40px
}

    .header-layout5 .header-button .simple-icon {
        color: var(--white-color)
    }

.header-layout5 .header-links li {
    font-weight: 500
}

    .header-layout5 .header-links li:not(:last-child):after {
        width: 1px
    }

@media (max-width: 1399px) {
    .header-layout5 .sticky-wrapper {
        padding: 0 40px
    }

    .header-layout5 .main-menu {
        margin-left: 30px
    }

    .header-layout5 .header-top {
        margin-left: 279px;
        padding: 11px 42px 11px 30px
    }
}

@media (max-width: 1200px) {
    .header-layout5 .header-top {
        margin-left: 249px;
        padding: 11.5px 42px 11.5px 30px
    }

    .header-layout5 .header-button .th-btn {
        display: none
    }

    .header-layout5 .header-links li {
        font-size: 14px
    }

    .header-layout5 .main-menu {
        margin-left: 0px
    }

        .header-layout5 .main-menu a {
            font-size: 14px
        }
}

@media (max-width: 991px) {
    .header-layout5 .sticky-wrapper {
        top: 0;
        padding: 9px 20px
    }

    .header-layout5 .header-logo {
        margin-top: 0px
    }
}

@media (max-width: 575px) {
    .header-layout5 .sticky-wrapper {
        padding: 4px 0
    }
}

.footer-wrapper {
    position: relative;
    z-index: 2
}

.widget-area {
    padding-top: 80px;
    padding-bottom: 40px
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative
}

    .footer-links li:after {
        content: "";
        height: 20px;
        width: 1px;
        background-color: var(--body-color);
        position: absolute;
        top: 50%;
        right: 0;
        margin: -10px 0
    }

    .footer-links li:last-child {
        margin-right: 0;
        padding-right: 0
    }

        .footer-links li:last-child:after {
            display: none
        }

.footer-links a {
    font-family: inherit;
    color: var(--body-color)
}

    .footer-links a:hover {
        color: var(--theme-color)
    }

.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto
}

.copyright-text {
    margin: 0
}

    .copyright-text a {
        color: var(--theme-color)
    }

        .copyright-text a:hover {
            color: var(--white-color)
        }

.th-widget-contact {
    max-width: 265px;
    margin-bottom: -0.3em;
    margin-top: -0.3em
}

.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.footer-contact-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-contact_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    min-width: 70px;
    font-size: 30px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 5px;
    text-align: center;
    position: relative
}

    .footer-contact_icon:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: var(--title-color);
        border-radius: inherit;
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: -1;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out
    }

    .footer-contact_icon:hover:before {
        top: 0;
        left: 0
    }

.footer-contact_text {
    display: block;
    color: var(--body-color);
    margin-bottom: 5px
}

.footer-contact_link {
    display: inline-block;
    color: var(--body-color);
    font-size: 20px;
    font-weight: 600
}

    .footer-contact_link:hover {
        color: var(--title-color)
    }

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

    .info-box:last-child {
        margin-bottom: -5px
    }

.info-box_icon {
    font-size: 20px;
    background-color: transparent;
    color: var(--theme-color);
    text-align: center;
    margin-right: 10px
}

.info-box_title {
    font-family: var(--body-font);
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.5em;
    color: #fff;
}

.info-box_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.35em;
    margin-bottom: 0
}

.info-box_link {
    display: inline-block;
    color: var(--body-color)
}

    .info-box_link:hover {
        color: var(--theme-color)
    }

.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding-left: 60px
}

    .footer-newsletter .newsletter-title {
        max-width: 425px;
        margin-bottom: 0
    }

.footer-layout1 {
    background-color: #080e1c;
    --body-color: #CDCDCD;
    overflow: hidden
}

    .footer-layout1 .footer-top {
        background-color: var(--theme-color);
        position: relative;
        z-index: 2;
        padding: 50px 0
    }

    .footer-layout1 .footer-logo {
        padding: 45px 45px 45px 0
    }

    .footer-layout1 .shape-left, .footer-layout1 .shape-right {
        position: absolute;
        z-index: -1
    }

    .footer-layout1 .shape-left {
        top: 0;
        left: 0
    }

    .footer-layout1 .shape-right {
        bottom: 65px;
        right: 0
    }

    .footer-layout1 .logo-bg {
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--white-color);
        height: 100%;
        width: 33%;
        z-index: -1;
        -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0)
    }

        .footer-layout1 .logo-bg:before {
            content: "";
            height: 100%;
            width: calc(100% - 10px);
            background-color: var(--title-color);
            position: absolute;
            top: 0;
            left: 0;
            -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0)
        }

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .copyright-text {
        text-align: center
    }
}

@media (max-width: 575px) {
    .copyright-wrap {
        background-size: cover
    }
}

.footer-widget .contact-feature {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    gap: 15px
}

    .footer-widget .contact-feature:not(:last-child) {
        margin-bottom: 28px
    }

    .footer-widget .contact-feature .icon-btn {
        --btn-size: 44px;
        font-size: 16px
    }

.footer-widget .contact-feature_label {
    margin-top: -0.4em;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5
}

.footer-widget .contact-feature_link {
    font-size: 18px;
    margin-bottom: -0.4em;
    display: block
}

.newsletter-widget {
    max-width: 300px
}

    .newsletter-widget .newsletter-form {
        gap: 0;
        position: relative
    }

    .newsletter-widget .form-group {
        margin-bottom: 0
    }

    .newsletter-widget input {
        border-radius: 4px;
        padding: 0 65px 0 20px
    }

        .newsletter-widget input::-webkit-input-placeholder {
            color: #9B9B9C
        }

        .newsletter-widget input::-moz-placeholder {
            color: #9B9B9C
        }

        .newsletter-widget input:-ms-input-placeholder {
            color: #9B9B9C
        }

        .newsletter-widget input::-ms-input-placeholder {
            color: #9B9B9C
        }

        .newsletter-widget input::placeholder {
            color: #9B9B9C
        }

    .newsletter-widget .th-btn {
        position: absolute;
        right: 0;
        min-width: auto;
        padding: 16.5px 17px;
        position: absolute;
        top: 5px;
        right: 5px
    }

.footer-layout2 {
    background-color: var(--title-color);
    --body-color: #CDCDCD;
    -webkit-animation: footer-bg-anime 80s linear infinite;
    animation: footer-bg-anime 80s linear infinite;
    background-repeat: repeat-x
}

    .footer-layout2 .footer-top {
        padding: 60px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-bottom: -91.5px;
        margin-top: 91.5px
    }

    .footer-layout2 .sub-title {
        margin-bottom: 17px
    }

    .footer-layout2 .sec-title {
        font-size: 30px
    }

    .footer-layout2 .copyright-wrap {
        background: #0A0A18
    }

@-webkit-keyframes footer-bg-anime {
    0% {
        background-position: top right
    }

    100% {
        background-position: top right 2000px
    }
}

@keyframes footer-bg-anime {
    0% {
        background-position: top right
    }

    100% {
        background-position: top right 2000px
    }
}

.footer-layout3 {
    --body-color: #363739;
    background-color: var(--smoke-color);
    background-position: bottom
}

    .footer-layout3 .footer-widget .recent-post .post-title, .footer-layout3 .footer-widget .widget_title {
        color: var(--title-color)
    }

    .footer-layout3 .copyright-wrap {
        --body-color: #CDCDCD
    }

@media (max-width: 1199px) {
    .footer-layout2 .footer-top {
        margin-bottom: -112px;
        margin-top: 112px
    }
}

@media (max-width: 991px) {
    .footer-wrapper .newsletter-form {
        max-width: 400px
    }

    .newsletter-wrap .newsletter-title {
        font-size: 24px
    }

    .newsletter-wrap .newsletter-text {
        font-size: 14px
    }

    .footer-layout2 .footer-top {
        margin-bottom: -131px;
        margin-top: 131px;
        padding: 50px 40px
    }
}

@media (max-width: 767px) {
    .newsletter-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        border-left: none;
        gap: 20px
    }

        .newsletter-wrap .newsletter-title {
            text-align: center
        }

    .footer-wrapper .newsletter-form {
        max-width: 550px;
        gap: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-layout2 .footer-top {
        margin-bottom: -150px;
        margin-top: 150px
    }
}

@media (max-width: 575px) {
    .footer-wrapper .newsletter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-layout2 .footer-top {
        margin-bottom: -170px;
        margin-top: 170px;
        padding: 50px 35px
    }
}

.footer-layout5 {
    background-color: #080e1c;
    --body-color: #CDCDCD;
    overflow: hidden
}

    .footer-layout5 .footer-top {
        position: relative;
        z-index: 2;
        padding: 40px 0;
        border-bottom: 1px solid #363739
    }

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 32px 0 -0.5em 0;
    list-style-type: none;
    position: relative
}

    .breadcumb-menu li {
        display: inline-block;
        margin-right: 3px;
        padding-right: 5px;
        list-style: none;
        position: relative
    }

        .breadcumb-menu li a:hover {
            color: var(--theme-color)
        }

        .breadcumb-menu li:after {
            content: "\f101";
            position: relative;
            margin-left: 10px;
            font-weight: 500;
            font-size: 15px;
            color: var(--white-color);
            font-family: var(--icon-font)
        }

        .breadcumb-menu li:last-child {
            padding-right: 0;
            margin-right: 0;
            color: var(--theme-color)
        }

            .breadcumb-menu li:last-child:after {
                display: none
            }

    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
        white-space: normal;
        color: inherit;
        word-break: break-word;
        font-weight: 700;
        font-family: var(--title-font);
        font-size: 20px;
        color: var(--white-color)
    }

.breadcumb-title {
    color: var(--white-color);
    margin: -0.22em 0 -0.14em 0;
    line-height: 1.1
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 138px 0;
    overflow: hidden
}

    .breadcumb-wrapper:before {
        z-index: -1
    }

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 130px 0
    }

    .breadcumb-menu {
        margin: 20px 0 -0.5em 0
    }

        .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
            font-size: 16px
        }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 120px 0
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 100px 0
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 34px
    }
}

.th-pagination {
    margin-bottom: 40px;
    padding-top: 20px
}

    .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;
        border: 1px solid var(--theme-color);
        color: var(--theme-color);
        background-color: transparent;
        width: 60px;
        height: 60px;
        line-height: 60px;
        z-index: 1;
        font-size: 18px;
        font-weight: 700;
        border-radius: 50%
    }

        .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)
        }

@media (max-width: 991px) {
    .th-pagination {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .th-pagination span, .th-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

blockquote, .wp-block-quote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--title-color);
    background-color: var(--quote-bg, #fff);
    padding: 40px 40px 30px;
    margin: 30px 0 40px;
    line-height: 30px;
    border: none !important;
    border-radius: 0px
}

    blockquote p, blockquote pre, .wp-block-quote p, .wp-block-quote pre {
        font-family: inherit;
        color: inherit;
        font-weight: inherit;
        width: 100%;
        position: relative;
        z-index: 3;
        margin-top: -0.5em;
        margin-bottom: 0
    }

        blockquote p a, blockquote pre a, .wp-block-quote p a, .wp-block-quote pre a {
            color: inherit
        }

    blockquote:before, .wp-block-quote:before {
        content: "\f10e";
        font-family: var(--icon-font);
        position: absolute;
        right: 80px;
        bottom: 10px;
        font-size: 60px;
        font-weight: 300;
        line-height: normal;
        color: var(--theme-color);
        background-color: transparent;
        width: auto;
        height: auto;
        text-align: center;
        display: grid;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    blockquote cite, .wp-block-quote cite {
        display: inline-block;
        font-size: 18px !important;
        font-family: var(--title-font);
        position: relative;
        padding-left: 40px;
        line-height: 1;
        font-weight: 700;
        margin-top: 20px;
        font-style: normal;
        color: var(--title-color);
        white-space: nowrap
    }

        blockquote cite:before, .wp-block-quote cite:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 7px;
            width: 30px;
            height: 4px;
            border-top: 4px solid var(--theme-color)
        }

    blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right, .wp-block-quote.style-left-icon, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.has-text-align-right {
        padding: 50px 40px 38px 165px
    }

    blockquote.style-left-icon, .wp-block-quote.style-left-icon {
        font-size: 18px;
        color: var(--body-color);
        font-weight: 400;
        line-height: 1.556;
        background-color: var(--smoke-color);
        padding-left: 160px
    }

        blockquote.style-left-icon cite, .wp-block-quote.style-left-icon cite {
            color: var(--title-color)
        }

            blockquote.style-left-icon cite:before, .wp-block-quote.style-left-icon cite:before {
                background-color: var(--title-color);
                top: 8px
            }

    blockquote.is-large p, blockquote.is-style-large p, .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        margin-bottom: -0.4em
    }

    blockquote.is-large cite:before, blockquote.is-style-large cite:before, .wp-block-quote.is-large cite:before, .wp-block-quote.is-style-large cite:before {
        top: unset;
        bottom: 10px
    }

    blockquote.has-text-align-right:before, .wp-block-quote.has-text-align-right:before {
        content: "\f10d";
        right: unset;
        left: 0
    }

.wp-block-pullquote {
    color: var(--body-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--body-color) !important
}

.wp-block-column blockquote, .wp-block-column .wp-block-quote {
    padding: 100px 15px 30px 15px
}

    .wp-block-column blockquote:before, .wp-block-column .wp-block-quote:before {
        width: 100%;
        height: 60px;
        font-size: 30px
    }

    .wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right, .wp-block-column .wp-block-quote.style-left-icon, .wp-block-column .wp-block-quote.is-large:not(.is-style-plain), .wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-column .wp-block-quote.has-text-align-right {
        padding: 100px 15px 30px 15px
    }

@media (max-width: 1199px) {
    blockquote, .wp-block-quote {
        font-size: 16px
    }

        blockquote cite, .wp-block-quote cite {
            margin-top: 23px
        }

        blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right, .wp-block-quote.style-left-icon, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.has-text-align-right {
            padding: 40px 20px 30px 120px
        }
}

@media (max-width: 767px) {
    blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right, .wp-block-quote.style-left-icon, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.has-text-align-right {
        padding: 100px 20px 30px 20px
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }
}

.blog-meta {
    display: block
}

    .blog-meta span, .blog-meta a {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        color: var(--title-color);
        font-family: var(--body-font);
        position: relative;
        margin-right: 16px
    }

        .blog-meta span:after, .blog-meta a:after {
            content: '';
            display: inline-block;
            height: 15px;
            width: 1px;
            background-color: var(--border-color);
            margin-left: 20px;
            position: relative;
            top: 3px
        }

        .blog-meta span i, .blog-meta a i {
            margin-right: 10px;
            color: var(--theme-color)
        }

        .blog-meta span:last-child, .blog-meta a:last-child {
            margin-right: 0;
            padding-right: 0
        }

            .blog-meta span:last-child:after, .blog-meta a:last-child:after {
                display: none
            }

    .blog-meta .author img {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin-right: 6px
    }

    .blog-meta a:hover {
        color: var(--theme-color)
    }

.blog-audio img, .blog-img img, .blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title a {
    color: inherit
}

    .blog-title a:hover {
        color: var(--theme-color)
    }

.th-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    margin-top: -0.3em;
    margin-bottom: 32px
}

    .blog-inner-title i {
        color: var(--theme-color);
        margin-right: 4px
    }

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    background-color: var(--smoke-color);
    overflow: hidden
}

    .blog-single .blog-title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.333;
        font-weight: 700
    }

    .blog-single .blog-text {
        margin-bottom: 27px
    }

    .blog-single .social-links {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline-block
    }

        .blog-single .social-links li {
            display: inline-block;
            margin-right: 3px
        }

            .blog-single .social-links li:last-child {
                margin-right: 0
            }

        .blog-single .social-links a {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background-color: var(--smoke-color);
            font-size: 14px;
            color: var(--title-color);
            text-align: center;
            border-radius: 5px
        }

            .blog-single .social-links a:hover {
                color: var(--white-color);
                background-color: var(--theme-color)
            }

    .blog-single .blog-meta {
        margin: -0.35em 0 11px 0
    }

    .blog-single .blog-content {
        margin: 0 0 0 0;
        padding: 40px;
        position: relative
    }

    .blog-single .blog-audio {
        line-height: 1
    }

    .blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
        position: relative;
        overflow: hidden;
        background-color: var(--smoke-color)
    }

        .blog-single .blog-img .slick-arrow {
            --pos-x: 30px;
            --icon-size: 45px;
            border: none;
            background-color: var(--white-color);
            color: var(--theme-color);
            box-shadow: none
        }

            .blog-single .blog-img .slick-arrow:hover {
                background-color: var(--theme-color);
                color: var(--white-color)
            }

        .blog-single .blog-img .play-btn {
            --icon-size: 60px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
        }

    .blog-single .line-btn {
        display: block;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-bottom: -1px
    }

    .blog-single:hover .blog-img .slick-arrow {
        opacity: 1;
        visibility: visible
    }

.blog-details .blog-single {
    background: transparent;
    border: 1px solid var(--border-color)
}

.share-links-title {
    font-size: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 20px 0 0;
    display: inline-block
}

.share-links {
    margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 30px 0
}

    .share-links > .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        --bs-gutter-y: 20px
    }

    .share-links .wp-block-tag-cloud, .share-links .tagcloud {
        display: inline-block
    }

        .share-links .wp-block-tag-cloud a, .share-links .tagcloud a {
            background: var(--smoke-color)
        }

            .share-links .wp-block-tag-cloud a:hover, .share-links .tagcloud a:hover {
                background: var(--theme-color)
            }

.blog-author {
    background: var(--smoke-color);
    margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

    .blog-author .auhtor-img {
        border-radius: 50%
    }

        .blog-author .auhtor-img img {
            border-radius: 50%
        }

    .blog-author .media {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 9px
    }

        .blog-author .media .media-body .th-social {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex
        }

    .blog-author .author-name {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 3px
    }

        .blog-author .author-name a {
            color: var(--title-color)
        }

            .blog-author .author-name a:hover {
                color: var(--theme-color)
            }

    .blog-author .author-desig {
        color: var(--theme-color);
        font-size: 14px;
        font-weight: 500
    }

    .blog-author .author-text {
        margin-bottom: -0.3em
    }

@media (max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 28px
    }

    .share-links {
        --blog-space-x: 20px
    }
}

@media (max-width: 1199px) {
    .blog-author {
        display: block;
        --blog-space-x: 20px
    }

        .blog-author .auhtor-img {
            margin-bottom: 25px
        }

    .blog-single .blog-content {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .blog-single .blog-content {
        padding: 40px
    }

    .blog-author, .share-links {
        --blog-space-x: 40px
    }
}

@media (max-width: 767px) {
    .blog-author, .share-links {
        --blog-space-x: 20px
    }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }

    .blog-single .blog-content {
        padding: 30px 20px
    }

    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.3
    }

    .blog-single .blog-text {
        margin-bottom: 22px
    }

    .blog-single .blog-bottom {
        padding-top: 15px
    }

    .blog-single .blog-meta span, .blog-single .blog-meta a {
        padding-right: 3px
    }

        .blog-single .blog-meta span:after, .blog-single .blog-meta a:after {
            display: none
        }

    .blog-single .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0
    }
}

@media (max-width: 575px) {
    blockquote, .wp-block-quote {
        padding: 20px 20px 30px
    }

        blockquote:before, .wp-block-quote:before {
            right: 30px
        }

    .blog-author {
        padding: 20px
    }
}

.th-comment-form {
    margin-top: var(--blog-space-y, 40px);
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    position: relative
}

    .th-comment-form .row {
        --bs-gutter-x: 20px
    }

    .th-comment-form .form-title {
        margin-top: -0.35em
    }

        .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-comment-form .form-group > i {
        color: var(--theme-color)
    }

.blog-comment-area {
    margin-bottom: 25px
}

.th-comments-wrap {
    --border-color: #cdcdcd;
    padding-top: 20px;
    margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px)
}

    .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;
        position: relative
    }

        .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-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: 30px;
        overflow: hidden;
        border-radius: 50%
    }

        .th-comments-wrap .comment-avater img {
            width: 100%;
            border-radius: 50%
        }

    .th-comments-wrap .comment-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--border-color)
    }

    .th-comments-wrap .commented-on {
        font-size: 14px;
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 400;
        color: var(--body-color)
    }

        .th-comments-wrap .commented-on i {
            margin-right: 7px;
            font-size: 0.9rem;
            color: var(--theme-color)
        }

    .th-comments-wrap .name {
        margin-bottom: 8px;
        font-size: 17px
    }

    .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-bottom: -0.46em
    }

        .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: 700;
        font-size: 14px;
        color: var(--white-color);
        display: inline-block;
        background: var(--title-color);
        border-radius: 4px;
        text-transform: uppercase;
        padding: 5px 17px;
        position: absolute;
        right: 0;
        top: 0
    }

        .th-comments-wrap .reply-btn i {
            margin-right: 7px
        }

        .th-comments-wrap .reply-btn:hover {
            background: var(--theme-color)
        }

    .th-comments-wrap .star-rating {
        font-size: 12px;
        margin-bottom: 10px;
        position: absolute;
        top: 5px;
        right: 0;
        width: 80px
    }

ul.comment-list .th-comment-item:last-child > .th-post-comment .comment-content {
    border-bottom: none;
    padding-bottom: 0
}

ul.comment-list .th-comment-item:first-child > .th-post-comment .comment-content {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color)
}

.th-comments-wrap.th-comment-form {
    margin: 0
}

@media (max-width: 1199px) {
    .th-comments-wrap, .th-comment-form {
        --blog-space-x: 20px
    }

        .th-comments-wrap .children {
            margin-left: 40px
        }
}

@media (max-width: 991px) {
    .th-comment-form, .th-comments-wrap {
        --blog-space-x: 40px
    }

        .th-comments-wrap .comment-avater {
            margin-right: 20px
        }

        .th-comments-wrap .name {
            font-size: 18px
        }
}

@media (max-width: 767px) {
    .th-comment-form, .th-comments-wrap {
        --blog-space-x: 20px
    }

        .th-comments-wrap .name {
            font-size: 16px
        }

        .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-wrapper .slick-arrow {
        --pos-x: 110px;
        box-shadow: none
    }

    .th-hero-wrapper .slick-dots {
        position: absolute;
        top: 50%;
        left: 80px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0
    }

        .th-hero-wrapper .slick-dots li {
            display: block;
            margin: 0
        }

            .th-hero-wrapper .slick-dots li ~ li {
                margin: 15px 0 0 0
            }

        .th-hero-wrapper .slick-dots button {
            height: 6px;
            width: 6px;
            background: var(--theme-color)
        }

            .th-hero-wrapper .slick-dots button:before {
                background: transparent;
                border: 2px solid var(--theme-color)
            }

@media (max-width: 1600px) {
    .th-hero-wrapper .slick-arrow {
        --pos-x: 50px
    }
}

@media (max-width: 1500px) {
    .th-hero-wrapper .slick-arrow {
        --pos-x: 40px
    }
}

.th-hero-bg {
    position: absolute;
    inset: 0
}

@-webkit-keyframes anim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes anim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.th-hero-overlay {
    position: absolute;
    left: 0;
    top: 0
}

.hero-slider-1 .slick-arrow {
    --pos-x: 110px;
    box-shadow: none;
    -webkit-transform: translate(0, calc(50% + 5px));
    -ms-transform: translate(0, calc(50% + 5px));
    transform: translate(0, calc(50% + 5px))
}

    .hero-slider-1 .slick-arrow.slick-next {
        left: var(--pos-x);
        -webkit-transform: translate(0, calc(-50% - 5px));
        -ms-transform: translate(0, calc(-50% - 5px));
        transform: translate(0, calc(-50% - 5px))
    }

.hero-video-1 .play-btn > i {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    color: var(--title-color);
    font-size: var(--icon-font-size, 20px)
}

    .hero-video-1 .play-btn > i:hover {
        color: var(--white-color)
    }

.hero-subtitle {
    font-family: var(--body-font);
    color: var(--theme-color);
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: -0.24em
}

.hero-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 0
}

    .hero-title:last-of-type {
        margin-bottom: 35px
    }

.hero-text {
    margin-bottom: 43px
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 200px 0;
    max-width: 710px
}

.hero-2 {
    background: #F3F1F2;
    position: relative;
    overflow: hidden
}

    .hero-2 .banner-img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0
    }

.hero-style2 {
    padding: 273px 0 185px
}

    .hero-style2 .hero-title {
        font-weight: 800;
        margin-bottom: 18px
    }

    .hero-style2 .hero-text {
        margin-bottom: 40px;
        font-size: 18px;
        font-weight: 500;
        max-width: 630px
    }

.hero-3 {
    margin-top: -160px
}

    .hero-3 .th-hero-bg {
        z-index: 0
    }

.hero-style3 {
    padding: calc(160px + 173px) 0 270px
}

.hero-style4 {
    position: relative;
    z-index: 6;
    padding: 200px 0;
    max-width: 710px
}

.hero-style5 {
    padding: 330px 0 180px
}

    .hero-style5 .hero-title {
        margin-bottom: 20px
    }

    .hero-style5 .hero-text {
        max-width: 700px
    }

@media (max-width: 1600px) {
    .hero-slider-1 .slick-arrow {
        --pos-x: 50px
    }
}

@media (max-width: 1500px) {
    .hero-1 .th-hero-bg {
        background-position: -150px center
    }

    .hero-2 .banner-anime-img img {
        object-fit: cover;
        object-position: left
    }
}

@media (max-width: 1400px) {
    .hero-style4, .hero-style1 {
        padding: 180px 0
    }

    .hero-title {
        font-size: 66px;
        line-height: normal
    }
}

@media (max-width: 1399px) {
    .hero-2 .banner-anime-img {
        margin: 0
    }

        .hero-2 .banner-anime-img img {
            object-fit: cover;
            object-position: center
        }
}

@media (max-width: 1299px) {
    .hero-style1 {
        padding: 150px 0
    }

    .hero-1 .th-hero-bg {
        background-position: -118px center
    }
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 60px
    }

    .hero-style3 {
        padding: calc(160px + 120px) 0 221px
    }

    .hero-1 .th-hero-bg {
        background-position: -115px center
    }

    .hero-style4 {
        padding: 120px 0
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 45px;
        line-height: 1.2
    }

    .hero-1 .hero-slider-1 .th-hero-slide {
        padding-bottom: 110px
    }

    .hero-style1 {
        padding: 110px 0 50px;
        text-align: center
    }

        .hero-style1 .btn-group {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .hero-style1 .hero-text {
            margin-left: auto;
            margin-right: auto
        }

    .hero-video-1 .play-btn > i {
        --icon-size: 60px
    }

    .hero-style2 .hero-text {
        font-size: 16px
    }

    .hero-style2 {
        padding: 140px 0
    }

    .hero-style3 {
        padding: calc(175px + 120px) 0 221px
    }

    .hero-style5 {
        padding: 250px 0 150px
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 48px
    }

    .hero-style2 {
        text-align: center;
        padding: 140px 0 80px
    }

        .hero-style2 .btn-group {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .hero-style3 {
        padding: 120px 0 215px
    }

    .hero-3 {
        margin-top: 0
    }

    .hero-4 .th-hero-bg {
        background-position: left
    }

    .hero-style4 {
        text-align: center
    }

        .hero-style4 .btn-group {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .hero-2 .banner-img {
        background-position: left
    }
}

@media (max-width: 575px) {
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 12px
    }

    .hero-title {
        font-size: 42px;
        line-height: 1.24
    }

        .hero-title:last-of-type {
            margin-bottom: 30px
        }

    .hero-text {
        margin-bottom: 28px
    }

    .hero-2 .banner-anime-img img {
        object-position: left
    }

    .hero-style2 {
        padding: 120px 0
    }

    .hero-style5 {
        padding: 208px 0 120px
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: 40px;
        line-height: 1.3
    }
}

@media (max-width: 330px) {
    .hero-title {
        font-size: 30px
    }
}

.error-content {
    text-align: center
}

.error-img {
    text-align: center;
    margin-bottom: 60px
}

.error-title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 800;
    margin-top: -0.25em
}

.error-text {
    margin-bottom: 40px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #363739
}

@media (max-width: 991px) {
    .error-title {
        margin-bottom: 15px
    }

    .error-img {
        margin-bottom: 30px
    }

    .error-text {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .error-title {
        margin-bottom: 10px
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0,0,0,0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    .popup-search-box button.searchClose {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 40px;
        right: 40px;
        border-width: 1px;
        border-style: solid;
        border-color: var(--theme-color);
        background-color: transparent;
        font-size: 22px;
        border-radius: 50%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        color: var(--theme-color)
    }

        .popup-search-box button.searchClose:hover {
            color: var(--body-color);
            background-color: #fff;
            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-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

    .popup-search-box form input::-moz-placeholder {
        color: #fff
    }

    .popup-search-box form input::-webkit-input-placeholder {
        color: #fff
    }

    .popup-search-box form input:-ms-input-placeholder {
        color: #fff
    }

    .popup-search-box form input::-ms-input-placeholder {
        color: #fff
    }

    .popup-search-box form input::placeholder {
        color: #fff
    }

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    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;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0
}

    .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 .closeButton {
        display: inline-block;
        border: 2px solid;
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-size: 24px;
        padding: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: var(--white-color);
        border-radius: 50%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

        .sidemenu-wrapper .closeButton:hover {
            color: var(--theme-color);
            border-color: var(--theme-color);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .sidemenu-wrapper .sidemenu-content {
        background-color: var(--white-color);
        width: 450px;
        margin-left: auto;
        padding: 80px 30px;
        height: 100%;
        overflow: scroll;
        position: relative;
        right: -500px;
        cursor: auto;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        -webkit-transition: right ease 1s;
        transition: right ease 1s
    }

        .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
            box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
            background-color: #F5F5F5
        }

        .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
            width: 2px;
            background-color: #F5F5F5
        }

    .sidemenu-wrapper .widget {
        padding: 0;
        border: none;
        background-color: transparent
    }

    .sidemenu-wrapper.show {
        opacity: 1;
        visibility: visible;
        width: 100%;
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s
    }

        .sidemenu-wrapper.show .sidemenu-content {
            right: 0;
            opacity: 1;
            visibility: visible
        }

.woocommerce-message, .woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 5px
}

    .woocommerce-message a, .woocommerce-info a {
        color: var(--white-color);
        text-decoration: underline
    }

        .woocommerce-message a:hover, .woocommerce-info a:hover {
            color: var(--title-color)
        }

    .woocommerce-message:before, .woocommerce-info:before {
        content: '\f06a';
        font-family: var(--icon-font);
        font-weight: 400;
        margin-right: 10px;
        font-size: 18px;
        position: absolute;
        left: 20px;
        top: 11px
    }

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color)
}

    .woocommerce-notices-wrapper .woocommerce-message:before {
        content: '\f14a';
        font-weight: 300
    }

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
    color: var(--white-color)
}

    .woocommerce-form-login-toggle .woocommerce-info a {
        color: inherit
    }

        .woocommerce-form-login-toggle .woocommerce-info a:hover {
            color: var(--title-color)
        }

.woocommerce-form-register, .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;
    border-radius: 10px
}

@media (max-width: 575px) {
    .woocommerce-form-register, .woocommerce-form-coupon, .woocommerce-form-login {
        padding: 40px 20px
    }
}

.woocommerce-form-register .form-group, .woocommerce-form-coupon .form-group, .woocommerce-form-login .form-group {
    margin-bottom: 20px
}

    .woocommerce-form-register .form-group:last-child, .woocommerce-form-coupon .form-group:last-child, .woocommerce-form-login .form-group:last-child {
        margin-bottom: 0
    }

.woocommerce-form-login {
    margin-bottom: 30px
}

.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none
}

    nav.woocommerce-MyAccount-navigation li:first-child {
        border-top: 1px solid #ddd
    }

    nav.woocommerce-MyAccount-navigation li a {
        color: var(--title-color);
        font-weight: 700;
        padding: 7px 17px;
        display: block
    }

        nav.woocommerce-MyAccount-navigation li.is-active a, nav.woocommerce-MyAccount-navigation li a:hover {
            color: var(--white-color);
            background-color: var(--theme-color)
        }

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700
}

    .woocommerce-MyAccount-content .btn:hover {
        background-color: var(--title-color);
        color: var(--white-color)
    }

table.variations, .woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

    table.variations td, .woocommerce-grouped-product-list-item td {
        border: none;
        vertical-align: middle;
        padding: 0 5px
    }

        table.variations td:first-child, .woocommerce-grouped-product-list-item td:first-child {
            padding: 0
        }

    table.variations label, .woocommerce-grouped-product-list-item label {
        margin: 0;
        font-size: 14px;
        text-transform: capitalize
    }

        table.variations label a, .woocommerce-grouped-product-list-item label a {
            color: var(--title-color)
        }

            table.variations label a:hover, .woocommerce-grouped-product-list-item label a:hover {
                color: var(--theme-color)
            }

    table.variations .label, .woocommerce-grouped-product-list-item .label {
        border: none
    }

table.variations__label, .woocommerce-grouped-product-list-item__label {
    border: none !important;
    font-weight: 600
}

table.variations__price, .woocommerce-grouped-product-list-item__price {
    border: none !important
}

    table.variations__price .price, table.variations__price .amount, .woocommerce-grouped-product-list-item__price .price, .woocommerce-grouped-product-list-item__price .amount {
        font-size: 18px !important
    }

table.variations del, .woocommerce-grouped-product-list-item del {
    margin-left: 12px
}

.woocommerce-product-attributes th, .woocommerce-product-attributes td {
    border: 1px solid var(--border-color)
}

    .woocommerce-product-attributes th p:last-child, .woocommerce-product-attributes td p:last-child {
        margin-bottom: 0
    }

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px
}

    .woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
        font-size: 16px;
        color: var(--title-color)
    }

    .woocommerce-grouped-product-list.group_table label {
        margin: 0 0 0 10px;
        margin: 0 0 0 10px;
        font-family: var(--title-font);
        font-size: 18px
    }

    .woocommerce-grouped-product-list.group_table .qty-input {
        border-color: #e3e6e9
    }

    .woocommerce-grouped-product-list.group_table tr {
        border-bottom: 1px solid #e3e6e9
    }

        .woocommerce-grouped-product-list.group_table tr:last-child {
            border-bottom: none
        }

    .woocommerce-grouped-product-list.group_table td {
        padding: 30px 5px
    }

table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative
}

    table.variations td {
        padding: 0
    }

        table.variations td.label {
            padding-right: 10px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content
        }

    table.variations select {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-weight: 400;
        line-height: 1.5;
        vertical-align: middle;
        margin: 0;
        padding-right: 54px;
        padding-left: 20px;
        height: 50px
    }

    table.variations .reset_variations {
        margin-left: 16px;
        display: inline-block;
        position: absolute;
        left: 100%;
        bottom: 25px
    }

.woosq-product .product .woocommerce-grouped-product-list-item__quantity, .woosq-product .product .woocommerce-grouped-product-list-item__label, .woosq-product .product .woocommerce-grouped-product-list-item__price {
    width: auto !important
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px
}

    .woocommerce-variation.single_variation .price {
        color: var(--title-color);
        font-weight: 700
    }

.wooscp-table-items td.woocommerce-product-attributes-item__value {
    padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111
}

table.woocommerce-product-attributes {
    margin-bottom: 30px
}

#woosq-popup .product_meta {
    margin-top: 20px
}

#woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 5px
}

#woosq-popup .single-product .product .actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

    #woosq-popup .single-product .product .actions > div {
        height: auto;
        overflow: visible;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

        #woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content
        }

.login-tab {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .login-tab button.nav-link {
        background-color: var(--smoke-color);
        color: var(--title-color);
        padding: 11px 39px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 15px ​15px 0
    }

        .login-tab button.nav-link.active {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px
}

    .star-rating:before {
        content: "\e28b\e28b\e28b\e28b\e28b";
        color: #e1e1e1;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        letter-spacing: 3px
    }

    .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em
    }

        .star-rating span:before {
            content: "\e28b\e28b\e28b\e28b\e28b";
            top: 0;
            position: absolute;
            left: 0;
            color: var(--theme-color);
            letter-spacing: 3px
        }

.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: "\e28b";
            font-weight: 400;
            text-indent: 0;
            color: var(--yellow-color)
        }

        .rating-select p.stars a:hover ~ a::before {
            content: "\e28b";
            font-weight: 400
        }

    .rating-select p.stars:hover a::before {
        content: "\e28b";
        font-weight: 700
    }

    .rating-select p.stars.selected a.active::before {
        content: "\e28b";
        font-weight: 700
    }

    .rating-select p.stars.selected a.active ~ a::before {
        content: "\e28b";
        font-weight: 400
    }

    .rating-select p.stars.selected a:not(.active)::before {
        content: "\e28b";
        font-weight: 700
    }

@media (max-width: 767px) {
    .woocommerce-message, .woocommerce-info {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px 10px 37px
    }

        .woocommerce-message:before, .woocommerce-info:before {
            font-size: 16px;
            top: 10px;
            left: 15px
        }
}

.th-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    .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;
        margin-bottom: -0.4em;
        font-family: var(--body-font)
    }

        .th-product .price del {
            margin-left: 10px;
            color: #a9a9a9
        }

    .th-product .product-img {
        --space: 20px;
        background-color: var(--smoke-color);
        overflow: hidden;
        position: relative;
        margin: 0 0 25px 0;
        text-align: center;
        background-color: var(--smoke-color);
        z-index: 2;
        border-radius: 5px
    }

        .th-product .product-img:before {
            --space: 20px;
            content: '';
            height: calc(100% - var(--space)*2);
            width: calc(100% - var(--space)*2);
            border-radius: inherit;
            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
    }

    .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;
            font-size: 14px;
            border-color: var(--white-color);
            box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
            color: var(--white-color)
        }

            .th-product .actions .icon-btn:hover {
                color: var(--title-color);
                border-color: var(--white-color)
            }

        .th-product .actions > * {
            margin: 0 var(--icon-gap-x, 5px)
        }

            .th-product .actions > * > a {
                margin: 0
            }

    .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: 0;
            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: 50%
    }

        .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(--white-color);
        color: var(--white-color);
        font-size: 0;
        text-align: center;
        border-radius: 50%
    }

        .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 img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .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 .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
        }

        .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 .product-title {
            font-size: 18px;
            margin: 0 0 5px 0
        }

        .th-product.list-view .product-price {
            font-size: 14px
        }

#productCarousel .slick-arrow {
    top: 37.5%
}

.mfp-content {
    margin: 1.5rem auto
}

    .mfp-content .product-details-img {
        padding-top: 15px
    }

    .mfp-content .product-about {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .mfp-content .container {
        position: relative
    }

    .mfp-content .product-big-img {
        margin-top: 20px;
        margin-bottom: 20px
    }

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.woosq-popup {
    max-height: 600px;
    max-width: 1220px
}

    .woosq-popup .product_meta > span > a:after, .woosq-popup .product_meta > span > span:after {
        display: none
    }

.woosq-product > .product > div {
    max-height: 600px;
    min-height: 460px;
    height: auto
}

.th-sort-bar {
    padding: 10px;
    margin: 0 0 24px 0;
    background-color: var(--smoke-color);
    border-radius: 5px
}

    .th-sort-bar .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 15px
    }

    .th-sort-bar select {
        height: 50px;
        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;
        color: var(--body-color)
    }

    .th-sort-bar .woocommerce-result-count {
        padding-left: 15px;
        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)
        }

.product-thumb-area {
    position: relative;
    margin-right: 10px
}

    .product-thumb-area .product-thumb-tab {
        position: absolute;
        top: 0;
        left: 0
    }

.product-thumb-tab {
    --thumb: 120px;
    --gap: 10px;
    max-width: var(--thumb);
    margin-left: calc(0px - var(--thumb)/2);
    position: relative;
    z-index: 3;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%
}

    .product-thumb-tab .tab-btn {
        background-color: var(--white-color);
        cursor: pointer;
        height: var(--thumb);
        width: var(--thumb);
        padding: var(--gap);
        border-radius: 10px
    }

        .product-thumb-tab .tab-btn img {
            max-width: 100%;
            border-radius: inherit
        }

        .product-thumb-tab .tab-btn:not(:last-of-type) {
            margin-bottom: 20px
        }

    .product-thumb-tab .indicator {
        position: absolute;
        top: calc(var(--pos-y) + var(--gap));
        left: calc(var(--pos-x) + var(--gap));
        width: calc(var(--width-set) - var(--gap)*2);
        height: calc(var(--height-set) - var(--gap)*2);
        border: 2px solid var(--theme-color);
        border-radius: 10px;
        pointer-events: none;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

.product-big-img {
    background-color: var(--smoke-color2);
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

    .product-big-img .img {
        width: 100%
    }

        .product-big-img .img img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

.quantity {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .quantity > .screen-reader-text {
        display: inline-block;
        font-weight: 600;
        color: var(--title-color);
        font-family: var(--title-font);
        margin: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-right: 10px
    }

    .quantity .qty-btn, .quantity .qty-input {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: none;
        border-right: none;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        text-align: center;
        color: var(--body-color);
        font-size: 18px;
        font-weight: 600
    }

        .quantity .qty-btn:last-child, .quantity .qty-input:last-child {
            border-right: none
        }

    .quantity .qty-btn {
        font-size: 16px
    }

.product_meta {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    margin: 35px 0 0 0
}

    .product_meta > span {
        display: block;
        margin-bottom: 5px;
        color: var(--title-color);
        font-weight: bold
    }

        .product_meta > span:last-child {
            margin-bottom: 0
        }

        .product_meta > span a {
            color: inherit
        }

            .product_meta > span a:hover {
                color: var(--theme-color)
            }

        .product_meta > span > a, .product_meta > span > span {
            position: relative;
            color: var(--body-color);
            font-weight: 400
        }

            .product_meta > span > a:after, .product_meta > span > span:after {
                content: ",";
                margin-right: 5px
            }

            .product_meta > span > a:last-child:after, .product_meta > span > span:last-child:after {
                display: none
            }

            .product_meta > span > a:first-child, .product_meta > span > span:first-child {
                margin-left: 7px
            }

.product-tab-style1 {
    border-bottom: 1px solid var(--smoke-color2);
    margin: 95px auto 40px auto;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em
}

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0
}

    .woocommerce-Reviews .th-comment-form input, .woocommerce-Reviews .th-comment-form .form-control {
        background-color: var(--white-color)
    }

    .woocommerce-Reviews .th-comment-form .blog-inner-title {
        margin-bottom: 10px
    }

.woocommerce-Reviews .comment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin-bottom: 40px
}

.woocommerce-Reviews .th-post-comment {
    padding: 40px !important;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.1);
    margin-bottom: 24px;
    border-radius: 8px
}

    .woocommerce-Reviews .th-post-comment .name {
        margin-bottom: 3px
    }

    .woocommerce-Reviews .th-post-comment .commented-on {
        margin-bottom: 12px
    }

    .woocommerce-Reviews .th-post-comment .comment-content {
        border-bottom: 0 !important;
        padding-bottom: 0 !important
    }

@media (max-width: 1199px) {
    .woocommerce-Reviews .th-post-comment {
        padding: 30px !important
    }
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list {
        grid-template-columns: repeat(1, 1fr)
    }

    .woocommerce-Reviews .th-comment-form {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .woocommerce-Reviews .th-comment-form {
        padding: 40px 20px
    }
}

#productTabContent {
    margin-bottom: -10px
}

#additional_information {
    margin-bottom: 40px
}

.product-inner-list > ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.product-inner-list li {
    position: relative;
    padding-left: 15px
}

    .product-inner-list li:before {
        content: "-";
        position: absolute;
        left: 0
    }

.share-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px
}

    .share-title i {
        color: var(--theme-color)
    }

.summary-content .product-title, .product-about .product-title {
    margin: 0 0 12px 0
}

.summary-content > .price, .product-about > .price {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 800;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 14px
}

    .summary-content > .price del, .product-about > .price del {
        color: var(--border-color);
        font-weight: 500;
        margin-left: 15px
    }

.summary-content .product-rating, .product-about .product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 14px
}

    .summary-content .product-rating .star-rating, .product-about .product-rating .star-rating {
        width: 80px;
        font-size: 12px;
        margin-right: 8px
    }

.summary-content .woocommerce-review-link, .product-about .woocommerce-review-link {
    color: var(--body-color)
}

.summary-content .checklist, .product-about .checklist {
    margin: 30px 0 40px 0
}

.summary-content .actions, .product-about .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin: 33px 0 27px 0
}

    .summary-content .actions .th-btn .btn-icon, .product-about .actions .th-btn .btn-icon {
        padding: 10.5px 15px 10.5px 15px
    }

    .summary-content .actions .icon-btn, .product-about .actions .icon-btn {
        border-color: var(--border-color)
    }

        .summary-content .actions .icon-btn:hover, .product-about .actions .icon-btn:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
            border-color: var(--theme-color)
        }

.summary-content .share, .product-about .share {
    margin-top: 25px
}

.summary-content .th-social a, .product-about .th-social a {
    --icon-size: 40px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid var(--border-color);
    border-radius: 0
}

    .summary-content .th-social a:hover, .product-about .th-social a:hover {
        border-color: var(--theme-color)
    }

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 0
}

    .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
        position: relative;
        top: 0;
        left: 0;
        line-height: inherit;
        margin: 0;
        font-size: 24px
    }

.summary-content .tinv-wishlist a, .product-about .tinv-wishlist a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0
}

    .summary-content .tinv-wishlist a:hover, .product-about .tinv-wishlist a:hover {
        background-color: var(--theme-color);
        color: var(--white-color)
    }

.summary-content .quantity, .product-about .quantity {
    position: relative
}

    .summary-content .quantity:after, .product-about .quantity:after {
        content: '';
        height: 100%;
        width: 1px;
        background-color: var(--border-color);
        position: absolute;
        top: 0;
        left: 55px
    }

    .summary-content .quantity .qty-input, .product-about .quantity .qty-input {
        width: 112px;
        height: 56px;
        border: 1px solid var(--border-color);
        background-color: transparent;
        color: var(--title-color);
        padding: 0 21px;
        text-align: left;
        font-weight: 500;
        border-radius: 5px
    }

    .summary-content .quantity .qty-btn, .product-about .quantity .qty-btn {
        color: var(--title-color);
        background-color: transparent;
        position: absolute;
        right: 21px;
        height: auto;
        width: auto;
        border: none
    }

    .summary-content .quantity .quantity-minus, .product-about .quantity .quantity-minus {
        bottom: 8px
    }

    .summary-content .quantity .quantity-plus, .product-about .quantity .quantity-plus {
        top: 8px
    }

#description {
    margin-bottom: 30px
}

.product-details .th-comments-wrap {
    margin-top: 0
}

.product-details .border-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px
}

    .product-details .border-title:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 80px;
        background-color: var(--theme-color)
    }

.product-inner-title {
    font-size: 32px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 7px 0;
    margin: 0 0 30px 0
}

.related-product-wrapper {
    padding-top: 115px
}

@media (max-width: 1399px) {
    .th-product.list-view .product-img {
        max-width: 150px
    }
}

@media (max-width: 1299px) {
    .product-thumb-tab {
        --thumb: 100px;
        margin-left: -40px
    }

    .product-thumb-area {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .th-sort-bar select {
        min-width: auto
    }

    .product-tab-style1 {
        margin: 55px 0 40px 0
    }

    .summary-content, .product-about {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .product-big-img {
        margin-bottom: 40px
    }

    .product-thumb-tab {
        margin-left: -10px
    }

    .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
        }

    .woosq-product > .product .thumbnails {
        max-height: 400px;
        min-height: 200px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .th-sort-bar {
        text-align: center;
        padding: 10px 15px 15px 15px
    }

        .th-sort-bar .nav {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .th-sort-bar select {
            margin: 0 auto
        }

        .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: 575px) {
    .product-about .actions {
        gap: 15px 15px
    }

    .product-thumb-tab {
        --thumb: 74px;
        --gap: 6px
    }

        .product-thumb-tab .tab-btn {
            border-radius: 6px
        }

            .product-thumb-tab .tab-btn:not(:last-of-type) {
                margin-bottom: 10px
            }

        .product-thumb-tab .indicator {
            border-radius: 6px
        }

    .product-grid {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 375px) {
    .th-product.list-view .product-img {
        max-width: 130px
    }
}

.woocommerce-cart-form {
    text-align: center
}

.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px
}

    .cart_table thead {
        background-color: #ecf0f1
    }

        .cart_table thead th {
            border: none !important
        }

    .cart_table td:before, .cart_table th {
        font-family: var(--title-font);
        color: var(--title-color);
        font-weight: 800;
        border: none;
        padding: 27px 15px
    }

    .cart_table td:before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        top: 50%;
        vertical-align: top;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none
    }

    .cart_table td {
        border: none;
        border-bottom: 1px solid #f3f3f3;
        color: #8b8b8b;
        padding: 20px 10px;
        position: relative;
        vertical-align: middle
    }

    .cart_table .product-quantity {
        color: var(--title-color)
    }

        .cart_table .product-quantity input {
            position: relative;
            top: -2px
        }

    .cart_table .cart-productname {
        font-weight: 400;
        font-family: var(--body-font);
        color: var(--body-color)
    }

    .cart_table .cart-productimage {
        display: inline-block;
        border: 2px solid var(--smoke-color)
    }

    .cart_table .remove {
        color: var(--theme-color);
        font-size: 18px
    }

    .cart_table .quantity {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cart_table .qty-btn {
        border: 2px solid var(--smoke-color) !important;
        background-color: transparent;
        color: #b8c6d0;
        padding: 0;
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 16px;
        border-radius: 4px
    }

        .cart_table .qty-btn:hover {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

    .cart_table .qty-input {
        vertical-align: middle;
        border: 2px solid var(--smoke-color);
        width: 70px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        color: var(--title-color);
        font-weight: 700;
        margin: 0 10px;
        border-radius: 4px;
        padding: 0
    }

        .cart_table .qty-input::-moz-placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input::-webkit-input-placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input:-ms-input-placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input::-ms-input-placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input::placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        .cart_table .qty-input[type="number"] {
            -moz-appearance: textfield
        }

    .cart_table .actions {
        text-align: right;
        vertical-align: middle
    }

        .cart_table .actions > .th-btn {
            font-size: 16px;
            padding: 20px 28px;
            margin-right: 15px
        }

            .cart_table .actions > .th-btn:last-child {
                margin-right: 0
            }

    .cart_table .th-cart-coupon {
        float: left;
        margin: 0;
        width: 455px;
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .cart_table .th-cart-coupon input {
            width: calc(100% - 200px);
            margin-right: 10px
        }

        .cart_table .th-cart-coupon .th-btn {
            font-size: 16px;
            padding: 20px 25px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content
        }

.cart_totals {
    border: 1px solid #ecf0f1
}

    .cart_totals th, .cart_totals td {
        vertical-align: top;
        padding: 20px 20px;
        border: none;
        border-bottom: 1px solid #ecf0f1;
        font-size: 14px;
        color: var(--title-color);
        width: 55%
    }

        .cart_totals th:first-child, .cart_totals td:first-child {
            width: 45%;
            background-color: #f9fbfb;
            font-weight: 700;
            font-size: 14px;
            color: #333333
        }

    .cart_totals .shipping-calculator-button {
        display: inline-block;
        border-bottom: 1px solid;
        color: var(--title-color);
        font-weight: 700
    }

        .cart_totals .shipping-calculator-button:hover {
            color: var(--theme-color)
        }

    .cart_totals .woocommerce-shipping-destination {
        margin-bottom: 10px
    }

    .cart_totals .woocommerce-shipping-methods {
        margin-bottom: 0
    }

    .cart_totals .shipping-calculator-form {
        display: none
    }

        .cart_totals .shipping-calculator-form p:first-child {
            margin-top: 20px
        }

        .cart_totals .shipping-calculator-form p:last-child {
            margin-bottom: 0
        }

        .cart_totals .shipping-calculator-form .th-btn {
            padding: 5px 30px
        }

    .cart_totals .amount {
        font-weight: 700
    }

    .cart_totals .order-total .amount {
        color: var(--theme-color)
    }

@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px
    }

    .cart_table .cart-productname {
        font-size: 14px
    }

    .cart_table .th-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart_table .actions {
        text-align: center
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none
    }

        .cart_table thead {
            display: none
        }

        .cart_table td {
            padding: 15px;
            display: block;
            width: 100%;
            padding-left: 25%;
            text-align: right;
            border: 1px solid #f3f3f3;
            border-bottom: none
        }

            .cart_table td::before {
                display: block
            }

            .cart_table td:last-child {
                border-bottom: 1px solid #f3f3f3
            }

            .cart_table td.actions {
                padding-left: 15px;
                text-align: center
            }

                .cart_table td.actions > .th-btn {
                    margin-top: 10px;
                    margin-right: 0;
                    display: block;
                    width: -webkit-max-content;
                    width: -moz-max-content;
                    width: max-content;
                    margin-left: auto;
                    margin-right: auto
                }

                    .cart_table td.actions > .th-btn:last-child {
                        margin-right: auto
                    }

        .cart_table .th-cart-coupon {
            width: 100%;
            text-align: center;
            float: none;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: block;
            padding-bottom: 10px
        }

            .cart_table .th-cart-coupon input {
                width: 100%;
                margin-bottom: 10px
            }

    .cart_totals th, .cart_totals td {
        padding: 15px 10px
    }

        .cart_totals th:first-child, .cart_totals td:first-child {
            width: 17%;
            line-height: 1.4
        }
}

.woocommerce-checkout .form-group, .woocommerce-checkout .form-row {
    margin-bottom: 0
}

.woocommerce-checkout .form-select, .woocommerce-checkout .select2-container, .woocommerce-checkout .form-control {
    margin-bottom: 0
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -35px
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #e3e6e9;
    border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 0
}

    .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
        color: var(--body-color)
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    padding: 0
}

.woocommerce-form-login select, .woocommerce-form-login .form-select, .woocommerce-form-login .form-control, .woocommerce-form-login .select2, .woocommerce-form-login .select2-container, .woocommerce-form-coupon select, .woocommerce-form-coupon .form-select, .woocommerce-form-coupon .form-control, .woocommerce-form-coupon .select2, .woocommerce-form-coupon .select2-container, .woocommerce-checkout select, .woocommerce-checkout .form-select, .woocommerce-checkout .form-control, .woocommerce-checkout .select2, .woocommerce-checkout .select2-container {
    margin-bottom: var(--bs-gutter-x)
}

#ship-to-different-address {
    margin-top: 15px
}

.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid #e3e6e9
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 60px;
        padding-left: 30px;
        padding-right: 25px
    }

.woocommerce-billing-fields .form-row {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 30px
}

span.select2-selection.select2-selection--single:focus {
    outline: none
}

.shipping-calculator-form .form-select, .shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    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
}

.checkout-ordertable th, .checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50
}

.checkout-ordertable th {
    font-weight: 800;
    text-align: left
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0
}

.checkout-ordertable .order-total .amount {
    color: var(--theme-color)
}

.checkout-ordertable input[type="hidden"] ~ label {
    color: var(--theme-color)
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x)
}

.woocommerce-checkout-payment {
    text-align: left
}

    .woocommerce-checkout-payment ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        .woocommerce-checkout-payment ul li {
            padding-top: 12px;
            border-bottom: 1px solid #d8d8d8;
            border-radius: 4px;
            font-size: 16px
        }

        .woocommerce-checkout-payment ul input[type="radio"] ~ label {
            margin-bottom: 17px;
            color: var(--body-color)
        }

            .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
                margin-bottom: -2px;
                margin-left: 10px
            }

    .woocommerce-checkout-payment .place-order {
        padding-top: 30px
    }

    .woocommerce-checkout-payment .payment_box {
        color: #a1b1bc;
        background-color: #ecf0f1;
        border: 1px solid #d8d8d8;
        border-bottom: none;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 4px;
        display: none
    }

        .woocommerce-checkout-payment .payment_box p {
            margin: 0
        }

.th-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none
    }

    .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
        max-width: 150px
    }

    .checkout-ordertable th, .checkout-ordertable td {
        padding: 5px 20px 5px 60px
    }
}

.tinv-wishlist input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    vertical-align: middle;
    width: auto;
    height: auto
}

.tinv-wishlist .tinv-header {
    margin-top: -0.8rem
}

.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: #eee;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px
}

.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 10px;
    font-weight: 700
}

    .tinv-wishlist p.return-to-shop .button:Hover {
        background-color: var(--title-color);
        color: var(--white-color)
    }

.tinv-wishlist table {
    border: none
}

    .tinv-wishlist table th {
        color: var(--title-color)
    }

    .tinv-wishlist table td, .tinv-wishlist table th {
        padding: 15.3px 10px;
        border-bottom: 1px solid var(--border-color);
        text-align: center
    }

    .tinv-wishlist table thead {
        background-color: var(--smoke-color)
    }

.tinv-wishlist .product-cb, .tinv-wishlist .product-remove {
    width: 40px;
    text-align: center
}

.tinv-wishlist .product-thumbnail {
    width: 110px
}

.tinv-wishlist .stock.in-stock {
    margin-bottom: 0
}

.tinv-wishlist ins {
    text-decoration: none
}

.tinv-wishlist .product-remove button {
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 0;
    padding-top: 0
}

    .tinv-wishlist .product-remove button i {
        line-height: 22px;
        font-size: 16px
    }

.tinv-wishlist .tinvwl-mobile {
    display: none
}

.tinv-wishlist .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 295px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .tinv-wishlist .social-buttons ul {
        padding-left: 0;
        margin-bottom: 0;
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 6px
    }

.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 16px
}

.tinv-wishlist .product-stock .stock {
    display: block
}

.tinv-wishlist .product-stock span {
    display: inline
}

.tinv-wishlist .product-stock i {
    margin-right: 5px
}

.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color)
}

.tinv-wishlist button.button {
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--theme-color);
    color: #fff;
    padding: 1px 15px;
    min-width: 140px
}

    .tinv-wishlist button.button.mask-btn {
        padding: 0
    }

    .tinv-wishlist button.button .btn-text-mask {
        padding: 0.5px 21px
    }

    .tinv-wishlist button.button:hover {
        background-color: var(--title-color);
        color: #fff
    }

    .tinv-wishlist button.button i {
        font-size: 14px !important;
        margin-right: 3px !important
    }

.tinv-wishlist th, .tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font)
}

    .tinv-wishlist td.product-name a {
        color: var(--body-color)
    }

        .tinv-wishlist td.product-name a:hover {
            color: var(--theme-color)
        }

.tinv-wishlist td.product-price del {
    margin-left: 8px;
    font-size: 0.9em
}

.tinv-wishlist .social-buttons > span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color)
}

.tinv-wishlist .social-buttons li {
    display: inline-block;
    margin-right: 0
}

    .tinv-wishlist .social-buttons li a.social {
        background-color: var(--theme-color);
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        margin-left: 3px
    }

        .tinv-wishlist .social-buttons li a.social:first-child {
            margin-left: 0
        }

        .tinv-wishlist .social-buttons li a.social i {
            line-height: inherit
        }

        .tinv-wishlist .social-buttons li a.social:hover {
            background-color: var(--title-color);
            color: var(--white-color)
        }

@media (max-width: 991px) {
    .tinvwl-full {
        display: none
    }

    .tinv-wishlist .tinvwl-mobile {
        display: block
    }

    .tinvwl-txt {
        display: none !important
    }

    .product-stock {
        width: 40px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
        border-bottom: 1px solid var(--border-color)
    }

        .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
            display: none
        }

        .tinv-wishlist table td, .tinv-wishlist table th {
            border: 1px solid var(--border-color)
        }

        .tinv-wishlist table.tinvwl-table-manage-list tbody td {
            display: block;
            width: 100% !important;
            text-align: center
        }

    .product-name {
        text-align: center
    }

    .tinv-wishlist table td, .tinv-wishlist table th {
        border-bottom: none
    }

    .tinv-wishlist table tfoot {
        border-bottom: 1px solid var(--border-color)
    }

    .tinv-wishlist .social-buttons {
        max-width: 100%;
        margin-left: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .tinv-wishlist .social-buttons ul {
            margin-left: unset;
            margin-top: 5px
        }

    .tinvwl-txt {
        display: inline-block !important
    }
}

.th-contact-form {
    padding: 50px
}

    .th-contact-form .form-group {
        --bs-gutter-x: 20px
    }

.contact-feature {
    padding: 40px 30px 35px;
    background: var(--smoke-color);
    text-align: center
}

    .contact-feature .icon-btn {
        --btn-size: 100px;
        background-color: var(--white-color);
        color: var(--theme-color);
        margin-bottom: 30px;
        font-size: 30px;
        border-radius: 50%;
        border: none
    }

.contact-feature_label {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    margin-top: -0.5em
}

.contact-feature_link {
    font-size: 16px;
    font-weight: 500;
    color: var(--body-color);
    font-family: var(--body-font);
    display: block;
    line-height: 26px
}

    .contact-feature_link:hover {
        color: var(--theme-color)
    }

@media (max-width: 1299px) {
    .contact-feature {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .contact-feature {
        gap: 15px;
        padding: 15px
    }

    .contact-feature-wrap {
        gap: 15px
    }
}

@media (max-width: 575px) {
    .contact-feature {
        padding: 22px
    }

    .contact-feature-wrap {
        grid-template-columns: auto
    }

    .th-contact-form {
        padding: 30px
    }
}

.quote-form {
    background: var(--white-color);
    box-shadow: 0px 10px 30px rgba(8,14,28,0.06);
    border-radius: 5px;
    padding: 50px
}

@media (max-width: 575px) {
    .quote-form {
        padding: 40px 20px
    }
}

.quote-form select, .quote-form .form-control, .quote-form .form-select, .quote-form textarea, .quote-form input {
    background-color: var(--smoke-color2)
}

.quote-form .form-group > i {
    background-color: var(--smoke-color2);
    width: 18px;
    text-align: right
}

.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: 25px;
    box-shadow: 0px 4px 30px rgba(8,14,28,0.08);
    border-radius: 5px;
    background-color: var(--white-color);
    padding: 40px
}

    .contact-info .box-title {
        margin-bottom: 10px
    }

.contact-info_icon {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 40px;
    position: relative;
    box-shadow: 0px 6px 20px rgba(104,77,244,0.6);
    border-radius: 5px
}

.contact-info_text {
    min-width: 180px;
    display: block;
    margin-bottom: -0.5em;
    font-family: var(--body-font)
}

    .contact-info_text span, .contact-info_text a {
        display: block;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .contact-info_text a {
        color: var(--body-color)
    }

        .contact-info_text a:hover {
            color: var(--theme-color)
        }

.contact-form select, .contact-form .form-control, .contact-form .form-select, .contact-form textarea, .contact-form input {
    background-color: var(--white-color)
}

.contact-form .form-group > i {
    background-color: var(--white-color);
    color: var(--theme-color);
    width: 18px;
    text-align: right
}

.map-sec {
    line-height: 0px
}

    .map-sec iframe {
        height: 550px
    }

@media (max-width: 1299px) {
    .map-sec iframe {
        height: 450px
    }
}

@media (max-width: 575px) {
    .map-sec iframe {
        height: 300px
    }
}

@media (max-width: 575px) {
    .contact-info {
        padding: 30px
    }
}

@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
    }
}

.img-box1 {
    position: relative;
    z-index: 2
}

    .img-box1 .img1 {
        margin-right: 260px
    }

    .img-box1 .img2 {
        position: absolute;
        right: 0;
        bottom: 0
    }

    .img-box1 .about-grid {
        position: absolute;
        top: 0;
        right: 0;
        padding: 35px 33px 35px 35px
    }

        .img-box1 .about-grid .about-grid_year {
            font-size: 45px;
            font-weight: 800;
            color: var(--white-color);
            margin-bottom: 2px;
            margin-top: -0.3em
        }

        .img-box1 .about-grid .about-grid_text {
            font-size: 18px;
            font-weight: 500;
            color: var(--white-color);
            margin-bottom: -0.6em
        }

        .img-box1 .about-grid .about-grid_thumb {
            padding: 23px 0 13px
        }

.img-box2 {
    height: 100%;
    position: relative;
    z-index: 2;
    margin-right: 56px
}

    .img-box2 .img2 {
        position: absolute;
        right: 0;
        top: 0
    }

    .img-box2 .img3 {
        position: absolute;
        right: 0;
        bottom: 0
    }

        .img-box2 .img3 img {
            border-top: 10px solid var(--white-color);
            border-left: 10px solid var(--white-color)
        }

.img-box3 {
    text-align: right;
    padding-left: 195px;
    position: relative;
    margin-left: 90px
}

    .img-box3 .img-2 {
        position: absolute;
        left: 0;
        bottom: 0
    }

    .img-box3 .play-btn {
        position: absolute;
        top: 29px;
        left: 35px
    }

        .img-box3 .play-btn i {
            --icon-size: 90px
        }

.img-box4 {
    text-align: end;
    position: relative;
    height: 100%
}

    .img-box4 .customer-wrap {
        right: auto;
        text-align: start;
        left: -110px;
        top: 56px;
        padding: 32px 35px 31px 30px
    }

        .img-box4 .customer-wrap .customer-wrap-icon {
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            margin-right: -10px
        }

        .img-box4 .customer-wrap .customer-wrap-text {
            margin-right: 0
        }

    .img-box4 .img1 {
        height: 100%
    }

        .img-box4 .img1 img {
            height: 100%;
            object-fit: cover
        }

.img-box5 {
    padding-bottom: 64px;
    margin-right: 56px
}

    .img-box5 .about-grid {
        position: absolute;
        top: 0;
        right: 0;
        padding: 26px 35px 35px 35px
    }

        .img-box5 .about-grid .about-grid_year {
            font-size: 45px;
            font-weight: 800;
            color: var(--white-color);
            margin-bottom: 2px;
            margin-top: -0.3em
        }

        .img-box5 .about-grid .about-grid_text {
            font-size: 18px;
            font-weight: 500;
            color: var(--white-color);
            margin-bottom: -0.6em
        }

        .img-box5 .about-grid .about-grid_thumb {
            padding: 32px 0 23px
        }

    .img-box5 .img2 {
        position: absolute;
        right: 0;
        bottom: 0
    }

.about-bg-shape1 {
    width: 49.5%;
    height: 100%;
    min-height: 717px
}

    .about-bg-shape1 img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.about-feature {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

    .about-feature ~ .about-feature {
        border-top: 1px solid var(--gray-color);
        padding-top: 30px
    }

.about-feature-wrap {
    margin-bottom: 50px;
    max-width: 470px
}

.about-feature_icon {
    height: 70px;
    width: 70px;
    line-height: 68px;
    border-radius: 10px;
    background: var(--theme-color);
    text-align: center
}

    .about-feature_icon img {
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

.about-feature_title {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: -0.3em
}

.about-feature_text {
    margin-bottom: -0.5em
}

.about-feature:hover .about-feature_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-feature2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background: var(--smoke-color);
    gap: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .about-feature2 .box-title {
        margin-bottom: 5px;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .about-feature2 .feature_icon {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .about-feature2 .about-feature_text {
        margin-bottom: -0.6em;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .about-feature2:hover {
        background: var(--title-color)
    }

        .about-feature2:hover .box-title {
            color: var(--white-color)
        }

        .about-feature2:hover .about-feature_text {
            color: var(--white-color)
        }

        .about-feature2:hover .feature_icon {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg)
        }

.about-feature-wrap3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.about-feature3 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

    .about-feature3 .about-feature_title {
        margin-bottom: -0.3em;
        font-size: 22px;
        font-weight: 700
    }

    .about-feature3 .icon {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .about-feature3 ~ .about-feature3 {
        border-left: 1px solid #CDCDCD;
        padding-left: 50px;
        margin-left: 12px
    }

    .about-feature3:hover .icon {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

.about-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .about-profile .avater img {
        border-radius: 50%
    }

    .about-profile .title {
        font-size: 18px;
        margin-bottom: 6px
    }

    .about-profile .desig {
        font-size: 14px;
        font-weight: 500;
        font-family: var(--title-font)
    }

.about-grid-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

    .about-grid-wrap .thumb {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .about-grid-wrap .about-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 7px
    }

    .about-grid-wrap .about-grid_year {
        font-size: 60px;
        margin-bottom: 0;
        margin-top: -0.15em
    }

    .about-grid-wrap .about-grid_text {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        font-family: var(--title-font);
        color: var(--title-color)
    }

    .about-grid-wrap.style2 {
        padding: 40px 40px 33px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px
    }

        .about-grid-wrap.style2 .about-grid_year {
            font-weight: 800;
            margin-top: -0.25em
        }

        .about-grid-wrap.style2 .about-grid_text {
            font-size: 16px;
            line-height: 26px
        }

        .about-grid-wrap.style2 .details {
            border-right: 1px solid #CDCDCD;
            padding-right: 40px
        }

.about-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

    .about-info-wrap .icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
        border-radius: 50%;
        font-size: 20px;
        color: var(--theme-color);
        text-align: center;
        background: var(--white-color)
    }

    .about-info-wrap .about-info-title {
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 500
    }

    .about-info-wrap .about-info-link {
        font-size: 20px;
        font-weight: 500;
        color: var(--white-color)
    }

        .about-info-wrap .about-info-link:hover {
            color: var(--theme-color)
        }

    .about-info-wrap.style2 .icon {
        background: var(--title-color);
        color: var(--white-color)
    }

    .about-info-wrap.style2 .about-info-link {
        color: var(--title-color)
    }

        .about-info-wrap.style2 .about-info-link:hover {
            color: var(--theme-color)
        }

    .about-info-wrap.style3 .icon {
        background: var(--smoke-color);
        color: var(--theme-color)
    }

    .about-info-wrap.style3 .about-info-title {
        font-size: 16px;
        font-weight: 700;
        color: var(--title-color);
        margin-bottom: 0
    }

    .about-info-wrap.style3 .about-info-link {
        color: var(--body-color);
        font-size: 16px;
        font-weight: 500
    }

    .about-info-wrap.style4 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .about-info-wrap.style4 .icon {
            background: rgba(230,58,39,0.1);
            color: var(--theme-color)
        }

        .about-info-wrap.style4 .about-info-title {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 2px
        }

        .about-info-wrap.style4 .about-info-link {
            color: var(--title-color);
            font-size: 20px;
            font-weight: 600
        }

.about-grid2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

    .about-grid2 .about-grid_year {
        -webkit-background-clip: text;
        background-clip: text;
        background-size: cover;
        background-position: center;
        color: transparent;
        display: inline-block;
        border-right: 1px solid var(--border-color);
        padding-right: 25px;
        margin-right: 30px;
        font-size: 100px;
        font-weight: 900;
        margin-bottom: 0;
        margin-top: -0.04em;
        line-height: 80px
    }

    .about-grid2 .about-grid_text {
        font-size: 20px;
        font-weight: 600;
        color: #363739;
        line-height: 30px
    }

.about-thumb-4 img {
    object-position: top right
}

@media (max-width: 1500px) {
    .img-box2 {
        margin-right: 40px
    }

    .about-bg-shape2 {
        right: -35% !important
    }
}

@media (max-width: 1399px) {
    .img-box1 .img1 img {
        height: 603px
    }

    .img-box2 {
        margin-right: 20px
    }

        .img-box2 .img1 {
            margin-right: 240px
        }

    .img-box5 {
        margin-right: 20px;
        padding-right: 229px;
        padding-bottom: 177px
    }
}

@media (max-width: 1200px) {
    .img-box1 .img1 {
        margin-right: 260px
    }

    .img-box3 {
        padding-bottom: 100px
    }

    .about-grid2 .about-grid_year {
        font-size: 80px;
        line-height: 63px
    }

    .about-feature2 {
        padding: 30px
    }

        .about-feature2 .about-feature_text {
            font-size: 15px
        }

    .img-box5 {
        margin-right: 0;
        padding-right: 219px;
        padding-bottom: 211px
    }
}

@media (max-width: 1199px) {
    .img-box1 {
        display: inline-block
    }

    .img-box2 {
        margin-right: 20px;
        display: inline-block;
        padding-bottom: 60px
    }

        .img-box2 .img1 img {
            width: 660px
        }

        .img-box2 .img3 img {
            width: 560px
        }

    .about-grid-wrap {
        max-width: 530px
    }

    .img-box3 {
        display: inline-block;
        padding-bottom: 0;
        margin-bottom: 20px;
        margin-left: 0
    }

    .about-feature2 {
        padding: 40px
    }

        .about-feature2 .about-feature_text {
            font-size: 16px
        }

    .img-box4 {
        display: inline-block;
        margin-left: 140px
    }

    .about-feature3 ~ .about-feature3 {
        border-left: 0;
        padding-left: 0;
        margin-left: 28px
    }

    .img-box5 {
        display: inline-block;
        padding-right: 229px;
        padding-bottom: 65px
    }

    .img-box1 .img1 img {
        width: 570px;
        object-fit: cover
    }

    .about-grid2 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (max-width: 991px) {
    .img-box2 {
        margin-right: 0
    }

    .about-grid-wrap .about-grid_year {
        font-size: 45px
    }

    .about-feature2 {
        padding: 25px;
        display: block
    }

        .about-feature2 .feature_icon {
            margin-bottom: 15px;
            display: inline-block
        }

        .about-feature2 .box-title {
            font-size: 20px;
            margin-bottom: 10px
        }

        .about-feature2 .about-feature_text {
            font-size: 14px
        }

    .about-thumb-4.img-half {
        position: initial;
        width: calc(100% - 50px);
        margin-bottom: 50px
    }

    .img-box2 .img3 img, .img-box2 .img1 img, .img-box1 .img1 img {
        width: auto
    }
}

@media (max-width: 767px) {
    .img-box2 {
        padding-right: 225px;
        padding-bottom: 250px
    }

        .img-box2 .img1 {
            margin-right: 0
        }

    .img-box3 {
        padding-bottom: 140px
    }

    .img-box5 {
        padding-bottom: 269px
    }

    .about-grid-wrap.style2 .details {
        border-right: 0;
        padding: 0
    }
}

@media (max-width: 575px) {
    .img-box1 {
        display: block
    }

        .img-box1 .img1 {
            margin: 0;
            padding-bottom: 30px
        }

            .img-box1 .img1 img {
                width: 100%
            }

        .img-box1 .img2 {
            position: initial
        }

            .img-box1 .img2 img {
                width: 100%;
                max-height: 250px;
                object-fit: cover
            }

    .img-box2 {
        padding: 0
    }

        .img-box2 .img1 {
            margin-bottom: 20px
        }

        .img-box2 .img2 {
            position: initial;
            width: 48%;
            display: inline-block
        }

            .img-box2 .img2 img {
                width: 100%;
                height: 250px;
                object-fit: cover
            }

        .img-box2 .img3 {
            position: initial;
            width: 47%;
            display: inline-block;
            margin-left: 13px
        }

            .img-box2 .img3 img {
                width: 100%;
                border: 0;
                height: 250px;
                object-fit: cover
            }

    .about-feature-wrap {
        display: block
    }

    .about-grid-wrap {
        display: block
    }

        .about-grid-wrap .thumb {
            margin-bottom: 20px
        }

    .img-box3 {
        padding-left: 125px
    }

        .img-box3 .play-btn i {
            --icon-size: 60px
        }

    .about-grid2 .about-grid_year {
        font-size: 60px
    }

    .about-grid2 .about-grid_text {
        font-size: 16px;
        line-height: inherit
    }

    .img-box4 {
        margin-left: 90px
    }

        .img-box4 .customer-wrap {
            right: auto;
            text-align: start;
            left: -50px;
            padding: 12px 20px 11px 20px
        }

    .about-feature3 .about-feature_title {
        font-size: 16px
    }

    .about-thumb-4.img-half {
        width: calc(100% - 15px)
    }

    .img-box5 {
        padding-bottom: 378px
    }

    .about-grid-wrap.style2 .details {
        margin-bottom: 20px
    }
}

@media (max-width: 375px) {
    .img-box2 .img2 {
        width: 47%
    }

    .img-box3 {
        padding-bottom: 200px
    }

    .about-feature-wrap3 {
        display: block
    }

    .about-feature3 ~ .about-feature3 {
        margin: 30px 0 0
    }

    .about-grid-wrap.style2 {
        padding: 30px 30px 23px
    }

    .img-box5 {
        padding: 0
    }

        .img-box5 .about-grid {
            position: initial;
            margin: 20px 0
        }

        .img-box5 .img2 {
            position: initial
        }
}

@media (max-width: 320px) {
    .img-box3 {
        padding-bottom: 255px;
        padding-left: 120px
    }
}

.team-card .team-img-wrap {
    margin-bottom: 24px;
    position: relative
}

    .team-card .team-img-wrap .team-thumb {
        overflow: hidden
    }

    .team-card .team-img-wrap img {
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .team-card .team-img-wrap:after {
        content: '';
        position: absolute;
        height: 0;
        width: 100%;
        background: var(--title-color);
        opacity: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

.team-card .team-img img {
    width: 100%
}

.team-card .team-title {
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center;
}

    .team-card .team-title a {
        color: var(--white-color)
    }

        .team-card .team-title a:hover {
            color: var(--theme-color)
        }

.team-card .team-desig {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--title-font);
    margin-bottom: -0.3em;
    display: block;
    color: var(--border-color)
}

.team-card .team-social {
    position: absolute;
    background: var(--white-color);
    width: 50px;
    right: 30px;
    bottom: -50px;
    z-index: 1;
    padding: 7px 0 30px;
    border-radius: 25px 25px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

    .team-card .team-social a {
        display: block;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: var(--title-color)
    }

        .team-card .team-social a:hover {
            color: var(--theme-color)
        }

        .team-card .team-social a:last-child {
            border-bottom: 0
        }

.team-card .team-social-hover_btn {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 52px;
    border-radius: 50%;
    background: var(--theme-color);
    right: 30px;
    text-align: center;
    color: var(--white-color);
    font-size: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2
}

    .team-card .team-social-hover_btn i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

        .team-card .team-social-hover_btn i:before {
            -webkit-transition: 0.4s;
            transition: 0.4s
        }

.team-card .team-social-hover:hover .team-social-hover_btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

    .team-card .team-social-hover:hover .team-social-hover_btn i:before {
        content: "\f068"
    }

.team-card .team-social-hover:hover .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    bottom: 0
}

.team-card:hover .team-img-wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team-card:hover .team-img-wrap:after {
    opacity: 0.7;
    height: 100%
}

.team-card.style2 .team-title a {
    color: var(--title-color)
}

    .team-card.style2 .team-title a:hover {
        color: var(--theme-color)
    }

.team-card.style2 .team-desig {
    color: var(--body-color)
}

.team-box {
    text-align: center
}

    .team-box .team-img {
        position: relative;
        z-index: 2;
        margin-bottom: 22px
    }

        .team-box .team-img img {
            border-radius: 50%
        }

    .team-box .team-content {
        background: -webkit-linear-gradient(top, rgba(243,241,242,0) 0%, #F3F1F2 100%);
        background: linear-gradient(180deg, rgba(243,241,242,0) 0%, #F3F1F2 100%);
        padding: 132px 30px 40px;
        position: relative;
        margin-top: -132px;
        z-index: 1;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

        .team-box .team-content .bg-shape-thumb {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
            height: 0;
            -webkit-transition: 0.4s;
            transition: 0.4s
        }

        .team-box .team-content .team-desig {
            font-size: 14px;
            font-weight: 500;
            -webkit-transition: 0.4s;
            transition: 0.4s
        }

        .team-box .team-content .box-title {
            font-size: 22px;
            font-weight: 700;
            margin-top: 0px;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            margin-bottom: 17px
        }

        .team-box .team-content .th-social {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .team-box:hover .team-content {
        background: var(--title-color)
    }

        .team-box:hover .team-content .bg-shape-thumb {
            height: 100%
        }

        .team-box:hover .team-content .team-desig {
            color: #E6E6E6
        }

        .team-box:hover .team-content .box-title a {
            color: var(--white-color)
        }

            .team-box:hover .team-content .box-title a:hover {
                color: var(--theme-color)
            }

@media (max-width: 767px) {
    .team-box .team-content .box-title {
        font-size: 18px
    }
}

.team-details-area {
    position: relative
}

.team-details-thumb {
    position: absolute;
    height: 100%;
    display: block
}

    .team-details-thumb .thumb {
        position: -webkit-sticky;
        position: sticky;
        top: 200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: auto;
        margin-left: 20px
    }

        .team-details-thumb .thumb:after {
            content: '';
            position: absolute;
            left: -20px;
            top: 0;
            bottom: 0;
            margin: 66px 0;
            width: 100%;
            z-index: -1;
            background: var(--theme-color)
        }

.team-details-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 80px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 60px
}

.team-experience-wrap {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 60px
}

    .team-experience-wrap .skill-feature .progress {
        background: var(--border-color)
    }

        .team-experience-wrap .skill-feature .progress .progress-bar {
            position: relative
        }

            .team-experience-wrap .skill-feature .progress .progress-bar:after {
                position: absolute;
                content: '';
                height: 20px;
                width: 20px;
                background: var(--theme-color);
                border-radius: 50%;
                right: 0;
                border: 4px solid var(--smoke-color)
            }

    .team-experience-wrap .skill-feature:not(:last-child) {
        margin-bottom: 35px
    }

    .team-experience-wrap .skill-feature_title, .team-experience-wrap .skill-feature .progress-value {
        font-family: var(--body-font)
    }

@media (max-width: 1199px) {
    .team-details-thumb {
        margin-right: calc(1.5rem / 2)
    }

    .team-details-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 991px) {
    .team-details-thumb {
        position: relative;
        margin-right: 0;
        margin-bottom: 50px
    }

        .team-details-thumb .thumb {
            position: relative;
            top: auto
        }

    .team-details-info-wrap {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        gap: 40px
    }
}

@media (max-width: 575px) {
    .team-details-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .team-details-thumb {
        margin-bottom: 30px
    }

        .team-details-thumb .thumb:after {
            margin: 30px 0
        }
}

.testi-area-1 {
    padding-top: 213px
}

.testi-area-2 {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

    .testi-area-2.bg-smoke .testi-card.style2 {
        background: var(--white-color)
    }

.testi-area-4 {
    padding-bottom: 300px
}

.testimonial-slider-arrow1 {
    --pos-x: 0
}

    .testimonial-slider-arrow1 .slick-arrow {
        position: relative;
        margin-top: 0
    }

        .testimonial-slider-arrow1 .slick-arrow.slick-next {
            margin-left: 6px
        }

.testi-slider1 {
    margin-right: -220px
}

.testi-card {
    background: var(--white-color);
    overflow: hidden;
    position: relative
}

    .testi-card:after {
        content: '';
        position: absolute;
        left: -36px;
        top: -93px;
        border-radius: 80px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: var(--theme-color);
        width: 139.95px;
        height: 280px;
        z-index: -1
    }

.testi-card_bg-shape {
    display: inline-block;
    width: 70%
}

    .testi-card_bg-shape img {
        width: 100%
    }

.testi-card_profile {
    padding: 40px 40px 40px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.testi-card .media-left {
    text-align: center
}

    .testi-card .media-left .testi-card_quote {
        margin-top: 39px
    }

.testi-card_avater {
    border-radius: 99px;
    overflow: hidden
}

    .testi-card_avater img {
        border-radius: 50%
    }

.testi-card_name {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--body-font);
    margin-bottom: 3px;
    margin-top: -0.28em
}

.testi-card_desig {
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--theme-color)
}

.testi-card_text {
    margin-bottom: -0.4em;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--title-color);
    line-height: 30px
}

.testi-card.style2 {
    background: var(--smoke-color);
    position: relative;
    overflow: inherit
}

    .testi-card.style2:after {
        content: '';
        position: absolute;
        height: 42px;
        width: 35px;
        background: #C61A07;
        left: 80px;
        border-radius: 30px 30px 30px 25px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: -9px;
        top: auto;
        z-index: -1
    }

    .testi-card.style2 .testi-card_profile {
        padding: 40px 40px 35px;
        gap: 30px
    }

    .testi-card.style2 .testi-box_review {
        background: var(--theme-color);
        display: inline-block;
        padding: 25px 24px 27px 14px;
        position: absolute;
        left: 40px;
        bottom: -10px;
        -webkit-clip-path: path("M1.24733e-06 101.464C7.54374e-07 112.742 9.64074 122.398 22.8834 124.384L24.2065 124.583L24.2765 124.687L60 130C50.3414 127.407 43.5887 119.841 43.5887 111.134L43.5796 98.7621L43.5658 98.7621L43.5658 33.021C43.5658 1.7437 33.9248 5.08731 20.6824 3.10161L0.000256056 0L1.24733e-06 101.464Z");
        clip-path: path("M1.24733e-06 101.464C7.54374e-07 112.742 9.64074 122.398 22.8834 124.384L24.2065 124.583L24.2765 124.687L60 130C50.3414 127.407 43.5887 119.841 43.5887 111.134L43.5796 98.7621L43.5658 98.7621L43.5658 33.021C43.5658 1.7437 33.9248 5.08731 20.6824 3.10161L0.000256056 0L1.24733e-06 101.464Z")
    }

        .testi-card.style2 .testi-box_review i {
            display: block;
            color: var(--white-color);
            font-size: 14px
        }

            .testi-card.style2 .testi-box_review i ~ i {
                margin-top: 2px
            }

    .testi-card.style2 .testi-card_text {
        margin-top: -0.3em;
        color: var(--title-color);
        padding-bottom: 24px;
        margin-bottom: 27px;
        border-bottom: 1px solid rgba(20,20,34,0.1)
    }

    .testi-card.style2 .media {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px
    }

.testi-block {
    background: var(--smoke-color);
    padding: 40px;
    position: relative
}

    .testi-block .review-rating {
        background: var(--theme-color);
        -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
        color: var(--white-color);
        padding: 7px 40px 7px 20px;
        display: inline-block
    }

    .testi-block .quote-icon {
        font-size: 20px;
        color: var(--white-color);
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 20% 85%, 0 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 20% 85%, 0 100%);
        background: var(--title-color);
        display: inline-block;
        border-radius: 3px 3px 0 0;
        position: absolute;
        right: 40px;
        top: 40px;
        padding: 0px 11.4px 4px;
        line-height: 36px
    }

.testi-block_subtitle {
    font-weight: 500;
    font-family: var(--body-font);
    margin-top: 20px;
    font-size: 20px
}

.testi-block_text {
    font-size: 18px;
    color: var(--title-color)
}

.testi-block_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    gap: 30px;
    padding: 10px 0
}

    .testi-block_profile:after {
        content: '';
        position: absolute;
        left: -40px;
        top: 0;
        background: var(--white-color);
        height: 100%;
        width: 120px;
        z-index: -1;
        border-radius: 0 50px 50px 0;
        border-left: 2px solid var(--theme-color)
    }

.testi-block_avater img {
    border-radius: 50%
}

.testi-block .box-title {
    font-size: 20px;
    margin-bottom: 3px
}

.testi-block_desig {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--title-font)
}

.testi-block.style2 {
    background: var(--white-color);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

    .testi-block.style2 .testi-block_profile {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        display: block;
        padding: 0
    }

        .testi-block.style2 .testi-block_profile:after {
            display: none
        }

    .testi-block.style2 .quote-icon {
        background: transparent;
        position: relative;
        top: auto;
        right: auto;
        padding: 0;
        line-height: normal;
        -webkit-clip-path: none;
        clip-path: none;
        margin-top: 30px;
        padding-top: 83px
    }

        .testi-block.style2 .quote-icon:after {
            content: '';
            position: absolute;
            height: 53px;
            width: 4px;
            background: var(--smoke-color);
            left: 50%;
            top: 0
        }

    .testi-block.style2 .testi-block_text {
        color: var(--body-color);
        margin-top: -0.3em;
        margin-bottom: 20px
    }

    .testi-block.style2 .testi-block_desig {
        margin-bottom: -0.4em
    }

@media (max-width: 1600px) {
    .testi-slider1 {
        margin-right: -150px
    }
}

@media (max-width: 1500px) {
    .testi-slider1 {
        margin-right: -50px
    }

    .testimonial-slider-arrow1 .slick-arrow {
        --pos-x: 0px
    }

    .testi-card_text {
        font-size: 15px;
        line-height: inherit
    }

    .testi-card_avater {
        width: 90px
    }

    .testi-card:after {
        left: -41px;
        top: -114px;
        width: 110px;
        height: 280px
    }
}

@media (max-width: 1399px) {
    .testi-slider1 {
        margin-right: -12px
    }
}

@media (max-width: 1200px) {
    .testi-slider1 {
        margin-right: -12px
    }

    .testi-block_text {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .testi-block.style2 .testi-block_text {
        font-size: 18px
    }

    .testi-block.style2 .quote-icon {
        padding-top: 60px;
        margin-top: 20px
    }

        .testi-block.style2 .quote-icon:after {
            height: 40px
        }
}

@media (max-width: 991px) {
    .testi-area-1 {
        padding-top: 80px
    }

    .testimonial-slider-arrow1 .slick-arrow {
        margin: 0
    }

    .testi-card.style2 .testi-card_text {
        font-size: 18px;
        line-height: 30px
    }

    .testi-block.style2 .quote-icon {
        padding-bottom: 3px;
        position: absolute;
        bottom: 0
    }

        .testi-block.style2 .quote-icon:after {
            display: none
        }
}

@media (max-width: 575px) {
    .testi-card_avater {
        width: 80px
    }

    .testi-card:after {
        left: -47px;
        top: -122px;
        width: 105px;
        height: 280px
    }

    .testi-card.style2 .testi-card_text {
        font-size: 16px;
        line-height: inherit
    }

    .testi-card.style2 .testi-card_profile {
        display: block
    }

        .testi-card.style2 .testi-card_profile .testi-card_avater {
            margin-bottom: 20px
        }

    .testi-card.style2 .media {
        margin-left: 65px;
        margin-top: 40px
    }
}

@media (max-width: 375px) {
    .testi-card_profile {
        display: block
    }

    .testi-card .media-left {
        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;
        margin-bottom: 40px
    }

    .testi-card_name {
        font-size: 18px
    }

    .testi-card.style2 .testi-card_profile .testi-card_avater {
        margin-bottom: 0
    }

    .testi-card.style2 .media-left {
        margin-bottom: 30px
    }

    .testi-card.style2 .testi-card_profile {
        padding: 30px
    }

    .testi-card.style2 .media {
        display: block;
        text-align: end
    }

        .testi-card.style2 .media .testi-box_quote {
            margin-bottom: 20px
        }

    .testi-block {
        padding: 30px
    }

        .testi-block .quote-icon {
            top: 30px;
            right: 30px
        }

        .testi-block .testi-block_profile:after {
            left: -30px;
            width: 110px
        }

        .testi-block .testi-block_subtitle {
            font-size: 18px
        }

        .testi-block .box-title {
            font-size: 18px
        }

        .testi-block.style2 {
            padding: 30px;
            display: block
        }

            .testi-block.style2 .testi-block_profile {
                margin-bottom: 20px
            }

            .testi-block.style2 .quote-icon {
                right: 0
            }

            .testi-block.style2 .testi-block_text {
                font-size: 16px
            }

    .testi-card_profile {
        padding: 40px 30px 30px 30px
    }
}

.counter-area-1 {
    padding: 60px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    margin-top: -93px
}

.counter-area-3 {
    padding: 80px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    margin-top: -125px;
    position: relative;
    z-index: 3
}

.counter-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: 20px
}

.counter-card_icon {
    text-align: center;
    position: relative;
    padding-left: 0px;
    margin-bottom: 2px;
    z-index: 2
}

    .counter-card_icon img {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

.counter-card_number {
    font-size: 45px;
    color: var(--white-color);
    font-weight: 800;
    margin-bottom: 8px;
    margin-top: -0.25em
}

.counter-card_text {
    font-weight: 700;
    font-size: 14px;
    color: var(--white-color);
    display: block;
    margin-bottom: -0.4em
}

.counter-card:hover .counter-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.counter-card-wrap.style2:after {
    display: none
}

.counter-card-wrap.style2 ~ .counter-card-wrap {
    position: relative
}

    .counter-card-wrap.style2 ~ .counter-card-wrap:after {
        content: '';
        position: absolute;
        left: -50px;
        display: block;
        top: 50%;
        width: 1px;
        height: 60px;
        border-left: 1px dashed #c6c6c6;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%)
    }

.counter-card.style2 .counter-card_text {
    color: #363739;
    font-size: 16px;
    font-weight: 600
}

.counter-card.style2 .counter-card_number {
    color: var(--title-color);
    margin-bottom: 0
}

.counter-card-wrap2 .counter-card_text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px
}

.counter-card.style3 {
    margin-top: -0.7em
}

    .counter-card.style3 .counter-card_number {
        font-size: 55px;
        font-weight: 700;
        margin-top: 0
    }

@media (max-width: 1299px) {
    .counter-card-wrap ~ .counter-card-wrap.style2:after {
        display: none
    }
}

@media (max-width: 1199px) {
    .counter-area-3 {
        padding: 60px;
        margin-top: -100.5px
    }

    .counter-card.style3 .counter-card_number {
        font-size: 45px
    }
}

@media (max-width: 991px) {
    .counter-area-3, .counter-area-1 {
        padding: 60px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0;
        margin-bottom: 80px
    }

    .counter-card.style3 {
        margin-top: -0.4em
    }
}

@media (max-width: 767px) {
    .counter-area-1 {
        padding: 40px
    }

    .counter-card_number {
        font-size: 35px
    }
}

@media (max-width: 575px) {
    .counter-area-1 {
        padding: 40px 20px
    }

    .counter-card {
        display: block;
        text-align: center
    }

    .counter-card_icon {
        margin-bottom: 20px
    }

    .counter-area-3 {
        text-align: center
    }

    .counter-card.style3 {
        margin-top: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

        .counter-card.style3 .counter-card_icon {
            margin-bottom: 0px
        }

        .counter-card.style3 .counter-card_number {
            margin-top: -0.3em;
            margin-bottom: 0
        }

    .counter-card-wrap2 .counter-card_text {
        margin-top: 16px
    }
}

@media (max-width: 375px) {
    .counter-card_number {
        font-size: 36px
    }

    .counter-card_text {
        font-size: 14px
    }

    .counter-area-1 {
        padding: 40px 10px
    }
}

.blog-title {
    font-size: 30px
}

.blog-card {
    box-shadow: 0px 10px 15px rgba(8,14,28,0.06);
    border-radius: 0px;
    background-color: var(--white-color)
}

    .blog-card .box-title {
        margin-bottom: 24px
    }

        .blog-card .box-title a {
            background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
            background-image: linear-gradient(to left, var(--white-color), var(--white-color));
            background-repeat: no-repeat;
            background-position: bottom left;
            background-size: 0 2px;
            -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out
        }

            .blog-card .box-title a:hover {
                background-size: 100% 2px
            }

    .blog-card .blog-img {
        overflow: hidden;
        border-radius: 0px
    }

        .blog-card .blog-img img {
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

    .blog-card .blog-meta {
        margin-bottom: 13px
    }

        .blog-card .blog-meta span > i, .blog-card .blog-meta a > i {
            color: var(--theme-color)
        }

    .blog-card .blog-content {
        padding: 33px 40px 35px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        position: relative;
        z-index: 0
    }

        .blog-card .blog-content:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 0;
            width: 100%;
            background: var(--white-color);
            -webkit-transition: 0.4s;
            transition: 0.4s;
            z-index: -1
        }

        .blog-card .blog-content .blog-bg-shape {
            position: absolute;
            right: 0;
            bottom: 0
        }

    .blog-card .blog-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid var(--border-color);
        padding-top: 30px
    }

    .blog-card .author {
        color: var(--body-color)
    }

        .blog-card .author img {
            margin-right: 5px
        }

        .blog-card .author:hover {
            color: var(--theme-color)
        }

    .blog-card .blog-text {
        margin-top: -0.5em;
        margin-bottom: 22px;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .blog-card .link-btn {
        color: var(--title-color)
    }

        .blog-card .link-btn:before {
            background-color: var(--theme-color)
        }

        .blog-card .link-btn:hover {
            color: var(--theme-color)
        }

    .blog-card:hover .blog-img img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08)
    }

    .blog-card:hover .blog-meta span, .blog-card:hover .blog-meta a {
        color: var(--border-color)
    }

    .blog-card:hover .box-title a {
        color: var(--white-color)
    }

    .blog-card:hover .blog-text {
        color: var(--border-color)
    }

    .blog-card:hover .link-btn {
        color: var(--theme-color)
    }

    .blog-card:hover .blog-content:after {
        background: var(--title-color);
        height: 100%
    }

    .blog-card.style2 {
        box-shadow: none
    }

        .blog-card.style2 .blog-img {
            position: relative
        }

            .blog-card.style2 .blog-img:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background: var(--black-color);
                opacity: 0;
                -webkit-transition: 0.4s;
                transition: 0.4s
            }

        .blog-card.style2 .blog-content {
            background: #FFFFFF;
            box-shadow: 0px 10px 50px rgba(0,0,0,0.08);
            margin: 0 30px;
            margin-top: -127px;
            padding: 30px
        }

            .blog-card.style2 .blog-content:after {
                display: none
            }

        .blog-card.style2:hover .blog-img:after {
            opacity: 0.7
        }

        .blog-card.style2:hover .blog-meta span, .blog-card.style2:hover .blog-meta a {
            color: var(--body-color)
        }

        .blog-card.style2:hover .box-title a {
            color: var(--title-color);
            background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
            background-image: linear-gradient(to left, var(--title-color), var(--title-color))
        }

        .blog-card.style2:hover .blog-text {
            color: var(--body-color)
        }

    .blog-card.style3 .blog-meta {
        margin-bottom: 5px
    }

    .blog-card.style3 .blog-title {
        font-weight: 800;
        margin-bottom: 23px
    }

        .blog-card.style3 .blog-title a {
            background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
            background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
            background-repeat: no-repeat;
            background-position: bottom left;
            background-size: 0 2px;
            -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out
        }

            .blog-card.style3 .blog-title a:hover {
                background-size: 100% 2px
            }

    .blog-card.style3 .blog-text {
        color: var(--body-color);
        margin-bottom: 32px
    }

    .blog-card.style3 .blog-content {
        padding: 39px 40px 20px
    }

        .blog-card.style3 .blog-content:after {
            display: none
        }

    .blog-card.style3 .blog-bottom {
        padding-top: 20px
    }

    .blog-card.style3:hover .blog-content {
        background: var(--white-color)
    }

    .blog-card.style3:hover .blog-meta span, .blog-card.style3:hover .blog-meta a {
        color: var(--title-color)
    }

        .blog-card.style3:hover .blog-meta span:hover, .blog-card.style3:hover .blog-meta a:hover {
            color: var(--theme-color)
        }

    .blog-card.style4 {
        padding: 20px 20px 0 20px;
        box-shadow: 0px 5px 15px rgba(0,0,0,0.08)
    }

        .blog-card.style4 .blog-img {
            position: relative
        }

            .blog-card.style4 .blog-img:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background: rgba(0,0,0,0.7);
                -webkit-transition: 0.4s;
                transition: 0.4s;
                opacity: 0
            }

            .blog-card.style4 .blog-img .icon-btn {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: 1;
                -webkit-transition: 0.4s;
                transition: 0.4s;
                opacity: 0
            }

        .blog-card.style4 .blog-content {
            padding: 33px 20px 40px
        }

            .blog-card.style4 .blog-content:after {
                display: none
            }

        .blog-card.style4 .blog-text {
            margin-bottom: -0.5em
        }

        .blog-card.style4:hover .blog-content {
            background: transparent
        }

        .blog-card.style4:hover .blog-meta span, .blog-card.style4:hover .blog-meta a {
            color: var(--title-color)
        }

        .blog-card.style4:hover .box-title a {
            color: var(--title-color)
        }

            .blog-card.style4:hover .box-title a:hover {
                background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
                background-image: linear-gradient(to left, var(--title-color), var(--title-color))
            }

        .blog-card.style4:hover .blog-text {
            color: var(--body-color)
        }

        .blog-card.style4:hover .blog-img .icon-btn, .blog-card.style4:hover .blog-img:after {
            opacity: 1
        }

.blog-grid-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.08);
    gap: 40px;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.08)
}

    .blog-grid-card .blog-img {
        overflow: hidden;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        position: relative
    }

        .blog-grid-card .blog-img img {
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

        .blog-grid-card .blog-img .blog-date {
            background: var(--theme-color);
            position: absolute;
            right: 30px;
            top: 30px;
            color: var(--white-color);
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            padding: 11px 6.5px 3px
        }

            .blog-grid-card .blog-img .blog-date::first-line {
                font-size: 22px;
                line-height: 20px
            }

    .blog-grid-card .blog-meta {
        margin-bottom: 13px
    }

    .blog-grid-card .box-title {
        margin-bottom: 11px
    }

        .blog-grid-card .box-title a {
            background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
            background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
            background-repeat: no-repeat;
            background-position: bottom left;
            background-size: 0 2px;
            -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out
        }

            .blog-grid-card .box-title a:hover {
                background-size: 100% 2px
            }

    .blog-grid-card .blog-content {
        padding: 24px 40px 20px 0
    }

    .blog-grid-card .blog-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid var(--border-color);
        padding-top: 20px
    }

    .blog-grid-card .link-btn {
        color: var(--title-color)
    }

        .blog-grid-card .link-btn:before {
            background-color: var(--theme-color)
        }

        .blog-grid-card .link-btn:hover {
            color: var(--theme-color)
        }

    .blog-grid-card:hover .blog-img img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08)
    }

.blog-navigation {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 40px 0;
    margin-top: 35px;
    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
}

    .blog-navigation .nav-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .blog-navigation .nav-btn:hover .icon-btn {
            background: transparent;
            color: var(--theme-color)
        }

    .blog-navigation .icon-btn {
        --btn-size: 60px;
        border-radius: 50%;
        background-color: var(--theme-color);
        color: var(--white-color);
        border: 1px solid var(--theme-color)
    }

    .blog-navigation .nav-title {
        font-size: 20px;
        font-weight: 700;
        font-family: var(--title-font);
        color: var(--title-color);
        display: block;
        margin-bottom: 8px
    }

    .blog-navigation .nav-text {
        font-size: 14px;
        font-weight: 700;
        color: var(--body-color);
        font-family: var(--title-font)
    }

@media (max-width: 1299px) {
    .blog-card .blog-content {
        padding: 30px 30px
    }
}

@media (max-width: 1399px) {
    .blog-grid-card {
        gap: 30px
    }

        .blog-grid-card .box-title {
            font-size: 22px
        }

        .blog-grid-card .blog-content {
            padding: 24px 30px 20px 0
        }
}

@media (max-width: 1200px) {
    .blog-card.style2 .blog-content {
        margin: 0;
        box-shadow: 0px 10px 15px rgba(8,14,28,0.06)
    }

    .blog-grid-card .blog-img {
        width: 200px
    }

        .blog-grid-card .blog-img img {
            height: 100%;
            object-fit: cover
        }

    .blog-card.style4 .blog-content {
        padding: 33px 10px 40px
    }
}

@media (max-width: 1199px) {
    .blog-card.style2 .blog-content {
        margin: -127px 30px 0
    }

    .blog-grid-card .blog-content {
        width: 100%
    }

    .blog-grid-card .blog-img {
        width: auto;
        height: 200px
    }
}

@media (max-width: 991px) {
    .blog-card .blog-content {
        padding: 30px 30px
    }

    .blog-card .box-title {
        font-size: 22px
    }

    .blog-card.style2 .blog-content {
        margin: 0
    }

    .blog-grid-card .blog-img {
        height: 231px
    }
}

@media (max-width: 767px) {
    .blog-card .blog-content {
        padding: 30px 40px
    }

    .blog-card .box-title {
        font-size: 24px
    }

    .blog-card.style2 .blog-content {
        margin: -127px 30px 0
    }

    .blog-card.style3 .blog-content {
        padding: 29px 30px 20px
    }

    .blog-card.style3 .blog-title {
        font-size: 24px
    }

    .blog-grid-card .blog-img {
        height: 259px;
        width: 185px
    }
}

@media (max-width: 575px) {
    .blog-grid-card {
        display: block
    }

        .blog-grid-card .blog-img {
            width: 100%;
            height: auto
        }

        .blog-grid-card .blog-content {
            padding: 24px 30px 20px
        }
}

@media (max-width: 410px) {
    .blog-card .blog-content {
        padding: 30px 30px
    }

    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .blog-card.style2 .blog-content {
        margin: 0;
        padding: 30px 20px
    }

    .blog-card.style3 .blog-content {
        padding: 29px 20px 20px
    }

    .blog-grid-card .blog-content {
        padding: 24px 20px 20px
    }

    .blog-card.style4 .blog-content {
        padding: 23px 0px 25px
    }
}

@media (max-width: 350px) {
    .blog-card .blog-content {
        padding: 30px 20px
    }

    .blog-card .box-title {
        font-size: 20px
    }

    .blog-card .blog-meta span, .blog-card .blog-meta a {
        margin-right: 0px;
        padding-right: 10px
    }

        .blog-card .blog-meta span:after, .blog-card .blog-meta a:after {
            margin-left: 12px
        }

        .blog-card .blog-meta span:last-child, .blog-card .blog-meta a:last-child {
            padding-right: 0
        }

    .blog-grid-card .blog-meta span, .blog-grid-card .blog-meta a {
        margin-right: 0px;
        padding-right: 10px
    }

        .blog-grid-card .blog-meta span:after, .blog-grid-card .blog-meta a:after {
            margin-left: 12px
        }

        .blog-grid-card .blog-meta span:last-child, .blog-grid-card .blog-meta a:last-child {
            padding-right: 0
        }
}

.brand-sec1 {
    position: relative;
    z-index: 4;
    border-radius: 10px;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto
}

    .brand-sec1:after {
        content: '';
        position: absolute;
        inset: 0;
        background-color: var(--title-color);
        border-radius: inherit;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
        clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
        z-index: -1
    }

@media (max-width: 1500px) {
    .brand-sec1:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px);
        clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px)
    }
}

@media (max-width: 1299px) {
    .brand-sec1:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px);
        clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px)
    }
}

@media (max-width: 767px) {
    .brand-sec1 {
        margin-left: 12px;
        margin-right: 12px
    }

        .brand-sec1:after {
            -webkit-clip-path: none;
            clip-path: none
        }
}

.brand-sec1 .slick-arrow {
    visibility: visible;
    opacity: 1
}

@media (max-width: 767px) {
    .brand-box.py-20 {
        padding-top: 0;
        padding-bottom: 0
    }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    color: var(--title-color);
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 15px
}

    .checklist li > i {
        color: var(--theme-color);
        margin-top: 5px
    }

    .checklist li:not(:last-child) {
        margin-bottom: 10px
    }

.checklist.style2 li {
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    gap: 10px;
    line-height: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .checklist.style2 li:not(:last-child) {
        margin-bottom: 16px
    }

    .checklist.style2 li > i {
        font-size: 14px;
        border-radius: 50%;
        background: rgba(230,58,39,0.1);
        padding: 4px
    }

.checklist.style3 li:not(:last-child) {
    margin-bottom: 20px
}

.checklist.style3 li > i {
    font-size: 25px
}

.checklist.style4 li {
    color: #141D38
}

    .checklist.style4 li:not(:last-child) {
        margin-bottom: 20px
    }

    .checklist.style4 li > i {
        font-size: 25px
    }

    .checklist.style4 li img {
        max-width: 26px
    }

.checklist.style5 li {
    color: var(--body-color);
    font-family: var(--body-font);
    font-weight: 400
}

    .checklist.style5 li:not(:last-child) {
        margin-bottom: 13px
    }

    .checklist.style5 li > i {
        font-size: 22px
    }

@media (max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom: 32px
    }
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 35px
    }
}

.newsletter-area {
    padding: 60px 0 52px
}

    .newsletter-area .sec-title {
        font-size: 30px;
        line-height: 40px
    }

    .newsletter-area .newsletter-widget {
        max-width: none
    }

@media (max-width: 1600px) {
    .newsletter-thumb {
        width: 460px;
        height: 100%
    }

        .newsletter-thumb img {
            height: 100%;
            object-fit: cover;
            object-position: right
        }
}

@media (max-width: 1500px) {
    .newsletter-thumb {
        width: 400px
    }
}

@media (max-width: 1399px) {
    .newsletter-thumb {
        width: 365px
    }
}

@media (max-width: 1200px) {
    .newsletter-thumb {
        width: 330px
    }
}

@media (max-width: 1199px) {
    .newsletter-thumb {
        width: 260px
    }
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

    .bg-img img {
        width: 100%;
        height: 100%
    }

.img-half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0
}

    .img-half img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .img-half.img-right {
        right: 0
    }

    .img-half.img-left {
        left: 0
    }

.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)
        }

.icon-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

    .icon-box .slick-arrow {
        box-shadow: 0px 10px 50px rgba(0,0,0,0.1)
    }

.btn-wrap {
    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: 20px 30px
}

.video-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--body-color);
    text-transform: uppercase;
    line-height: 1.6
}

    .video-btn .play-btn {
        --icon-size: 50px;
        margin-right: 15px
    }

        .video-btn .play-btn > i {
            background-color: var(--theme-color);
            color: var(--white-color);
            padding-right: 0.1em
        }

        .video-btn .play-btn:before {
            background-color: var(--theme-color)
        }

    .video-btn .small-text {
        font-size: 10px;
        text-decoration: underline;
        display: block
    }

    .video-btn .big-text {
        font-size: 14px;
        font-weight: 500
    }

@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px
    }

    p.mb-45 {
        margin-bottom: 38px
    }
}

.wcu-wrap1 {
    max-width: 630px
}

.wcu-wrap2 .sec-content {
    max-width: 600px
}

.wcu-img-half {
    height: 100%;
    margin-right: 126px
}

    .wcu-img-half img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

.wcu-box {
    background: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px
}

.wcu-box_icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.wcu-box_title {
    margin-bottom: 0;
    font-size: 22px
}

    .wcu-box_title a {
        color: var(--title-color)
    }

        .wcu-box_title a:hover {
            color: var(--theme-color)
        }

.wcu-box:hover .wcu-box_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.appointment-form-wrap {
    --bs-gutter-x: 10px;
    width: 390px;
    margin-left: auto;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    margin-right: 56px;
    padding: 53px 50px 50px;
    margin-bottom: -511px;
    position: relative
}

    .appointment-form-wrap:after {
        content: '';
        position: absolute;
        width: 70px;
        height: 60px;
        top: 0;
        right: 0;
        border-bottom: solid 30px #B82110;
        border-left: solid 35px #B82110;
        border-right: solid 35px transparent;
        border-top: solid 30px transparent;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

.wcu-thumb-2 {
    margin-left: -120px
}

.wcu-thumb-3.img-half {
    width: 42.5%
}

.wcu-card {
    background: var(--white-color);
    padding: 40px
}

.wcu-card_icon {
    margin-bottom: 20px
}

    .wcu-card_icon img {
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

.wcu-card_title {
    font-size: 22px;
    margin-top: -0.35em;
    margin-bottom: 5px
}

    .wcu-card_title a {
        color: var(--title-color)
    }

        .wcu-card_title a:hover {
            color: var(--theme-color)
        }

.wcu-card_text {
    margin-bottom: -0.4em
}

.wcu-card:hover .wcu-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.wcu-card.style2 {
    border-top: 2px solid var(--theme-color);
    padding: 35px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .wcu-card.style2 .wcu-card_icon {
        margin-bottom: 30px;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .wcu-card.style2 .wcu-card_title {
        margin-bottom: -0.35em
    }

        .wcu-card.style2 .wcu-card_title a {
            background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
            background-image: linear-gradient(to left, var(--white-color), var(--white-color));
            background-repeat: no-repeat;
            background-position: bottom left;
            background-size: 0 2px
        }

    .wcu-card.style2:hover {
        background: var(--theme-color)
    }

        .wcu-card.style2:hover .wcu-card_icon {
            -webkit-filter: brightness(99);
            filter: brightness(99)
        }

        .wcu-card.style2:hover .wcu-card_title a {
            color: var(--white-color)
        }

            .wcu-card.style2:hover .wcu-card_title a:hover {
                background-size: 100% 2px
            }

.wcu-card.style3 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--white-color);
    padding: 35px
}

    .wcu-card.style3 .wcu-card_text {
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .wcu-card.style3 .wcu-card_title {
        max-width: 170px;
        margin-bottom: 8px
    }

    .wcu-card.style3 .wcu-card_icon {
        margin-bottom: 25px
    }

    .wcu-card.style3:hover {
        background: var(--theme-color);
        margin-top: -10px
    }

        .wcu-card.style3:hover .wcu-card_icon {
            -webkit-filter: brightness(99);
            filter: brightness(99)
        }

        .wcu-card.style3:hover .wcu-card_title a {
            color: var(--white-color)
        }

            .wcu-card.style3:hover .wcu-card_title a:hover {
                background-size: 100% 2px
            }

        .wcu-card.style3:hover .wcu-card_text {
            color: var(--white-color)
        }

.wcu-card.style4 {
    border-top: 2px solid var(--theme-color);
    padding: 35px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--smoke-color)
}

    .wcu-card.style4 .wcu-card_icon {
        margin-bottom: 30px;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .wcu-card.style4 .wcu-card_title {
        margin-bottom: -0.35em
    }

        .wcu-card.style4 .wcu-card_title a {
            background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
            background-image: linear-gradient(to left, var(--white-color), var(--white-color));
            background-repeat: no-repeat;
            background-position: bottom left;
            background-size: 0 2px
        }

    .wcu-card.style4:hover {
        background: var(--theme-color)
    }

        .wcu-card.style4:hover .wcu-card_icon {
            -webkit-filter: brightness(99);
            filter: brightness(99)
        }

        .wcu-card.style4:hover .wcu-card_title a {
            color: var(--white-color)
        }

            .wcu-card.style4:hover .wcu-card_title a:hover {
                background-size: 100% 2px
            }

.wcu-card-wrap {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .wcu-card-wrap:hover {
        padding-bottom: 10px
    }

.apppointment-area-1 {
    padding: 80px 80px 0;
    margin-bottom: 28px;
    position: relative;
    z-index: 1
}

    .apppointment-area-1 .appointment-form-wrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        margin-left: auto;
        margin-bottom: -28px
    }

        .apppointment-area-1 .appointment-form-wrap:after {
            display: none
        }

.appointment-wrap {
    max-width: 501px
}

.apppointment-area-2 {
    padding: 80px;
    margin-top: -180px
}

.why-sec-v3 {
    padding-top: calc(120px + 124.5px)
}

.wcu-card-slider {
    margin-right: -100px
}

    .wcu-card-slider .slick-center .wcu-card-wrap {
        padding-bottom: 10px
    }

        .wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 {
            background: var(--theme-color);
            margin-top: -10px
        }

            .wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_icon {
                -webkit-filter: brightness(99);
                filter: brightness(99)
            }

            .wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_title a {
                color: var(--white-color)
            }

                .wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_title a:hover {
                    background-size: 100% 2px
                }

            .wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_text {
                color: var(--white-color)
            }

.why-sec-v5 {
    padding-top: calc(120px)
}

@media (min-width: 1922px) {
    .wcu-img-half {
        height: 651px
    }
}

@media (max-width: 1500px) {
    .wcu-thumb-2 {
        margin-left: -55px
    }
}

@media (max-width: 1399px) {
    .wcu-card-slider {
        margin-right: 0
    }

    .wcu-card.style4 {
        padding: 25px 25px 30px
    }
}

@media (max-width: 1200px) {
    .wcu-wrap1 {
        max-width: 545px
    }

    .wcu-box_title {
        font-size: 18px
    }

    .wcu-box {
        padding: 25px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .wcu-thumb-2 {
        margin-left: 0
    }

    .wcu-card_title {
        font-size: 19px
    }

    .apppointment-area-1 {
        margin-bottom: 0
    }

        .apppointment-area-1 .appointment-form-wrap {
            margin-bottom: 0
        }

    .wcu-card.style3 .wcu-card_text {
        font-size: 14px
    }
}

@media (max-width: 1199px) {
    .wcu-wrap1 {
        max-width: 630px;
        margin: auto;
        text-align: center
    }

        .wcu-wrap1 .wcu-box {
            text-align: left
        }

        .wcu-wrap1 .wcu-box_title {
            font-size: 20px
        }

    .wcu-card_title {
        font-size: 22px
    }

    .apppointment-area-1 .appointment-form-wrap {
        margin: 60px 0 80px;
        width: 510px
    }

    .apppointment-area-2 {
        padding: 60px
    }

    .why-sec-v3 {
        padding-top: calc(120px + 100.5px)
    }
}

@media (max-width: 991px) {
    .appointment-form-wrap {
        margin-right: 38px
    }

    .wcu-img-half {
        margin-right: 108px;
        overflow: hidden
    }

        .wcu-img-half img {
            min-height: 650px
        }

    .wcu-card {
        padding: 30px
    }

    .wcu-card_title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .wcu-card_text {
        font-size: 14px
    }

    .apppointment-area-1 .appointment-form-wrap {
        width: auto
    }

    .why-sec-v3 {
        padding-top: 80px
    }

    .wcu-thumb-3.img-half {
        position: initial;
        width: 100%;
        margin: -80px 0 40px
    }

    .wcu-card.style3 {
        text-align: center;
        padding: 25px
    }

        .wcu-card.style3 .wcu-card_title {
            margin-left: auto;
            margin-right: auto
        }

    .why-sec-v5 {
        padding-top: calc(120px + 177px)
    }

    .apppointment-area-2 {
        margin-top: -220px
    }
}

@media (max-width: 767px) {
    .wcu-wrap1 {
        max-width: none;
        margin: 0 40px
    }

    .wcu-box {
        padding: 20px
    }

    .apppointment-area-1 {
        padding: 50px 50px 0
    }

        .apppointment-area-1 .appointment-form-wrap {
            margin: 40px 0 50px
        }

    .wcu-card.style3 .wcu-card_text {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .wcu-img-half {
        margin-right: 85px
    }

        .wcu-img-half img {
            min-height: 200px
        }

    .appointment-form-wrap {
        margin: 0 15px;
        width: auto
    }

    .wcu-wrap1 {
        margin: 0 15px
    }

    .apppointment-area-1 {
        padding: 60px 30px
    }

        .apppointment-area-1 .appointment-form-wrap {
            margin: 40px 0 0px;
            padding: 30px
        }

    .wcu-card.style3 .wcu-card_text {
        font-size: 14px
    }

    .wcu-card.style3 .wcu-card_details {
        max-width: 200px
    }

    .apppointment-area-2 {
        padding: 40px
    }
}

@media (max-width: 375px) {
    .wcu-img-half {
        margin: 0
    }

    .appointment-form-wrap {
        padding: 33px 30px 30px
    }

        .appointment-form-wrap:after {
            display: none
        }

    .wcu-card_title {
        font-size: 19px
    }

    .apppointment-area-1 .appointment-form-wrap .th-btn {
        padding: 17.5px 10px
    }
}

@media (max-width: 320px) {
    .apppointment-area-1 {
        padding: 60px 20px
    }

        .apppointment-area-1 .appointment-form-wrap {
            padding: 20px
        }

            .apppointment-area-1 .appointment-form-wrap .th-btn {
                padding: 17.5px 15px
            }

    .appointment-form-wrap .th-btn {
        padding: 17.5px 15px
    }

    .apppointment-area-2 {
        padding: 40px 30px
    }

        .apppointment-area-2 .about-info-wrap.style4 .about-info-link {
            font-size: 18px
        }

        .apppointment-area-2 .appointment-form .th-btn {
            padding: 17.5px 15px
        }
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
    overflow: hidden;
    background-color: var(--white-color)
}

    .accordion-card:not(:last-child) {
        margin-bottom: 24px
    }

    .accordion-card .accordion-button {
        font-size: 18px;
        font-weight: 700;
        font-family: var(--body-font);
        border: 0;
        color: var(--title-color);
        background-color: var(--white-color);
        border-radius: 0;
        padding: 12px 45px 12px 30px;
        min-height: 60px;
        gap: 10px;
        margin-bottom: 0;
        text-align: left;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        box-shadow: none
    }

        .accordion-card .accordion-button:after {
            content: "\f070";
            height: 100%;
            width: auto;
            line-height: 1;
            background-color: transparent;
            font-family: var(--icon-font);
            color: var(--title-color);
            font-weight: 400;
            font-size: 1em;
            display: grid;
            -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;
            text-align: center;
            position: absolute;
            top: 0;
            right: 30px;
            -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
            padding-left: 10px;
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out
        }

        .accordion-card .accordion-button:focus {
            outline: none;
            box-shadow: none
        }

        .accordion-card .accordion-button:not(.collapsed) {
            box-shadow: none;
            border-radius: 0
        }

            .accordion-card .accordion-button:not(.collapsed):after {
                content: '\f06e';
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
                color: var(--theme-color)
            }

    .accordion-card .accordion-collapse {
        border: none
    }

    .accordion-card .accordion-body {
        border-radius: 0;
        border: none;
        margin: 0px 30px 0px 30px;
        padding: 20px 0 30px;
        border-top: 1px solid #CDCDCD
    }

    .accordion-card .faq-text {
        margin-bottom: -0.48em;
        margin-top: -0.4em
    }

    .accordion-card.style2 {
        box-shadow: none;
        border: 1px solid var(--smoke-color2);
        box-shadow: 0px 10px 30px rgba(8,14,28,0.06)
    }

        .accordion-card.style2:not(:last-child) {
            margin-bottom: 24px
        }

        .accordion-card.style2 .accordion-button {
            background-color: var(--white-color);
            box-shadow: none
        }

            .accordion-card.style2 .accordion-button:not(.collapsed) {
                color: var(--white-color);
                border-bottom: none;
                background-color: var(--theme-color)
            }

    .accordion-card.style3 {
        border-radius: 20px;
        box-shadow: 0px 5px 15px rgba(42,77,113,0.04)
    }

        .accordion-card.style3:not(:last-child) {
            margin-bottom: 30px
        }

        .accordion-card.style3 .accordion-button {
            background-color: var(--white-color);
            box-shadow: none
        }

            .accordion-card.style3 .accordion-button:not(.collapsed) {
                color: var(--title-color);
                background-color: var(--white-color);
                box-shadow: none
            }

                .accordion-card.style3 .accordion-button:not(.collapsed):after {
                    color: var(--theme-color)
                }

        .accordion-card.style3 .accordion-body {
            padding: 0 30px 30px 30px
        }

.accordion-area.style2 .accordion-card:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width: 1600px) {
    .faq-bg-img1 {
        right: -8% !important
    }
}

@media (max-width: 1500px) {
    .faq-bg-img1 {
        right: -13% !important
    }
}

@media (max-width: 1399px) {
    .faq-bg-img1 {
        right: -24% !important
    }
}

@media (max-width: 1200px) {
    .faq-bg-img1 {
        right: -35% !important
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px
    }
}

.cta-area-1 {
    padding: 45px 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-bottom: -147px
}

    .cta-area-1 .sec-title {
        font-size: 30px;
        font-weight: 800
    }

.cta-area-2 .sub-title {
    letter-spacing: 0.05em
}

.cta-area-2 .sec-title {
    font-size: 60px;
    line-height: 70px
}

.cta-area-3 {
    padding: 50px 0
}

@media (max-width: 1600px) {
    .cta-thumb3 {
        width: 550px;
        height: 100%
    }

        .cta-thumb3 img {
            height: 100%;
            object-fit: cover;
            object-position: right
        }
}

@media (max-width: 1500px) {
    .cta-thumb3 {
        width: 490px
    }
}

@media (max-width: 1399px) {
    .cta-thumb3 {
        width: 460px
    }
}

@media (max-width: 1200px) {
    .cta-area-2 .sec-title {
        font-size: 56px
    }

    .cta-thumb3 {
        width: 400px
    }
}

@media (max-width: 1199px) {
    .cta-area-1 {
        padding: 45px 50px
    }

    .cta-area-2 .sec-title {
        font-size: 46px;
        line-height: initial
    }

    .cta-thumb3 {
        width: 350px
    }
}

@media (max-width: 991px) {
    .cta-area-1 {
        margin-bottom: -216px
    }

    .cta-area-2 .sec-title {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .cta-area-1 {
        margin-bottom: -255px
    }

    .cta-area-1 {
        padding: 45px 40px
    }

    .cta-area-2 .sec-title {
        font-size: 34px
    }
}

@media (max-width: 575px) {
    .cta-area-2 .sec-title {
        font-size: 28px
    }
}

@media (max-width: 375px) {
    .cta-area-1 .sec-title {
        font-size: 25px
    }
}

.service-area3-2 {
    padding-bottom: calc(73.5px + 120px)
}

.service-default-icon {
    background: var(--theme-color);
    display: inline-block;
    padding: 0 17px 17px;
    position: relative;
    z-index: 1
}

    .service-default-icon img {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        margin-top: -10px
    }

    .service-default-icon:after {
        content: '';
        position: absolute;
        width: 116px;
        height: 38px;
        top: 1px;
        left: 50%;
        border-bottom: solid 38px var(--theme-color);
        border-left: solid 58px transparent;
        border-right: solid 58px transparent;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        z-index: -1
    }

.service-featured {
    position: relative;
    z-index: 2
}

    .service-featured .service-default-icon {
        margin-bottom: 30px
    }

.service-featured_img {
    overflow: hidden
}

    .service-featured_img img {
        width: 100%;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

.service-featured_content {
    background-color: var(--white-color);
    background: #F3F1F2;
    border-radius: 0;
    margin: -126px 30px 0;
    padding: 0 40px 27px;
    z-index: 1;
    position: relative;
    border-top: 2px solid var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .service-featured_content .service-bg-shape {
        position: absolute;
        right: 0;
        z-index: -1
    }

        .service-featured_content .service-bg-shape img {
            opacity: 0.6
        }

.service-featured_text {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 22px;
    padding-bottom: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-featured:hover .service-featured_content {
    background: var(--title-color)
}

    .service-featured:hover .service-featured_content .service-bg-shape {
        opacity: 0.06
    }

    .service-featured:hover .service-featured_content .box-title a {
        color: var(--white-color)
    }

        .service-featured:hover .service-featured_content .box-title a:hover {
            color: var(--theme-color)
        }

.service-featured:hover .service-featured_text {
    color: var(--gray-color);
    border-color: #363739
}

.service-featured:hover .service-featured_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-featured:hover .service-default-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-featured.style2 {
    overflow: hidden
}

    .service-featured.style2 .service-featured_content {
        background: var(--title-color);
        padding: 0 30px 27px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

        .service-featured.style2 .service-featured_content .service-bg-shape {
            opacity: 0.06
        }

            .service-featured.style2 .service-featured_content .service-bg-shape img {
                opacity: 1
            }

        .service-featured.style2 .service-featured_content .box-title a {
            color: var(--white-color)
        }

            .service-featured.style2 .service-featured_content .box-title a:hover {
                color: var(--theme-color)
            }

    .service-featured.style2 .service-featured_text {
        color: var(--gray-color);
        border: 0;
        padding-bottom: 0;
        margin-bottom: 15px
    }

    .service-featured.style2 .service-hover-wrap {
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        margin-bottom: -0.6em;
        max-width: 240px;
        height: 0
    }

    .service-featured.style2 .service-featured_img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .service-featured.style2 .service-default-icon img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .service-featured.style2:hover .service-hover-wrap {
        opacity: 1;
        margin-bottom: 0;
        height: 97px
    }

.service-card {
    position: relative;
    z-index: 2;
    box-shadow: 0px 5px 18px rgba(0,0,0,0.07);
    background-color: var(--white-color);
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center
}

    .service-card .shape-icon img {
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .service-card .service-content {
        padding: 40px 30px;
        max-width: 340px;
        margin: auto
    }

    .service-card .service-bg-shape {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        width: 100%
    }

    .service-card .box-title {
        font-size: 22px;
        margin-top: 21px;
        margin-bottom: 10px
    }

        .service-card .box-title a:hover {
            color: var(--theme-color)
        }

.service-card_text {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: -0.5em
}

.service-card .th-btn {
    border-top: 1px solid var(--border-color);
    font-size: 16px;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    border-radius: 0
}

.service-card:hover {
    background: var(--title-color)
}

    .service-card:hover .box-title {
        color: var(--white-color)
    }

    .service-card:hover .th-btn {
        background: var(--title-color);
        color: var(--white-color);
        border-color: rgba(205,205,205,0.5)
    }

        .service-card:hover .th-btn:hover {
            border-color: var(--theme-color)
        }

    .service-card:hover .service-card_text {
        color: var(--border-color)
    }

    .service-card:hover .shape-icon img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

.service-card.style2 {
    text-align: start
}

    .service-card.style2 .service-content {
        padding: 40px 40px 14px;
        max-width: none
    }

    .service-card.style2 .service-card_text {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 22px;
        margin-bottom: 13px
    }

    .service-card.style2 .link-btn {
        color: var(--title-color)
    }

        .service-card.style2 .link-btn:before {
            display: none
        }

    .service-card.style2:hover .service-card_text {
        border-bottom: 1px solid #363739
    }

    .service-card.style2:hover .link-btn {
        color: var(--theme-color)
    }

        .service-card.style2:hover .link-btn:hover {
            color: var(--white-color)
        }

.service-slider3 {
    margin-top: -127px;
    position: relative;
    z-index: 2
}

.service-box {
    box-shadow: 0px 10px 15px rgba(8,14,28,0.06);
    padding: 0 40px 40px;
    position: relative;
    margin-top: 38px;
    background: var(--white-color);
    border-top: 2px solid var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .service-box .service-bg-shape {
        position: absolute;
        z-index: 1;
        right: 0
    }

        .service-box .service-bg-shape img {
            opacity: 0.6
        }

    .service-box .service-box_content {
        position: relative;
        z-index: 1
    }

    .service-box .service-default-icon {
        margin-bottom: 40px
    }

        .service-box .service-default-icon:after {
            top: 0
        }

    .service-box .box-title {
        font-size: 22px
    }

    .service-box .service-box_text {
        margin-bottom: -0.4em;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .service-box:hover {
        background: var(--title-color)
    }

        .service-box:hover .service-bg-shape img {
            -webkit-filter: brightness(9999);
            filter: brightness(9999);
            opacity: 0.1
        }

        .service-box:hover .box-title a {
            color: var(--white-color)
        }

            .service-box:hover .box-title a:hover {
                color: var(--theme-color)
            }

        .service-box:hover .service-box_text {
            color: var(--gray-color)
        }

        .service-box:hover .service-default-icon img {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg)
        }

    .service-box.style2 {
        text-align: center;
        padding: 0;
        box-shadow: none;
        background: transparent
    }

        .service-box.style2 .box-title {
            margin-bottom: 10px
        }

            .service-box.style2 .box-title a {
                color: var(--title-color)
            }

                .service-box.style2 .box-title a:hover {
                    color: var(--theme-color)
                }

        .service-box.style2 .service-box_text {
            color: var(--body-color)
        }

        .service-box.style2 .service-box_content {
            padding: 0 20px 165px;
            background: var(--white-color)
        }

        .service-box.style2 .service-default-icon {
            margin-left: 0px
        }

        .service-box.style2 .thumb {
            margin: 0 15px;
            position: relative;
            margin-top: -135px;
            z-index: 1
        }

            .service-box.style2 .thumb:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                background: rgba(20,20,34,0.7);
                -webkit-transition: 0.4s;
                transition: 0.4s;
                z-index: 1;
                opacity: 0
            }

            .service-box.style2 .thumb img {
                width: 100%
            }

            .service-box.style2 .thumb .icon {
                position: absolute;
                height: var(--icon-size, 60px);
                width: var(--icon-size, 60px);
                line-height: var(--icon-size, 60px);
                display: inline-block;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, calc(-50% + 30px));
                -ms-transform: translate(-50%, calc(-50% + 30px));
                transform: translate(-50%, calc(-50% + 30px));
                background: var(--theme-color);
                border-radius: 50%;
                font-size: 16px;
                color: var(--white-color);
                -webkit-transition: 0.4s;
                transition: 0.4s;
                opacity: 0;
                z-index: 2
            }

                .service-box.style2 .thumb .icon:hover {
                    background: var(--white-color);
                    color: var(--theme-color)
                }

        .service-box.style2:hover .thumb:after {
            opacity: 1
        }

        .service-box.style2:hover .thumb .icon {
            opacity: 1;
            -webkit-transform: translate(-50%, calc(-50% + 0px));
            -ms-transform: translate(-50%, calc(-50% + 0px));
            transform: translate(-50%, calc(-50% + 0px))
        }

@media (max-width: 1200px) {
    .service-featured_content {
        margin: -126px 20px 0;
        padding: 0 30px 27px
    }

    .service-box {
        padding: 0 23px 30px
    }
}

@media (max-width: 1199px) {
    .service-featured_content {
        margin: 0
    }

        .service-featured_content .box-title {
            font-size: 22px
        }

        .service-featured_content .service-featured_text {
            font-size: 14px
        }

    .service-card .service-content {
        padding: 40px 20px
    }

    .service-box {
        padding: 0 35px 35px
    }

    .service-card.style2 .service-content {
        padding: 30px 30px 14px
    }

    .service-featured.style2:hover .service-hover-wrap {
        height: 88px
    }
}

@media (max-width: 991px) {
    .service-area3-2 {
        padding-bottom: calc(108px + 80px)
    }
}

@media (max-width: 767px) {
    .service-area3-2 {
        padding-bottom: calc(127.5px + 80px)
    }

    .service-featured.style2:hover .service-hover-wrap {
        height: 90px
    }

    .service-box {
        text-align: center
    }
}

.checklist li.unavailable {
    opacity: 0.5
}

.price-card {
    background-color: var(--smoke-color);
    border-top: 2px solid var(--theme-color);
    padding: 0 50px 50px;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .price-card .bg-shape-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0.05;
        z-index: -1
    }

        .price-card .bg-shape-img img {
            width: 100%
        }

    .price-card .service-default-icon {
        padding: 0 25px 20px
    }

        .price-card .service-default-icon:after {
            border-bottom: solid 40px var(--theme-color);
            border-left: solid 70px transparent;
            border-right: solid 70px transparent
        }

.price-card_top {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color)
}

.price-card_title {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--body-font);
    margin-top: -0.2em;
    margin-bottom: 22px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.price-card_text {
    margin-bottom: -0.4em;
    margin-top: 11px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.price-card_price {
    font-size: 45px;
    font-weight: 700;
    font-family: var(--body-font);
    line-height: 1;
    margin: -0.09em 0;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    .price-card_price .duration {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        position: relative;
        top: -1px;
        left: -10px
    }

.price-card .checklist {
    margin: -5px 0 30px 0
}

.price-card.active, .price-card:hover {
    background: var(--title-color)
}

    .price-card.active .bg-shape-img img, .price-card:hover .bg-shape-img img {
        -webkit-filter: brightness(999);
        filter: brightness(999)
    }

    .price-card.active .price-card_top, .price-card:hover .price-card_top {
        border-color: var(--body-color)
    }

    .price-card.active .checklist.style2 li, .price-card.active .price-card_price, .price-card.active .price-card_title, .price-card:hover .checklist.style2 li, .price-card:hover .price-card_price, .price-card:hover .price-card_title {
        color: var(--white-color)
    }

    .price-card.active .price-card_text, .price-card:hover .price-card_text {
        color: #e6e6e6
    }

@media (max-width: 991px) {
    .price-card {
        padding: 0 40px 40px
    }
}

@media (max-width: 375px) {
    .price-card {
        padding: 0 30px 30px
    }

    .price-card_text {
        font-size: 14px
    }
}

.experience-thumb {
    position: relative;
    margin-right: 80px;
    margin-left: -120px
}

.customer-wrap {
    position: absolute;
    right: 0;
    top: 80px;
    background: var(--white-color);
    box-shadow: 0px 10px 50px rgba(0,0,0,0.08);
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 31px 30px
}

    .customer-wrap .customer-wrap-title {
        font-weight: 800;
        margin-bottom: 0;
        margin-right: 20px
    }

    .customer-wrap .customer-wrap-text {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: var(--title-color);
        margin-right: 28px
    }

    .customer-wrap .customer-wrap-icon {
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        margin-left: -30px
    }

@media (max-width: 1500px) {
    .experience-thumb {
        margin-right: 50px;
        margin-left: -40px
    }
}

@media (max-width: 1199px) {
    .experience-thumb {
        display: inline-block;
        margin-left: 0;
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .experience-thumb {
        margin-right: 30px
    }

    .customer-wrap {
        top: 30px;
        padding: 12px 0 11px 20px
    }
}

.project-area-3 {
    padding-top: calc(120px + 73.5px)
}

.project-area-4 {
    margin-bottom: -300px
}

.project-area-5 {
    margin-bottom: -218px
}

.project-card {
    position: relative
}

    .project-card:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
        background: var(--title-color);
        z-index: 0;
        opacity: 0;
        -webkit-transition: 0.4s all;
        transition: 0.4s all;
        margin: 0px
    }

    .project-card .project-img img {
        width: 100%
    }

    .project-card .project-content {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.4s all;
        transition: 0.4s all;
        min-width: 400px;
        z-index: 1
    }

        .project-card .project-content:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 92px;
            height: 1px;
            width: 360px;
            background: var(--border-color);
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0)
        }

        .project-card .project-content .icon-btn {
            width: var(--btn-size, 70px);
            height: var(--btn-size, 70px);
            line-height: var(--btn-size, 70px);
            background: var(--white-color);
            border-radius: 50%;
            border: 0;
            color: var(--theme-color);
            font-size: 20px
        }

            .project-card .project-content .icon-btn:hover {
                background: var(--theme-color);
                color: var(--white-color)
            }

        .project-card .project-content .project-title {
            margin-bottom: 60px
        }

            .project-card .project-content .project-title a {
                color: var(--white-color)
            }

                .project-card .project-content .project-title a:hover {
                    color: var(--theme-color)
                }

        .project-card .project-content .project-subtitle {
            font-size: 14px;
            font-weight: 700;
            color: var(--theme-color);
            text-transform: uppercase;
            font-family: var(--title-font);
            margin-bottom: 8px
        }

    .project-card:hover:after {
        opacity: 0.9;
        margin: 30px
    }

    .project-card:hover .project-content {
        opacity: 1
    }

    .project-card.style2:after {
        background: var(--black-color)
    }

    .project-card.style2:hover:after {
        opacity: 0.7;
        margin: 0
    }

    .project-card.style2:hover .project-content {
        opacity: 1;
        bottom: 0
    }

    .project-card.style2 .project-content {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: -40px;
        top: auto;
        left: 0;
        text-align: left;
        padding: 40px;
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

        .project-card.style2 .project-content:after {
            display: none
        }

        .project-card.style2 .project-content .project-subtitle {
            background: var(--theme-color);
            color: var(--white-color);
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
            font-family: var(--title-font);
            padding: 8px 20px;
            margin: 0;
            display: inline-block
        }

        .project-card.style2 .project-content .project-title {
            margin: 0;
            font-size: 24px;
            font-weight: 700;
            background: var(--white-color);
            padding: 20px 40px 20px 20px
        }

            .project-card.style2 .project-content .project-title a {
                color: var(--title-color)
            }

            .project-card.style2 .project-content .project-title:hover a {
                color: var(--theme-color)
            }

    .project-card.style2.bg-overlay-2:after {
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%)
    }

    .project-card.style2.bg-overlay-2:hover:after {
        opacity: 1
    }

.project-slider-1 {
    padding: 0 40px;
    height: 500px
}

    .project-slider-1 .slick-list {
        padding: 0 484px !important
    }

    .project-slider-1 .slick-slide {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        height: 450px;
        margin-top: 25px
    }

        .project-slider-1 .slick-slide .project-img {
            height: 450px;
            -webkit-transition: 0.4s;
            transition: 0.4s
        }

            .project-slider-1 .slick-slide .project-img img {
                height: 450px;
                object-fit: cover;
                -webkit-transition: 0.4s;
                transition: 0.4s
            }

        .project-slider-1 .slick-slide .project-card:after {
            margin: 0
        }

        .project-slider-1 .slick-slide .project-content {
            opacity: 0
        }

        .project-slider-1 .slick-slide.slick-center {
            height: 500px;
            margin-top: 0
        }

            .project-slider-1 .slick-slide.slick-center .project-img {
                height: 500px
            }

                .project-slider-1 .slick-slide.slick-center .project-img img {
                    height: 500px
                }

            .project-slider-1 .slick-slide.slick-center:hover .project-content {
                opacity: 1
            }

            .project-slider-1 .slick-slide.slick-center:hover .project-card:after {
                margin: 30px
            }

.project-filter-btn {
    margin-bottom: 40px;
    text-align: center
}

    .project-filter-btn .tab-btn {
        position: relative;
        border: 0;
        background: transparent;
        font-size: 16px;
        font-weight: 700;
        padding: 6px 24px 4px;
        margin-bottom: 20px
    }

        .project-filter-btn .tab-btn.active {
            background: var(--theme-color);
            color: var(--white-color)
        }

        .project-filter-btn .tab-btn:after {
            content: '';
            position: absolute;
            right: -2px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            height: 24px;
            width: 1px;
            background: #D9D9D9;
            opacity: 0;
            -webkit-transition: 0.4s;
            transition: 0.4s
        }

        .project-filter-btn .tab-btn:not(:last-child):after {
            opacity: 1
        }

        .project-filter-btn .tab-btn:not(:last-child).active:after {
            opacity: 0
        }

.portfolio-slider4 {
    height: 480px;
    width: calc(100% + 28px)
}

    .portfolio-slider4 .slick-slide {
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

        .portfolio-slider4 .slick-slide .project-card {
            display: inline-block;
            -webkit-transition: 0.4s;
            transition: 0.4s
        }

            .portfolio-slider4 .slick-slide .project-card:after {
                background: var(--title-color)
            }

            .portfolio-slider4 .slick-slide .project-card .project-content {
                opacity: 0;
                bottom: 0
            }

        .portfolio-slider4 .slick-slide .project-img {
            height: 480px;
            overflow: hidden
        }

            .portfolio-slider4 .slick-slide .project-img img {
                height: 100%;
                object-fit: cover
            }

    .portfolio-slider4 .slick-current {
        width: calc(630px + 30px) !important
    }

        .portfolio-slider4 .slick-current .project-card {
            width: 100%
        }

            .portfolio-slider4 .slick-current .project-card:after {
                opacity: 0.9
            }

            .portfolio-slider4 .slick-current .project-card .project-content {
                opacity: 1
            }

.portfolio-slider5 {
    height: 450px;
    padding: 0 34px;
    margin-bottom: 60px
}

    .portfolio-slider5 .slick-list {
        padding-left: 380px;
        padding-right: 280px
    }

    .portfolio-slider5 .slick-slide {
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

        .portfolio-slider5 .slick-slide .project-card {
            display: inline-block;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            overflow: hidden
        }

            .portfolio-slider5 .slick-slide .project-card:after {
                background: var(--title-color)
            }

            .portfolio-slider5 .slick-slide .project-card .project-content {
                opacity: 0;
                bottom: 0
            }

        .portfolio-slider5 .slick-slide .project-img {
            height: 450px;
            overflow: hidden
        }

            .portfolio-slider5 .slick-slide .project-img img {
                height: 100%;
                object-fit: cover
            }

    .portfolio-slider5 .slick-current {
        width: calc(660px + 30px) !important
    }

        .portfolio-slider5 .slick-current .project-card {
            width: 100%
        }

            .portfolio-slider5 .slick-current .project-card:after {
                opacity: 0.8
            }

            .portfolio-slider5 .slick-current .project-card .project-content {
                opacity: 1
            }

    .portfolio-slider5 .slick-dots {
        position: absolute;
        bottom: -52px
    }

        .portfolio-slider5 .slick-dots li {
            margin: 0
        }

            .portfolio-slider5 .slick-dots li ~ li {
                margin: 0 0 0 15px
            }

        .portfolio-slider5 .slick-dots button {
            height: 6px;
            width: 6px;
            background: var(--theme-color)
        }

            .portfolio-slider5 .slick-dots button:before {
                background: transparent;
                border: 2px solid var(--theme-color)
            }

@media (max-width: 1600px) {
    .project-card.style2 .project-content {
        min-width: -webkit-fill-available
    }

    .portfolio-slider5 .project-card.style2 .project-content, .portfolio-slider4 .project-card.style2 .project-content {
        min-width: auto
    }

    .portfolio-slider5 .slick-list {
        padding-left: 283px;
        padding-right: 357px
    }
}

@media (max-width: 1500px) {
    .project-slider-1 {
        padding: 0;
        margin: 0 -100px
    }

    .portfolio-slider5 .slick-list {
        padding-left: 15px;
        padding-right: 378px
    }
}

@media (max-width: 1399px) {
    .portfolio-slider4 {
        width: calc(100% + 14px)
    }

    .portfolio-slider5 .slick-list {
        padding-left: 12px;
        padding-right: 414px
    }
}

@media (max-width: 1200px) {
    .project-slider-1 {
        margin: 0 -200px
    }

    .portfolio-slider4 .slick-current {
        width: calc(544px + 30px) !important
    }

    .portfolio-slider5 .slick-list {
        padding-left: 12px;
        padding-right: 344px
    }

    .portfolio-slider5 .slick-current {
        width: calc(560px + 30px) !important
    }
}

@media (max-width: 1199px) {
    .project-slider-1 {
        margin: 0;
        height: auto
    }

        .project-slider-1 .slick-list {
            padding: 0 100px !important
        }

        .project-slider-1 .slick-slide {
            margin-top: 0
        }

            .project-slider-1 .slick-slide .project-card .project-content {
                opacity: 1
            }

                .project-slider-1 .slick-slide .project-card .project-content:after {
                    top: 85px
                }

            .project-slider-1 .slick-slide .project-card:after {
                opacity: 0.9;
                margin: 30px
            }

    .portfolio-slider4 .slick-current {
        width: calc(500px + 30px) !important
    }

    .portfolio-slider5 .slick-list {
        padding-left: 12px;
        padding-right: 260px
    }

    .project-card.style2 .project-content {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .project-area-3 {
        padding-top: calc(80px + 108px)
    }

    .project-filter-btn {
        margin-bottom: 20px
    }

        .project-filter-btn .tab-btn {
            font-size: 15px;
            padding: 6px 12px 4px
        }

    .portfolio-slider5 {
        padding-left: 0;
        padding-right: 24px
    }

        .portfolio-slider5 .slick-list {
            padding-left: 12px;
            padding-right: 0
        }

        .portfolio-slider5 .slick-current {
            width: calc(714px + 30px) !important
        }
}

@media (max-width: 767px) {
    .project-slider-1 .slick-list {
        padding: 0 !important
    }

    .project-card .project-content .icon-btn {
        --btn-size: 56px
    }

    .project-area-3 {
        padding-top: calc(80px + 127.5px)
    }

    .portfolio-slider4 .slick-current {
        width: calc(508px + 30px) !important
    }

    .portfolio-slider5 {
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .project-card .project-content:after {
        width: -webkit-fill-available
    }

    .portfolio-slider4 .slick-current {
        width: calc(400px + 30px) !important
    }

    .project-slider-1 .slick-slide .project-card:after {
        margin: 20px
    }
}

@media (max-width: 375px) {
    .project-slider-1 .slick-slide .project-card:after {
        margin: 20px
    }

    .project-card.style2 .project-content {
        padding: 25px
    }

        .project-card.style2 .project-content .project-title {
            font-size: 20px
        }

    .portfolio-slider4 .slick-current {
        width: calc(350px + 30px) !important
    }

    .portfolio-slider5 .slick-current {
        width: calc(330px + 30px) !important
    }
}

@media (max-width: 320px) {
    .portfolio-slider4 .slick-current {
        width: calc(295px + 30px) !important
    }

    .portfolio-slider5 .slick-current {
        width: calc(265px + 30px) !important
    }
}

.skill-feature:not(:last-child) {
    margin-bottom: 25px
}

.skill-feature_title, .skill-feature .progress-value {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -0.2em;
    font-family: var(--title-font);
    color: var(--title-color)
}

.skill-feature .progress {
    position: relative;
    height: 10px;
    background-color: var(--white-color);
    overflow: visible;
    border-radius: 5px
}

.skill-feature .progress-bar {
    background-color: var(--theme-color);
    height: 10px;
    margin: 0px;
    border-radius: 5px;
    position: relative;
    overflow: visible
}

.skill-feature .progress-value {
    position: absolute;
    top: -36px;
    right: 0
}

.skill-feature.style2:not(:last-child) {
    margin-bottom: 32px
}

.skill-feature.style2 .progress {
    background-color: var(--smoke-color2)
}

.skill-feature.style3 .progress-value {
    top: -32px
}

.skill-feature.style3 .progress {
    background: var(--title-color)
}

    .skill-feature.style3 .progress .progress-bar {
        position: relative
    }

        .skill-feature.style3 .progress .progress-bar:after {
            position: absolute;
            content: '';
            height: 20px;
            width: 20px;
            background: var(--theme-color);
            border-radius: 50%;
            right: 0;
            border: 4px solid var(--smoke-color)
        }

.skill-feature.style3:not(:last-child) {
    margin-bottom: 35px
}

.skill-feature.style3 .skill-feature_title, .skill-feature.style3 .skill-feature .progress-value {
    font-family: var(--body-font);
    margin-bottom: 9px
}

.process-card {
    position: relative;
    background-color: var(--smoke-color);
    border-radius: 50%;
    text-align: center;
    padding: 56px 30px 46px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card-area {
    position: relative
}

    .process-card-area .process-line {
        position: absolute;
        left: 50%;
        bottom: 22px;
        width: calc(100% + 82px);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-align: center
    }

.process-card-wrap {
    padding: 25px 0 0 0px
}

.process-card:hover {
    background: var(--title-color)
}

    .process-card:hover .box-title {
        color: var(--white-color)
    }

    .process-card:hover .process-card_icon {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .process-card:hover .process-card_text {
        color: var(--smoke-color)
    }

.process-card .box-title {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card_number {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color)
}

.process-card_icon {
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card_text {
    margin-bottom: -0.53em;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1399px) {
    .process-card-area .process-line {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .process-card-area .process-line {
        display: none
    }
}

@media (max-width: 575px) {
    .process-card-wrap:has(.pulse):nth-child(even) {
        padding-top: 0
    }
}

.award-sec {
    padding-top: 420px
}

.award-thumb {
    position: relative;
    margin-right: 50px
}

    .award-thumb .thumb img {
        border-radius: 50%
    }

    .award-thumb .award {
        position: absolute;
        right: 0;
        top: 0
    }

@media (max-width: 1200px) {
    .award-thumb {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .award-sec {
        padding-top: 380px;
        background-position: right
    }

    .award-thumb {
        display: inline-block;
        margin-bottom: 40px;
        padding-right: 100px
    }

        .award-thumb .award {
            right: 0;
            top: 50%;
            -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
            width: 200px
        }
}

@media (max-width: 375px) {
    .award-thumb .award {
        width: 150px
    }
}

.feature-card {
    text-align: center;
    border: 2px solid #D9E0F3;
    border-radius: 10px;
    padding: 40px 12px
}

    .feature-card .shape-icon {
        width: 120px;
        height: 115px;
        line-height: 115px;
        margin: 0 auto 30px auto;
        -webkit-filter: drop-shadow(0px 10px 30px rgba(8,14,28,0.06));
        filter: drop-shadow(0px 10px 30px rgba(8,14,28,0.06))
    }

        .feature-card .shape-icon:before {
            background-color: var(--white-color);
            -webkit-clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z");
            clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z")
        }

.feature-card_text {
    max-width: 315px;
    margin: 0 auto -0.5em auto
}

.feature-card.style2 {
    border-radius: 0;
    border: 0;
    padding: 50px 40px;
    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;
    text-align: left;
    gap: 30px
}

    .feature-card.style2 .box-title {
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .feature-card.style2:before {
        background: var(--smoke-color);
        opacity: 1;
        z-index: -1;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .feature-card.style2:hover:before {
        background: var(--black-color);
        opacity: 0.8
    }

    .feature-card.style2:hover .box-title {
        color: var(--white-color)
    }

@media (max-width: 1200px) {
    .feature-card.style2 .box-title {
        font-size: 20px
    }
}

@media (max-width: 1199px) {
    .feature-card.style2 {
        padding: 30px 25px;
        gap: 20px
    }

        .feature-card.style2 .box-title {
            font-size: 18px
        }
}

.video-area-1 {
    padding: 432px 0 140px;
    margin-top: -290px;
    z-index: 0
}

    .video-area-1 .play-btn > i {
        --icon-size: 100px
    }

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.6rem
}

.mt-n3 {
    margin-top: -0.8rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.6rem
}

.mb-n3 {
    margin-bottom: -0.8rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.space, .space-top {
    padding-top: var(--section-space)
}

.space, .space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra, .space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra, .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2, .space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.space-extra2, .space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@media (max-width: 991px) {
    .space, .space-top {
        padding-top: var(--section-space-mobile)
    }

    .space, .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra, .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra, .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }

    .space-extra2, .space-extra2-top {
        padding-top: 40px
    }

    .space-extra2, .space-extra2-bottom {
        padding-bottom: 40px
    }
}
