@charset "UTF-8";
@use "sass:math";

:root {
    --theme-color: #bd8a39;
    --theme-color2: #2196f3;
    --title-color: #191825;
    --body-color: #222;
    --smoke-color: rgba(0,0,0,0.87);
    --smoke-color2: #0c5097d6;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E6E6E6;
    --title-font: 'Roboto', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 80px;
    --section-space-mobile: 50px;
    --section-title-space: 30px;
    --ripple-ani-duration: 5s;
}

.theme-blue {
    --theme-color: #0052DA;
    --theme-color2: #E83A15;
}

html, body {
    scroll-behavior: auto !important;
}

body {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    top: 0px !important;
}

iframe {
    border: none;
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    border: 0;
    background: none;
    max-width: 150px;
}

.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(--body-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: 600;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.h1, h1 {
    font-size: 24px;
    line-height: 1.167;
}

.h2, h2 {
    font-size: 18px;
    line-height: 1.227;
}

.h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .h1, h1 {
        font-size: 20px;
        line-height: 1.3;
    }

    .h2, h2,
    .h3, h3,
    .h4, h4,
    .h5, h5 {
        font-size: 16px;
        font-weight:600;
    }

    .h6, h6 {
        font-size: 16px;
    }
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px;
    }
}

@media (min-width: 1560px) {
    .th-container2 {
        width: 100%;
        max-width: 1560px;
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .th-container2 .container {
            --main-container: 1220px;
        }

    .th-container3 {
        width: 100%;
        max-width: 1560px;
        margin-left: 0;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

        .th-container3 .container {
            --main-container: 1220px;
        }
}

@media (min-width: 1922px) {
    .th-container3, .th-container2 {
        margin-right: auto;
    }
}

@media only screen and (min-width: 1300px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }

        .container-xxl.px-0, .container-xl.px-0, .container-lg.px-0, .container-md.px-0, .container-sm.px-0, .container.px-0 {
            max-width: var(--main-container);
        }
}

@media only screen and (min-width: 1300px) {
    .th-container {
        --main-container: 1720px;
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .container-fluid.px-0 .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
}

.slick-track > [class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 20px;
    }
    .row.gx-5 {
        --bs-gutter-x: 3rem;
    }
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.g-0 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}
.g-4 {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.gx-0 {
    --bs-gutter-x: 0;
}

.gy-40 {
    --bs-gutter-y: 40px;
}

.gy-50 {
    --bs-gutter-y: 50px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gy-10 {
    --bs-gutter-y: 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: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 5px;
    font-size: 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(--border-color);
        background-color: var(--smoke-color);
    }

    select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
        color: var(--body-color);
    }

    select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
        color: var(--body-color);
    }

    select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
        color: var(--body-color);
    }

    select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
        color: var(--body-color);
    }

    select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
        color: var(--body-color);
    }

    select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
        color: var(--body-color);
    }

    select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
        color: var(--body-color);
    }

    select::placeholder, .form-control::placeholder, .form-select::placeholder, textarea::placeholder, input::placeholder {
        color: var(--body-color);
    }

.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: 19px;
        font-size: 16px;
        color: var(--body-color);
    }

        .form-group > i.fa-envelope {
            padding-top: 1px;
        }

        .form-group > i.fa-comment {
            margin-top: -2px;
        }

        .form-group > i.fa-chevron-down {
            width: 17px;
            background-color: var(--smoke-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: 10px;
        height: 10px;
        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;
        z-index: 2;
    }

        .slick-dots button:before {
            content: '';
            position: absolute;
            inset: -5px;
            border: 1px solid var(--theme-color);
            border-radius: inherit;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
            -webkit-transform: scale(0.4);
            -ms-transform: scale(0.4);
            transform: scale(0.4);
            z-index: -1;
            visibility: hidden;
        }

        .slick-dots button:hover {
            border-color: var(--theme-color);
        }

    .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;
    color: var(--title-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--border-color);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 54px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 2;
    border-radius: 5px;
}

    .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);
    }
.blog_heading
{
    text-transform:uppercase;    
}
.blog_heading h3{
    position:relative;
    border-bottom:solid 1px #eee;
    padding-bottom:10px;
    font-weight:600;
    text-transform:uppercase;
}
    .blog_heading h3 a:before {
        font-family: 'Font Awesome 6 Pro';
        content: "\f15c";
        position: relative;
        margin-right: 10px;
    }
    .blog_heading h3:after
    {
        content:'';
        position:absolute;
        background:var(--theme-color);
        left:0;
        bottom:-2px;
        width:50px;
        height:3px;
    }
    #blog-sec .slick-arrow {
        background-color: var(--theme-color);
        color: var(--white-color);
    }
.blog_text
{
    font-size:15px;
}
.blog_box {
    background: #fff;
    padding: 15px;
    border: solid 1px #eee;
    border-radius: 5px;
    height: 100%;
}
.sub_blog_item ul{
    list-style: none;
    padding: 0;
}
.sub_blog_item ul li{
    padding-left:15px;
    position:relative;
    margin-bottom:7px;
}
    .sub_blog_item ul li a:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f0da";
        font-family: Font Awesome\ 6 Pro;
        font-weight: 900;
        font-size:13px;
    }
    .sub_blog_item ul li span {
        color: #4c5e89;
        margin-left: 10px;
        font-size:14px;
    }
    .arrow-margin .slick-arrow {
        top: calc(50% - 30px);
    }

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px;
    }
}

@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px;
    }
}

@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px;
    }

        .slick-arrow.slick-next {
            margin-right: 0;
            margin-left: 40px;
        }

    .slick-dots {
        margin: 40px 0 0 0;
    }

    .icon-box .slick-arrow {
        margin-right: 0;
    }
}

.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%;
}

    .slick-3d-active .slick-list {
        padding-left: 30% !important;
        padding-right: 30% !important;
    }

    .slick-3d-active .slick-track {
        max-width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-perspective: 100px;
        perspective: 100px;
    }

    .slick-3d-active .slick-slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, -webkit-transform 1s;
        transition: transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s, -webkit-transform 1s;
    }

    .slick-3d-active .slick-3d-next, .slick-3d-active .slick-3d-prev, .slick-3d-active .slick-3d-next2, .slick-3d-active .slick-3d-prev2 {
        display: block;
    }

    .slick-3d-active .slick-current {
        opacity: 1;
        position: relative;
        display: block;
        z-index: 2;
    }

    .slick-3d-active .slick-3d-next {
        opacity: 1;
        -webkit-transform: translate3d(50%, 0, -21px);
        transform: translate3d(50%, 0, -21px);
        z-index: 1;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .slick-3d-active .slick-3d-next2 {
        opacity: 1;
        -webkit-transform: translate3d(40%, 0, -23px);
        transform: translate3d(40%, 0, -23px);
        z-index: 0;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .slick-3d-active .slick-3d-prev {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, -21px);
        transform: translate3d(-50%, 0, -21px);
    }

        .slick-3d-active .slick-3d-prev .testi-card {
            box-shadow: none;
        }

    .slick-3d-active .slick-3d-prev2 {
        opacity: 1;
        -webkit-transform: translate3d(-40%, 0, -23px);
        transform: translate3d(-40%, 0, -23px);
    }

.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:#f7f7f7;
    }

        .th-menu-wrapper .mobile-logo svg {
            max-width: 185px;
        }

    .th-menu-wrapper .th-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: 15px;
        top: 15px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 18px;
        z-index: 1;
        color: var(--theme-color);
    }

        .th-menu-wrapper .th-menu-toggle:hover {
            background-color: none;
        }

    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 480px;
        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 #eef0f1;
            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(--theme-color);
            color: var(--white-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;
            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: none;
    color: var(--theme-color);
    display: inline-block;
    border-radius: 5px;
    float: right;
}


    .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-mobile-menu > ul {
        padding: 0 20px;
    }
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--white-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 0 auto;
    }

.loader {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: var(--white-color);
    background-image: url("data:image/svg+xml,%3Csvg width='101' height='101' viewBox='0 0 101 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8411 0.0601557C42.4528 0.460496 36.6594 1.80205 32.7965 3.31233C17.7304 9.20286 6.19776 22.2024 2.33176 37.6519C1.15065 42.372 0.869141 44.7577 0.869141 50.049C0.869141 55.3402 1.15065 57.7259 2.33176 62.4461C6.69142 79.8684 20.6695 93.9387 38.1205 98.4716C43.0691 99.7567 45.4298 100.049 50.8691 100.049C56.1604 100.049 58.5461 99.7675 63.2663 98.5864C80.6924 94.2256 94.758 80.2526 99.2917 62.7976C100.577 57.849 100.869 55.4884 100.869 50.049C100.869 44.6096 100.577 42.2489 99.2917 37.3003C94.3039 18.0976 78.1442 3.56028 58.3657 0.482874C56.1881 0.144073 48.8648 -0.124462 46.8411 0.0601557ZM57.5917 14.8989C72.0209 17.7282 83.1452 28.8699 86.0447 43.3965C86.7026 46.6921 86.7561 53.0924 86.1517 56.2029C84.6819 63.768 81.2939 70.2018 76.0223 75.4378C70.8521 80.5731 64.4861 83.8888 57.0231 85.3331C53.8311 85.9507 47.4874 85.8867 44.1558 85.203C29.5193 82.1997 18.6007 71.2661 15.6936 56.7015C14.975 53.1022 14.975 46.9957 15.6936 43.3965C17.7181 33.253 23.486 24.9703 32.4043 19.3991C36.2488 16.9975 41.7607 15.0997 46.7174 14.4711C49.2519 14.1495 54.9045 14.3719 57.5917 14.8989ZM45.2747 21.9788C42.5904 22.5586 40.7031 23.2179 38.2256 24.4409C35.2554 25.9073 32.5459 27.898 30.2526 30.2983C28.5544 32.0755 26.2506 35.1294 26.2568 35.5944C26.2586 35.7289 29.2461 37.0875 32.8959 38.6134L39.5316 41.3881L40.3332 40.4905C40.774 39.9971 41.589 39.2344 42.1442 38.796C43.108 38.0347 45.8607 36.59 46.8306 36.3365C47.2804 36.2188 47.2887 36.0847 47.2887 28.9229C47.2887 23.2275 47.2274 21.6329 47.009 21.6467C46.8552 21.6566 46.0747 21.8061 45.2747 21.9788ZM54.4496 28.9126C54.4496 36.085 54.4579 36.2188 54.9077 36.3365C55.8775 36.59 58.6302 38.0347 59.5941 38.796C60.1492 39.2344 60.9654 39.9982 61.4075 40.4934L62.2116 41.3937L68.846 38.6163C72.4949 37.0888 75.4814 35.7289 75.4826 35.5944C75.4868 35.131 73.1864 32.0784 71.5138 30.3278C67.1233 25.7323 61.6792 22.8552 55.2888 21.7535L54.4496 21.6087V28.9126ZM23.2289 42.7202C22.8435 43.782 22.4052 46.7735 22.3024 49.042C21.9878 55.9856 24.6092 63.4996 29.1331 68.6226C29.9188 69.5121 30.0602 69.5905 30.3466 69.2939C30.9016 68.7193 39.2326 58.5597 39.2326 58.4577C39.2326 58.4044 38.8869 57.7747 38.4644 57.0582C37.1801 54.8808 36.7165 53.174 36.6511 50.3849L36.5934 47.9237L30.1367 45.1952C26.5856 43.6945 23.6013 42.4609 23.5053 42.4535C23.409 42.4463 23.2846 42.5665 23.2289 42.7202ZM71.5687 45.218L65.0791 47.9651L65.1487 49.5106C65.2431 51.6078 64.6843 54.2824 63.768 56.1194L63.0087 57.6416L67.4789 63.3557C69.9375 66.4987 72.033 69.0702 72.1355 69.0702C72.5629 69.0702 75.3501 64.9752 76.4768 62.6925C78.6886 58.2106 79.3942 55.0574 79.3564 49.8252C79.3295 46.1187 78.8218 42.6712 78.282 42.5296C78.159 42.4973 75.1379 43.7071 71.5687 45.218ZM49.1908 43.0823C47.1367 43.622 45.6191 44.8264 44.5917 46.7315C43.8942 48.0251 43.8284 48.3104 43.8284 50.049C43.8284 51.7862 43.8944 52.0735 44.5888 53.3611C45.4356 54.9316 46.1378 55.6097 47.8242 56.486C48.7987 56.9924 49.247 57.0799 50.8691 57.0799C52.4913 57.0799 52.9395 56.9924 53.9141 56.486C55.6005 55.6097 56.3027 54.9316 57.1495 53.3611C57.8457 52.0699 57.9094 51.7909 57.905 50.049C57.9007 48.4326 57.8108 47.9752 57.3061 47.004C56.4341 45.3259 55.7506 44.6141 54.2375 43.8076C52.795 43.0387 50.5722 42.7191 49.1908 43.0823ZM56.307 63.1685C53.4764 64.5075 49.7415 64.687 46.6173 63.6339C45.5168 63.2629 44.8502 63.1416 44.6808 63.2815C44.3303 63.571 35.7815 73.968 35.6965 74.2083C35.5893 74.5109 40.4939 76.8113 42.5931 77.4431C48.1986 79.1299 54.1811 79.0538 59.7659 77.2244C62.0272 76.4837 65.8607 74.6465 66.3334 74.077C66.4992 73.8769 65.3716 72.283 62.1697 68.1916C59.7545 65.1055 57.7092 62.5891 57.6246 62.5992C57.54 62.6095 56.947 62.8657 56.307 63.1685Z' fill='%23FF8F1F'/%3E%3C/svg%3E");
    -webkit-animation: spinPreloader 1s linear infinite;
    animation: spinPreloader 1s linear infinite;
    border-radius: 50%;
}

@-webkit-keyframes spinPreloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinPreloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 20px;
    min-width: 166px;
    border-radius: 5px;
}

    .th-btn:before, .th-btn:after {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        width: 51%;
        background-color: var(--title-color);
        z-index: -1;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        border-radius: 0;
    }

    .th-btn:before {
        -webkit-transform: scale(0) rotate(0);
        -ms-transform: scale(0) rotate(0);
        transform: scale(0) rotate(0);
    }

    .th-btn:after {
        -webkit-transform: scale(0) rotate(0);
        -ms-transform: scale(0) rotate(0);
        transform: scale(0) rotate(0);
        left: unset;
        right: 0;
    }

    .th-btn:hover, .th-btn.active {
        color: var(--white-color);
        box-shadow: none;
    }

        .th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
            border-radius: 0;
            -webkit-transform: scale(1) rotate(360deg);
            -ms-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
        }

    .th-btn.style2 {
        background-color: transparent;
        color: var(--white-color);
        border: 1px solid var(--white-color);
        padding: 20px 40px;
        box-shadow: none;
    }

        .th-btn.style2:hover {
            color: var(--title-color);
            border-color: var(--white-color);
        }

            .th-btn.style2:hover:before, .th-btn.style2:hover:after {
                background-color: var(--white-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(--theme-color2);
        color: var(--white-color);
    }

        .th-btn.style4:hover {
            color: var(--white-color);
        }

            .th-btn.style4:hover:before, .th-btn.style4:hover:after {
                background-color: var(--title-color);
            }

    .th-btn.style5 {
        background-color: var(--theme-color2);
        color: var(--white-color);
    }

        .th-btn.style5:hover {
            color: var(--theme-color2);
        }

            .th-btn.style5:hover:before, .th-btn.style5:hover:after {
                background-color: var(--white-color);
            }

    .th-btn.style6 {
        background-color: var(--title-color);
    }

        .th-btn.style6:hover {
            color: var(--theme-color);
        }

            .th-btn.style6:hover:before, .th-btn.style6:hover:after {
                background-color: var(--white-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.btn-small {
        padding: 16px 25px;
        min-width: 152px;
    }

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 48px);
    height: var(--btn-size, 48px);
    line-height: var(--btn-size, 45px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--icon-bg, #f7f7f7);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}

    .icon-btn:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
        border-color: var(--theme-color);
    }

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .play-btn > i {
        display: inline-block;
        width: var(--icon-size, 56px);
        height: var(--icon-size, 56px);
        line-height: var(--icon-size, 56px);
        text-align: center;
        background-color: var(--white-color);
        color: var(--theme-color);
        font-size: var(--icon-font-size, 1.4em);
        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 {
        --icon-size: 40px;
        font-size: 14px;
        border: 1px solid;
        background-color: var(--theme-color2);
        color: var(--white-color);
    }

    .play-btn.style3:before, .play-btn.style3:after {
        background-color: var(--white-color);
    }

    .play-btn.style3:hover > i {
        background-color: var(--white-color);
        color: var(--theme-color);
    }

    .play-btn.style3:hover:before, .play-btn.style3:hover:after {
        background-color: var(--white-color);
    }

.link-btn {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color);
}

    .link-btn i {
        margin-left: 5px;
        font-size: 0.9rem;
    }

    .link-btn:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--theme-color);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .link-btn:hover {
        color: var(--theme-color);
    }

        .link-btn:hover::before {
            width: 100%;
        }

.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(--title-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(--title-color);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .line-btn:hover {
        color: var(--theme-color);
    }

        .line-btn:hover::before {
            background-color: var(--theme-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;
    }

.cta-support {
    list-style: none;
    right: 30px;
    bottom: 80px;
    position: fixed;
    z-index: 9;
}

    .cta-support li {
        margin-top: 20px;
    }

.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) - 12px);
    margin-top: -0.24em;
    text-transform: capitalize;
    font-weight: 600;
}
.align-items-justify
{
    text-align:justify
}
.sub-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--theme-color);
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
}

    .sub-title:has(img) {
        margin-top: 0;
    }

    .sub-title.h4 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        margin-top: -0.14em;
    }

    .sub-title img {
        margin: 0 8px 0 0;
    }

    .sub-title i {
        font-size: 32px;
        margin-right: 8px;
    }

@media (max-width: 991px) {
    .sub-title i {
        font-size: 24px;
    }
}

.sub-title .spin {
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.box-title {
    font-size: 18px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

    .box-title a {
        color: inherit;
    }

        .box-title a:hover {
            color: var(--theme-color);
        }

.box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: -0.35em;
}

    .box-title2 a {
        color: inherit;
    }

        .box-title2 a:hover {
            color: var(--theme-color);
        }

.sec-text {
    max-width: 720px;
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2;
}

    .title-area .sec-title {
        margin-bottom: 10px;
        font-size: 28px;
        line-height:40px;
        text-transform: uppercase;
    }

    .title-area.mb-0 .sec-title {
        margin-bottom: -0.24em;
    }

    .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 {
    text-align: center;
}

.sec-btn, .title-line {
    margin-bottom: var(--section-title-space);
}

.shadow-title {
    font-family: var(--title-font);
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: -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%);
    }

.title-area2 {
    padding: 50px 100px;
}

    .title-area2 .subtitle {
        color: var(--white-color);
        text-transform: uppercase;
        margin-top: -0.4em;
        margin-bottom: 5px;
        display: block;
    }

    .title-area2 .title {
        color: var(--white-color);
        max-width: 430px;
        margin-bottom: -0.26em;
    }

@media (max-width: 1700px) {
    .title-area2 {
        padding: 50px 50px;
    }
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px;
    }
    .container {
        max-width: 100%;
    }
    .shadow-title {
        font-size: 64px;
    }

    .title-area, .sec-title {
        --section-title-space: 60px;
    }

        .title-area.mb-45, .sec-title.mb-45 {
            margin-bottom: 36px;
        }

        .title-area.mb-50, .sec-title.mb-50 {
            margin-bottom: 40px;
        }

    .sec-btn, .title-line {
        --section-title-space: 55px;
    }

    .title-area2 .title {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .shadow-title {
        font-size: 60px;
    }

    .title-area, .sec-title {
        --section-title-space: 50px;
    }

        .title-area.mb-45, .sec-title.mb-45 {
            margin-bottom: 35px;
        }

    .sec-btn, .title-line {
        --section-title-space: 50px;
    }

    .sub-title.h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .title-area2 {
        text-align: center;
    }

        .title-area2 .title {
            max-width: 100%;
        }
        
}



@media (max-width: 375px) {
    .shadow-title {
        font-size: 40px;
    }

    .title-area2 {
        padding: 40px 20px;
    }
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

    .shape-mockup.z-index-3 {
        z-index: 3;
        pointer-events: none;
    }

    .shape-mockup.z-index-1 {
        z-index: 1;
        pointer-events: none;
    }

    .shape-mockup .svg-img {
        height: 110px;
        width: 110px;
    }

.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}

.z-index-common {
    position: relative;
    z-index: 3;
}

.z-index-3 {
    z-index: 3;
}

.z-index-n1 {
    z-index: -1;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.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 a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: var(--smoke-color);
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}

    .th-social a:last-child {
        margin-right: 0;
    }

    .th-social a:hover {
        background-color: var(--theme-color);
        color: var(--white-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-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    }
}

@media (max-width: 767px) {
    .btn-group {
        gap: 20px;
    }
}
.recent-post-wrap li a span{
    color:var(--theme-color);
    font-size:14px;
    margin-left:5px;
}
.recent-post-wrap li:not(:last-child) {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.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.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.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-16 {
    font-size: 18px;
    line-height: 24px;
}
.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-theme2 {
    background-color: var(--theme-color2) !important;
}

.bg-smoke {
    background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
    background-color: var(--smoke-color2) !important;
}

.bg-white {
    background-color: var(--white-color) !important;
}

.bg-black {
    background-color: var(--black-color) !important;
}

.bg-black2 {
    background-color: var(--black-color2) !important;
}

.bg-title {
    background-color: var(--title-color) !important;
}

.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;
}

.bg-top-left {
    background-size: auto;
    background-position: top left;
}

.text-theme {
    color: var(--theme-color) !important;
}

.text-theme2 {
    color: var(--theme-color2) !important;
}

.text-title {
    color: var(--title-color) !important;
}

.text-body {
    color: var(--body-color) !important;
}

.text-white {
    color: var(--white-color) !important;
}

.text-light {
    color: var(--light-color) !important;
}

.text-yellow {
    color: var(--yellow-color) !important;
}

.text-success {
    color: var(--success-color) !important;
}

.text-error {
    color: var(--error-color) !important;
}

.text-inherit {
    color: inherit;
}

    .text-inherit:hover {
        color: var(--theme-color);
    }

a.text-theme:hover, .text-reset:hover {
    text-decoration: underline;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[data-overlay] {
    position: relative;
    z-index: 2;
}

    [data-overlay] [class^="col-"], [data-overlay] [class*="col-"] {
        z-index: 1;
    }

    [data-overlay]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

[data-overlay="theme"]:before {
    background-color: var(--theme-color);
}

[data-overlay="theme2"]:before {
    background-color: var(--theme-color2);
}

[data-overlay="title"]:before {
    background-color: var(--title-color);
}

[data-overlay="smoke"]:before {
    background-color: var(--smoke-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: 0.1;
}

[data-opacity="2"]:before {
    opacity: 0.2;
}

[data-opacity="3"]:before {
    opacity: 0.3;
}

[data-opacity="4"]:before {
    opacity: 0.4;
}

[data-opacity="5"]:before {
    opacity: 0.5;
}

[data-opacity="6"]:before {
    opacity: 0.6;
}

[data-opacity="7"]:before {
    opacity: 0.7;
}

[data-opacity="8"]:before {
    opacity: 0.8;
}

[data-opacity="9"]:before {
    opacity: 0.95;
}

[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);
    }
}

.movingCar {
    -webkit-animation: movingCar 25s linear infinite;
    animation: movingCar 25s linear infinite;
}

@-webkit-keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
    }

    50% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%));
        transform: translateX(calc(100vw*-1 + 108%));
    }

    51% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg);
    }
}

@keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
    }

    50% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%));
        transform: translateX(calc(100vw*-1 + 108%));
    }

    51% {
        -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg);
    }
}

.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 10s linear infinite;
    animation: spin 10s 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, .wp-block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}


.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a, .wp-block-categories a {
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 16px 0 19px 15px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 0;
    border-bottom: 1px solid var(--border-color);
}

    .widget_nav_menu a::before, .widget_meta a::before, .widget_pages a::before, .widget_archive a::before, .widget_categories a::before, .wp-block-categories a::before {
        content: "\f061";
        position: absolute;
        left: 0;
        top: 17px;
        font-family: var(--icon-font);
        font-weight: 500;
    }

.widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_archive li, .widget_categories li, .wp-block-categories li {
    display: block;
    position: relative;
}

    .widget_nav_menu li:last-child a, .widget_meta li:last-child a, .widget_pages li:last-child a, .widget_archive li:last-child a, .widget_categories li:last-child a, .wp-block-categories li:last-child a {
        border-bottom: none;
    }

    .widget_nav_menu li > span, .widget_meta li > span, .widget_pages li > span, .widget_archive li > span, .widget_categories li > span, .wp-block-categories li > span {
        color: var(--body-color);
        text-align: center;
        position: absolute;
        right: 0;
        top: 14px;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        pointer-events: none;
        min-width: 20px;
        text-align: right;
    }

.widget_nav_menu a:hover, .widget_meta a:hover, .widget_pages a:hover, .widget_archive a:hover, .widget_categories a:hover, .wp-block-categories a:hover {
    color: var(--theme-color);
}

    .widget_nav_menu a:hover ~ span, .widget_meta a:hover ~ span, .widget_pages a:hover ~ span, .widget_archive a:hover ~ span, .widget_categories a:hover ~ span, .wp-block-categories a:hover ~ span {
        color: var(--theme-color);
    }

.widget_nav_menu .children, .widget_meta .children, .widget_pages .children, .widget_archive .children, .widget_categories .children, .wp-block-categories .children {
    margin-left: 10px;
}

.wp-block-categories {
    list-style: none;
    padding: 0;
    margin: 0 0 -10px 0;
}

.widget_nav_menu a, .widget_meta a, .widget_pages a {
    padding-right: 20px;
}

.widget_nav_menu .sub-menu {
    margin-left: 10px;
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    .wp-block-archives a:not(:hover) {
        color: inherit;
    }

.th-blog ul.wp-block-archives li {
    margin: 5px 0;
}

.widget {
    padding: var(--widget-padding-y, 20px) var(--widget-padding-x, 20px);
    border: solid 1px #ddd;
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
}

    .widget[data-overlay]:before {
        z-index: -1;
    }

    .widget .th-social a {
        box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
    }

    .widget select, .widget input, .widget .form-select, .widget .form-control, .widget textarea {
        background-color: var(--white-color);
    }

    .widget textarea {
        min-height: 120px;
    }

    .widget .form-group > i {
        background-color: var(--white-color);
    }

h3.widget_title a {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding: 0;
    border: 0;
}

.widget_categories a::before {
    content: '';
    background: var(--theme-color);
    height: 5px;
    width: 5px;
    top: 15px;
}

h3.widget_title a:before {
    content: none;
    content: none;
}

.wp-block-search__label, .widget_title {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 24px;
    padding-bottom: 17px;
    margin-bottom:25px;
}

    .wp-block-search__label:after, .wp-block-search__label:before, .widget_title:after, .widget_title:before {
        content: '';
        height: 3px;
        width: 100%;
        background-color: var(--border-color);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .wp-block-search__label:after, .widget_title:after {
        background-color: var(--theme-color);
        width: 30px;
    }

.widget-form {
    --bs-gutter-x: 20px;
}

.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: 5px 0 0 5px;
        padding-right: 25px;
        border: 1px solid var(--white-color);
    }

        .widget .search-form input:focus {
            border-color: var(--theme-color);
        }

    .widget .search-form button {
        border: none;
        font-size: 16px;
        font-size: 500;
        background-color: var(--theme-color);
        color: var(--white-color);
        display: inline-block;
        padding: 0;
        width: 56px;
        text-align: center;
        border-radius: 0 5px 5px 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: 6px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 5px;
}

    .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: 10px;
    }

        .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%);
        }

    .sidebar-gallery .wp-block-image {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        width: 100% !important;
    }

        .sidebar-gallery .wp-block-image img {
            width: 100%;
        }

.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;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

    .recent-post:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .recent-post .media-img {
        margin-right: 15px;
        width: 100px;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
    }

        .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: 500;
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 3px 0;
        font-family: var(--title-font);
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .recent-post .recent-post-meta span {
        text-transform: capitalize;
        font-size: 14px;
        color: var(--body-color);
        font-family: var(--body-font);
    }

        .recent-post .recent-post-meta span i {
            margin-right: 6px;
            color: var(--theme-color);
        }

.sidebar-area {
    margin-bottom: -10px;
}

    .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 .sidebar-gallery {
        margin-bottom: 0 !important;
    }

    .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;
            }

.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 {
            background-color: var(--theme-color);
        }

        .download-widget-wrap .th-btn.style2:hover {
            color: var(--white-color);
            border-color: var(--theme-color);
        }

.widget_call {
    background-color: var(--title-color);
    position: relative;
    padding: 0 !important;
}

    .widget_call .widget_title {
        color: var(--white-color);
    }

.widget-map iframe {
    min-height: 280px;
}

.widget-call {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    padding: 0 10px var(--widget-padding-y, 40px) 10px;
}

    .widget-call:before {
        content: '';
        width: 368px;
        height: 368px;
        background-color: var(--theme-color);
        border: 6px solid var(--white-color);
        position: absolute;
        bottom: calc(100% - 120px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: -1;
    }

    .widget-call .text {
        display: block;
        margin: 22px auto 25px auto;
        color: var(--white-color);
        max-width: 310px;
    }

    .widget-call .call {
        font-size: 30px;
        font-weight: 600;
        color: var(--white-color);
        display: block;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 30px auto 0 auto;
    }

        .widget-call .call:hover {
            color: var(--theme-color);
        }

    .widget-call .play-btn {
        --icon-size: 60px;
    }

        .widget-call .play-btn > i {
            font-size: 30px;
        }

    .widget-call .box-title {
        font-weight: 500;
        color: var(--white-color);
        margin-bottom: 35px;
        padding-top: 20px;
    }

@media (max-width: 1299px) {
    .widget-call .title {
        font-size: 34px;
    }
}

.widget_info .th-btn {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.widget_info .th-video {
    margin-bottom: 20px;
}

.info-list {
    margin-top: -16px;
}

    .info-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .info-list i {
        color: var(--theme-color);
        width: 16px;
        margin-right: 2px;
        font-size: 16px;
    }

    .info-list strong {
        font-weight: 500;
        color: var(--title-color);
    }

    .info-list li {
        border-bottom: 1px dashed #D3DBEB;
        padding: 12px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
    }

        .info-list li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: -0.45em;
        }

.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: 0;
        -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);
        }

.th-video-widget .video-thumb {
    position: relative;
}

.th-video-widget .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .th-video-widget .play-btn i {
        font-size: 16px;
    }

.th-video-widget .video-thumb-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: -0.3em;
}

.widget_recent_entries ul {
    margin: -0.3em 0 0 0;
    padding: 0;
    list-style: none;
}

    .widget_recent_entries ul li > a {
        color: var(--body-color);
        font-weight: 500;
        display: inline-block;
    }

        .widget_recent_entries ul li > a:hover {
            color: var(--theme-color);
        }

    .widget_recent_entries ul li span.post-date {
        font-size: 14px;
    }

    .widget_recent_entries ul li:not(:last-child) {
        border-bottom: 1px solid #dadada;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

.widget_recent_comments ul, .wp-block-latest-comments ul {
    list-style-type: none;
    padding-left: 0;
}

ul.widget_recent_comments, ol.widget_recent_comments, .wp-block-latest-comments {
    margin-top: -0.11em;
    padding-left: 0;
}

    .widget_recent_comments ol, .widget_recent_comments ul, .wp-block-latest-comments ol, .wp-block-latest-comments ul {
        margin-bottom: 0;
    }

    .widget_recent_comments li, .wp-block-latest-comments li {
        margin-bottom: 0;
        color: var(--body-color);
        padding-left: 30px;
        position: relative;
    }

        .widget_recent_comments li:before, .wp-block-latest-comments li:before {
            content: "\f086";
            position: absolute;
            left: 0;
            top: -1px;
            color: var(--theme-color);
            font-family: var(--icon-font);
        }

    .widget_recent_comments.has-avatars li, .wp-block-latest-comments.has-avatars li {
        padding-left: 0;
        padding-bottom: 0 !important;
    }

        .widget_recent_comments.has-avatars li:before, .wp-block-latest-comments.has-avatars li:before {
            display: none;
        }

    .widget_recent_comments .avatar, .wp-block-latest-comments .avatar {
        margin-top: 0.4em;
    }

    .widget_recent_comments li:not(:last-child), .wp-block-latest-comments li:not(:last-child) {
        padding-bottom: 12px;
    }

    .widget_recent_comments article, .wp-block-latest-comments article {
        line-height: 1.5;
    }

    .widget_recent_comments a, .wp-block-latest-comments a {
        color: inherit;
    }

        .widget_recent_comments a:hover, .wp-block-latest-comments a:hover {
            color: var(--theme-color);
        }

.wp-block-latest-comments__comment {
    line-height: 1.6;
}

    .wp-block-latest-comments__comment a {
        color: var(--body-color);
    }

        .wp-block-latest-comments__comment a:hover {
            color: var(--theme-color);
        }

    .wp-block-latest-comments__comment:last-child {
        margin-bottom: 0;
    }

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 10px;
}

.wp-block-calendar, .calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none;
}

    .wp-block-calendar span[class*="wp-calendar-nav"], .calendar_wrap span[class*="wp-calendar-nav"] {
        position: absolute;
        top: 9px;
        left: 20px;
        font-size: 14px;
        color: var(--white-color);
        font-weight: 400;
        z-index: 1;
        line-height: 1.7;
    }

        .wp-block-calendar span[class*="wp-calendar-nav"] a, .calendar_wrap span[class*="wp-calendar-nav"] a {
            color: inherit;
        }

    .wp-block-calendar span.wp-calendar-nav-next, .calendar_wrap span.wp-calendar-nav-next {
        left: auto;
        right: 20px;
    }

    .wp-block-calendar caption, .calendar_wrap caption {
        caption-side: top;
        text-align: center;
        color: var(--white-color);
        background-color: var(--theme-color);
    }

    .wp-block-calendar th, .calendar_wrap th {
        font-size: 14px;
        padding: 5px 5px;
        border: none;
        text-align: center;
        border-right: 1px solid #fff;
        color: var(--title-color);
        font-weight: 500;
    }

        .wp-block-calendar th:first-child, .calendar_wrap th:first-child {
            border-left: 1px solid #eee;
        }

        .wp-block-calendar th:last-child, .calendar_wrap th:last-child {
            border-right: 1px solid #eee;
        }

    .wp-block-calendar table th, .calendar_wrap table th {
        font-weight: 500;
    }

    .wp-block-calendar td, .calendar_wrap td {
        font-size: 14px;
        padding: 5px 5px;
        color: #01133c;
        border: 1px solid #eee;
        text-align: center;
        background-color: transparent;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .wp-block-calendar #today, .calendar_wrap #today {
        color: var(--theme-color);
        background-color: var(--white-color);
        border-color: #ededed;
    }

    .wp-block-calendar thead, .calendar_wrap thead {
        background-color: #fff;
    }

    .wp-block-calendar .wp-calendar-table, .calendar_wrap .wp-calendar-table {
        margin-bottom: 0;
    }

    .wp-block-calendar .wp-calendar-nav .pad, .calendar_wrap .wp-calendar-nav .pad {
        display: none;
    }

    .wp-block-calendar a, .calendar_wrap a {
        color: inherit;
        text-decoration: none;
    }

        .wp-block-calendar a:hover, .calendar_wrap a:hover {
            color: var(--title-color);
        }

.wp-block-calendar {
    margin-bottom: 30px;
    border: none;
    padding-bottom: 0;
}

    .wp-block-calendar table caption {
        color: var(--white-color);
    }

ul.widget_rss, ul.wp-block-rss, ol.widget_rss, ol.wp-block-rss {
    padding-left: 0;
}

.widget_rss, .wp-block-rss {
    list-style-type: none;
}

    .widget_rss ul, .wp-block-rss ul {
        margin: -0.2em 0 -0.5em 0;
        padding: 0;
        list-style: none;
    }

        .widget_rss ul .rsswidget, .wp-block-rss ul .rsswidget {
            color: var(--title-color);
            font-family: var(--theme-font);
            font-size: 18px;
            display: block;
            margin-bottom: 10px;
        }

        .widget_rss ul .rssSummary, .wp-block-rss ul .rssSummary {
            font-size: 14px;
            margin-bottom: 7px;
            line-height: 1.5;
        }

        .widget_rss ul a, .wp-block-rss ul a {
            display: block;
            font-weight: 600;
            color: inherit;
        }

            .widget_rss ul a:hover, .wp-block-rss ul a:hover {
                color: var(--theme-color);
            }

        .widget_rss ul .rss-date, .wp-block-rss ul .rss-date {
            font-size: 14px;
            display: inline-block;
            margin-bottom: 5px;
            font-weight: 400;
            color: var(--title-color);
        }

            .widget_rss ul .rss-date:before, .wp-block-rss ul .rss-date:before {
                content: "\f073";
                font-family: var(--icon-font);
                margin-right: 10px;
                font-weight: 300;
                color: var(--theme-color);
            }

        .widget_rss ul cite, .wp-block-rss ul cite {
            font-weight: 500;
            color: var(--title-color);
            font-family: var(--body-font);
            font-size: 14px;
        }

            .widget_rss ul cite:before, .wp-block-rss ul cite:before {
                content: "";
                position: relative;
                top: -1px;
                left: 0;
                width: 20px;
                height: 2px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 8px;
                background-color: var(--theme-color);
            }

    .widget_rss li:not(:last-child), .wp-block-rss li:not(:last-child) {
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 16px;
    }

    .widget_rss a:hover, .wp-block-rss a:hover {
        color: var(--theme-color);
    }

.textwidget {
    margin-top: -0.1em;
}

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px;
    }

    .widget_title {
        font-size: 18px;
        margin: -0.12em 0 24px 0;
    }

    .author-widget-wrap .name {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .sidebar-area {
        padding-top: 30px;
    }

    .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 iframe {
    max-height: 300px;
}

.footer-widget {
    margin-bottom: 50px;
}

    .footer-widget, .footer-widget .widget {
        padding: 0;
        border: none;
        padding-bottom: 0;
        background-color: transparent;
        box-shadow: none;
    }

        .footer-widget .form-group > i {
            color: var(--theme-color);
            top: 18px;
        }

        .footer-widget .sidebar-gallery {
            max-width: 287px;
            gap: 11px;
        }

            .footer-widget .sidebar-gallery .gallery-thumb {
                border-radius: 5px;
            }

        .footer-widget .widget_title {
            max-width: 270px;
            color: var(--white-color);
            font-weight: 500;
            text-transform: capitalize;
            margin: -0.12em 0 38px 0;
            padding: 0 0 17px 0;
        }

            .footer-widget .widget_title:before {
                display: none;
            }

            .footer-widget .widget_title:after {
                border-radius: 10px;
                height: 3px;
                width: 112px;
                background-color: transparent;
                background-image: -webkit-linear-gradient(left, var(--theme-color) 0, var(--theme-color) 80px, transparent 80px, transparent 85px, var(--white-color) 85px, var(--white-color) 100px, transparent 100px, transparent 105px, var(--white-color) 105px, var(--white-color) 112px);
                background-image: linear-gradient(to right, var(--theme-color) 0, var(--theme-color) 80px, transparent 80px, transparent 85px, var(--white-color) 85px, var(--white-color) 100px, transparent 100px, transparent 105px, var(--white-color) 105px, var(--white-color) 112px);
            }

        .footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
            margin-top: -4px;
        }

        .footer-widget.widget_meta .menu, .footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu, .footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu, .footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu, .footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu, .footer-widget.widget_nav_menu > ul {
            margin-bottom: -4px;
        }

.info-wrap {
    margin-bottom: 10px;
}

    .info-wrap b {
        color: var(--white-color);
    }

    .info-wrap .far {
        width: 20px;
    }

.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: 10px;
    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: "\f061";
        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;
    }

    .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: 300px;
    margin-top: -0.4em;
    margin-bottom: 20px;
}

    .footer-widget .recent-post .media-img {
        max-width: 74px;
    }

        .footer-widget .recent-post .media-img:after {
            line-height: 74px;
        }

    .footer-widget .recent-post .post-title {
        color: var(--white-color);
        font-weight: 500;
    }

    .footer-widget .recent-post:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .footer-widget .recent-post .recent-post-meta a {
        font-weight: 400;
        line-height: 1.2;
    }

    .footer-widget .recent-post .recent-post-meta i {
        color: var(--theme-color);
    }

    .footer-widget .recent-post .recent-post-meta a:hover i {
        color: var(--theme-color);
    }

#about-sec ul {
    list-style: none;
    padding: 0;
}

    #about-sec ul li:before {
        content: '\f058';
        font-family: Font Awesome\ 6 Pro;
        font-weight: 400;
        margin-right: 5px;
        color: var(--theme-color)
    }

#about-sec img {
    border-radius: 10px;
}

.about-logo {
    margin-bottom: 15px;
}

.th-widget-about .about-logo {
    margin-bottom: 35px;
    margin-top: -8px;
}

.th-widget-about .about-text {
    margin-bottom: 30px;
    margin-top: -0.9em;
}

.footer-text {
    margin-top: -0.5em;
    margin-bottom: 25px;
}

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .social-box .social-title {
        font-size: 20px;
        color: var(--white-color);
        font-weight: 600;
        margin-right: 20px;
        margin-bottom: 0;
    }

.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px;
}

    .icon-group a:last-child {
        margin-right: 0;
    }

.newsletter-form {
    position: relative;
    max-width: 465px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .newsletter-form .th-btn {
        min-width: 145px;
        padding: 21px 20px;
    }

@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;
    }
}

.th-header {
    position: relative;
    z-index: 41;
}

    .th-header .icon-btn {
        border-radius: 99px;
    }

    .th-header .menu-area {
        position: relative;
        z-index: 2;
    }

.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
{
    width:100%;
}
.main-menu a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: capitalize;
}

    .main-menu a:hover {
        color: var(--theme-color);
    }

.main-menu > ul > li {
    margin: 0 10px;
}

    .main-menu > ul > li > a {
        padding: 37px 0;
        text-transform: uppercase;
        font-weight:600;
    }

        .main-menu > ul > li > a:hover {
            color: var(--theme-color);
        }

.main-menu ul {
    text-align:right;
    margin: 0;
    padding: 0;
    position: relative;
}
    .main-menu > ul {
        white-space: nowrap
    }
.main-menu > ul > li.services-item > ul {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    max-width:100%;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

        .main-menu ul li.menu-item-has-children > a:after {
            content: "\f0d7";
            display: inline-block;
            position: relative;
            font-family: var(--icon-font);
            margin-left: 4px;
            font-weight: 600;
            top: 0;
            font-size: 0.9em;
            color: var(--theme-color);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .main-menu ul li.menu-item-has-children > a:hover:after {
            content: "\f0d7";
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        .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;
        width: 100%;
        display:table;
    }
.main-content .top-border{
    border-top: solid 1px #ddd;
    padding-top: 20px;
    margin-top: 20px;
}
.services_list {
    background: #fff;
    border: solid 1px #eee;
    height: 100%;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    display: table;
    width: 100%;
}
    .services_list a{
        color:#2A2F3C;
    }
    .services_list a:hover {
        color: var(--theme-color);
    }
    .services_text {
        margin-bottom: 10px;
    }

.services_img img {
    border-radius: 5px;
    width:100%;
    margin-bottom:10px;
}
.services_content h2{
    font-size:16px;
    font-weight:600;
    margin-top:10px;
    text-align:center;
}
.sub_item
{
    clear:both;
    padding-top:10px;
}
.sub_item ul{
    padding: 0;
}
    .sub_item ul li{
        margin-bottom:7px;
        list-style:none;
    }
        .sub_item ul li .fa-solid {
            width:20px;
            font-size:13px;
            color:var(--theme-color)
        }
.btn-services {
    display: block;
    border: solid 1px #ddd;    
    text-align: center;
    border-radius: 5px;
    overflow:hidden;
    max-width:300px;
    margin:40px auto;
}
    .btn-services a {
        display: block;
        color:#fff;
    }
    @media (min-width: 768px) {
        
    .line-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
        .services_item_2 .services_img {
            width:160px;
            float:left;
            margin-right:10px;
        }
}
@media (min-width: 576px) {
    .line-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .line-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
    .main-menu ul li.services-item {
        position: initial !important;
    }
    .main-menu ul.sub-menu {
        border-top: 3px solid var(--theme-color);
        position: absolute;
        text-align: left;
        top: 100%;
        left: 0;
        background-color: var(--white-color);
        visibility: hidden;
        min-width: 230px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 7px;
        opacity: 0;
        z-index: -1;
        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: 15px;
            line-height: 30px;
            font-weight:400;
        }

    .main-menu ul.sub-menu {
        padding: 0px 20px;
    }

        .main-menu ul.sub-menu li {
            display: block;
            margin: 0 0;
            padding: 7px 0px 7px 0;
            border-bottom: dashed 1px #ddd;
            background:#fff;
        }
            .main-menu ul.sub-menu li:last-child {
                border-bottom: 0;
            }
.main-menu li.services-item ul.sub-menu li:last-child {
    border-bottom: dashed 1px #ddd;
}

            .main-menu ul.sub-menu li.menu-item-has-children > a:after {
                content: "\f0da";
                right: 0;
                position:absolute;
                top: 1px;
                display: inline-block;
            }

            .main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
                content: "\f0da";
                -webkit-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                transform: rotate(360deg);
            }

            .main-menu ul.sub-menu li a {
                position: relative;
                padding-left: 15px;
                padding-right:20px;
                text-transform: capitalize;
            }

                .main-menu ul.sub-menu li a:before {
                    content: "\f111";
                    position: absolute;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    top: 10px;
                    left: 0;
                    font-family: var(--icon-font);
                    width: 11px;
                    height: 11px;
                    text-align: center;
                    border-radius: 50%;
                    display: inline-block;
                    font-size: 6px;
                    line-height: 1;
                    color: var(--theme-color);
                    font-weight: 700;
                }

            .main-menu ul.sub-menu li ul.sub-menu {
                left: 100%;
                right: auto;
                top: -3px;
                margin: 0 0;
                margin-left: 20px;
            }

                .main-menu ul.sub-menu li ul.sub-menu li ul {
                    left: 100%;
                    right: auto;
                }

@media (max-width: 1500px) {
    .main-menu > ul > li {
        margin: 0 15px;
    }
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

    .header-button .th-btn {
        margin-left: 15px;
    }

    .header-button .icon-btn .badge {
        font-size: 12px;
        top: 0;
        right: 0;
    }

    .header-button .icon-btn:hover .badge {
        background-color: var(--title-color);
    }

.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: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
}

    .social-links a:last-child {
        margin-right: 0 !important;
    }

    .social-links a:hover {
        color: var(--theme-color);
    }

.header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-logo img{
    max-height:80px;
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

    .header-links li:not(:last-child) {
        margin: 0 55px 0 0;
    }

        .header-links li:not(:last-child):after {
            content: '';
            height: 26px;
            width: 1px;
            background-color: var(--body-color);
            position: absolute;
            top: 0px;
            right: -30px;
            opacity: 0.6;
        }

    .header-links li > i {
        margin-right: 6px;
    }

.header-links li, .header-links span, .header-links p, .header-links a {
    color: var(--body-color);
}

    .header-links a:hover {
        color: var(--theme-color);
    }

.header-links b, .header-links strong {
    font-weight: 600;
    margin-right: 6px;
}

.header-notice {
    margin: 0;
}

.header-top {
    padding: 16px 0;
    background-color: var(--theme-color);
    --body-color: #fff;
}

    .header-top a:hover {
        color: var(--title-color);
    }

.header-layout1 {
    position: relative;
    margin-bottom: -99px;
    --gap: 40px;
}

    .header-layout1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #2A2F3C;
    }

    .header-layout1 .menu-area {
        position: relative;
        z-index: 2;
        background-color: var(--white-color);
        padding: 0 var(--gap);
        border: 3px solid var(--theme-color);
        border-top: none;
        border-radius: 0 0 10px 10px;
    }

    .header-layout1 .header-top {
        position: relative;
        z-index: 2;
        border-radius: 10px 10px 0 0;
        padding: 12px var(--gap);
    }

    .header-layout1 .header-logo {
        position: relative;
        z-index: 2;
    }

    .header-layout1 .th-menu-toggle {
        margin-left: auto;
    }

    .header-layout1 .main-menu > ul > li > a {
        padding: 35px 0;
    }

@media (min-width: 1300px) {
    .header-layout1 .th-container {
        --main-container: 1520px;
    }
}

@media (max-width: 1399px) {
    .header-layout1 .header-button .th-btn {
        display: none;
    }
}

@media (max-width: 1299px) {
    .header-layout1 .header-links li:nth-child(2) {
        display: none;
    }

    .header-layout1 .header-button .icon-btn:last-child {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-layout1 {
        --gap: 20px;
    }
}

@media (max-width: 991px) {
    .header-layout1 {
        --gap: 15px;
    }

        .header-layout1 .header-top {
            padding: 12px 0;
        }
}

@media (max-width: 575px) {
    .header-layout1 .header-logo img {
        max-width: 160px;
    }
}

.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 24px;
}

.header-layout2 .menu-area {
    background-color: var(--white-color);
}

    .header-layout2 .menu-area:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 33.5%;
        background-color: var(--theme-color2);
        -webkit-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
        z-index: -1;
    }

.header-layout2 .header-top {
    padding: 10px 0;
    font-size:15px;
    background-color: var(--theme-color);
    --body-color: #fff;
    position: relative;
    z-index: 2;
}

    .header-layout2 .header-top a:hover {
        color: var(--white-color);
    }

    .header-layout2 .header-top .line-btn {
        --theme-color: #3D72FC;
    }

.header-layout2 .header-links li > i {
    color: var(--white-color);
}

.header-layout2 .call-btn {
    gap: 30px;
    margin-left: 20px;
}

    .header-layout2 .call-btn .icon-btn {
        border: none;
        background-color: var(--theme-color);
        color: var(--white-color);
        position: relative;
        z-index: 2;
        line-height: 56px;
    }

        .header-layout2 .call-btn .icon-btn:before {
            content: '';
            position: absolute;
            inset: -15px;
            background-color: rgba(255, 143, 31, 0.3);
            border: 5px solid var(--white-color);
            border-radius: inherit;
            z-index: -1;
        }

        .header-layout2 .call-btn .icon-btn:hover {
            background-color: var(--title-color);
        }

            .header-layout2 .call-btn .icon-btn:hover:before {
                background-color: rgba(25, 24, 37, 0.3);
            }

    .header-layout2 .call-btn .link {
        font-family: var(--title-font);
        font-size: 24px;
        font-weight: 600;
        color: var(--white-color);
    }

.header-layout2 .header-button {
    margin-left: 30px;
}

@media only screen and (min-width: 1300px) {
    .header-layout2 .th-container {
        --main-container: 1660px;
    }
}

@media (min-width: 1922px) {
    .header-layout2 .menu-area:before {
        width: 38%;
    }

    .header-layout2 .header-top:before {
        width: 37%;
    }
}

@media (max-width: 1700px) {
    .header-layout2 .header-top:before {
        width: 30%;
    }
}

@media (max-width: 1500px) {
    .header-layout2 .header-top:before {
        width: 35%;
    }

    .header-layout2 .call-btn {
        display: none;
    }

    .header-layout2 .menu-area:before {
        width: 14%;
    }
}

@media (max-width: 1299px) {
    .header-layout2 .header-top:before {
        width: 50%;
    }

    .header-layout2 .header-button .th-btn {
        display: none;
    }

    .header-layout2 .header-links li:first-child {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-layout2 .header-top:before {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-layout2 .header-links li:nth-child(2) {
        display: none;
    }
}

@media (min-width: 1300px) {
    .header-layout3 .th-container {
        --main-container: 1600px;
    }
}

.header-layout3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 25px;
}

    .header-layout3 .header-logo {
        position: relative;
        z-index: 2;
    }

        .header-layout3 .header-logo:before {
            content: '';
            position: absolute;
            top: 0;
            left: -30px;
            height: 100%;
            width: 358px;
            background-color: var(--white-color);
            border-radius: 10px 0 0 10px;
            z-index: -1;
            -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 68px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 68px) 100%, 0% 100%);
        }

    .header-layout3 .main-menu {
        margin-left: 120px;
    }

        .header-layout3 .main-menu > ul > li > a {
            padding: 30px 0;            
        }

    .header-layout3 .th-menu-toggle {
        position: relative;
        z-index: 3;
    }

@media (max-width: 1700px) {
    .header-layout3 {
        padding-top: 12px;
    }

        .header-layout3 .header-logo {
            padding-left: 20px;
        }

            .header-layout3 .header-logo:before {
                left: 0;
                width: 300px;
            }
}

@media (max-width: 1399px) {
    .header-layout3 .main-menu {
        margin-left: 50px;
    }
}

@media (max-width: 1299px) {
    .header-layout3 .header-button .th-btn {
        display: none;
    }
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    --body-color: #BDBDBD;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
}
    .footer-wrapper p {
        color: #ffffff;
    }
    .footer-wrapper .th-social a {
        background-color: #3D4250;
        color: var(--white-color);
    }

        .footer-wrapper .th-social a:hover {
            background-color: var(--theme-color);
        }

    .footer-wrapper .social-links a {
        margin: 0 30px 0 0;
    }

    .footer-wrapper a {
        color: #ffffff;
    }
    .footer-wrapper .container
    {
        position:relative;
        z-index:9;
    }
    .footer-wrapper:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: #000000db;
        z-index: 1;
    }
    .footer-wrapper:after {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: url('/images/icon/law-firm.jpg');
        z-index:-1;
        background-size:cover;
    }
.widget-area {
    padding-top: var(--section-space);
    padding-bottom: 66px;
}

.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;
    background-color: #00000073;
}

.copyright-text {
    margin: 0;
}

    .copyright-text a {
        color: var(--body-color);
    }

        .copyright-text a:hover {
            color: var(--body-color);
        }

.th-widget-contact {
    max-width: 265px;
    margin-bottom: 30px;
}

.widget-contact {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    column-gap:20px;
}
    .widget-contact .info-box {
        margin-bottom: 20px;
        background: #eee;
        padding: 30px;
        border-radius:5px;
    }

    .widget-contact .info-box i {
        width: 20px;
    }
        .widget-contact .info-box:last-child {
            margin-bottom: 20px;
        }
.form-branch .form-title {
    border-top: solid 1px #eee;
    padding-top: 30px;
}

.form-branch .form-title {
    margin-top: 20px !important;
}

.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding-left: 60px;
}

    .footer-newsletter .newsletter-title {
        max-width: 425px;
        margin-bottom: 0;
    }

.schedule-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .schedule-info:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.th-widget-schedule {
    width: 280px;
    max-width: 100%;
}

    .th-widget-schedule .title {
        color: var(--white-color);
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 16px;
    }

.newsletter-widget {
    max-width: 290px;
}

    .newsletter-widget .newsletter-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }

        .newsletter-widget .newsletter-form .th-btn {
            width: 100%;
        }

    .newsletter-widget .form-group {
        margin-bottom: 0;
    }

    .newsletter-widget .icon-btn {
        border: none;
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 0;
        min-width: 56px;
        padding: 0;
    }

        .newsletter-widget .icon-btn:hover {
            background-color: var(--title-color);
        }

    .newsletter-widget .footer-text {
        margin-bottom: 25px;
    }

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px;
    }

    .copyright-text {
        text-align: center;
    }
}

.newsletter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--theme-color);
    padding: 60px;
    border-radius: 10px;
}

    .newsletter-wrap .newsletter-title {
        margin-top: -0.24em;
        margin-bottom: -0.24em;
        max-width: 510px;
        color: var(--white-color);
        font-weight: 600;
    }

    .newsletter-wrap .newsletter-text {
        margin-bottom: -0.5em;
        max-width: 400px;
    }

.newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 428px;
    gap: 10px;
}

    .newsletter-form .form-group {
        margin-bottom: 0;
        width: 100%;
    }

        .newsletter-form .form-group > i {
            color: var(--theme-color);
        }

    .newsletter-form input {
        background-color: var(--white-color);
        border: 1px solid var(--white-color);
        width: 100%;
    }

        .newsletter-form input:focus {
            background-color: var(--white-color);
            color: var(--body-color);
        }

    .newsletter-form .th-btn {
        min-width: 150px;
    }

    .newsletter-form .newsletter-btn {
        display: inline-block;
        border: none;
        background-color: var(--theme-color);
        color: var(--title-color);
        width: 55px;
        height: 55px;
        line-height: 55px;
        min-width: 55px;
    }

.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .footer-inner .footer-left {
        padding-right: var(--gap-x);
        border-right: 1px solid var(--border-color);
        padding-top: 105px;
        padding-bottom: 50px;
    }

    .footer-inner .footer-top {
        border-bottom: 1px solid var(--border-color);
        padding: var(--gap-y) 0 var(--gap-y) var(--gap-x);
    }

    .footer-inner .widget-area2 {
        padding-top: var(--gap-y);
        padding-left: var(--gap-x);
        padding-bottom: 10px;
    }

.th-widget-contact {
    max-width: 280px;
}

.info-box b {
    margin-right: 5px;
}

.info-box {
    margin-bottom: 30px;
}

.sidemenu-content .th-widget-contact, .sidemenu-content .newsletter-widget {
    max-width: 100%;
}

.info-box:last-child {
    margin-bottom: 0;
}

.info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 32px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--theme-color);
    border-radius: 6px;
    text-align: center;
    margin-right: 10px;
}

.info-box_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
}

.info-box_link {
    display: inline-block;
    color: var(--body-color);
}

    .info-box_link:hover {
        color: var(--theme-color);
    }

.footer-layout2 {
    --border-color: #2A2F3C;
    --gap-x: 60px;
    --gap-y: 60px;
}

    .footer-layout2 .copyright-wrap {
        border-top: 1px solid var(--border-color);
        background-color: var(--title-color);
    }

@media (max-width: 991px) {
    .newsletter-wrap {
        padding: 40px;
    }

        .newsletter-wrap .newsletter-title {
            font-size: 30px;
        }

        .newsletter-wrap .newsletter-text {
            font-size: 16px;
        }

    .footer-wrapper .newsletter-form {
        max-width: 400px;
    }
}

@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;
        gap: 25px;
    }

        .newsletter-wrap .newsletter-title {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

    .footer-wrapper .newsletter-form {
        max-width: 550px;
        gap: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .newsletter-wrap {
        padding: 40px 20px;
    }

        .newsletter-wrap .newsletter-title {
            font-size: 24px;
        }

        .newsletter-wrap .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-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-layout3 {
    --border-color: #e0e0e0;
    --body-color: #74757B;
    background-color: #F7F4ED;
}

    .footer-layout3 .footer-top {
        border-bottom: 1px solid var(--border-color);
        border-right: 1px solid var(--border-color);
    }

    .footer-layout3 .footer-logo {
        width: 100%;
        padding: 32px 40px;
        position: relative;
        background-color: var(--theme-color);
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0% 100%);
    }

    .footer-layout3 .widget-area {
        padding-top: 120px;
        padding-bottom: 70px;
    }

    .footer-layout3 .copyright-wrap {
        --body-color: #fff;
        background-color: var(--title-color);
    }

        .footer-layout3 .copyright-wrap a {
            color: var(--white-color);
        }

            .footer-layout3 .copyright-wrap a:hover {
                color: var(--theme-color);
            }

    .footer-layout3 .widget_title {
        color: var(--title-color);
    }

    .footer-layout3 .recent-post .post-title {
        color: var(--title-color);
    }

.contact-media {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding: 32px 60px;
}

.contact-media_text {
    font-size: 14px;
    display: block;
    margin-top: -0.5em;
    margin-bottom: 5px;
}

.contact-media .icon-btn {
    border: none;
    line-height: 56px;
    background-color: var(--white-color);
    border-radius: 10px;
    font-size: 36px;
    color: var(--theme-color);
    border-right: 2px solid var(--theme-color2);
    border-bottom: 2px solid var(--theme-color2);
}

.contact-media .box-title {
    margin-bottom: -0.24em;
}

.contact-media.has-border {
    border-left: 1px solid var(--border-color);
}

@media (max-width: 1299px) {
    .contact-media {
        padding: 32px 30px;
    }
}

@media (max-width: 1199px) {
    .contact-media {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .footer-layout3 .footer-logo {
        padding: 30px;
    }

    .footer-layout3 .widget-area {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .contact-media {
        padding: 30px 30px;
        border-left: 1px solid var(--border-color);
    }
}

@media (max-width: 767px) {
    .contact-media.has-border {
        border-top: 1px solid var(--border-color);
    }
}

@media (max-width: 375px) {
    .contact-media {
        gap: 15px;
    }

        .contact-media .box-title {
            font-size: 22px;
        }
}

@media (max-width: 340px) {
    .contact-media {
        padding: 30px 10px;
    }
}
.breadcrumb-bg {
    background: #dbdbdb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrumb-bg ol{
    margin-bottom: 0;
    font-size:15px;
}
    .breadcrumb-item + .breadcrumb-item:before,
    .breadcrumb-bg ol a {
        color: #000;
    }
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 15px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}

    .breadcumb-menu li {
        display: inline-block;
        margin-right: 3px;
        padding-right: 5px;
        list-style: none;
        position: relative;
    }

        .breadcumb-menu li:after {
            content: "\f054";
            position: relative;
            margin-left: 10px;
            font-weight: 500;
            font-size: 15px;
            color: #000;
            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: 500;
        color: var(--white-color);
    }

.breadcumb-title {
    color: var(--white-color);
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-size: 20px;
    font-weight: 600;
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 50px 0 40px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .breadcumb-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(177 21 21);
        width: 100%;
        height: 100%;
        opacity: 0.95;
    }

    .breadcumb-wrapper .container {
        position: relative;
    }

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 30px 0 20px 0;
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 20px;
    }
}

.th-pagination {
    padding-top: 30px;
    margin-bottom: 30px;
}

    .th-pagination ul {
        margin: 0;
        padding: 0;
    }

    .th-pagination li {
        display: inline-block;
        margin: 0 3px;
        list-style-type: none;
    }

        .th-pagination li:last-child {
            margin-right: 0;
        }

        .th-pagination li:first-child {
            margin-left: 0;
        }

    .th-pagination span, .th-pagination a {
        display: inline-block;
        text-align: center;
        position: relative;
        border: none;
        color: var(--white-color);
        background-color: #9E9E9E !important;
        width: 46px;
        height: 46px;
        line-height: 46px;
        z-index: 1;
        font-size: 15px;
        font-weight: 500;
        border-radius: 5px;
    }

    .th-pagination li.active a {
        background-color: var(--theme-color) !important;
    }

    .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: 767px) {
    .th-pagination span, .th-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

blockquote, .wp-block-quote {
    font-size: 16px;
    line-height: 1.56;
    padding: 30px;
    font-weight: 500;
    display: block;
    position: relative;
    background-color: transparent;
    margin: 35px 0;
    color: var(--title-color);
    font-family: var(--body-font);
    font-style: italic;
    border: 1px solid var(--gray-color);
    border-radius: 10px;
}

    blockquote p, .wp-block-quote p {
        font-size: inherit;
        font-family: inherit;
        margin-top: -0.3em;
        margin-bottom: 9px;
        line-height: inherit;
        color: inherit;
        width: 100%;
        position: relative;
        z-index: 3;
    }

        blockquote p a, .wp-block-quote p a {
            color: inherit;
        }

    blockquote:before, .wp-block-quote:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        height: 50px;
        width: 33px;
        background-color: var(--white-color);
    }

    blockquote:after, .wp-block-quote:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 0px;
        height: 20px;
        width: 25px;
        background-color: var(--theme-color);
        -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
        clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
    }

    blockquote cite, .wp-block-quote cite {
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
        font-style: normal;
        font-family: var(--title-font);
        white-space: nowrap;
        position: absolute;
        bottom: -17px;
        left: 80px;
        background-color: var(--theme-color);
        color: var(--white-color);
        padding: 7px 40px 7px 15px;
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
    }

    blockquote p cite, .wp-block-quote p cite {
        margin-top: 20px;
        margin-bottom: -0.5em;
    }

    blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.style-left-icon, .wp-block-quote.has-text-align-right {
        padding: 40px;
    }

    blockquote.style-left-icon, .wp-block-quote.style-left-icon {
        font-size: 18px;
        color: var(--body-color);
        font-weight: 400;
        line-height: 1.556;
        background-color: var(--smoke-color);
        padding-left: 160px;
    }

        blockquote.style-left-icon:before, .wp-block-quote.style-left-icon:before {
            right: unset;
            left: 56px;
            top: 60px;
            font-size: 6rem;
            font-weight: 400;
            line-height: 4rem;
            color: var(--theme-color);
            text-shadow: none;
        }

        blockquote.style-left-icon cite, .wp-block-quote.style-left-icon cite {
            color: var(--title-color);
        }

            blockquote.style-left-icon cite:before, .wp-block-quote.style-left-icon cite:before {
                background-color: var(--title-color);
                top: 8px;
            }

    blockquote.has-text-align-right, .wp-block-quote.has-text-align-right {
        border-right: 3px solid var(--theme-color);
    }

        blockquote.has-text-align-right:before, .wp-block-quote.has-text-align-right:before {
            content: "\f10d";
            right: unset;
            left: 60px;
        }

    blockquote:not(:has(> cite)) p:last-child, .wp-block-quote:not(:has(> cite)) p:last-child {
        margin-bottom: 0;
    }

.wp-block-pullquote {
    color: var(--white-color);
    padding: 0;
}

blockquote.has-very-dark-gray-color {
    color: var(--title-color) !important;
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
    color: var(--title-color);
}

.wp-block-column blockquote, .wp-block-column .wp-block-quote {
    padding: 40px 15px 40px 15px;
}

    .wp-block-column blockquote:before, .wp-block-column .wp-block-quote:before {
        width: 100%;
        height: 60px;
        font-size: 30px;
    }

    .wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right, .wp-block-column .wp-block-quote.style-left-icon, .wp-block-column .wp-block-quote.is-large:not(.is-style-plain), .wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-column .wp-block-quote.has-text-align-right {
        padding: 40px 15px 40px 15px;
    }

    .wp-block-column blockquote cite, .wp-block-column .wp-block-quote cite {
        font-size: 14px;
    }

        .wp-block-column blockquote cite:before, .wp-block-column .wp-block-quote cite:before {
            bottom: 6px;
        }

.wp-block-pullquote__citation::before, .wp-block-pullquote cite::before, .wp-block-pullquote footer::before {
    bottom: 7px;
}

@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%;
    }

    blockquote cite, .wp-block-quote cite {
        font-size: 18px;
        left: 30px;
    }
}

@media (max-width: 575px) {
    .wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
        font-size: 1.2em;
    }
}

@media (max-width: 375px) {
    blockquote cite, .wp-block-quote cite {
        font-size: 18px;
        padding-left: 22px;
    }

        blockquote cite:before, .wp-block-quote cite:before {
            width: 20px;
        }
}
.post-title {
    font-size: 20px;
    color: var(--body-color);
    font-family: var(--body-font);
    position: relative;
    margin-bottom:10px;
}
.post-meta {
    display: block;
    border: dashed 1px #e5e5e5;
    padding: 7px 15px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .post-meta span, .post-meta a {
        display: inline-block;
        font-size: 14px;
        color: var(--body-color);
        font-family: var(--body-font);
        position: relative;
        margin-right: 20px;
    }

        .post-meta span i, .post-meta a i {
            margin-right: 6px;
            color: var(--theme-color);
        }

        .post-meta span:last-child, .post-meta a:last-child {
            margin-right: 0;
        }

    .post-meta .author img {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin-right: 6px;
    }

    .post-meta a:hover {
        color: var(--theme-color);
    }
.box_blog h2 {
    margin-bottom: 7px;
}
.box_blog h2 a{
    font-size:15px;
    color:var(--black-color);
    font-weight:500;

}
.blog-meta {
    font-size: 14px;
    color: #898989;
    margin-bottom:5px;
}
    .blog-meta a {
        color: #898989
    }
    .blog-meta i{
        margin-right:3px;
        font-size:13px;
    }
    .blog-meta span:not(:last-child) {
        margin-right: 10px;
    }
    .blog-meta span:not(:last-child):after {
        content:'|';
        position:relative;
        padding-left: 10px;
        color:#ddd;
    }
.box_blog {
    border-bottom: dashed 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.box_services {
    border: solid 1px #eee;
    padding:15px;
    border-radius:5px;
    height:100%;
}
.box-same {
    border: solid 1px #eee;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    display:table;
    margin-bottom:20px;
}
    .box-same ul{
        margin-bottom:0;
    }
    .box-same ul li:not(:last-child){
        border-bottom:dashed 1px #eee;
        padding-bottom:7px;
        margin-bottom:7px;
    }
    .main-content .contact-title {
        margin-bottom: 7px;
    }
.main-content h2,
.main-content h3,
.main-content h4 {
    font-size: 16px;
    font-weight: 600;
}
.box_services h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box_services h2 a{
    color:var(--black-color);
}
    .box_services h2 a:hover {
        color: var(--theme-color);
    }
.box_services h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
    @media (max-width: 1199px) {
        .post-meta span, .post-meta a {
        margin-right: 6px;
        padding-right: 15px;
    }
}
.box_image
{
    margin-bottom:15px;
}
.box_image img{
    border-radius:5px;
}
.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.25em;
    margin-bottom: 25px;
}

    .blog-inner-title i {
        color: var(--theme-color);
        margin-right: 4px;
    }

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 30px);
    padding: var(--blog-space-y, 30px) var(--blog-space-x, 30px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
}

    .blog-single .blog-title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 600;
    }

    .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(--white-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 10px 0;
    }

    .blog-single .blog-content {
        margin: 0 0 0 0;
        position: relative;
    }
.main-content {
    background: #fff;
    margin-top: 40px;
    padding: 40px 15px;
    margin-bottom: 40px;
    border-radius:10px;
    border:solid 1px #eee;
}
.widget.widget_support,
.widget.widget_categories {
    margin-top: 40px;
    background: #fff;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
    .widget.widget_categories ul
    {
        display:table;
        width:100%;
    }
    .widget.widget_categories li a {
        padding: 8px 0 8px 15px;
        border-bottom: dashed 1px #eee;
    }
    .widget.widget_categories li:last-child a {
        border-bottom: 0;
    }
.blog-content img {
    height: auto !important;
    max-width: 100% !important;
}

.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5 {
    font-size: 18px;
}

blockquote h2:last-child, blockquote h3:last-child, blockquote h4:last-child, blockquote h5:last-child, blockquote ul:last-child, blockquote p:last-child {
    margin-bottom: 0;
}

.blog-single .blog-audio {
    line-height: 1;
}

.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
    position: relative;
    overflow: hidden;
    margin-bottom: 37px;
    border-radius: inherit;
}

    .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;
}

.share-links-title {
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 15px 0 0;
    display: inline-block;
    text-transform: uppercase;
}

.share-links {
    margin: var(--blog-space-y, 35px) 0 0 0;
    padding: 20px;
    background-color: var(--smoke-color);
    border-radius: 10px;
}

    .share-links > .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        --bs-gutter-y: 15px;
    }

    .share-links .wp-block-tag-cloud, .share-links .tagcloud {
        display: inline-block;
    }

.blog-details .blog-single {
    background-color: transparent;
}

.blog-details .blog-content > p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .share-links {
        --blog-space-x: 20px;
    }
}

@media (max-width: 1199px) {
    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
    }
}

@media (max-width: 991px) {
    .blog-single {
        --blog-space-x: 40px;
        --blog-space-y: 40px;
    }

    .share-links {
        --blog-space-x: 40px;
    }
}

@media (max-width: 767px) {
    .share-links {
        --blog-space-x: 20px;
    }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
    }

    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
    }

        .blog-single .blog-title {
            font-size: 24px;
            line-height: 1.3;
        }

        .blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
            margin-bottom: 25px;
        }

        .blog-single .blog-text {
            margin-bottom: 22px;
        }

        .blog-single .blog-bottom {
            padding-top: 15px;
        }
}

@media (max-width: 575px) {
    .share-links-title {
        margin: 0 15px 5px 0;
    }
}

.th-comment-form {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    position: relative;
}

    .th-comment-form .row {
        --bs-gutter-x: 20px;
    }

    .th-comment-form .blog-inner-title {
        margin-bottom: 0px;
    }

    .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-comment-form, .th-comments-wrap {
    padding: 40px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

    .th-comment-form:has(#wp-temp-form-div), .th-comments-wrap:has(#wp-temp-form-div) {
        padding: 0;
        box-shadow: none;
        display: none;
    }

.th-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
}

    .th-comments-wrap .description p:last-child {
        margin-bottom: -0.5em;
    }

    .th-comments-wrap .comment-respond {
        margin: 30px 0;
    }

    .th-comments-wrap pre {
        background: #ededed;
        color: #666;
        font-size: 14px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .th-comments-wrap li {
        margin: 0;
    }

    .th-comments-wrap .th-post-comment {
        padding: 0;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        padding-bottom: 30px;
        position: relative;
        border-bottom: 1px solid var(--border-color);
    }

        .th-comments-wrap .th-post-comment ol, .th-comments-wrap .th-post-comment ul, .th-comments-wrap .th-post-comment dl {
            margin-bottom: 1rem;
        }

            .th-comments-wrap .th-post-comment ol ol, .th-comments-wrap .th-post-comment ol ul, .th-comments-wrap .th-post-comment ul ol, .th-comments-wrap .th-post-comment ul ul {
                margin-bottom: 0;
            }

    .th-comments-wrap ul.comment-list {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: -30px;
    }

        .th-comments-wrap ul.comment-list ul ul, .th-comments-wrap ul.comment-list ul ol, .th-comments-wrap ul.comment-list ol ul, .th-comments-wrap ul.comment-list ol ol {
            margin-bottom: 0;
        }

    .th-comments-wrap .comment-avater {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        overflow: hidden;
        border-radius: 8px;
    }

        .th-comments-wrap .comment-avater img {
            width: 100%;
        }

    .th-comments-wrap .comment-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: -6px;
        position: relative;
    }

    .th-comments-wrap .commented-on {
        font-size: 16px;
        display: inline-block;
        margin-bottom: 2px;
        font-weight: 400;
        color: var(--body-color);
    }

        .th-comments-wrap .commented-on i {
            color: var(--theme-color);
            margin-right: 7px;
            font-size: 0.9rem;
        }

    .th-comments-wrap .name {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .th-comments-wrap .comment-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .th-comments-wrap .text {
        margin-bottom: 10px;
    }

    .th-comments-wrap .children {
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-left: 80px;
    }

    .th-comments-wrap .reply_and_edit {
        margin-top: 12px;
        margin-bottom: -0.46em;
    }

        .th-comments-wrap .reply_and_edit a {
            margin-right: 15px;
        }

            .th-comments-wrap .reply_and_edit a:last-child {
                margin-right: 0;
            }

    .th-comments-wrap .reply-btn {
        font-weight: 500;
        font-size: 16px;
        color: var(--body-color);
        display: inline-block;
    }

        .th-comments-wrap .reply-btn i {
            color: var(--theme-color);
            margin-right: 4px;
        }

        .th-comments-wrap .reply-btn:hover {
            color: 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 {
    border-bottom: none;
    padding-bottom: 0;
}

ul.comment-list .children .th-comment-item > .th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

ul.comment-list:has(> .th-comment-item ~ .th-comment-item):first-child > .th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.th-comments-wrap.th-comment-form {
    margin: 0;
}

.comment-respond .must-log-in {
    margin-bottom: 0;
    margin-top: 8px;
}

@media (max-width: 1399px) {
    .th-comment-form, .th-comments-wrap {
        padding: 40px 20px;
    }
}

@media (max-width: 1199px) {
    .th-comments-wrap .children {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .th-comment-form, .th-comments-wrap {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .th-comment-form, .th-comments-wrap {
        padding: 40px 20px;
    }

        .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;
        }
}

@media (max-width: 767px) {
    .th-comment-form {
        --blog-space-x: 20px;
    }
}

.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .th-hero-wrapper .slick-arrow {
        border: none;
    }

    .th-hero-wrapper .slick-dots {
        position: absolute;
        top: 50%;
        left: 80px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.th-hero-bg:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.th-hero-bg {
    position: absolute;
    inset: 0;
}

    .th-hero-bg img {
        height: 100%;
        min-width: 100%;
        object-fit: cover;
    }

.hero-subtitle {
    font-family: var(--title-font);
    color: var(--theme-color);
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
    text-transform: uppercase;
    margin-top: -0.24em;
}

.hero-title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.135;
    margin-bottom: 20px;
}

    .hero-title:last-of-type {
        margin-bottom: 17px;
    }

.hero-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .hero-text {
        font-size: 16px;
    }
}

.hero-1 {
    overflow: hidden;
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 140px 0;
    max-width: 720px;
}

    .hero-style1 .hero-title {
        color: var(--white-color);
    }

    .hero-style1 .hero-text {
        color: var(--white-color);
        font-weight: 400;
    }

    .hero-style1 .sub-title {
        margin-bottom: 15px;
    }

@media (max-width: 1400px) {
    .hero-style1 {
        padding: 180px 0;
    }

    .hero-title {
        font-size: 68px;
    }
}

@media (max-width: 1299px) {
    .hero-style1 {
        padding: 150px 0;
    }
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 60px;
    }

    .hero-style1 {
        max-width: 600px;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 54px;
        line-height: 1.2;
    }

    .hero-style1 {
        padding: 110px 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .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;
        }
}

@media (max-width: 767px) {
    .hero-subtitle {
        font-size: 18px;
    }

    .hero-title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .hero-title {
        font-size: 38px;
        line-height: 1.24;
    }

    .hero-text {
        margin-bottom: 28px;
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: 34px;
        line-height: 1.3;
    }
}

@media (max-width: 330px) {
    .hero-title {
        font-size: 30px;
    }
}

.hero-2 {
    overflow-x: hidden;
}

    .hero-2 .hero-img {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    .hero-2 .hero-shape1 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

.hero-style2 .video-btn .play-btn {
    margin-right: 15px;
}

    .hero-style2 .video-btn .play-btn > i {
        background-color: var(--theme-color2);
        color: var(--white-color);
        border: 1px solid var(--white-color);
    }

    .hero-style2 .video-btn .play-btn:before, .hero-style2 .video-btn .play-btn:after {
        background-color: var(--white-color);
    }

.hero-style2 .video-btn .line-btn {
    --title-color: #fff;
}

.hero-style2 .btn-group {
    gap: 50px;
}

.hero-style2 .sub-title:before {
    content: '';
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
    background-color: var(--theme-color2);
    position: relative;
    top: -5px;
}

@media (min-width: 1300px) {
    .hero-has-header {
        padding-top: 100px;
    }

        .hero-has-header .hero-style2 {
            padding: 190px 0 190px 0;
        }
}

@media (max-width: 1500px) {
    .hero-2 .hero-img {
        right: -100px;
    }
}

@media (max-width: 1299px) {
    .hero-2 .hero-img {
        max-width: 57%;
    }

    .hero-has-header {
        padding-top: 100px;
    }

        .hero-has-header .hero-style2 {
            padding: 120px 0 120px 0;
        }
}

@media (max-width: 1199px) {
    .hero-has-header {
        padding-top: 100px;
    }

        .hero-has-header .hero-style2 {
            padding: 120px 0 120px 0;
        }
}

@media (max-width: 991px) {
    .hero-2 .hero-img {
        display: none;
    }

    .hero-has-header {
        padding-top: 100px;
    }

        .hero-has-header .hero-style2 {
            padding: 90px 0 90px 0;
        }
}

@media (max-width: 767px) {
    .hero-style2 .btn-group {
        gap: 30px 20px;
    }
}

.hero-title2 {
    font-size: 74px;
    line-height: 1.156;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: -0.24em;
}

    .hero-title2:last-of-type {
        margin-bottom: 15px;
    }

    .hero-title2 b {
        color: var(--theme-color);
        font-weight: bold;
    }

@media (max-width: 1299px) {
    .hero-title2 {
        font-size: 64px;
    }
}

@media (max-width: 1199px) {
    .hero-title2 {
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .hero-title2 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hero-title2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .hero-title2 {
        font-size: 44px;
    }
}

@media (max-width: 375px) {
    .hero-title2 {
        font-size: 38px;
    }
}

.hero-3 {
    background-color: #F7F4ED;
    overflow-x: hidden;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

    .hero-3 .hero-img {
        text-align: center;
        position: relative;
    }

        .hero-3 .hero-img .star {
            position: absolute;
            top: 25%;
            left: calc(50% - 30px);
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
        }

    .hero-3 .hero-shape1, .hero-3 .hero-shape2, .hero-3 .hero-shape3, .hero-3 .hero-shape4 {
        position: absolute;
        pointer-events: none;
    }

    .hero-3 .hero-shape1 {
        top: -300px;
        right: 220px;
    }

    .hero-3 .hero-shape2 {
        top: -200px;
        right: -200px;
    }

    .hero-3 .hero-shape3 {
        top: 0;
        right: 0;
    }

    .hero-3 .hero-shape4 {
        top: 0;
        left: 0;
    }

        .hero-3 .hero-shape4 .color-mask {
            position: absolute;
            top: 0;
            left: 0;
            background-color: #FDEDC8;
            -webkit-animation: colorPosition 5s linear infinite;
            animation: colorPosition 5s linear infinite;
            opacity: 1;
            inset: 0;
        }

@-webkit-keyframes colorPosition {
    0% {
        height: 0;
        width: 0;
        border-radius: 0 50% 50% 0;
    }

    100% {
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
}

@keyframes colorPosition {
    0% {
        height: 0;
        width: 0;
        border-radius: 0 50% 50% 0;
    }

    100% {
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
}

.hero-style3 {
    padding: 260px 0 32px 0;
    position: relative;
    z-index: 5;
    text-align: center;
}

    .hero-style3 .hero-text {
        max-width: 830px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-style3 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media (max-width: 1299px) {
    .hero-3 {
        -webkit-mask-size: 120% 100%;
        mask-size: 120% 100%;
        -webkit-mask-position: bottom center;
        mask-position: bottom center;
    }

        .hero-3 .hero-img > img {
            max-width: 900px;
            width: 100%;
        }

        .hero-3 .hero-img .star {
            width: auto;
        }

        .hero-3 .hero-shape4 {
            display: none;
        }

    .hero-style3 {
        padding: 200px 0 32px 0;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-img > img {
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .hero-style3 {
        padding: 180px 0 32px 0;
    }
}

@media (max-width: 575px) {
    .hero-3 {
        -webkit-mask-size: 180% 100%;
        mask-size: 180% 100%;
    }

        .hero-3 .hero-img .star {
            width: 40px;
            left: calc(50% - 20px);
        }
}

.error-content {
    text-align: center;
}

.error-img {
    text-align: center;
    margin-bottom: 45px;
}

.error-title {
    margin-bottom: 20px;
}

.error-text {
    margin-bottom: 35px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

@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: 480px;
        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 .sidemenu-content select, .sidemenu-wrapper .sidemenu-content input, .sidemenu-wrapper .sidemenu-content .form-select, .sidemenu-wrapper .sidemenu-content .form-control, .sidemenu-wrapper .sidemenu-content textarea {
            background-color: var(--smoke-color);
        }

    .sidemenu-wrapper .widget {
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .sidemenu-wrapper.show {
        opacity: 1;
        visibility: visible;
        width: 100%;
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s;
    }

        .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: 500;
    margin-bottom: 15px;
    border-radius: 6px;
}

    .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: 15px;
}

@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: 0;
    font-weight: 500;
    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-grouped-product-list-item__label:after, .woocommerce-grouped-product-list-item__price:after {
    display: none;
}

.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;
    }

.item_header {
    font-size: 18px;
    text-transform: uppercase;
    background: #eee;
    padding: 12px 15px;
    border-radius: 3px;
    border-left: 3px solid var(--theme-color)
}

    .item_header:not(:first-child) {
        margin-top: 30px;
    }

.star-rating span:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--yellow-color);
    letter-spacing: 3px;
}

.item_header a {
    color: var(--body-color)
}

.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;
    }

h2.product-title {
    font-size: 20px
}

.product_info p {
    margin-bottom: 10px;
}

.product_info ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
}

    .product_info ul li {
        margin-bottom: 10px;
    }

        .product_info ul li:before {
            color: var(--theme-color);
            font-family: Font Awesome\ 6 Pro;
            font-weight: 400;
            content: "\f336";
            position: relative;
            margin-right: 5px;
        }

@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-grid {
        border: solid 1px #eee;
        padding-bottom: 30px;
        border-radius: 5px;
        height: 100%;
        overflow: hidden;
        background: #fff;
    }

    .th-product .product-title {
        font-size: 16px;
        margin: 10px 0 10px 0;
        font-weight: 600;
    }

.category-list {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #034ea2b5;
    padding: 3px 15px;
    border-radius: 5px;
}

    .category-list a {
        color: #fff;
        font-size: 14px;
    }

        .category-list a i {
            font-size: 12px;
            margin-right: 5px;
        }

.th-product .product-title a {
    color: inherit;
}

    .th-product .product-title a:hover {
        color: var(--theme-color);
    }

.th-product .price {
    display: block;
    color: var(--error-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 {
    padding: 20px;
    overflow: hidden;
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
    z-index: 2;
}

    .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(--title-color);
        border-radius: 6px;
    }

        .th-product .actions .icon-btn:hover {
            color: var(--white-color);
            border-color: var(--white-color);
        }

    .th-product .actions > * {
        margin: 0 var(--icon-gap-x, 5px);
    }

        .th-product .actions > * > a {
            margin: 0;
        }

.th-product .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: 10px;
}

    .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);
    }

        .product-thumb-tab .tab-btn img {
            max-width: 100%;
        }

        .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);
        pointer-events: none;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.product-big-img {
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    align-items: center;
    display: flex;
}

    .product-big-img .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.blog__title {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .blog__title:before {
        content: '';
        height: 2px;
        width: 100%;
        background-color: var(--border-color);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .blog__title:after {
        background-color: var(--theme-color);
        width: 60px;
        content: '';
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.product-big-img:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product_meta .contact-item {
    text-align: center;
    width: calc(50% - 5px);
    display: inline-block;
}

    .product_meta .contact-item a {
        background: var(--theme-color);
        padding-top: 7px;
        padding-bottom: 7px;
        display: block;
        border-radius: 5px;
        color: var(--white-color)
    }

    .product_meta .contact-item:last-child a {
        background-color: #3D72FC;
    }

    .product_meta .contact-item a .fal, .product_meta .contact-item a .far {
        margin-right: 7px;
    }

.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;
    border: none;
    margin-right: 0;
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none;
    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 {
    border: 1px solid var(--border-color) !important;
    padding: 40px !important;
    box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
    margin-bottom: 24px;
    border-radius: 10px;
}

    .woocommerce-Reviews .th-post-comment .name {
        margin-bottom: 3px;
    }

    .woocommerce-Reviews .th-post-comment .commented-on {
        margin-bottom: 12px;
    }

@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 14px 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: 19px;
    margin-top: -0.2em;
    display:block;
    color:#b11515;
}

    .summary-content > .price del, .product-about > .price del {
        color: var(--gray-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: 22px;
}

    .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: 29px 0 35px 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: 35px 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: 10px;
    }

    .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:not(:last-of-type) {
            margin-bottom: 10px;
        }

    .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 td.product-quantity {
        min-width: 155px;
    }

    .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: 14px;
        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: 60px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        color: var(--title-color);
        font-weight: 700;
        margin: 0 3px;
        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;
        padding-left: 20px;
    }

        .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 .amount {
        font-weight: 700;
    }

    .cart_totals .order-total .amount {
        color: var(--theme-color);
    }

.empty-notice {
    margin: 40px auto;
}

@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;
    }

    .cart_table .cart-productimage {
        max-width: 100px;
    }
}

@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: 0;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: 0;
}

.woocommerce-checkout .select2-dropdown {
    border: none;
    border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 4px;
}

    .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);
    }

.woocommerce-checkout .shipping_address {
    margin-top: -3px;
}

.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: 56px;
    border: 1px solid transparent;
    background-color: var(--smoke-color);
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 56px;
        padding-left: 25px;
        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: 56px;
    line-height: 56px;
    margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
    outline: none;
}

.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;
    }
}

.contact-item {
    margin-bottom: 7px;
}

    .contact-item .far {
        width: 20px;
    }

    .contact-item a {
        color: var(--body-color);
    }

.appoitment-form1 .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
}

    .appoitment-form1 .form-row .form-group {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 230px;
    }

    .appoitment-form1 .form-row .form-btn .th-btn {
        min-width: auto;
        width: 190px;
    }

.appoitment-form1 label {
    color: var(--title-color);
}

.appoitment-form1 select, .appoitment-form1 .form-control, .appoitment-form1 .form-select, .appoitment-form1 textarea, .appoitment-form1 input {
    background-color: var(--white-color);
}

@media (max-width: 1500px) {
    .appoitment-form1 .form-row {
        gap: 20px;
    }

        .appoitment-form1 .form-row .form-btn .th-btn {
            width: auto;
        }
}

@media (max-width: 991px) {
    .appoitment-form1 .form-row {
        -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;
    }

        .appoitment-form1 .form-row .form-group {
            -webkit-box-flex: 50%;
            -webkit-flex: 50%;
            -ms-flex: 50%;
            flex: 50%;
            max-width: calc(50% - 10px);
        }

        .appoitment-form1 .form-row .form-btn {
            -webkit-box-flex: 50%;
            -webkit-flex: 50%;
            -ms-flex: 50%;
            flex: 50%;
            max-width: calc(50% - 10px);
        }

            .appoitment-form1 .form-row .form-btn .th-btn {
                max-width: 100%;
                width: 100%;
            }
}

@media (max-width: 575px) {
    .appoitment-form1 .form-row .form-group {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .appoitment-form1 .form-row .form-btn {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .contact-sec1 .title-area2 {
        padding: 30px 0;
    }
}

.bg-gray {
    background: #f8f8f8;
}

.contact-feature {
    background-color: #f1f1f1;
    padding: 40px 10px;
    text-align: center;
    height: 100%;
    border-radius: 20px;
}

.contact-feature_icon {
    margin-bottom: 17px;
}

    .contact-feature_icon .fab, .contact-feature_icon .far {
        font-size: 60px;
    }

.contact-feature_subtitle {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px;
}

.contact-feature .box-title {
    margin-bottom: -0.32em;
}

@media (max-width: 1199px) {
    .contact-feature .box-title {
        font-size: 22px;
    }
}

.contact-feature.bg-theme .contact-feature_subtitle {
    color: var(--white-color);
}

.contact-feature.bg-theme .contact-feature_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.contact-feature.bg-theme .box-title {
    color: var(--white-color);
}

    .contact-feature.bg-theme .box-title a:hover {
        color: var(--title-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;
}

.quote-form-box textarea {
    min-height: 120px;
}

.quote-form-box .form-title {
    margin-top: -0.24em;
    margin-bottom: 10px;
}

.quote-form-box .form-text {
    margin-bottom: 25px;
    color: var(--body-color)
}

@media (max-width: 1199px) {
    .quote-form-box {
        text-align: center;
    }
}

.rounded-20 {
    border-radius: 20px;
    overflow: hidden;
}

.form-text {
    font-size: 16px;
}

@media (max-width: 575px) {
    .quote-form-box {
        padding: 40px 20px;
    }
}
.gmap iframe{
    width:100%;
    min-height:400px;
}
.contact-map {
    line-height: 0px;
    height: 100%;
}

    .contact-map iframe {
        height: 100%;
    }

@media (max-width: 1199px) {
    .contact-map iframe {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .contact-map iframe {
        min-height: 260px;
    }
}

@media (min-width: 1300px) {
    .img-box1 {
        margin-right: 50px;
    }
}

.img-box1 {
    position: relative;
    z-index: 2;
    padding-bottom: 105px;
}

    .img-box1:before {
        content: '';
        background-color: var(--smoke-color);
        position: absolute;
        bottom: 0;
        left: 0;
        height: 195px;
        width: 444px;
        max-width: 100%;
        -webkit-clip-path: path("M270 0H444L175 195H0L270 0Z");
        clip-path: path("M270 0H444L175 195H0L270 0Z");
        z-index: -1;
    }

    .img-box1 img {
        border-radius: 10px;
    }

    .img-box1 .img1 {
        display: inline-block;
        position: relative;
        z-index: 2;
    }

        .img-box1 .img1 img {
            width: 100%;
        }

    .img-box1 .img2 {
        position: absolute;
        bottom: 0px;
        right: 0;
        z-index: 3;
    }

    .img-box1 .year-counter-wrap {
        position: absolute;
        top: 0;
        right: 0;
        background-color: var(--smoke-color);
        -webkit-clip-path: path("M325 0V140L195 235H0L325 0Z");
        clip-path: path("M325 0V140L195 235H0L325 0Z");
        height: 235px;
        width: 325px;
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 10px;
    }

.year-counter {
    max-width: 135px;
    text-align: center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    padding-top: 6px;
}

.year-counter_number {
    font-family: var(--title-font);
    font-size: 44px;
    font-weight: 600;
    color: var(--theme-color);
    line-height: 46px;
    padding-left: 5px;
}

.year-counter_text {
    margin-bottom: 0;
}

.video-checklist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

    .video-checklist .checklist {
        margin-top: -5px;
    }

@media (max-width: 1199px) {
    .img-box1 .img1 {
        display: block;
        width: 70%;
    }

        .img-box1 .img1 img {
            max-height: 500px;
            object-fit: cover;
        }

    .img-box1 .year-counter-wrap {
        top: 100px;
        right: 100px;
    }
}

@media (max-width: 991px) {
    .img-box1 .year-counter-wrap {
        top: 50px;
        right: 50px;
    }
}

@media (max-width: 767px) {
    .img-box1 .year-counter-wrap {
        top: 0;
        right: 0;
    }

    .video-checklist {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .img-box1 .year-counter-wrap {
        top: -1px;
        z-index: 3;
        -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
        clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
        height: 100px;
        width: 240px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
    }

    .img-box1 .year-counter {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        padding-top: 4px;
    }

    .img-box1 .img2 {
        max-width: 60%;
    }

    .video-checklist {
        gap: 13px;
    }
}

.about-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.about-feature-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-bottom: 40px;
}

.about-feature_title {
    font-size: 18px;
    margin-bottom: 10px;
}

.about-feature_text {
    margin-bottom: -0.5em;
}

@media (min-width: 1300px) {
    .img-box3 {
        margin-right: 50px;
    }
}

.img-box3 {
    position: relative;
    z-index: 2;
    --space: 40px;
}

    .img-box3:before {
        content: '';
        background-color: var(--theme-color);
        position: absolute;
        bottom: calc(var(--space) * -1);
        left: calc(var(--space) * -1);
        height: 200px;
        width: 212px;
        z-index: -1;
        border-radius: 10px;
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }

    .img-box3 .img1 img {
        border-radius: 10px;
    }

    .img-box3 .img2 {
        position: absolute;
        top: 30px;
        right: 0;
        padding: 10px 0 10px 10px;
        display: inline-block;
        border-radius: 10px;
        background-color: var(--white-color);
        -webkit-animation: jumpAni 5s linear infinite;
        animation: jumpAni 5s linear infinite;
    }

        .img-box3 .img2 img {
            border-radius: inherit;
        }

    .img-box3 .shape1 {
        position: absolute;
        top: calc(var(--space) * -1);
        left: calc(var(--space) * -1);
        z-index: -1;
        -webkit-animation: jumpReverseAni 5s linear infinite;
        animation: jumpReverseAni 5s linear infinite;
    }

    .img-box3 .year-counter {
        position: absolute;
        right: 0;
        bottom: 30px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: var(--white-color);
        box-shadow: 0px 6px 20px rgba(191, 191, 191, 0.25);
        border-radius: 10px;
        z-index: 3;
        max-width: 205px;
        padding: 30px 35px;
    }

    .img-box3 .year-counter_number {
        padding-left: 0;
    }

@media (max-width: 1199px) {
    .about-feature {
        max-width: 360px;
    }

    .about-feature-wrap {
        gap: 30px;
    }

    .img-box3 .img1 {
        display: inline-block;
        width: 80%;
    }

        .img-box3 .img1 img {
            width: 100%;
            max-height: 550px;
            object-fit: cover;
        }
}

@media (max-width: 767px) {
    .about-feature-wrap {
        grid-template-columns: auto;
    }

    .img-box3 .img1 {
        right: -42px;
    }
}

@media (max-width: 575px) {
    .img-box3 .img1 {
        right: 0;
        bottom: 25%;
    }

        .img-box3 .img1 img {
            max-width: 100%;
        }
}

.about-quote {
    padding-left: 19px;
    margin: -0.5em 0;
    font-style: italic;
    position: relative;
    font-weight: 600;
}

    .about-quote:before {
        content: '';
        height: calc(100% - 15px);
        width: 4px;
        position: absolute;
        top: 8px;
        left: 0;
        background-color: var(--theme-color);
    }

@media (min-width: 1300px) {
    .img-box5 {
        margin-right: 50px;
    }
}

.img-box5 {
    -webkit-animation: jumpAni 4s linear infinite;
    animation: jumpAni 4s linear infinite;
}

    .img-box5 img {
        width: 100%;
    }
.widget.widget_support {
    margin-top: 40px;
}
.sidebar_team {
    width: 100%;
    display: table;
    border-bottom: dashed 1px #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget.widget_support .sidebar_team:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar_team-img
{
    width:100px;
    float:left;
}
.sidebar_team-img img{
    border-radius:5px;
}
.sidebar_team_info {
    width: calc(100% - 110px);
    margin-left: 10px;
    float: left;
    color:#626262
}
    .sidebar_team_info div{
        font-size:15px;
    }
    .sidebar_team_info div a{
        color:var(--theme-color);
        font-weight:600;
    }
        .sidebar_team_info div a:hover {
            color: #e60808;
        }
    .sidebar_team-title {
        margin-bottom: 0;
    }
.team_box {
    width:100%;
    height: 100%;
    display: table;
    border: solid 1px #eee;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}
.team_icon img {
    border-radius:5px;
}
.team_name
{
    margin-top:15px;    
    font-weight:600;
    margin-bottom:5px;
    text-transform:uppercase;
}
.team_name a{
    color:var(--body-color);
}
    .team_name a:hover {
        color: var(--theme-color);
    }
.team_desc
{
    margin-bottom:10px;
    color:var(--theme-color)
}
.team_support_hotline a {
    display: block;
    background: #e60808;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom:10px;
}
.team_support_zalo a {
    display: block;
    background: #2196f3;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    font-size: 15px;
}
.th-team {
    position: relative;
}

    .th-team .team-img {
        position: relative;
        overflow: hidden;
    }

        .th-team .team-img img {
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

    .th-team .team-desig {
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-bottom: -0.45em;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: var(--theme-color);
    }

    .th-team .th-social {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

        .th-team .th-social a {
            --icon-size: 40px;
            background-color: var(--white-color);
            color: var(--theme-color);
        }

            .th-team .th-social a:hover {
                background-color: var(--theme-color);
                color: var(--white-color);
            }

    .th-team .box-title {
        margin-bottom: 0;
    }

.team-card {
    position: relative;
}

    .team-card .th-social {
        position: absolute;
        bottom: 32px;
        right: 40px;
        width: 40px;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
    }

        .team-card .th-social a {
            background-color: var(--white-color);
            color: var(--theme-color);
            margin-right: 0;
            margin-bottom: 10px;
        }

            .team-card .th-social a:hover {
                background-color: var(--theme-color);
                color: var(--white-color);
            }

    .team-card .box-title {
        margin-bottom: -0.32em;
    }

    .team-card .team-img {
        padding: 20px;
        margin-bottom: 20px;
    }

        .team-card .team-img:before, .team-card .team-img:after {
            content: '';
            height: 100%;
            width: calc(100% - 40px);
            position: absolute;
            top: 0;
            border-radius: 10px;
            border: 1px solid var(--border-color);
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
            z-index: -1;
        }

        .team-card .team-img:before {
            left: 0;
            background-color: var(--smoke-color);
        }

        .team-card .team-img:after {
            height: calc(100% - 40px);
            right: 0;
            background-color: var(--border-color);
            -webkit-clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
            clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
        }

        .team-card .team-img img {
            border-radius: 10px;
        }

    .team-card .team-desig {
        margin-bottom: 8px;
    }

    .team-card:hover .team-img:before {
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }

    .team-card:hover .team-img:after {
        background-color: var(--white-color);
        border-color: var(--theme-color);
    }

    .team-card:hover .th-social {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

@media (max-width: 575px) {
    .team-card {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

.team-box {
    position: relative;
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 15px rgba(191, 191, 191, 0.2);
}

    .team-box .team-content {
        padding: 30px;
        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;
    }

        .team-box .team-content .media-body {
            max-width: calc(100% - 46px);
        }

    .team-box .team-desig {
        font-size: 16px;
    }

    .team-box .box-title {
        margin-bottom: 3px;
    }

    .team-box .icon-btn {
        --btn-size: 46px;
        border-radius: 50%;
        border: none;
        background-color: var(--theme-color);
        color: var(--white-color);
        cursor: pointer;
    }

    .team-box .th-social {
        position: absolute;
        bottom: 77px;
        right: 30px;
        width: 46px;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
    }

        .team-box .th-social a {
            --icon-size: 46px;
            background-color: var(--white-color);
            color: var(--theme-color);
            margin-right: 0;
            margin-bottom: 10px;
            border-radius: 50%;
            box-shadow: 0px 0px 10px rgba(174, 174, 174, 0.5);
        }

            .team-box .th-social a:hover {
                background-color: var(--theme-color);
                color: var(--white-color);
            }

    .team-box:hover .th-social {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .team-box:hover .team-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .team-box:hover .icon-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

@media (max-width: 767px) {
    .team-box {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.about-card-img {
    --space: 40px;
    padding: var(--space);
    position: relative;
}

    .about-card-img:before, .about-card-img:after {
        content: '';
        height: 100%;
        width: calc(100% - var(--space)*2);
        position: absolute;
        top: 0;
        border-radius: 10px;
        border: 1px solid var(--theme-color);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: -1;
    }

    .about-card-img:before {
        left: 0;
        background-color: var(--theme-color);
    }

    .about-card-img:after {
        height: calc(100% - var(--space)*2);
        right: 0;
        background-color: var(--smoke-color);
        -webkit-clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
        clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
    }

    .about-card-img img {
        border-radius: 10px;
        width: 100%;
    }

@media (max-width: 1199px) {
    .about-card-img {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .about-card-img {
        --space: 25px;
    }
}

@media (min-width: 1300px) {
    .about-card {
        margin-left: 50px;
    }
}

.about-card_title {
    margin-bottom: 0;
}

.about-card_desig {
    color: var(--theme-color);
    margin-bottom: 2px;
    margin-top: -0.5em;
}

.about-card_text {
    margin-bottom: 23px;
    margin-top: 23px;
}

.about-card .th-social a {
    background-color: var(--border-color);
    color: var(--title-color);
}

    .about-card .th-social a:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

.team-info {
    margin-bottom: 28px;
}

    .team-info ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .team-info ul li {
            margin-bottom: 15px;
            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;
        }

            .team-info ul li:last-child {
                margin-bottom: 0;
            }

            .team-info ul li b {
                width: 100%;
                max-width: 200px;
                font-weight: 600;
                font-size: 18px;
                color: var(--title-color);
            }

            .team-info ul li span, .team-info ul li a {
                color: var(--body-color);
            }

                .team-info ul li a:hover {
                    color: var(--theme-color);
                }

@media (max-width: 575px) {
    .team-info ul li b {
        max-width: 140px;
    }
}

.team-contact-form {
    padding: 50px;
    background-color: var(--smoke-color);
}

    .team-contact-form textarea {
        height: 120px;
    }

    .team-contact-form .form-title {
        margin-top: -0.3em;
        margin-bottom: 25px;
    }

@media (max-width: 575px) {
    .team-contact-form {
        padding: 40px 20px;
    }
}

.testi-card {
    overflow: hidden;
    position: relative;
    padding: 34px 40px 30px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(191, 191, 191, 0.09);
    border-radius: 10px;
}

    .testi-card:before {
        content: '';
        height: 90px;
        width: 108px;
        background-color: var(--theme-color2);
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
        clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
        z-index: 2;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.testi-card_quote {
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 36px;
    color: var(--theme-color);
}

.testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
    gap: 10px;
}

.testi-card_avater {
    width: 60px;
    min-width: 60px;
    border: 5px solid var(--white-color);
    border-radius: 50%;
}

    .testi-card_avater img {
        border-radius: 50%;
    }

.testi-card_name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.testi-card_desig {
    margin-bottom: 0;
    display: block;
    color: var(--theme-color);
}

.testi-card_text {
    margin: 15px 0 19px 0;
    font-style: italic;
}

.testi-card_review {
    color: var(--theme-color);
    font-size: 16px;
}

    .testi-card_review i {
        margin-right: 3px;
    }

        .testi-card_review i:last-child {
            margin-right: 0 !important;
        }

.testi-card:hover:before {
    background-color: var(--theme-color);
}

@media (max-width: 375px) {
    .testi-card {
        padding: 34px 20px 30px 20px;
        border-radius: 10px;
    }

    .testi-card_quote {
        right: 20px;
    }
}

.testi-box {
    position: relative;
    z-index: 2;
    text-align: center;
    --theme-color: #3D72FC;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.testi-box_img {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

    .testi-box_img img {
        max-width: 140px;
        padding: 15px;
        background-color: var(--white-color);
        border: 1px solid var(--theme-color);
        border-radius: 50%;
    }

    .testi-box_img .play-btn {
        position: absolute;
        bottom: 5px;
        left: calc(50% - 15px);
    }

        .testi-box_img .play-btn i {
            --icon-size: 30px;
            font-size: 18px;
            background-color: var(--theme-color);
            color: var(--white-color);
        }

        .testi-box_img .play-btn:before, .testi-box_img .play-btn:after {
            background-color: var(--theme-color);
        }

.testi-box_content {
    padding: 30px;
    position: relative;
    -webkit-filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
    filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
    background-image: -webkit-linear-gradient(top, var(--theme-color), var(--white-color) 50%);
    background-image: linear-gradient(to bottom, var(--theme-color), var(--white-color) 50%);
    z-index: 2;
    border-radius: 20px;
}

    .testi-box_content:before {
        content: '';
        position: absolute;
        inset: 1px;
        background-color: var(--white-color);
        z-index: -1;
        border-radius: inherit;
        pointer-events: none;
    }

    .testi-box_content:after {
        content: url("data:image/svg+xml,%3Csvg width='75' height='23' viewBox='0 0 75 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9937 11.0964L36.3597 1.39913C36.9599 0.608889 38.1483 0.608887 38.7486 1.39913L46.1146 11.0963C49.9909 16.1995 56.0306 19.1963 62.4391 19.1963H74.3326V21.6934H0.900391V19.1963H12.6692C19.0776 19.1963 25.1174 16.1995 28.9937 11.0964Z' fill='white' stroke='url(%23paint0_linear_348_82)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_348_82' x1='37.6165' y1='-1' x2='37.6165' y2='22.1934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D72FC'/%3E%3Cstop offset='0.890779' stop-color='%233D72FC'/%3E%3Cstop offset='0.890947' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        position: absolute;
        left: calc(50% - 37.5px);
        bottom: calc(100% - 4.2px);
        height: 23px;
        width: 75px;
    }

.testi-box_name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.testi-box_desig {
    margin-bottom: -0.5em;
    display: block;
    color: var(--theme-color);
}

.testi-box_text {
    margin-bottom: 18px;
    margin-top: -0.5em;
    font-style: italic;
}

.testi-box:hover {
    --theme-color: #FF8F1F;
}

    .testi-box:hover .testi-box_content:after {
        content: url("data:image/svg+xml,%3Csvg width='75' height='23' viewBox='0 0 75 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9937 11.0964L36.3597 1.39913C36.9599 0.608889 38.1483 0.608887 38.7486 1.39913L46.1146 11.0963C49.9909 16.1995 56.0306 19.1963 62.4391 19.1963H74.3326V21.6934H0.900391V19.1963H12.6692C19.0776 19.1963 25.1174 16.1995 28.9937 11.0964Z' fill='white' stroke='url(%23paint0_linear_348_82)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_348_82' x1='37.6165' y1='-1' x2='37.6165' y2='22.1934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8F1F'/%3E%3Cstop offset='0.887916' stop-color='%23FF8F1F' stop-opacity='0.99'/%3E%3Cstop offset='0.892968' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    }

@media (max-width: 375px) {
    .testi-box_content {
        padding: 30px 15px;
    }
}

.counter-card {
    padding-top:30px;
    padding-bottom:30px;
    text-align:center;
    position: relative;
    z-index: 2;
}

.counter-card-wrap {
    display: flex;
    align-content:center;
    justify-content:center;
    text-align:center;
    overflow:hidden
}

.counter-card:last-child {
    border-right: none;
}

.counter-card_image {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    position: relative;
    margin-bottom:40px;
    border:solid 4px var(--theme-color);
    border-radius:50%;
    line-height:82px;
    text-align:center;
}

.counter-card_number {
    font-size: 36px;
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: -0.24em;
}

    .counter-card_number .counter-number {
        color: var(--white-color);
        font-weight: 600;
    }

.counter-card_text {
    display: block;
    color: #eee;
    margin-bottom: -0.45em;
}

.counter-card.style2 {
    --border-color: #FF8F1F;
}

    .counter-card.style2 .counter-number {
        color: var(--white-color);
    }

    .counter-card.style2 .counter-card_text {
        color: #e0e0e0;
        font-weight: 400;
    }

@media (max-width: 575px) {
    .counter-card {
        padding: 50px 0;
    }
}

.blog-card {
    border: solid 1px #eee;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 30px;
    box-shadow: 0px 6px 20px rgba(182, 182, 182, 0.15);
}

    .blog-card .blog-img {
        margin-bottom: 20px;
        position: relative;
    }

    .blog-card .blog-content {
        border-radius: 10px;
        background-color: var(--white-color);
        padding: 0 30px;
        position: relative;
        z-index: 3;
    }

    .blog-card .box-title {
        margin-bottom: 17px;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 17px;
    }

@media (min-width: 1023px) {
    .blog-card .box-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

    .blog-card .box-title a:hover {
        background-size: 100% 2px;
    }

.blog-card .blog-img {
    overflow: hidden;
}

    .blog-card .blog-img img {
        width: 100%;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.blog-card .blog-meta {
    margin: -0.4em 0 18px 0;
}

    .blog-card .blog-meta span > i, .blog-card .blog-meta a > i {
        color: var(--theme-color);
    }

.blog-card.style2 {
    --theme-color: #3D72FC;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

    .blog-card.style2 .blog-img {
        border-radius: 10px 10px 0 0;
    }

    .blog-card.style2 .blog-content {
        margin: 0;
        border-radius: 0 0 10px 10px;
    }

    .blog-card.style2 .line-btn {
        color: var(--theme-color);
    }

        .blog-card.style2 .line-btn:before {
            background-color: var(--theme-color);
        }

    .blog-card.style2:hover {
        --theme-color: #FF8F1F;
    }

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

@media (max-width: 1299px) {
    .blog-card .blog-content {
        padding: 20px;
    }
}

@media (max-width: 1199px) {
    .blog-card .blog-content {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .blog-card .box-title {
        font-size: 22px;
    }

    .blog-card .blog-content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .blog-card .blog-content {
        padding: 30px;
    }

    .blog-card .box-title {
        font-size: 24px;
    }
}

@media (max-width: 410px) {
    .blog-card .box-title {
        font-size: 22px;
    }
}

@media (max-width: 350px) {
    .blog-card .blog-content {
        padding: 18px;
    }

    .blog-card .box-title {
        font-size: 20px;
    }

    .blog-card .blog-meta span, .blog-card .blog-meta a {
        margin-right: 0;
        padding-right: 10px;
    }
}

.brand-box {
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background:#fff;
    padding:15px;
    border-radius:5px;
    border:solid 1px #eee;
}

    .brand-box:hover {
        -webkit-filter: none;
        filter: none;
    }

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

.checklist li {
    color: var(--title-color);
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .checklist li > i {
        color: var(--theme-color);
    }

    .checklist li:not(:last-child) {
        margin-bottom: 8px;
    }

.checklist.style2 li > i {
    font-size: 24px;
    color: var(--theme-color2);
}

.checklist.mb-45 {
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 40px;
    }
}

.cta-sec1 {
    padding-top: 40px;
    max-width: 1480px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

    .cta-sec1 .play-btn {
        position: absolute;
        top: -60px;
        left: calc(50% - 60px);
    }

        .cta-sec1 .play-btn i {
            --icon-size: 120px;
            font-size: 28px;
            padding-top: 25px;
            background-color: var(--theme-color);
            color: var(--white-color);
        }

        .cta-sec1 .play-btn:before, .cta-sec1 .play-btn:after {
            background-color: var(--theme-color);
        }

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

    .bg-img img {
        width: 100%;
        height: 100%;
    }

.th-video {
    position: relative;
    border-radius: 10px;
}

    .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%);
    }

.rounded-10 {
    border-radius: 10px;
}

.icon-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .icon-box.has-right-line {
        position: relative;
    }

        .icon-box.has-right-line:after {
            content: '';
            width: 160px;
            height: 4px;
            background: -webkit-linear-gradient(left, var(--theme-color) 0%, rgba(232, 58, 21, 0) 100%);
            background: linear-gradient(90deg, var(--theme-color) 0%, rgba(232, 58, 21, 0) 100%);
            margin-left: 10px;
        }

@media (max-width: 1199px) {
    .icon-box.has-right-line:after {
        display: none;
    }
}

.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;
}

.call-btn {
    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;
    text-align: left;
}

    .call-btn .play-btn > i {
        --icon-size: 46px;
        font-size: 16px;
        background-color: var(--theme-color);
        color: var(--white-color);
        margin-right: 0;
    }

    .call-btn .play-btn:before, .call-btn .play-btn:after {
        background-color: var(--theme-color);
    }

    .call-btn .play-btn:hover > i {
        background-color: var(--title-color);
    }

    .call-btn .play-btn:hover:before, .call-btn .play-btn:hover:after {
        background-color: var(--title-color);
    }

    .call-btn .btn-text {
        font-size: 14px;
        font-weight: 500;
        display: block;
        color: var(--body-color);
        margin-bottom: 5px;
    }

    .call-btn .btn-title {
        font-size: 20px;
        color: var(--title-color);
        font-weight: 500;
    }

    .call-btn a:hover {
        color: var(--theme-color) !important;
    }

.cta-1 {
    padding: 120px 0 120px 150px;
}

    .cta-1 .call-btn .btn-text {
        color: var(--light-color);
    }

@media (max-width: 1700px) {
    .cta-1 {
        padding: 80px 0 80px 300px;
    }
}

@media (max-width: 1399px) {
    .man-shape {
        margin-left: -6%;
    }
}

@media (max-width: 1199px) {
    .man-shape {
        display: none;
    }

    .cta-1 {
        padding: 80px 0 80px 0;
    }
}

@media (max-width: 767px) {
    .cta-1 .call-btn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.img-half {
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
}

    .img-half img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-half.img-left {
        left: 0;
    }

    .img-half.img-right {
        right: 0;
    }

@media (max-width: 1199px) {
    .img-half {
        position: relative;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px;
    }

    p.mb-45 {
        margin-bottom: 38px;
    }
}

@media (min-width: 1300px) {
    .img-box2 {
        margin-left: 50px;
    }
}

.img-box2 {
    position: relative;
    z-index: 3;
}

    .img-box2 .img1 {
        position: relative;
    }

        .img-box2 .img1 img {
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
        }

    .img-box2 .icon-btn {
        --btn-size: 120px;
        background-color: var(--theme-color);
        color: var(--white-color);
        border: 1px solid var(--theme-color);
        position: absolute;
        bottom: 100%;
        right: -10px;
    }

.why-sec1 {
    background-size: auto;
    background-position: top left;
    position: relative;
    background-size: cover;
}

    .why-sec1 .sub-title {
        color: var(--white-color);
    }

    .why-sec1 .container {
        position: relative;
    }

    .why-sec1:before {
        content: '';
        background-color: var(--smoke-color);
        opacity: 0.6;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.choose-feature {
    background-color: var(--white-color);
    padding: 0 20px 30px 30px;
    border-radius: 10px;
    margin-top: 18px;
}

.choose-feature-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.choose-feature_icon {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--theme-color);
    margin-top: -18px;
}

    .choose-feature_icon i {
        background-color: var(--white-color);
        border-radius: 50%;
    }

.choose-feature .box-title {
    margin-bottom: 10px;
}

.choose-feature_text {
    margin: 0 auto -0.5em auto;
}

.choose-counter-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;
    background-color: var(--smoke-color);
    padding: 32px 0;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

    .choose-counter-wrap:before {
        content: '';
        height: 100%;
        width: 1570px;
        position: absolute;
        top: 0;
        left: -350px;
        z-index: -1;
        background-color: inherit;
    }

.choose-counter_number {
    color: var(--theme-color);
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: -0.3em;
}

.choose-counter .counter-number {
    font-weight: 600;
    color: var(--title-color);
}

.choose-counter_text {
    margin-bottom: -0.5em;
}

@media (max-width: 1199px) {
    .img-box2 .img1 img {
        max-width: 100%;
        width: 100%;
    }

    .img-box2 .icon-btn {
        top: 0;
        right: 0;
        bottom: unset;
    }

    .why-sec1 {
        background-position: bottom left;
        background-color: var(--title-color);
    }

    .choose-feature {
        padding: 0 30px 30px 30px;
    }
}

@media (max-width: 767px) {
    .choose-feature {
        padding: 0 15px 30px 15px;
    }
}

@media (max-width: 575px) {
    .choose-feature {
        padding: 0 30px 30px 30px;
    }

    .choose-feature-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .choose-counter-wrap {
        grid-template-columns: auto auto;
        gap: 30px;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

@media (min-width: 1300px) {
    .img-box4 {
        margin-left: 40px;
    }
}

.img-box4 {
    position: relative;
}

    .img-box4 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .img-box4 .play-btn {
        position: absolute;
        top: 6%;
        left: 6%;
    }

        .img-box4 .play-btn > i {
            --icon-size: 100px;
            background-color: var(--theme-color);
            color: var(--white-color);
        }

        .img-box4 .play-btn:before, .img-box4 .play-btn:after {
            background-color: var(--theme-color);
        }

.skill-feature {
    text-align: left;
}

    .skill-feature:not(:last-child) {
        margin-bottom: 30px;
    }

    .skill-feature_title, .skill-feature .progress-value {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: -0.2em;
        font-family: var(--title-font);
        color: var(--title-color);
    }

    .skill-feature .progress {
        position: relative;
        height: 10px;
        background-color: var(--border-color);
        overflow: visible;
        border-radius: 10px;
    }

    .skill-feature .progress-bar {
        background-color: var(--theme-color);
        height: 4px;
        margin: 3px;
        border-radius: inherit;
        overflow: visible;
        position: relative;
    }

        .skill-feature .progress-bar:before {
            content: '';
            height: 18px;
            width: 18px;
            background-color: var(--title-color);
            position: absolute;
            bottom: calc(100% - 8px);
            right: -10px;
            -webkit-clip-path: path("M7.5 14L0.138784 0.5H14.8612L7.5 14Z");
            clip-path: path("M7.5 14L0.138784 0.5H14.8612L7.5 14Z");
        }

    .skill-feature .progress-value {
        position: absolute;
        top: -34px;
        right: -8px;
    }

@media (max-width: 1199px) {
    .img-box4 {
        margin-left: auto;
        margin-right: auto;
        max-height: 640px;
        max-width: 640px;
    }
}

@media (max-width: 575px) {
    .img-box4 .icon-btn {
        --btn-size: 80px;
    }
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    text-align: left;
}

    .accordion-card:not(:last-child) {
        margin-bottom: 30px;
    }

    .accordion-card .accordion-button {
        font-size: 16px;
        font-weight: 700;
        font-family: var(--title-font);
        border: 0;
        color: var(--title-color);
        background-color: var(--white-color);
        border-radius: 0;
        padding: 12px 45px 12px 30px;
        min-height: 56px;
        gap: 10px;
        margin-bottom: 0;
        text-align: left;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
    }

        .accordion-card .accordion-button:after {
            content: "\f078";
            height: 100%;
            width: auto;
            line-height: 1;
            background-color: transparent;
            background-image: none;
            font-family: var(--icon-font);
            color: var(--theme-color);
            font-weight: 700;
            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-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 {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .accordion-card .accordion-collapse {
        border: none;
    }

    .accordion-card .accordion-body {
        border-radius: 0;
        border: none;
        padding: 0px 30px 30px 30px;
    }

    .accordion-card .faq-text {
        margin-bottom: -0.48em;
    }

    .accordion-card.active {
        padding-top: 9px;
    }

@media (max-width: 1199px) {
    .accordion-card:not(:last-child) {
        margin-bottom: 24px;
    }

    .faq-sec1 {
        background-position: right 50% center;
    }
}

@media (max-width: 991px) {
    .faq-sec1 {
        background-position: left center;
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px;
    }
}

.faq-sidebar .widget-form {
    --bs-gutter-x: 28px;
}

@media (max-width: 575px) {
    .faq-sidebar .widget-form {
        --bs-gutter-x: 20px;
    }
}

.service-card {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 30px;
}

.service-card_img {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

    .service-card_img > img {
        width: 100%;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.service-card_icon {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 108px;
    height: 64px;
    background-color: var(--theme-color2);
    -webkit-clip-path: path("M108 54V9V0.5L104.781 3.54026C101.068 7.04661 96.1551 9 91.0484 9H44.5747C41.1093 9 37.8909 10.7941 36.0687 13.7418L7.35074 60.1973C7.22604 60.399 7.09506 60.5966 6.93706 60.7734C6.26565 61.5248 4.07467 63.5925 0 64H5H98C103.523 64 108 59.5228 108 54Z");
    clip-path: path("M108 54V9V0.5L104.781 3.54026C101.068 7.04661 96.1551 9 91.0484 9H44.5747C41.1093 9 37.8909 10.7941 36.0687 13.7418L7.35074 60.1973C7.22604 60.399 7.09506 60.5966 6.93706 60.7734C6.26565 61.5248 4.07467 63.5925 0 64H5H98C103.523 64 108 59.5228 108 54Z");
    padding: 17px 10px 10px 47px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-card .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-card_text {
    margin-bottom: 14px;
}

.service-card:hover .shape {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.service-card:hover .service-card_img > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-card:hover .service-card_icon {
    background-color: var(--theme-color);
}
.why-choose-us {
    background-color: #000000d1;
    position: relative;
    background-repeat: no-repeat;
    overflow:hidden;
}
    .why-choose-us:before {
        background: url('/images/icon/bg.jpg');
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 55%;
        height: 100%;
        background-size: cover;
        z-index:-1;
    }
    @media (max-width: 375px) {
        .service-card {
        padding: 25px;
    }
}
.img-bg {
    top: 0;
    position: absolute;
    height: 100%;
    padding-left: 50px;
}
    .img-bg img{
        min-height:100%;
        min-width:100%;
    }
    .page-title {
        margin-top: -0.3em;
        font-size: 36px;
        margin-bottom: 20px;
    }

.title-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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: -0.3em;
}

    .title-wrap .page-title {
        margin-bottom: 0;
        margin-top: 0;
    }

.page-img {
    margin-bottom: 40px;
    overflow: hidden;
}

.page-single {
    margin-bottom: 30px;
}

.service-feature {
    background-color: var(--smoke-color);
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
}

.service-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service-feature_icon {
    background: var(--white-color);
    box-shadow: 0px 4px 20px rgba(159, 159, 159, 0.15);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 10px;
    font-size: 44px;
    color: var(--theme-color);
}

.service-feature_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.3em;
}

.service-feature_text {
    margin-bottom: -0.5em;
}

@media (max-width: 1299px) {
    .page-title {
        font-size: 34px;
    }
}

@media (max-width: 1299px) {
    .service-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 30px 10px;
    }

    .service-feature-wrap {
        gap: 24px;
    }

    .service-feature_text {
        margin-bottom: -0.5em;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1199px) {
    .page-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .page-title {
        font-size: 24px;
    }

    .service-feature-wrap {
        grid-template-columns: auto;
    }
}

.price-card {
    --space: 40px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(172, 172, 172, 0.24);
    border-radius: 10px;
    padding: var(--space);
    position: relative;
    z-index: 3;
    overflow: hidden;
}

    .price-card .tag {
        background-color: var(--theme-color);
        color: var(--white-color);
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 4px 40px;
        position: absolute;
        top: 20px;
        right: -40px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.price-card_price {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    margin: -0.09em 0;
    color: var(--title-color);
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

    .price-card_price .currency {
        color: var(--theme-color);
        font-size: 24px;
        vertical-align: text-top;
    }

    .price-card_price .duration {
        font-size: 18px;
        font-weight: 400;
        color: var(--body-color);
        margin-bottom: 0;
        position: relative;
        top: -1px;
        left: -4px;
    }

.price-card_content {
    border-top: 1px solid var(--border-color);
    margin-top: 25px;
    padding-top: 30px;
}

.price-card .checklist {
    margin: -5px 0 25px 0;
}

    .price-card .checklist li {
        font-weight: 400;
        color: var(--body-color);
    }

        .price-card .checklist li > i {
            color: var(--theme-color2);
        }

.price-card .th-btn {
    background-color: var(--title-color);
    width: 100%;
    padding: 17px 20px;
}

    .price-card .th-btn:before, .price-card .th-btn:after {
        background-color: var(--theme-color);
    }

.price-card_icon {
    width: 70px;
    height: 80px;
    background-color: var(--theme-color2);
    text-align: center;
    border-radius: 0 0 99px 99px;
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 66px;
}

.price-card.active .th-btn {
    background-color: var(--theme-color);
}

    .price-card.active .th-btn:before, .price-card.active .th-btn:after {
        background-color: var(--theme-color2);
    }

.price-card.active .price-card_icon {
    background-color: var(--theme-color);
}

.checklist li.unavailable {
    color: #C4C4C4;
}

    .checklist li.unavailable > i {
        color: #C4C4C4;
    }

@media (max-width: 375px) {
    .price-card_price {
        font-size: 30px;
    }
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .project-card .project-img {
        border-radius: 10px;
        overflow: hidden;
        z-index: 2;
        height: 100%;
    }

        .project-card .project-img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

        .project-card .project-img:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
            width: 100%;
            background: -webkit-linear-gradient(top, rgba(25, 24, 37, 0) 0%, #191825 100%);
            background: linear-gradient(180deg, rgba(25, 24, 37, 0) 0%, #191825 100%);
            opacity: 0;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
            z-index: 1;
            border-radius: inherit;
        }

    .project-card .project-content {
        position: absolute;
        left: 0;
        bottom: -100px;
        width: 100%;
        padding: 0 75px 30px 30px;
        z-index: 3;
        opacity: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .project-card .box-title2 {
        color: var(--white-color);
        margin-bottom: -0.3em;
        font-weight: 500;
    }

        .project-card .box-title2 a:hover {
            color: var(--theme-color);
        }

    .project-card .project-subtitle {
        font-weight: 500;
        margin-top: -0.45em;
        margin-bottom: 10px;
        color: var(--theme-color);
    }

    .project-card .project-btn {
        position: absolute;
        right: -136px;
        bottom: -136px;
        width: 136px;
        height: 136px;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-size: 24px;
        padding: 36px 32px;
        border-radius: 50%;
        z-index: 3;
    }

        .project-card .project-btn:after, .project-card .project-btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: -9px;
            width: 100%;
            height: 100%;
            background-color: var(--white-color);
            border-radius: inherit;
            z-index: -1;
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .project-card .project-btn:after {
            background-color: var(--theme-color);
            inset: 0;
        }

        .project-card .project-btn:hover:before {
            background-color: var(--title-color);
            left: 0;
        }

        .project-card .project-btn:hover:after {
            top: -9px;
            left: 0;
            z-index: -2;
        }

    .project-card:hover .project-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .project-card:hover .project-img:before {
        height: 100%;
        opacity: 1;
    }

    .project-card:hover .project-content {
        bottom: 0;
        opacity: 1;
    }

    .project-card:hover .project-btn {
        right: -58px;
        bottom: -47px;
    }

.process-card {
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(186, 186, 186, 0.15);
    border-radius: 10px;
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
}

.process-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.process-card_number {
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    background-color: var(--theme-color2);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

.process-card_img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

    .process-card_img > img {
        width: 115px;
        -webkit-filter: brightness(0) invert(0);
        filter: brightness(0) invert(0);
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.process-card .box-title {
    margin-bottom: 10px;
}

.process-card_icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.process-card_text {
    margin-bottom: -0.5em;
}

.process-card:hover .process-card_img > img {
    opacity: 0.03;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 767px) {
    .process-card-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.line-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
}

    .line-icon img {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .line-icon:before, .line-icon:after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .line-icon:before {
        background-color: var(--smoke-color2);
        -webkit-clip-path: path("M13.3881 76.4603C4.65737 67.4651 0.294678 56.9287 0.294678 44.8461C0.294678 36.791 2.54587 29.3421 7.04826 22.4942C11.5453 15.6463 17.4822 10.278 24.8483 6.38399C32.209 2.49515 39.9834 0.548157 48.1661 0.548157C60.1689 0.548157 70.3234 4.44728 78.6512 12.2301C86.9683 20.0181 91.1322 30.4928 91.1322 43.6388C91.1322 56.528 86.834 67.4702 78.2429 76.4603C69.6465 85.4606 58.9385 89.9557 46.1245 89.9557C33.031 89.9557 22.1135 85.4606 13.3881 76.4603Z");
        clip-path: path("M13.3881 76.4603C4.65737 67.4651 0.294678 56.9287 0.294678 44.8461C0.294678 36.791 2.54587 29.3421 7.04826 22.4942C11.5453 15.6463 17.4822 10.278 24.8483 6.38399C32.209 2.49515 39.9834 0.548157 48.1661 0.548157C60.1689 0.548157 70.3234 4.44728 78.6512 12.2301C86.9683 20.0181 91.1322 30.4928 91.1322 43.6388C91.1322 56.528 86.834 67.4702 78.2429 76.4603C69.6465 85.4606 58.9385 89.9557 46.1245 89.9557C33.031 89.9557 22.1135 85.4606 13.3881 76.4603Z");
        inset: 4px;
    }

    .line-icon:after {
        -webkit-mask-image: url("../img/theme-img/feature_card_circle.svg");
        mask-image: url("../img/theme-img/feature_card_circle.svg");
        -webkit-animation: spin 10s linear infinite;
        animation: spin 10s linear infinite;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        background-color: var(--theme-color2);
    }

.feature-card {
    padding: 35px 30px;
    background-color: var(--theme-color);
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}

    .feature-card:before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--white-color);
        border: 1px solid var(--border-color);
        border-radius: inherit;
        z-index: -1;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .feature-card .box-title2 {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.feature-card_text {
    max-width: 300px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin: 0 auto 14px auto;
}

.feature-card .line-btn {
    color: var(--title-color);
}

    .feature-card .line-btn:before {
        background-color: var(--title-color);
    }

.feature-card:hover:before {
    height: 0;
    border-color: transparent;
}

.feature-card:hover .box-title2 {
    color: var(--white-color);
}

.feature-card:hover .line-btn {
    color: var(--white-color);
}

    .feature-card:hover .line-btn:before {
        background-color: var(--white-color);
    }

.feature-card:hover .line-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.feature-card:hover .line-icon:before {
    background-color: var(--title-color);
}

.feature-card:hover .line-icon:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.feature-card:hover .feature-card_text {
    color: var(--white-color);
}

.feature-sec1 {
    background-size: 100% 250px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: -webkit-linear-gradient(right, var(--smoke-color), var(--smoke-color));
    background-image: linear-gradient(to left, var(--smoke-color), var(--smoke-color));
}

.feature-box {
    padding: 38px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

    .feature-box:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        background-color: var(--theme-color);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: -1;
    }

    .feature-box .line-icon {
        width: 95px;
        height: 95px;
        line-height: 95px;
        margin-bottom: 10px;
    }

        .feature-box .line-icon:before {
            -webkit-clip-path: path("M12.5183 72.3869C4.22412 63.8415 0.0795898 53.832 0.0795898 42.3535C0.0795898 34.7012 2.21821 27.6248 6.49546 21.1194C10.7676 14.6139 16.4076 9.51403 23.4054 5.81476C30.398 2.12038 37.7836 0.270752 45.5572 0.270752C56.9598 0.270752 66.6065 3.9749 74.5179 11.3685C82.419 18.7671 86.3747 28.718 86.3747 41.2067C86.3747 53.4513 82.2915 63.8463 74.13 72.3869C65.9634 80.9371 55.7909 85.2074 43.6176 85.2074C31.1789 85.2074 20.8074 80.9371 12.5183 72.3869Z");
            clip-path: path("M12.5183 72.3869C4.22412 63.8415 0.0795898 53.832 0.0795898 42.3535C0.0795898 34.7012 2.21821 27.6248 6.49546 21.1194C10.7676 14.6139 16.4076 9.51403 23.4054 5.81476C30.398 2.12038 37.7836 0.270752 45.5572 0.270752C56.9598 0.270752 66.6065 3.9749 74.5179 11.3685C82.419 18.7671 86.3747 28.718 86.3747 41.2067C86.3747 53.4513 82.2915 63.8463 74.13 72.3869C65.9634 80.9371 55.7909 85.2074 43.6176 85.2074C31.1789 85.2074 20.8074 80.9371 12.5183 72.3869Z");
        }

    .feature-box .box-title2 {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.feature-box_text {
    margin-bottom: 15px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.feature-box:hover {
    border-color: var(--theme-color);
}

    .feature-box:hover:before {
        width: 100%;
        left: 0;
        right: unset;
    }

    .feature-box:hover .box-title2 {
        color: var(--white-color);
    }

    .feature-box:hover .line-icon:before {
        background-color: transparent;
    }

    .feature-box:hover .line-btn {
        color: var(--white-color);
    }

        .feature-box:hover .line-btn:before {
            background-color: var(--white-color);
        }

    .feature-box:hover .feature-box_text {
        color: var(--white-color);
    }

.feature-sec2 {
    background-color: var(--title-color);
    margin-top: -350px;
    padding-top: 350px;
}

@media (max-width: 1299px) {
    .feature-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.course-meta {
    display: inline-block;
}

    .course-meta > a, .course-meta > span {
        color: var(--body-color);
        font-weight: 500;
        margin-right: 25px;
    }

        .course-meta > a i, .course-meta > span i {
            margin-right: 5px;
            color: var(--theme-color);
        }

        .course-meta > a:last-child, .course-meta > span:last-child {
            margin-right: 0;
        }

    .course-meta .meta-box {
        border-right: 1px solid var(--border-color);
        padding-right: 12px;
        margin-right: 8px;
    }

        .course-meta .meta-box:last-child {
            border-right: none !important;
            padding-right: 0 !important;
            margin-right: 0 !important;
        }

    .course-meta a:hover {
        color: var(--theme-color);
    }

.meta-box {
    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: 10px;
}

    .meta-box .avater {
        border-radius: 50%;
        overflow: hidden;
    }

    .meta-box .icon {
        font-size: 36px;
        color: var(--theme-color);
    }

    .meta-box .title {
        font-size: 16px;
        margin-top: -0.4em;
        margin-bottom: 0;
    }

    .meta-box .info {
        font-size: 14px;
        display: block;
        margin-bottom: -0.4em;
        color: var(--theme-color);
    }

.img-full {
    width: 100%;
}

.course-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(193, 193, 193, 0.15);
    border-radius: 10px;
    border: solid 1px #eee;
    padding: 30px;
    height: 100%;
}

.th-blog-wrapper .course-card {
    height: auto;
    margin-bottom: 20px;
}

.th-blog-wrapper .course-card_img {
    -webkit-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
}

.course-card_img {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    border-radius: 10px;
    overflow: hidden;
}

    .course-card_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.course-card_content {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

    .course-card_content a {
        color: var(--body-color)
    }

.course-card_text {
    margin-bottom: 23px;
}

.course-card .course-meta {
    margin-bottom: 30px;
}

.course-card .price-wrap {
    background-color: var(--theme-color2);
    padding: 9px 28px;
    color: var(--white-color);
    border-radius: 35px 0 0 0;
    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;
    margin-right: -30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .course-card .price-wrap:before {
        content: '';
        height: 100%;
        width: 130px;
        background-color: var(--theme-color);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
    }

.course-card .price {
    color: var(--white-color);
    font-weight: 600;
    font-size: 24px;
}

.course-card .th-btn {
    background-color: var(--smoke-color);
    border: 1px solid var(--border-color);
    color: var(--white-color);
    font-weight: 600;
}

    .course-card .th-btn:hover {
        color: var(--white-color);
        font-weight: 500;
    }

.course-card.style2 {
    background-color: #2A2F3C;
    box-shadow: none;
    padding: 40px;
    gap: 40px;
}

    .course-card.style2 .price-wrap {
        background-color: #2A2F3C;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 65px;
    }

        .course-card.style2 .price-wrap:before {
            background-color: var(--theme-color2);
        }

    .course-card.style2 .course-meta {
        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;
    }

    .course-card.style2 .box-title {
        font-size: 36px;
        color: var(--white-color);
    }

    .course-card.style2 .course-card_text {
        color: var(--white-color);
    }

    .course-card.style2 .meta-box {
        padding-right: 30px;
        margin-right: 26px;
    }

        .course-card.style2 .meta-box .title {
            color: var(--white-color);
            font-weight: 500;
        }

    .course-card.style2 .th-btn {
        background-color: var(--theme-color);
        color: var(--white-color);
        border: none;
    }

@media (max-width: 1199px) {
    .course-card_img {
        max-height: 340px;
    }

    .course-card.style2 .course-card_img {
        max-height: 100%;
    }
}

.course-card_content h2 {
    font-size: 18px;
}

@media (max-width: 991px) {
    .course-card.style2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .course-card.style2 .course-card_img {
            -webkit-box-flex: 100%;
            -webkit-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
        }

        .course-card.style2 .course-card_content {
            -webkit-box-flex: 100%;
            -webkit-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
        }
}
.auction_list {
    background: #fff;
    border: solid 1px #eee;
    height: 100%;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    display: table;
    width: 100%;
}
.auction_img {
    width: 200px;
    float: left;
    margin-right: 20px;
}

.auction_content {
    width: calc(100% - 220px);
    float: left;
}
    .auction_content h1{
        font-size:16px;
        line-height:24px;
    }
.auction_text ul{
    padding-left:17px;
}
.auction_text p {
    margin-bottom: 7px;
    line-height: 18px;
}
    .auction_text p:last-child {
        margin-bottom: 0 !important;
    }
@media (min-width: 992px) {
    
    .course-card_content .line-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .course-card_content .line-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }    
}

@media (max-width: 767px) {
    .course-card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .course-card_img {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .course-card_content {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .course-card .price-wrap {
        max-width: 280px;
    }

    .course-card.style2 .price-wrap {
        max-width: calc(100% + 20px);
        margin-right: -20px;
    }
    .mb-30 {
        margin-bottom: 20px !important;
    }
    .counter-card_text{
        font-size:14px;
        white-space:nowrap
    }
    .counter-card
    {
        padding:30px 10px
    }
}

@media (max-width: 575px) {
    .auction_img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom:15px;
        text-align:center;
    }

    .auction_content {
        width: 100%;
        float: none;
    }
    .course-card.style2 {
        padding: 20px;
    }

        .course-card.style2 .box-title {
            font-size: 24px;
        }

        .course-card.style2 .course-meta {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 20px;
        }

        .course-card.style2 .meta-box {
            border-right: none;
            padding-right: 12px;
            margin-right: 0;
        }
}

@media (max-width: 375px) {
    .course-card {
        padding: 20px;
    }

        .course-card.style2 .price-wrap {
            gap: 42px;
        }

            .course-card.style2 .price-wrap:before {
                width: 120px;
            }
}

.course-box {
    background: var(--white-color);
    box-shadow: 0px 3px 15px rgba(193, 193, 193, 0.2);
    border-radius: 10px;
    padding: 30px;
}

.course-box_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

    .course-box_img img {
        width: 100%;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.course-box .price {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
    line-height: 46px;
    padding-right: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 46px;
    width: 116px;
    background-color: var(--theme-color2);
    -webkit-clip-path: path("M0 0H82.8871C90.8496 0 98.0536 4.72328 101.228 12.0255L116 46H10C4.47715 46 0 41.5228 0 36V0Z");
    clip-path: path("M0 0H82.8871C90.8496 0 98.0536 4.72328 101.228 12.0255L116 46H10C4.47715 46 0 41.5228 0 36V0Z");
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.course-box .course-meta {
    margin-bottom: 23px;
}

.course-box_text {
    margin-bottom: 23px;
}

.course-box .th-btn {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    color: var(--title-color);
}

    .course-box .th-btn:before, .course-box .th-btn:after {
        background-color: var(--theme-color);
    }

    .course-box .th-btn:hover {
        color: var(--white-color);
        border-color: var(--theme-color);
    }

.course-box:hover .price {
    background-color: var(--theme-color);
}

.course-box:hover .course-box_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 350px) {
    .course-box {
        padding: 20px;
    }
}

.course-feature {
    background-color: var(--smoke-color);
    padding: 30px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.course-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.course-feature_icon {
    font-size: 44px;
    text-align: center;
    color: var(--theme-color);
}

.course-feature_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: -0.3em;
}

.course-feature_text {
    margin-bottom: -0.5em;
}

@media (max-width: 1299px) {
    .course-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 10px;
    }

    .course-feature-wrap {
        gap: 24px;
    }

    .course-feature_text {
        margin-bottom: -0.5em;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .course-feature-wrap {
        grid-template-columns: auto;
    }
}

.inner-box {
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    --space: 30px;
}

    .inner-box .header {
        background-color: var(--theme-color);
        padding: var(--space);
    }

    .inner-box .box-title {
        color: var(--white-color);
        margin-bottom: 3px;
    }

    .inner-box .subtitle {
        font-size: 14px;
        color: var(--white-color);
        margin-bottom: -0.5em;
    }

    .inner-box .content {
        padding: var(--space);
        background-color: var(--smoke-color);
    }

        .inner-box .content .text {
            margin-bottom: -0.5em;
            margin-top: -0.5em;
        }

.buy-area {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--title-color);
    padding: 30px;
    border-radius: 10px;
    gap: 15px;
}

@media (max-width: 1299px) {
    .buy-area {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.buy-area .buy-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
}

.guide-map {
    text-align: center;
}

.guide-map-phone {
    display: none;
}

.guide-feature {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
    position: absolute;
}

    .guide-feature .box-title2 {
        margin-bottom: 3px;
    }

.guide-feature_text {
    font-size: 14px;
    margin-bottom: -0.5em;
    max-width: 300px;
}

.guide-feature.right-align {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.guideline-area {
    position: relative;
    margin-bottom: 85px;
}

    .guideline-area .one {
        top: 7%;
        left: 3%;
    }

    .guideline-area .two {
        top: 38%;
        left: -4%;
    }

    .guideline-area .three {
        bottom: 10%;
        left: -2%;
    }

    .guideline-area .four {
        bottom: -25%;
        left: 5%;
    }

    .guideline-area .five {
        top: 18%;
        right: 0.5%;
    }

    .guideline-area .six {
        top: 49%;
        right: 0.5%;
    }

    .guideline-area .seven {
        bottom: 0%;
        right: 1.5%;
    }

    .guideline-area .eight {
        bottom: -25%;
        left: 47%;
    }

@media (max-width: 1199px) {
    .guide-map img {
        -webkit-transform: scalex(0.65);
        -ms-transform: scalex(0.65);
        transform: scalex(0.65);
    }

    .guide-feature {
        max-width: 350px;
    }

        .guide-feature.right-align {
            margin-left: -30px;
        }

        .guide-feature.left-align {
            margin-right: -40px;
        }
}

@media (max-width: 991px) {
    .guide-map {
        display: none;
    }

    .guide-map-phone {
        display: block;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
    }

        .guide-map-phone img {
            border: 3px dashed var(--theme-color);
            padding: 16px;
            border-radius: 50%;
            background-color: var(--white-color);
        }

        .guide-map-phone:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 50%;
            height: 20px;
            border-top: 3px dashed var(--theme-color);
            border-left: 3px dashed var(--theme-color);
            border-radius: 15px 0 0 0;
            z-index: -1;
        }

    .guide-feature {
        position: relative;
        inset: 0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        margin: 0 0 35px 160px !important;
    }

        .guide-feature:last-child {
            margin-bottom: 0 !important;
        }

        .guide-feature.right-align {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            text-align: left;
        }

        .guide-feature:before {
            content: '';
            position: absolute;
            top: 20px;
            right: calc(100% + 30px);
            width: 130px;
            border-top: 3px dashed var(--theme-color);
        }

        .guide-feature:after {
            content: '';
            position: absolute;
            top: 17px;
            right: calc(100% + 30px);
            width: 8px;
            height: 8px;
            background-color: var(--theme-color);
            border-radius: 50%;
        }

    .guide-feature_icon {
        width: 50px;
        text-align: center;
    }

    .guideline-area {
        margin-bottom: 0;
    }

        .guideline-area:before {
            content: '';
            height: calc(100% - 152px);
            width: 0;
            border-left: 3px dashed var(--theme-color);
            position: absolute;
            top: 152px;
            left: 0;
        }

        .guideline-area:after {
            content: '';
            position: absolute;
            top: 100%;
            left: -3px;
            width: 9px;
            height: 9px;
            background-color: var(--theme-color);
            border-radius: 50%;
        }
}

@media (max-width: 575px) {
    .guide-feature {
        margin: 0 0 35px 50px !important;
    }

        .guide-feature:last-child {
            margin-bottom: 0 !important;
        }

        .guide-feature:before {
            width: 20px;
        }

        .guide-feature:after {
            right: calc(100% + 20px);
        }
}

.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;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mt-n1 {
    margin-top: -.25rem;
}

.mt-n2 {
    margin-top: -.45rem;
}

.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: -.45rem;
}

.mb-n3 {
    margin-bottom: -0.8rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.space, .space-top {
    padding-top: var(--section-space);
}

.space, .space-bottom {
    padding-bottom: var(--section-space);
}

.space-extra, .space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}

.space-extra, .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2, .space-extra2-top {
    padding-top: calc(var(--section-space) - 40px);
}

.space-extra2, .space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px);
}

@media (max-width: 991px) {
    .space, .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space, .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra, .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra, .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }

    .space-extra2, .space-extra2-top {
        padding-top: 70px;
    }

    .space-extra2, .space-extra2-bottom {
        padding-bottom: 70px;
    }
}

.th-hero-wrapper .social-links {
    position: absolute;
    z-index: 2;
    left: 0%;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .th-hero-wrapper .social-links a {
        color: var(--white-color);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 0 10px;
    }

        .th-hero-wrapper .social-links a:hover {
            color: var(--theme-color);
        }

    .th-hero-wrapper .social-links .social-title {
        font-size: 18px;
        font-weight: 500;
        color: var(--white-color);
        letter-spacing: 0.06em;
    }

        .th-hero-wrapper .social-links .social-title:after {
            content: '';
            position: relative;
            background-color: var(--white-color);
            height: 1px;
            width: 90px;
            display: inline-block;
            top: -6px;
            margin-left: 15px;
        }

.hero-1 .th-hero-bg img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.number-dots .slick-dots button {
    --size: 55px;
    font-size: 18px;
    padding: 0;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    text-align: center;
    background-color: transparent;
    border: 1px solid;
    color: var(--white-color);
    font-weight: 500;
}

    .number-dots .slick-dots button:before {
        inset: -1px;
        background-color: var(--theme-color);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.number-dots .slick-dots .slick-active button {
    --size: 50px;
}

.th-hero-wrapper .slick-dots {
    left: unset;
    right: 8%;
    width: 66px;
    margin: 0;
}

    .th-hero-wrapper .slick-dots li {
        margin-right: 0;
        margin: 10px 0;
    }

.th-hero-wrapper .slick-arrow {
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    --pos-x: 5%;
    color: var(--white-color);
}

    .th-hero-wrapper .slick-arrow:hover {
        background-color: var(--white-color);
        color: var(--theme-color);
    }

@media (max-width: 1800px) {
    .th-hero-wrapper .social-links {
        left: -11%;
    }

    .th-hero-wrapper .slick-arrow {
        --pos-x: 1%;
    }
}

@media (max-width: 1399px) {
    .th-hero-wrapper .social-links {
        left: 20px;
        bottom: 12px;
        top: unset;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

        .th-hero-wrapper .social-links a {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }
}

@media (max-width: 991px) {
    .th-hero-wrapper .social-links {
        left: 0;
        text-align: center;
        width: 100%;
    }

        .th-hero-wrapper .social-links .social-title {
            margin-right: 5px;
        }

            .th-hero-wrapper .social-links .social-title:after {
                content: ':';
                width: auto;
                background-color: transparent !important;
                top: -1px;
                margin-left: 2px;
            }

        .th-hero-wrapper .social-links a {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            margin: 0 5px;
        }
}

.sub-title.has-line:before {
    content: '';
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
    background-color: var(--theme-color2);
    position: relative;
    top: -5px;
}

.sub-title.has-line.text-theme2:before {
    background-color: var(--theme-color);
}

.hero-text .text-body {
    font-weight: 500;
}

.hero-6 .hero-img-wrap {
    position: absolute;
    bottom: 15px;
    right: 12%;
}

.hero-6 .social-links .social-title {
    color: var(--title-color);
}

    .hero-6 .social-links .social-title:after {
        background-color: var(--title-color);
    }

.hero-6 .social-links a {
    color: var(--title-color);
}

    .hero-6 .social-links a:hover {
        color: var(--theme-color);
    }

.hero-img-wrap {
    --img-size: 535px;
    --gap: 15px;
    width: 100%;
    max-width: var(--img-size);
    text-align: center;
}

    .hero-img-wrap .img1 {
        width: 100%;
        text-align: center;
        position: relative;
        bottom: 20px;
        left: 3px;
    }

    .hero-img-wrap .polygon {
        height: calc(var(--img-size) + 9%);
        width: var(--img-size);
        background-color: var(--theme-color);
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-clip-path: path("M242.5 7.43376C257.97 -1.49788 277.03 -1.49788 292.5 7.43376L509.669 132.816C525.139 141.748 534.669 158.254 534.669 176.118V426.882C534.669 444.746 525.139 461.252 509.669 470.184L292.5 595.566C277.03 604.498 257.97 604.498 242.5 595.566L25.3312 470.184C9.86113 461.252 0.331177 444.746 0.331177 426.882V176.118C0.331177 158.254 9.86112 141.748 25.3312 132.816L242.5 7.43376Z");
        clip-path: path("M242.5 7.43376C257.97 -1.49788 277.03 -1.49788 292.5 7.43376L509.669 132.816C525.139 141.748 534.669 158.254 534.669 176.118V426.882C534.669 444.746 525.139 461.252 509.669 470.184L292.5 595.566C277.03 604.498 257.97 604.498 242.5 595.566L25.3312 470.184C9.86113 461.252 0.331177 444.746 0.331177 426.882V176.118C0.331177 158.254 9.86112 141.748 25.3312 132.816L242.5 7.43376Z");
    }

    .hero-img-wrap .polygon1 {
        opacity: 0.25;
    }

    .hero-img-wrap .polygon2 {
        height: calc(var(--img-size) + 9% - var(--gap)*2);
        width: calc(var(--img-size) - var(--gap)*2);
        left: var(--gap);
        bottom: var(--gap);
        -webkit-clip-path: path("M228 7.43376C243.47 -1.49788 262.53 -1.49789 278 7.43375L480.013 124.066C495.483 132.998 505.013 149.504 505.013 167.368V400.632C505.013 418.496 495.483 435.002 480.013 443.934L278 560.566C262.53 569.498 243.47 569.498 228 560.566L25.9866 443.934C10.5166 435.002 0.986603 418.496 0.986603 400.632V167.368C0.986603 149.504 10.5165 132.998 25.9866 124.066L228 7.43376Z");
        clip-path: path("M228 7.43376C243.47 -1.49788 262.53 -1.49789 278 7.43375L480.013 124.066C495.483 132.998 505.013 149.504 505.013 167.368V400.632C505.013 418.496 495.483 435.002 480.013 443.934L278 560.566C262.53 569.498 243.47 569.498 228 560.566L25.9866 443.934C10.5166 435.002 0.986603 418.496 0.986603 400.632V167.368C0.986603 149.504 10.5165 132.998 25.9866 124.066L228 7.43376Z");
    }

    .hero-img-wrap .star {
        --star-size: 200px;
        width: var(--star-size);
        height: var(--star-size);
        background-color: var(--title-color);
        opacity: 0.1;
        position: absolute;
        -webkit-animation: spin 8s linear infinite;
        animation: spin 8s linear infinite;
        -webkit-clip-path: path("M100 0L107.452 62.5373L138.268 7.61205L121.221 68.2407L170.711 29.2893L131.759 78.7791L192.388 61.7317L137.463 92.5482L200 100L137.463 107.452L192.388 138.268L131.759 121.221L170.711 170.711L121.221 131.759L138.268 192.388L107.452 137.463L100 200L92.5482 137.463L61.7317 192.388L78.7791 131.759L29.2893 170.711L68.2407 121.221L7.61205 138.268L62.5373 107.452L0 100L62.5373 92.5482L7.61205 61.7317L68.2407 78.7791L29.2893 29.2893L78.7791 68.2407L61.7317 7.61205L92.5482 62.5373L100 0Z");
        clip-path: path("M100 0L107.452 62.5373L138.268 7.61205L121.221 68.2407L170.711 29.2893L131.759 78.7791L192.388 61.7317L137.463 92.5482L200 100L137.463 107.452L192.388 138.268L131.759 121.221L170.711 170.711L121.221 131.759L138.268 192.388L107.452 137.463L100 200L92.5482 137.463L61.7317 192.388L78.7791 131.759L29.2893 170.711L68.2407 121.221L7.61205 138.268L62.5373 107.452L0 100L62.5373 92.5482L7.61205 61.7317L68.2407 78.7791L29.2893 29.2893L78.7791 68.2407L61.7317 7.61205L92.5482 62.5373L100 0Z");
    }

    .hero-img-wrap .star1 {
        top: 28%;
        right: -70px;
    }

    .hero-img-wrap .star2 {
        bottom: 8%;
        left: -70px;
    }

    .hero-img-wrap .line-shape, .hero-img-wrap .line-shape2 {
        height: 97px;
        width: 298px;
        position: absolute;
        background-color: var(--theme-color);
        top: 7%;
        left: -106px;
        -webkit-clip-path: path("M288.076 71.4605C283.819 65.847 276.626 58.4099 266.366 50.5859C261.25 46.6638 255.399 42.5423 249.007 38.368C242.592 34.1904 235.567 29.9501 227.787 26.3188C223.901 24.4797 219.824 22.8046 215.565 21.4137C211.312 19.976 206.865 18.8927 202.289 18.2204C197.717 17.5248 193.011 17.2636 188.329 17.6738C183.634 18.0106 178.993 18.9754 174.502 20.558C174.252 20.6418 174.022 20.7523 173.772 20.8362C173.956 21.0531 174.166 21.2499 174.326 21.4635C177.798 25.558 180.549 30.1947 182.466 35.1665C184.387 40.1149 185.647 45.3515 185.865 50.703C186.038 56.0478 185.289 61.5008 183.292 66.6814C181.278 71.812 178.079 76.7269 173.55 80.4275C171.396 82.3412 168.848 84.0081 165.976 85.2713C163.107 86.511 159.774 87.3271 156.313 87.1946C149.298 86.9164 143.304 83.1324 139.468 78.4136C135.486 73.5547 133.981 67.52 134.022 62.0145C134.05 56.4356 135.443 51.1455 137.498 46.2354C139.579 41.3052 142.487 36.7548 145.968 32.7147C150.308 27.6513 155.556 23.4086 161.336 20.1239C160.154 19.2168 158.919 18.3498 157.596 17.5898C149.903 12.8493 141.083 10.3351 132.489 9.42749C123.871 8.51657 115.462 9.16214 107.784 10.6987C100.127 12.262 93.1878 14.6428 87.227 17.5202C81.2395 20.4176 76.0134 23.8285 71.4347 27.2118C62.1872 33.9418 55.4928 40.8189 50.2225 46.7287C45.0356 52.7219 41.2362 57.838 38.5507 62.1576C35.775 66.4406 33.8928 69.8004 32.5037 72.3712C31.271 74.5108 30.5017 76.0719 29.862 77.2219C30.4524 76.9239 31.0162 76.6459 31.5832 76.3445C36.5132 73.846 40.9929 71.6654 44.8157 69.9166C52.4612 66.4191 57.4319 64.6421 57.94 65.4299C58.448 66.2176 54.3997 69.3898 47.4194 73.9121C43.9308 76.1615 39.7251 78.7627 34.9924 81.5515C34.3953 81.8964 33.7983 82.2413 33.1979 82.6095C32.5242 82.9912 31.7737 83.4098 30.7929 83.7718C30.2925 83.9395 29.7654 84.1273 29.1315 84.2283C28.4708 84.3494 27.6766 84.4039 26.949 84.3246C25.4671 84.1862 24.0314 83.5534 22.9091 82.5593C20.9116 80.6777 20.4261 79.0581 19.7207 77.813C19.0286 76.4742 18.3398 75.1121 17.6309 73.7233C6.43931 51.6191 -1.23134 33.0915 0.543331 32.3409C2.31469 31.6137 12.8241 48.945 24.0157 71.0492C24.4973 72.0241 24.9822 72.9755 25.4637 73.9504C25.7629 72.8476 26.1822 71.5709 26.8314 70.0167C27.9032 67.1623 29.5714 63.462 32.2132 58.7783C34.7883 54.0613 38.5772 48.5142 43.8804 42.0365C49.2671 35.6422 56.1946 28.2971 65.9989 21.0018C70.8776 17.3508 76.4305 13.6522 83.0618 10.4166C89.7164 7.18424 97.2827 4.58211 105.751 2.84741C114.216 1.13609 123.563 0.432523 133.282 1.47565C142.978 2.51547 153.192 5.4421 162.192 11.0596C164.7 12.5362 167.088 14.3538 169.329 16.3654C170.313 15.9799 171.27 15.6146 172.271 15.2792C177.322 13.609 182.587 12.6134 187.82 12.3528C193.039 12.0187 198.205 12.3928 203.135 13.2584C208.095 14.0805 212.822 15.3706 217.289 16.9817C221.786 18.5494 226.003 20.4114 229.986 22.4073C237.976 26.4025 245.059 30.9133 251.414 35.3449C257.766 39.7999 263.493 44.1187 268.573 48.298C278.71 56.6533 285.706 64.6352 289.573 70.6468C291.532 73.6442 292.809 76.0679 293.595 77.7539C294.331 79.4567 294.656 80.3617 294.505 80.412C294.108 80.5227 292.363 77.0306 288.076 71.4605ZM167.68 26.1524C167.149 25.5283 166.611 24.9511 166.05 24.3705C160.409 27.508 155.321 31.6303 151.238 36.5631C148.218 40.215 145.735 44.2771 143.978 48.6089C142.243 52.944 141.136 57.5589 141.188 62.0755C141.242 66.5686 142.525 70.9733 145.321 74.2803C148.088 77.6308 152.305 79.9939 156.37 80.0688C160.405 80.1872 164.708 78.0771 168.095 75.026C171.637 72.0683 174.096 68.1699 175.683 64.0287C177.254 59.8375 177.844 55.3402 177.649 50.8272C177.431 46.3108 176.299 41.8558 174.626 37.6821C173.007 33.4683 170.607 29.5494 167.68 26.1524Z");
        clip-path: path("M288.076 71.4605C283.819 65.847 276.626 58.4099 266.366 50.5859C261.25 46.6638 255.399 42.5423 249.007 38.368C242.592 34.1904 235.567 29.9501 227.787 26.3188C223.901 24.4797 219.824 22.8046 215.565 21.4137C211.312 19.976 206.865 18.8927 202.289 18.2204C197.717 17.5248 193.011 17.2636 188.329 17.6738C183.634 18.0106 178.993 18.9754 174.502 20.558C174.252 20.6418 174.022 20.7523 173.772 20.8362C173.956 21.0531 174.166 21.2499 174.326 21.4635C177.798 25.558 180.549 30.1947 182.466 35.1665C184.387 40.1149 185.647 45.3515 185.865 50.703C186.038 56.0478 185.289 61.5008 183.292 66.6814C181.278 71.812 178.079 76.7269 173.55 80.4275C171.396 82.3412 168.848 84.0081 165.976 85.2713C163.107 86.511 159.774 87.3271 156.313 87.1946C149.298 86.9164 143.304 83.1324 139.468 78.4136C135.486 73.5547 133.981 67.52 134.022 62.0145C134.05 56.4356 135.443 51.1455 137.498 46.2354C139.579 41.3052 142.487 36.7548 145.968 32.7147C150.308 27.6513 155.556 23.4086 161.336 20.1239C160.154 19.2168 158.919 18.3498 157.596 17.5898C149.903 12.8493 141.083 10.3351 132.489 9.42749C123.871 8.51657 115.462 9.16214 107.784 10.6987C100.127 12.262 93.1878 14.6428 87.227 17.5202C81.2395 20.4176 76.0134 23.8285 71.4347 27.2118C62.1872 33.9418 55.4928 40.8189 50.2225 46.7287C45.0356 52.7219 41.2362 57.838 38.5507 62.1576C35.775 66.4406 33.8928 69.8004 32.5037 72.3712C31.271 74.5108 30.5017 76.0719 29.862 77.2219C30.4524 76.9239 31.0162 76.6459 31.5832 76.3445C36.5132 73.846 40.9929 71.6654 44.8157 69.9166C52.4612 66.4191 57.4319 64.6421 57.94 65.4299C58.448 66.2176 54.3997 69.3898 47.4194 73.9121C43.9308 76.1615 39.7251 78.7627 34.9924 81.5515C34.3953 81.8964 33.7983 82.2413 33.1979 82.6095C32.5242 82.9912 31.7737 83.4098 30.7929 83.7718C30.2925 83.9395 29.7654 84.1273 29.1315 84.2283C28.4708 84.3494 27.6766 84.4039 26.949 84.3246C25.4671 84.1862 24.0314 83.5534 22.9091 82.5593C20.9116 80.6777 20.4261 79.0581 19.7207 77.813C19.0286 76.4742 18.3398 75.1121 17.6309 73.7233C6.43931 51.6191 -1.23134 33.0915 0.543331 32.3409C2.31469 31.6137 12.8241 48.945 24.0157 71.0492C24.4973 72.0241 24.9822 72.9755 25.4637 73.9504C25.7629 72.8476 26.1822 71.5709 26.8314 70.0167C27.9032 67.1623 29.5714 63.462 32.2132 58.7783C34.7883 54.0613 38.5772 48.5142 43.8804 42.0365C49.2671 35.6422 56.1946 28.2971 65.9989 21.0018C70.8776 17.3508 76.4305 13.6522 83.0618 10.4166C89.7164 7.18424 97.2827 4.58211 105.751 2.84741C114.216 1.13609 123.563 0.432523 133.282 1.47565C142.978 2.51547 153.192 5.4421 162.192 11.0596C164.7 12.5362 167.088 14.3538 169.329 16.3654C170.313 15.9799 171.27 15.6146 172.271 15.2792C177.322 13.609 182.587 12.6134 187.82 12.3528C193.039 12.0187 198.205 12.3928 203.135 13.2584C208.095 14.0805 212.822 15.3706 217.289 16.9817C221.786 18.5494 226.003 20.4114 229.986 22.4073C237.976 26.4025 245.059 30.9133 251.414 35.3449C257.766 39.7999 263.493 44.1187 268.573 48.298C278.71 56.6533 285.706 64.6352 289.573 70.6468C291.532 73.6442 292.809 76.0679 293.595 77.7539C294.331 79.4567 294.656 80.3617 294.505 80.412C294.108 80.5227 292.363 77.0306 288.076 71.4605ZM167.68 26.1524C167.149 25.5283 166.611 24.9511 166.05 24.3705C160.409 27.508 155.321 31.6303 151.238 36.5631C148.218 40.215 145.735 44.2771 143.978 48.6089C142.243 52.944 141.136 57.5589 141.188 62.0755C141.242 66.5686 142.525 70.9733 145.321 74.2803C148.088 77.6308 152.305 79.9939 156.37 80.0688C160.405 80.1872 164.708 78.0771 168.095 75.026C171.637 72.0683 174.096 68.1699 175.683 64.0287C177.254 59.8375 177.844 55.3402 177.649 50.8272C177.431 46.3108 176.299 41.8558 174.626 37.6821C173.007 33.4683 170.607 29.5494 167.68 26.1524Z");
    }

    .hero-img-wrap .line-shape2 {
        background-color: var(--theme-color2);
        -webkit-animation: widthAni 7s linear infinite;
        animation: widthAni 7s linear infinite;
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

.hero-style6 {
    max-width: 680px;
}

@-webkit-keyframes widthAni {
    from {
        width: 298px;
    }

    to {
        width: 0;
    }
}

@keyframes widthAni {
    from {
        width: 298px;
    }

    to {
        width: 0;
    }
}

@media (max-width: 1500px) {
    .hero-6 .hero-img-wrap {
        right: 5%;
    }
}

@media (max-width: 1199px) {
    .hero-6 .hero-img-wrap {
        right: -1%;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        bottom: -7%;
    }

    .hero-6 .hero-text {
        max-width: 580px;
    }
}

@media (max-width: 991px) {
    .hero-6 .hero-img-wrap {
        position: relative;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        bottom: 0;
        right: unset;
        margin: 60px auto -70px auto;
    }
    .hidden-mobile {
        display:none;
    }
}
@media (max-width: 575px) {
    .shadow-title {
        font-size: 52px;
    }
    .title-area .sec-title {
        font-size: 24px;
        line-height: 30px;
        text-align: initial;
    }
    .title-area.pb-20 {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .counter-card {
        padding: 20px 10px;
    }
    .header-links li {
        white-space: nowrap
    }

        .header-links li img {
            max-width: 30px;
        }

    .counter-card_number {
        font-size: 28px;
    }
    .hero-img-wrap {
        --img-size: 100vw;
        margin: 50px auto -100px auto;
    }

        .hero-img-wrap .img1 {
            bottom: 40px;
        }

        .hero-img-wrap .line-shape, .hero-img-wrap .line-shape2 {
            left: 0;
        }

        .hero-img-wrap .polygon {
            -webkit-clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
            clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
        }
}

.header-logo {
    position: relative;
    z-index: 3;
}

.header-layout4 {
    --top-bg: 34%;
    --logo-bg: 26%;
}

    .header-layout4 .menu-area:before {
        display: none;
    }

    .header-layout4 .header-button {
        margin-left: 0;
    }

    .header-layout4 .logo-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: var(--logo-bg);
        height: 100%;
        z-index: 0;
    }

        .header-layout4 .logo-bg:after, .header-layout4 .logo-bg:before {
            content: '';
            position: absolute;
            inset: 0;
            background-color: var(--border-color);
            -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 46px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 46px) 100%, 0% 100%);
            z-index: -1;
        }

        .header-layout4 .logo-bg:before {
            background-color: #F7F4ED;
            -webkit-clip-path: polygon(0 0, calc(100% - 52px) 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 52px) 0%, 100% 100%, 0% 100%);
        }

@media (min-width: 1300px) {
    .header-layout4 .th-container {
        --main-container: 1610px;
    }
}

@media (min-width: 1922px) {
    .header-layout4 {
        --top-bg: 37%;
        --logo-bg: 32%;
    }
}

@media (max-width: 1500px) {
    .header-layout4 {
        --logo-bg: 21%;
    }

        .header-layout4 .main-menu {
            margin-left: 40px;
        }
}

@media (max-width: 1299px) {
    .header-layout4 {
        --top-bg: 40%;
        --logo-bg: 26%;
    }

        .header-layout4 .main-menu {
            margin-left: 0;
        }

        .header-layout4 .header-button .th-btn {
            display: none;
        }
}

@media (max-width: 1199px) {
    .header-layout4 {
        --top-bg: 50%;
        --logo-bg: 30%;
    }
}

@media (max-width: 991px) {
    .header-layout4 {
        --logo-bg: 56%;
    }

        .header-layout4 .header-top {
            padding: 12px 0;
        }

            .header-layout4 .header-top:after, .header-layout4 .header-top:before {
                display: none;
            }
}

@media (max-width: 575px) {
    .header-layout4 {
        --logo-bg: 65%;
    }

        .header-layout4 .header-links li:nth-child(2) {
            display: none;
        }
}

@media (max-width: 375px) {
    .header-layout4 {
        --logo-bg: 70%;
    }
}

.header-layout5 {
    --logo-bg: 26%;
    --top-height: 50px;
}

    .header-layout5 .header-top {
        --body-color: #191825;
        background-color: var(--white-color);
        padding: 12px 0;
    }

        .header-layout5 .header-top a:hover {
            color: var(--theme-color);
        }

        .header-layout5 .header-top .container {
            padding-left: 356px;
        }

    .header-layout5 .header-links li:after {
        opacity: 0.2;
    }

    .header-layout5 .header-links li > i {
        color: var(--theme-color);
    }

    .header-layout5 .menu-area {
        background-color: var(--title-color);
    }

    .header-layout5 .main-menu > ul > li > a {
        color: var(--white-color);
    }

        .header-layout5 .main-menu > ul > li > a:hover {
            color: var(--theme-color);
        }

    .header-layout5 .header-button .th-btn {
        margin-right: 15px;
    }

    .header-layout5 .header-button .icon-btn {
        background-color: #2A2F3C;
        border-color: #2A2F3C;
        color: var(--white-color);
    }

        .header-layout5 .header-button .icon-btn:hover {
            background-color: var(--theme-color);
            border-color: var(--theme-color);
        }

    .header-layout5 .logo-bg {
        height: calc(100% + var(--top-height));
        width: var(--logo-bg);
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .header-layout5 .logo-bg:before, .header-layout5 .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% - 25px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
        }

        .header-layout5 .logo-bg:before {
            background-color: #BE5F00;
            height: var(--top-height);
            width: calc(100% + 12px);
            -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 12px) 0%, 100% 100%, 0% 100%);
        }

    .header-layout5 .header-logo {
        margin-top: -44px;
    }

    .header-layout5 .sticky .header-logo {
        margin-top: 0;
    }

@media (min-width: 1300px) {
    .header-layout5 .th-container {
        --main-container: 1500px;
    }
}

@media (min-width: 1922px) {
    .header-layout5 {
        --logo-bg: 32%;
    }
}

@media (max-width: 1700px) {
    .header-layout5 {
        --logo-bg: 21%;
    }
}

@media (max-width: 1500px) {
    .header-layout5 {
        --logo-bg: 20%;
    }

        .header-layout5 .header-top .container {
            padding-left: 320px;
        }
}

@media (max-width: 1299px) {
    .header-layout5 {
        --logo-bg: 26%;
    }

        .header-layout5 .header-links li:first-child {
            display: none;
        }

        .header-layout5 .header-button .th-btn {
            display: none;
        }
}

@media (max-width: 1199px) {
    .header-layout5 {
        --logo-bg: 30%;
    }

        .header-layout5 .header-links li:nth-child(2) {
            display: none;
        }
}

@media (max-width: 991px) {
    .header-layout5 {
        --logo-bg: 56%;
    }

        .header-layout5 .logo-bg {
            height: 100%;
        }

            .header-layout5 .logo-bg:before {
                height: 100%;
            }

        .header-layout5 .header-logo {
            margin-top: 0;
        }

        .header-layout5 .header-top .container {
            padding-left: 12px;
        }
}

@media (max-width: 575px) {
    .header-layout5 {
        --logo-bg: 65%;
    }

        .header-layout5 .header-logo img {
            max-width: 160px;
        }
}

@media (max-width: 375px) {
    .header-layout5 {
        --logo-bg: 70%;
    }
}

.header-layout6 {
    --logo-bg: 21.8%;
}

    .header-layout6 .logo-bg {
        height: 100%;
        width: var(--logo-bg);
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .header-layout6 .logo-bg:before {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #F7F4ED;
            -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
        }

    .header-layout6 .main-menu {
        margin-left: 100px;
    }

@media (min-width: 1922px) {
    .header-layout6 {
        --logo-bg: 32%;
    }
}

@media (max-width: 1700px) {
    .header-layout6 {
        --logo-bg: 21%;
    }
}

@media (max-width: 1500px) {
    .header-layout6 {
        --logo-bg: 20%;
    }

        .header-layout6 .main-menu {
            margin-left: 0;
        }
}

@media (max-width: 1299px) {
    .header-layout6 {
        --logo-bg: 26%;
    }

        .header-layout6 .header-button .th-btn {
            display: none;
        }
}

@media (max-width: 1199px) {
    .header-layout6 {
        --logo-bg: 30%;
    }
}

@media (max-width: 991px) {
    .header-layout6 {
        --logo-bg: 56%;
    }
}

@media (max-width: 575px) {
    .header-layout6 {
        --logo-bg: 65%;
    }

        .header-layout6 .header-logo img {
            max-width: 160px;
        }
    .newsletter-widget {
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .header-layout6 {
        --logo-bg: 70%;
    }
}

#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
    right: 10px;
}

    #button-contact-vr .button-contact {
        position: relative;
        margin-top: -5px;
    }

        #button-contact-vr .button-contact .phone-vr {
            position: relative;
            visibility: visible;
            background-color: transparent;
            width: 90px;
            height: 90px;
            cursor: pointer;
            z-index: 11;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            transition: visibility .5s;
            left: 0;
            bottom: 0;
            display: block;
        }

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

    .phone-vr-img-circle a {
        display: block;
        line-height: 37px;
    }

    .phone-vr-img-circle img {
        max-height: 25px;
        max-width: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}

    .phone-bar a:hover {
        opacity: 0.8;
        color: #fff;
    }

@media(max-width: 736px) {
    .phone-bar {
        display: none;
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

    div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 50%;
    }

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px;
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #0084ff
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%);
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
.goog-te-banner-frame, .skiptranslate {
    display: none;
    height: 0px;
}