@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,500&amp;display=swap");
@use "sass:math";

:root {
    --theme-color: #06759f;
    --theme-color-2: #194ECA;
    --title-color: #865504;
    --body-color: #6F6E77;
    --smoke-color: #F4F4F4;
    --smoke-color2: #FFF9F3;
    --black-color: #fff;
    --black-color-2: #363739;
    --gray-color: #D9D9D9;
    --white-color: #ffffff;
    --light-color: #333;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E0E0E0;
    --title-font: 'Inter', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --style-font: 'Red Hat Display', cursive;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: smooth !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

    body.theme-blue {
        --theme-color: #1037B6
    }

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
.header-layout1 .header-right .langauge a.nice-select.open,
.header-layout2 .header-right .langauge a.nice-select.open,
.header-layout3 .header-right .langauge a.nice-select.open,
.header-layout5 .header-right .langauge a.nice-select.open,
.header-layout6 .header-right .langauge a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
.header-layout1 .header-right .langauge input.nice-select.open,
.header-layout2 .header-right .langauge input.nice-select.open,
.header-layout3 .header-right .langauge input.nice-select.open,
.header-layout5 .header-right .langauge input.nice-select.open,
.header-layout6 .header-right .langauge input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open,
.header-layout1 .header-right .langauge textarea.nice-select.open,
.header-layout2 .header-right .langauge textarea.nice-select.open,
.header-layout3 .header-right .langauge textarea.nice-select.open,
.header-layout5 .header-right .langauge textarea.nice-select.open,
.header-layout6 .header-right .langauge textarea.nice-select.open {
    outline: none
}

    input:focus {
        outline: none;
        box-shadow: none
    }

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: #11C3EC;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    a:hover {
        color: var(--title-color)
    }

    a:active,
    a.nice-select.open,
    .header-layout1 .header-right .langauge a.nice-select.open,
    .header-layout2 .header-right .langauge a.nice-select.open,
    .header-layout3 .header-right .langauge a.nice-select.open,
    .header-layout5 .header-right .langauge a.nice-select.open,
    .header-layout6 .header-right .langauge a.nice-select.open,
    a:focus,
    a:hover,
    a:visited {
        text-decoration: none;
        outline: 0
    }

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: #4A4A4D;
    line-height: 1.75
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    p a,
    span a {
        font-size: inherit;
        font-family: inherit;
        font-weight: inherit;
        line-height: inherit
    }

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 45px;
    line-height: 1.167
}

.h2,
h2 {
    font-size: 40px;
    line-height: 1.227
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.278
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.333
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.417
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1399px) {

    .h1,
    h1 {
        font-size: 48px
    }
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3
    }

    .h2,
    h2 {
        font-size: 40px;
        line-height: 1.25
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 575px) {

    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35
    }

    .h2,
    h2 {
        font-size: 30px
    }
}

@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

@media (min-width: 1370px) {
    .themeholy-container2 {
        --main-container: 1470px
    }

        .themeholy-container2 .container {
            --main-container: 1220px
        }
}

@media (min-width: 1922px) {
    .themeholy-container2 {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }

        .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) {
    .themeholy-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
        }
}

.themeholy-container3 {
    max-width: 1520px
}

.slick-track > [class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.gy-30 {
    --bs-gutter-y: 30px
}

.gy-40 {
    --bs-gutter-y: 40px
}

.gy-50 {
    --bs-gutter-y: 50px
}

.gx-10 {
    --bs-gutter-x: 10px
}

@media (min-width: 1299px) {
    .gx-60 {
        --bs-gutter-x: 60px
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-25 {
        --bs-gutter-x: 25px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }
}

@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    select:focus,
    .form-control:focus,
    .form-select:focus,
    textarea:focus,
    input:focus {
        outline: 0;
        box-shadow: none;
        border-color: var(--theme-color);
        background-color: var(--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)
    }

    select.style2,
    .form-control.style2,
    .form-select.style2,
    textarea.style2,
    input.style2 {
        height: auto;
        border: none;
        color: #8B929C;
        border-bottom: 1px solid;
        padding: 0 0 10px 0;
        background-position: right 1px top 5px;
        background-size: 16px 16px;
        background-color: transparent
    }

        select.style2 option,
        .form-control.style2 option,
        .form-select.style2 option,
        textarea.style2 option,
        input.style2 option {
            background-color: var(--title-color);
            color: #8B929C;
            padding: 2px 15px
        }

        select.style2::-moz-placeholder,
        .form-control.style2::-moz-placeholder,
        .form-select.style2::-moz-placeholder,
        textarea.style2::-moz-placeholder,
        input.style2::-moz-placeholder {
            color: #8B929C
        }

        select.style2::-webkit-input-placeholder,
        .form-control.style2::-webkit-input-placeholder,
        .form-select.style2::-webkit-input-placeholder,
        textarea.style2::-webkit-input-placeholder,
        input.style2::-webkit-input-placeholder {
            color: #8B929C
        }

        select.style2:-ms-input-placeholder,
        .form-control.style2:-ms-input-placeholder,
        .form-select.style2:-ms-input-placeholder,
        textarea.style2:-ms-input-placeholder,
        input.style2:-ms-input-placeholder {
            color: #8B929C
        }

        select.style2::-webkit-input-placeholder,
        .form-control.style2::-webkit-input-placeholder,
        .form-select.style2::-webkit-input-placeholder,
        textarea.style2::-webkit-input-placeholder,
        input.style2::-webkit-input-placeholder {
            color: #8B929C
        }

        select.style2::-moz-placeholder,
        .form-control.style2::-moz-placeholder,
        .form-select.style2::-moz-placeholder,
        textarea.style2::-moz-placeholder,
        input.style2::-moz-placeholder {
            color: #8B929C
        }

        select.style2:-ms-input-placeholder,
        .form-control.style2:-ms-input-placeholder,
        .form-select.style2:-ms-input-placeholder,
        textarea.style2:-ms-input-placeholder,
        input.style2:-ms-input-placeholder {
            color: #8B929C
        }

        select.style2::-ms-input-placeholder,
        .form-control.style2::-ms-input-placeholder,
        .form-select.style2::-ms-input-placeholder,
        textarea.style2::-ms-input-placeholder,
        input.style2::-ms-input-placeholder {
            color: #8B929C
        }

        select.style2::placeholder,
        .form-control.style2::placeholder,
        .form-select.style2::placeholder,
        textarea.style2::placeholder,
        input.style2::placeholder {
            color: #8B929C
        }

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

    .form-select.style2,
    select.style2 {
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E")
    }

textarea.form-control,
textarea {
    min-height: 150px;
    padding: 25px 20px
}

    textarea.form-control.style2,
    textarea.style2 {
        min-height: 100px
    }

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

    .form-group > i {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 19px;
        font-size: 16px;
        color: var(--theme-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: 20px
    }

        .slick-dots li:last-child {
            margin-right: 0
        }

    .slick-dots button {
        font-size: 0;
        padding: 0;
        background-color: transparent;
        width: 8px;
        height: 8px;
        line-height: 0;
        border-radius: 9999px;
        border: none;
        background-color: var(--theme-color);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        position: relative
    }

        .slick-dots button:hover {
            border-color: var(--theme-color)
        }

        .slick-dots button:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 20px;
            height: 20px;
            margin: -10px 0 0 -10px;
            border: 1px solid var(--theme-color);
            border-radius: 50%;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s;
            opacity: 0;
            visibility: hidden
        }

    .slick-dots .slick-active button {
        background-color: var(--theme-color)
    }

        .slick-dots .slick-active button::before {
            opacity: 1;
            visibility: visible
        }

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--theme-color-2);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0px 2px 15px rgba(1, 15, 28, 0.1);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 16px);
    margin-top: calc(var(--icon-size, 50px) / -2);
    z-index: 2
}

    .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);
        border-color: var(--theme-color)
    }

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

@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)
    }

.themeholy-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
}

    .themeholy-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: var(--theme-color-2)
    }

        .themeholy-menu-wrapper .mobile-logo svg {
            max-width: 185px
        }

    .themeholy-menu-wrapper .themeholy-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: -16.5px;
        top: 25px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 18px;
        z-index: 1;
        color: var(--white-color);
        background-color: var(--theme-color);
        border-radius: 50%
    }

        .themeholy-menu-wrapper .themeholy-menu-toggle:hover {
            background-color: var(--title-color);
            color: var(--white-color)
        }

    .themeholy-menu-wrapper .themeholy-menu-area {
        width: 100%;
        max-width: 310px;
        background-color: #fff;
        border-right: 3px solid var(--theme-color);
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
        z-index: 1
    }

    .themeholy-menu-wrapper.themeholy-body-visible {
        opacity: 1;
        visibility: visible
    }

        .themeholy-menu-wrapper.themeholy-body-visible .themeholy-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible
        }

.themeholy-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

    .themeholy-mobile-menu ul {
        margin: 0;
        padding: 0 0
    }

        .themeholy-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none
        }

            .themeholy-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1
            }

            .themeholy-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
            }

                .themeholy-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
                }

            .themeholy-mobile-menu ul li.themeholy-active > a {
                color: var(--theme-color)
            }

                .themeholy-mobile-menu ul li.themeholy-active > a:before {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg)
                }

            .themeholy-mobile-menu ul li ul li {
                padding-left: 20px
            }

                .themeholy-mobile-menu ul li ul li:last-child {
                    border-bottom: none
                }

        .themeholy-mobile-menu ul .menu-item-has-children > a .themeholy-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: var(--smoke-color);
            color: var(--title-color);
            box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
            border-radius: 50%
        }

            .themeholy-mobile-menu ul .menu-item-has-children > a .themeholy-mean-expand:before {
                content: '\f067';
                font-family: var(--icon-font)
            }

        .themeholy-mobile-menu ul .menu-item-has-children > a:after {
            content: "\f067";
            font-family: var(--icon-font);
            width: 22px;
            height: 22px;
            line-height: 22px;
            display: inline-block;
            text-align: center;
            font-size: 12px;
            border-radius: 50px;
            background-color: var(--smoke-color);
            float: right;
            margin-top: 1px
        }

        .themeholy-mobile-menu ul .menu-item-has-children.themeholy-active > a .themeholy-mean-expand:before {
            content: '\f068'
        }

        .themeholy-mobile-menu ul .menu-item-has-children.themeholy-active > a:after {
            content: "\f068"
        }

    .themeholy-mobile-menu > ul {
        padding: 0 40px
    }

        .themeholy-mobile-menu > ul > li:last-child {
            border-bottom: none
        }

.themeholy-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0
}

    .themeholy-menu-toggle:hover {
        background-color: var(--title-color)
    }

    .themeholy-menu-toggle.style-text,
    .themeholy-menu-toggle.style-text-white {
        width: auto;
        height: auto;
        background-color: transparent;
        color: var(--title-color);
        font-size: 20px
    }

        .themeholy-menu-toggle.style-text i,
        .themeholy-menu-toggle.style-text-white i {
            margin-right: 10px
        }

    .themeholy-menu-toggle.style-text-white {
        color: var(--white-color)
    }

@media (max-width: 400px) {
    .themeholy-menu-wrapper .themeholy-menu-area {
        width: 100%;
        max-width: 270px
    }

    .themeholy-mobile-menu > ul {
        padding: 0 20px
    }
}

:root {
    --input-height: 56px
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    position: relative;
    line-height: calc(var(--input-height) - 2px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .nice-select:after {
        content: '';
        font-family: var(--icon-font);
        font-weight: 700;
        font-size: 16px;
        pointer-events: none;
        border-bottom: 1px solid var(--theme-color);
        border-right: 1px solid var(--theme-color);
        position: absolute;
        right: 20px;
        line-height: calc(var(--input-height) - 2px);
        top: 21px;
        height: 8px;
        width: 8px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .nice-select.open .list {
        opacity: 1;
        border-radius: 0;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        border-bottom: 1px solid var(--theme-color)
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none
    }

        .nice-select.disabled:after {
            border-color: #ccc
        }

    .nice-select.wide {
        width: 100%
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important
        }

    .nice-select.right {
        float: right
    }

        .nice-select.right .list {
            left: auto;
            right: 0
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px
        }

    .nice-select .list {
        width: 100%;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-28px);
        -ms-transform: scale(0.75) translateY(-28px);
        transform: scale(0.75) translateY(-28px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s
    }

        .nice-select .option:hover,
        .nice-select .option.focus,
        .nice-select .option.selected.focus {
            background-color: var(--smoke-color)
        }

        .nice-select .option.selected {
            font-weight: bold
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default
        }

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--title-color)
}

.preloader-inner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader {
    position: absolute;
    width: 105px;
    left: calc(50% - 52px);
    top: calc(50% - 52px)
}

.rocket-wrapper {
    position: absolute;
    left: 34px;
    top: -30px;
    height: 200px
}

.rocket {
    width: 37px;
    height: auto
}

.trail-wrapper {
    position: absolute;
    top: 78px;
    left: 13px;
    width: 12px;
    height: 44px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: -1
}

.trail {
    width: 12px;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: jet 0.02s ease alternate infinite;
    animation: jet 0.02s ease alternate infinite;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.clouds-wrapper {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 88px;
    height: 85px
}

.clouds {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92px
}

.cloud {
    -webkit-animation: kaboom 0.4s ease alternate infinite;
    animation: kaboom 0.4s ease alternate infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: 0.9
}

    .cloud:nth-child(odd) {
        -webkit-animation: kaboom 0.3s ease alternate infinite;
        animation: kaboom 0.3s ease alternate infinite
    }

    .cloud:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s
    }

    .cloud:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s
    }

    .cloud:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s
    }

    .cloud:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s
    }

    .cloud:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s
    }

    .cloud:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s
    }

    .cloud:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes kaboom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes kaboom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes jet {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes jet {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.themeholy-btn {
    font-family: var(--body-font);
    background-color: var(--theme-color-2);
    color: var(--white-color);
    position: relative;
    padding: 17px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 0px;
    overflow: hidden;
    border: none;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1)
}

    .themeholy-btn i {
        position: relative;
        position: relative;
        top: 0;
        right: 0;
        margin-left: 10px;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

    .themeholy-btn.blue-btn {
        background-color: var(--theme-color-2);
        color: var(--white-color)
    }

        .themeholy-btn.blue-btn:before {
            background-color: var(--theme-color-2)
        }

        .themeholy-btn.blue-btn:hover,
        .themeholy-btn.blue-btn:focus {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

    .themeholy-btn.blue-btn2 {
        background-color: var(--white-color);
        color: var(--white-color);
        box-shadow: none
    }

        .themeholy-btn.blue-btn2:before {
            background-color: var(--theme-color-2)
        }

        .themeholy-btn.blue-btn2:hover {
            background-color: var(--white-color);
            color: var(--theme-color-2)
        }

    .themeholy-btn.white-btn {
        background-color: var(--white-color);
        color: var(--white-color)
    }

        .themeholy-btn.white-btn:before {
            background-color: var(--theme-color)
        }

        .themeholy-btn.white-btn:hover {
            background-color: var(--white-color);
            color: var(--theme-color)
        }

    .themeholy-btn.btn-fw {
        width: 100%;
        text-align: center
    }

    .themeholy-btn:before {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: -1;
        content: '';
        background-color: var(--theme-color);
        -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        border-radius: 0px
    }

    .themeholy-btn:after {
        content: "";
        position: absolute;
        height: 0%;
        right: 50%;
        top: 50%;
        width: 100%;
        z-index: -1;
        -webkit-transition: all 0.75s ease 0s;
        transition: all 0.75s ease 0s
    }

    .themeholy-btn:hover {
        background-color: var(--theme-color-2);
        color: var(--white-color);
        border: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)
    }

        .themeholy-btn:hover:before {
            right: 0%;
            left: auto;
            width: 0
        }

        .themeholy-btn:hover .icon i,
        .themeholy-btn:focus .icon i {
            position: relative;
            top: -22px;
            right: -30px
        }

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, transparent);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    .icon-btn:hover {
        background-color: var(--white-color);
        color: var(--theme-color);
        border-color: var(--white-color)
    }

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

    .play-btn > i {
        display: inline-block;
        width: var(--icon-size, 60px);
        height: var(--icon-size, 60px);
        line-height: var(--icon-size, 60px);
        text-align: center;
        background-color: var(--theme-color-2);
        color: var(--white-color);
        font-size: var(--icon-font-size, 1.1em);
        border-radius: 50%;
        z-index: 1;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

        .play-btn > i.fa-play {
            padding-right: 0.18em
        }

    .play-btn:after,
    .play-btn:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: var(--theme-color-2);
        z-index: -1;
        border-radius: 50%;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .play-btn:after {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .play-btn:hover:after,
    .play-btn:hover::before,
    .play-btn:hover i {
        background-color: var(--theme-color);
        color: var(--white-color)
    }

    .play-btn.style2:before,
    .play-btn.style2:after {
        background-color: transparent;
        border: 1px solid var(--white-color)
    }

    .play-btn.style3 > i {
        background-color: var(--theme-color);
        color: var(--white-color);
        font-size: 20px
    }

    .play-btn.style3:before,
    .play-btn.style3:after {
        background-color: var(--white-color)
    }

    .play-btn.style3:hover > i {
        background-color: var(--white-color);
        color: var(--theme-color)
    }

.link-btn {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: 26px;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--title-color)
}

    .link-btn i {
        margin-left: 5px;
        font-size: 0.9rem
    }

    .link-btn:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--theme-color-2);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .link-btn:hover {
        color: var(--theme-color)
    }

        .link-btn:hover::before {
            width: 100%
        }

.line-btn {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 26px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color-2)
}

    .line-btn i {
        margin-left: 5px;
        font-size: 0.9rem
    }

    .line-btn:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 85%;
        height: 1px;
        background-color: var(--theme-color-2);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .line-btn:hover {
        color: var(--title-color)
    }

        .line-btn:hover::before {
            background-color: var(--title-color);
            width: 45px
        }

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

    .scroll-top:after {
        content: "\f062";
        font-family: var(--icon-font);
        position: absolute;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        color: var(--theme-color);
        left: 0;
        top: 0;
        height: 50px;
        width: 50px;
        cursor: pointer;
        display: block;
        z-index: 1;
        border: 2px solid var(--theme-color);
        box-shadow: none;
        border-radius: 50%
    }

    .scroll-top svg {
        color: var(--theme-color);
        border-radius: 50%;
        background: var(--white-color)
    }

        .scroll-top svg path {
            fill: none
        }

    .scroll-top .progress-circle path {
        stroke: var(--theme-color);
        stroke-width: 20px;
        box-sizing: border-box;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear
    }

    .scroll-top.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
    margin-top: -0.25em
}

.sub-title {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--theme-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -0.34em
}

    .sub-title:has(img) {
        margin-top: 0
    }

    .sub-title img {
        margin: -5px 10px 0 0
    }

.box-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px
}

@media (max-width: 1399px) {
    .box-title {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .box-title {
        font-size: 18px
    }
}

.box-title a {
    color: inherit
}

    .box-title a:hover {
        color: var(--theme-color)
    }

.sec-text {
    max-width: 720px
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2
}

    .title-area .sec-title {
        margin-bottom: 15px
    }

    .title-area.mb-0 .sec-title {
        margin-bottom: -0.41em
    }

    .title-area .themeholy-btn {
        margin-top: 20px;
        margin-bottom: 10px
    }

hr.title-line {
    margin-top: 0;
    background-color: var(--border-color);
    opacity: 1
}

.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space)
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px
    }

    .shadow-title {
        font-size: 120px;
        margin-bottom: -82px
    }

    .title-area,
    .sec-title {
        --section-title-space: 60px
    }

        .title-area.mb-45,
        .sec-title.mb-45 {
            margin-bottom: 36px
        }

        .title-area.mb-50,
        .sec-title.mb-50 {
            margin-bottom: 40px
        }

    .sec-btn,
    .title-line {
        --section-title-space: 55px
    }
}

@media (max-width: 991px) {
    .shadow-title {
        font-size: 100px
    }

    .title-area,
    .sec-title {
        --section-title-space: 50px
    }

        .title-area.mb-45,
        .sec-title.mb-45 {
            margin-bottom: 35px
        }

    .sec-btn,
    .title-line {
        --section-title-space: 50px
    }
}

@media (max-width: 575px) {
    .sub-title img {
        max-width: 60px
    }
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1
}

    .shape-mockup.z-index-3 {
        z-index: 3
    }

@media (min-width: 2320px) {
    .shape-mockup.shape-1 {
        left: -5% !important
    }
}

@media (max-width: 1899px) {
    .shape-mockup.shape-1 {
        left: 0% !important
    }
}

@media (min-width: 1922px) {
    .shape-mockup.shape-2 {
        top: 10% !important;
        right: 10% !important
    }
}

@media (max-width: 1899px) {
    .shape-mockup.shape-2 {
        top: 10% !important;
        right: 10% !important
    }
}

.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
}

.themeholy-social.author-social a {
    background-color: var(--gray-color);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    font-size: 18px
}

.themeholy-social.author-social .info-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px
}

.themeholy-social a {
    display: inline-block;
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    background-color: var(--white-color);
    color: var(--title-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%
}

    .themeholy-social a:last-child {
        margin-right: 0
    }

    .themeholy-social a:hover {
        background-color: var(--theme-color);
        color: var(--white-color)
    }

.themeholy-social.style2 a {
    --icon-size: 40px;
    font-size: 14px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid
}

    .themeholy-social.style2 a:hover {
        border-color: var(--theme-color);
        color: var(--white-color);
        background-color: var(--theme-color)
    }

.themeholy-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
}

@media (max-width: 991px) {
    #blog-sec .btn-group {
        margin-bottom: 30px
    }
}

.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

@media (max-width: 767px) {
    .btn-group {
        gap: 20px
    }
}

.btn-group.style2 {
    gap: 40px
}

@media (max-width: 767px) {
    .btn-group.style2 {
        gap: 20px
    }
}

.btn-group.style3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

    .call-btn:has(.call-btn) {
        gap: 50px
    }

    .call-btn .btn-title {
        font-family: var(--body-font);
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: var(--white-color)
    }

        .call-btn .btn-title:hover {
            color: var(--theme-color)
        }

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.font-style {
    font-family: var(--style-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-theme2 {
    background-color: var(--theme-color-2) !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-title {
    background-color: #0a365e !important;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-center {
    background-size: auto;
    background-position: top center
}

.bg-bottom-center {
    background-size: auto;
    background-position: bottom center
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.text-theme {
    color: var(--theme-color) !important
}

.text-theme2 {
    color: var(--theme-color-2) !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-color-2)
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-overlay="overlay1"]:before {
    background-color: #131B23
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.sectionShape {
    -webkit-animation: sectionShape 8s linear infinite;
    animation: sectionShape 8s linear infinite
}

@-webkit-keyframes sectionShape {
    0% {
        left: -50%
    }

    100% {
        left: 100%
    }
}

@keyframes sectionShape {
    0% {
        left: -50%
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes left-right-img {
    0% {
        right: 0px
    }

    50% {
        right: -50px
    }

    100% {
        right: 0px
    }
}

@keyframes left-right-img {
    0% {
        right: 0px
    }

    50% {
        right: -50px
    }

    100% {
        right: 0px
    }
}

@-webkit-keyframes top {
    0% {
        padding-top: 30px
    }

    50% {
        padding-top: 10px
    }

    100% {
        padding-top: 0px
    }
}

@keyframes top {
    0% {
        padding-top: 30px
    }

    50% {
        padding-top: 10px
    }

    100% {
        padding-top: 0px
    }
}

@-webkit-keyframes top-bottom {
    0% {
        padding-bottom: 0
    }

    50% {
        padding-bottom: 30px
    }

    100% {
        padding-bottom: 30px
    }
}

@keyframes top-bottom {
    0% {
        padding-bottom: 0
    }

    50% {
        padding-bottom: 30px
    }

    100% {
        padding-bottom: 30px
    }
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.moving-X {
    -webkit-animation: moving-X 35s linear infinite;
    animation: moving-X 35s linear infinite
}

@-webkit-keyframes moving-X {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw - 100%));
        transform: translateX(calc(100vw - 100%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
        transform: translateX(calc(100vw - 100%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

@keyframes moving-X {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw - 100%));
        transform: translateX(calc(100vw - 100%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
        transform: translateX(calc(100vw - 100%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

.moving_X {
    -webkit-animation: moving_X 8s linear infinite;
    animation: moving_X 8s linear infinite
}

@-webkit-keyframes moving_X {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving_X {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.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)
    }
}

.rotate-x {
    -webkit-animation: rotate-x 15s linear infinite;
    animation: rotate-x 15s linear infinite
}

@-webkit-keyframes rotate-x {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-x {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.zoom {
    -webkit-animation: zoom 15s linear infinite;
    animation: zoom 15s linear infinite
}

@-webkit-keyframes left-right-video-img {
    0% {
        right: 0px
    }

    50% {
        right: -50px
    }

    100% {
        right: 0px
    }
}

@keyframes left-right-video-img {
    0% {
        right: 0px
    }

    50% {
        right: -50px
    }

    100% {
        right: 0px
    }
}

@-webkit-keyframes bounceSlide {

    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounceSlide {

    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce-slide {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounceSlide;
    animation-name: bounceSlide
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.spin {
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px
    }

    to {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px
    }

    to {
        margin-top: 0
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.scalein.themeholy-animated {
    --animation-name: scalein
}

.slidetopleft.themeholy-animated {
    --animation-name: slidetopleft
}

.slidebottomright.themeholy-animated {
    --animation-name: slidebottomright
}

.slideinleft.themeholy-animated {
    --animation-name: slideinleft
}

.slideinright.themeholy-animated {
    --animation-name: slideinright
}

.slideinup.themeholy-animated {
    --animation-name: slideinup
}

.slideindown.themeholy-animated {
    --animation-name: slideindown
}

.rollinleft.themeholy-animated {
    --animation-name: rollinleft
}

.rollinright.themeholy-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)
}

.themeholy-animated {
    opacity: 1
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.widget_categories .menu,
.widget_categories > ul {
    margin: -17px 0 0px 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    border: none;
    margin: 0;
    padding: 17px 30px 17px 35px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.313;
    color: var(--body-color);
    position: relative
}

    .widget_nav_menu a:before,
    .widget_meta a:before,
    .widget_pages a:before,
    .widget_archive a:before,
    .widget_categories a:before {
        content: '\f07c';
        font-family: var(--icon-font);
        color: var(--title-color);
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .widget_nav_menu a:hover,
    .widget_meta a:hover,
    .widget_pages a:hover,
    .widget_archive a:hover,
    .widget_categories a:hover {
        color: var(--theme-color)
    }

        .widget_nav_menu a:hover:before,
        .widget_meta a:hover:before,
        .widget_pages a:hover:before,
        .widget_archive a:hover:before,
        .widget_categories a:hover:before {
            color: var(--theme-color)
        }

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative
}

    .widget_nav_menu li i,
    .widget_meta li i,
    .widget_pages li i,
    .widget_archive li i,
    .widget_categories li i {
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .widget_nav_menu li:hover i,
    .widget_meta li:hover i,
    .widget_pages li:hover i,
    .widget_archive li:hover i,
    .widget_categories li:hover i {
        color: var(--theme-color)
    }

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px
}

.widget_categories ul li {
    display: block;
    position: relative
}

    .widget_categories ul li:last-child a {
        border-bottom: 1px solid transparent
    }

    .widget_categories ul li a {
        display: block;
        border: none;
        margin: 0;
        padding: 17px 30px 17px 35px;
        font-size: 16px;
        line-height: 1.313;
        color: var(--title-color);
        position: relative;
        border-bottom: 1px solid var(--gray-color)
    }

        .widget_categories ul li a:before {
            content: '\f07c';
            font-family: var(--icon-font);
            color: var(--title-color);
            font-size: 16px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s
        }

    .widget_categories ul li span {
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .widget_categories ul li i {
        font-size: 16px;
        position: absolute;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .widget_categories ul li:hover a {
        color: var(--theme-color)
    }

        .widget_categories ul li:hover a:before {
            color: var(--theme-color)
        }

    .widget_categories ul li:hover ~ span {
        color: var(--theme-color)
    }

.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
    }

.themeholy-blog ul.wp-block-archives li {
    margin: 5px 0
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden
}

    .widget.widget-author {
        margin-right: 16px;
        padding: 0;
        border-radius: 20px;
        margin-right: 0
    }

    .widget[data-overlay]:before {
        z-index: -1
    }

    .widget .themeholy-social a {
        box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1)
    }

    .widget.widget_info {
        background-color: var(--white-color);
        max-width: 370px;
        min-height: 384px;
        position: absolute;
        left: 40px;
        bottom: 40px;
        margin-bottom: 0
    }

@media (max-width: 1199px) {
    .widget.widget_info {
        left: 20px;
        bottom: 20px
    }
}

@media (max-width: 991px) {
    .widget.widget_info {
        left: 0px;
        bottom: 0px;
        position: relative;
        padding: 20px 0 0 0;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .widget.widget_info {
        max-width: 100%;
        min-height: 100%
    }
}

.widget.widget_info .widget_title {
    margin: 0px 0 30px 0
}

.widget_title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.11em 0 30px 0;
    padding-bottom: 15px;
    overflow: hidden
}

    .widget_title:before,
    .widget_title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        margin: 0;
        background-color: var(--gray-color)
    }

    .widget_title:after {
        -webkit-animation: sectionShape 8s linear infinite;
        animation: sectionShape 8s linear infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background-color: var(--theme-color);
        z-index: 9;
        width: 79px;
        height: 2px
    }

    .widget_title .shape {
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 2px;
        overflow: hidden
    }

        .widget_title .shape:after,
        .widget_title .shape:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: auto;
            margin-top: -3px;
            overflow: hidden
        }

        .widget_title .shape:before {
            -webkit-animation: sectionShape 8s linear infinite;
            animation: sectionShape 8s linear infinite;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            background-color: var(--theme-color);
            z-index: 9;
            width: 79px;
            height: 4px;
            border-radius: 30px
        }

        .widget_title .shape:after {
            width: 100%;
            height: 2px;
            margin: 0;
            margin-top: -1px;
            background-color: var(--gray-color);
            left: 0
        }

    .widget_title.style2 .shape:before {
        background-color: var(--theme-color-2)
    }

    .widget_title.style3 .shape:before {
        background-color: var(--theme-color)
    }

.widget .widget-content {
    padding: 0 40px 40px 40px
}

.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
    }

    .widget .search-form button {
        position: absolute;
        right: 0px;
        top: 0px;
        border: none;
        font-size: 16px;
        background-color: var(--theme-color);
        color: var(--white-color);
        display: inline-block;
        padding: 0;
        width: 60px;
        height: 60px
    }

        .widget .search-form button:hover {
            color: var(--white-color)
        }

.wp-block-tag-cloud.style2 a,
.tagcloud.style2 a {
    background-color: transparent;
    padding: 8px 20px
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--black-color-2);
    background-color: var(--white-color)
}

    .wp-block-tag-cloud a:hover,
    .tagcloud a:hover {
        background-color: var(--theme-color);
        color: var(--white-color) !important
    }

.wp-block-tag-cloud,
.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px
}

.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;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding-bottom: 20px
}

    .recent-post:last-child {
        border-bottom: 1px solid transparent;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .recent-post.style2 .post-title .text-inherit:hover {
        color: var(--theme-color-2)
    }

    .recent-post.style2 .recent-post-meta a i {
        color: var(--theme-color-2)
    }

    .recent-post.style2 .recent-post-meta a:hover {
        color: var(--theme-color-2)
    }

    .recent-post.style3 {
        border-bottom: 1px solid transparent;
        margin-bottom: 0;
        padding-bottom: 0
    }

        .recent-post.style3 .post-title .text-inherit:hover {
            color: var(--theme-color)
        }

        .recent-post.style3 .recent-post-meta a i {
            color: var(--theme-color)
        }

        .recent-post.style3 .recent-post-meta a:hover {
            color: var(--theme-color)
        }

    .recent-post:last-child {
        margin-bottom: 0
    }

    .recent-post .media-img {
        margin-right: 15px;
        width: 74px;
        overflow: hidden
    }

        .recent-post .media-img img {
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

    .recent-post .post-title {
        max-width: 240px;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        margin: 0;
        color: var(--title-color);
        font-family: var(--title-font);
        text-transform: capitalize
    }

    .recent-post .recent-post-meta a {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 500;
        color: var(--body-color);
        margin-bottom: 2px
    }

        .recent-post .recent-post-meta a i {
            margin-right: 6px;
            color: var(--theme-color)
        }

        .recent-post .recent-post-meta a:hover {
            color: var(--theme-color)
        }

    .recent-post:hover .media-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

.page-single {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 6px 50px rgba(229, 229, 229, 0.6);
    border-radius: 20px;
    padding: 40px;
    overflow: hidden
}

    .page-single.service-single {
        padding: 0;
        border-radius: 0px;
        box-shadow: none;
        margin-right: 0
    }

@media (min-width: 1300px) {
    .page-single.service-single {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .page-single {
        padding: 20px
    }
}

.themeholy-dance.page-single {
    margin-bottom: 0
}

.sidebar-area {
    position: relative;
    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);
        border: 1px solid var(--white-color);
        border-radius: 0px;
        height: 60px
    }

    .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 {
            position: relative;
            line-height: 1.5;
            margin: 0 0 20px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 20px;
            padding-left: 30px
        }

            .sidebar-area ol.wp-block-latest-comments li:before {
                content: "\f086";
                position: absolute;
                left: 0;
                top: -1px;
                color: var(--theme-color);
                font-family: var(--icon-font)
            }

            .sidebar-area ol.wp-block-latest-comments li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none
            }

.wp-block-latest-comments__comment a {
    color: var(--body-color);
    font-size: 14px
}

    .wp-block-latest-comments__comment a:hover {
        color: var(--theme-color)
    }

.recent-title {
    position: relative
}

    .recent-title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        min-width: 100px;
        min-height: 4px;
        background-color: var(--theme-color)
    }

.related-btn {
    margin-bottom: 50px
}

.blog-slide-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px !important;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 30px 0;
    margin: 30px 0
}

    .blog-slide-wrapp .blog-post {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px
    }

@media (max-width: 1199px) {
    .blog-slide-wrapp .blog-post {
        gap: 15px
    }
}

.blog-slide-wrapp .blog-post img {
    min-width: 80px;
    height: 80px;
    border-radius: 14px
}

@media (max-width: 1199px) {
    .blog-slide-wrapp .blog-post img {
        min-width: 40px;
        height: 40px;
        border-radius: 5px
    }
}

.blog-slide-wrapp .blog-post .title {
    font-family: var(--body-font);
    color: var(--title-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize
}

@media (max-width: 1199px) {
    .blog-slide-wrapp .blog-post .title {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .blog-slide-wrapp .blog-post .title {
        display: none
    }
}

.author-widget-wrap {
    text-align: center
}

    .author-widget-wrap.style2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
        margin-bottom: 50px
    }

@media (max-width: 1199px) {
    .author-widget-wrap.style2 {
        display: block
    }
}

.author-widget-wrap .avater {
    min-width: 290px;
    border-radius: 20px 0px 0px 20px
}

@media (max-width: 1199px) {
    .author-widget-wrap .avater {
        min-width: 100%
    }
}

.author-widget-wrap .avater img {
    border-radius: 20px 0px 0px 20px
}

@media (max-width: 1199px) {
    .author-widget-wrap .avater img {
        width: 100%;
        border-radius: 20px 20px 0px 0px
    }
}

.author-widget-wrap .name {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--title-color);
    margin-bottom: 9px
}

    .author-widget-wrap .name a {
        color: inherit
    }

        .author-widget-wrap .name a:hover {
            color: var(--theme-color)
        }

.author-widget-wrap .author-info {
    text-align: left;
    padding-right: 20px
}

@media (max-width: 1199px) {
    .author-widget-wrap .author-info {
        padding: 20px
    }
}

.author-widget-wrap .author-bio {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    margin-bottom: 20px
}

.author-widget-wrap .author-social {
    display: block
}

    .author-widget-wrap .author-social a {
        font-size: 16px;
        color: var(--body-color);
        position: relative;
        border-right: 1px solid var(--gray-color);
        padding: 6px 15px 6px 0;
        margin-right: 12px
    }

        .author-widget-wrap .author-social a:last-child {
            padding: 6px 0 6px 0;
            margin-right: 0;
            border-right: none
        }

        .author-widget-wrap .author-social a:hover {
            color: var(--theme-color)
        }

.download-widget-wrap .themeholy-btn {
    width: 100%
}

    .download-widget-wrap .themeholy-btn:first-child {
        margin-bottom: 10px
    }

    .download-widget-wrap .themeholy-btn.style2 {
        color: var(--body-color)
    }

        .download-widget-wrap .themeholy-btn.style2:before,
        .download-widget-wrap .themeholy-btn.style2:after {
            background-color: var(--theme-color)
        }

        .download-widget-wrap .themeholy-btn.style2:hover {
            color: var(--white-color);
            border-color: var(--theme-color)
        }

.widget_banner {
    background-color: var(--title-color);
    position: relative;
    text-align: center;
    min-width: 350px;
    height: 330px;
    display: block;
    margin-left: auto;
    right: 60px;
    margin-bottom: 0;
    margin-top: 40px;
    z-index: 9
}

    .widget_banner .widget_title:before,
    .widget_banner .widget_title:after {
        display: none
    }

@media (max-width: 575px) {
    .widget_banner {
        min-width: 100%;
        height: 100%;
        right: auto;
        left: 0 !important
    }
}

.widget_banner.style2 {
    min-width: 100%;
    height: 100%;
    right: 0;
    margin-bottom: 40px;
    margin-top: 0px
}

@media (max-width: 1199px) {
    .widget_banner.style2 {
        right: 0px
    }
}

@media (max-width: 991px) {
    .widget_banner.style2 {
        left: 0px;
        right: auto;
        margin: 0 auto 40px 0
    }
}

@media (max-width: 1199px) {
    .widget_banner {
        right: 40px
    }
}

@media (max-width: 991px) {
    .widget_banner {
        left: 40px;
        right: auto;
        margin: 0 auto 40px 0
    }
}

.widget_banner:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, #000 100%);
    z-index: -1
}

.widget_banner .banner-image {
    min-width: 190px
}

    .widget_banner .banner-image img {
        width: 190px;
        height: 190px;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px
    }

.widget_banner .shape1 {
    position: absolute;
    bottom: 0;
    right: 0
}

.widget_banner .widget_title {
    font-family: var(--title-font);
    color: var(--white-color);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 16px
}

.widget_banner .widget_desc {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #9B9B9C
}

.widget_banner:has(.widget-map) {
    padding: 0;
    line-height: 0px
}

.widget_banner .btn-group {
    margin-top: 25px
}

.widget_banner-two {
    position: relative;
    z-index: 9;
    margin-left: 60px;
    min-height: 500px;
    margin-bottom: 0
}

    .widget_banner-two .widget_title:before,
    .widget_banner-two .widget_title:after {
        display: none
    }

@media (max-width: 1199px) {
    .widget_banner-two {
        min-height: 100%
    }
}

@media (max-width: 1299px) {
    .widget_banner-two {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .widget_banner-two {
        margin-top: 20px
    }
}

.widget_banner-two:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(16, 55, 182, 0.95) 57.4%, rgba(16, 55, 182, 0.5) 100%);
    background: linear-gradient(180deg, rgba(16, 55, 182, 0.95) 57.4%, rgba(16, 55, 182, 0.5) 100%);
    z-index: -1
}

.widget_banner-two .widget_title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 40px;
    margin: 0 0 20px 0;
    padding-bottom: 0px;
    max-width: 177px
}

@media (max-width: 991px) {
    .widget_banner-two .widget_title {
        max-width: 100%
    }
}

.widget-map iframe {
    min-height: 280px
}

.widget-banner .banner-text {
    margin-bottom: 23px;
    color: var(--white-color)
}

.widget-banner .banner-link {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--white-color)
}

    .widget-banner .banner-link i {
        color: var(--white-color);
        margin-right: 4px
    }

    .widget-banner .banner-link:hover {
        color: var(--theme-color)
    }

    .widget-banner .banner-link:last-child {
        margin-bottom: -0.4em
    }

.widget_info .widget_title {
    margin: 29px 0 10px 0
}

.widget_info .themeholy-btn {
    width: 100%;
    margin-bottom: 10px;
    display: block
}

.widget_info .themeholy-video {
    margin-bottom: 20px
}

.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 solid #CDCDCD;
    padding-bottom: 12px;
    margin-bottom: 30px
}

    .info-list li .title {
        display: block;
        font-family: var(--title-font);
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: var(--body-color);
        margin-bottom: 1px
    }

    .info-list li .text {
        display: block;
        font-family: var(--title-font);
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        color: var(--title-color);
        margin-bottom: 0
    }

    .info-list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

.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(--theme-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(--theme-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 {
    position: relative;
    background-color: transparent;
    color: var(--theme-color);
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: center;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 0;
    font-size: 14px;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in
}

    .price_slider_wrapper button:before,
    .price_slider_wrapper .button:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        min-width: 43px;
        height: 2px;
        background-color: var(--theme-color)
    }

    .price_slider_wrapper button:hover,
    .price_slider_wrapper .button:hover {
        background-color: transparent
    }

.price_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .widget_offer {
        margin-bottom: 10px
    }
}

.widget_shopping_cart .widget_title {
    margin-bottom: 30px;
    border-bottom: none
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0
}

    .widget_shopping_cart ul li {
        list-style-type: none
    }

.widget_shopping_cart.style2 .cart_list a:not(.remove):hover {
    color: var(--theme-color-2)
}

.widget_shopping_cart.style2 .cart_list a.remove:hover {
    color: var(--theme-color-2)
}

.widget_shopping_cart.style3 .cart_list a:not(.remove):hover {
    color: var(--theme-color)
}

.widget_shopping_cart.style3 .cart_list a.remove:hover {
    color: var(--theme-color)
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    text-align: left
}

.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color)
}

    .widget_shopping_cart .cart_list a:not(.remove):hover {
        color: var(--theme-color)
    }

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--body-color)
}

    .widget_shopping_cart .cart_list a.remove:hover {
        color: var(--theme-color)
    }

.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 5px
}

.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500
}

.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--body-font)
}

    .widget_shopping_cart .total strong {
        font-family: var(--title-font)
    }

.widget_shopping_cart .amount {
    padding-left: 5px
}

.widget_shopping_cart .themeholy-btn {
    margin-right: 15px
}

    .widget_shopping_cart .themeholy-btn:last-child {
        margin-right: 0
    }

.sidebar-area .widget_shopping_cart .themeholy-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

@media (min-width: 1200px) {
    .sidebar-shop .widget {
        padding: 30px
    }
}

@media (min-width: 992px) {
    .sidebar-shop .widget {
        margin-bottom: 24px
    }
}

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 22px;
        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: 8px 10px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .widget {
        padding: 35px 20px
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size: 16px;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 10px
}

.wp-block-calendar,
.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none
}

    .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)
    }

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
    padding-bottom: 12px
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
    margin-bottom: 0
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
    padding: 0
}

    .widget_recent_comments ul li,
    .wp-block-latest-comments ul li {
        position: relative;
        list-style: none;
        padding-left: 35px
    }

        .widget_recent_comments ul li:before,
        .wp-block-latest-comments ul li:before {
            content: "\f086";
            position: absolute;
            left: 0;
            top: -1px;
            color: var(--theme-color);
            font-family: var(--icon-font)
        }

        .widget_recent_comments ul li a,
        .wp-block-latest-comments ul li a {
            color: var(--body-color)
        }

            .widget_recent_comments ul li a:hover,
            .wp-block-latest-comments ul li a:hover {
                color: var(--theme-color)
            }

.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_comments a,
.wp-block-latest-comments a {
    color: inherit
}

.widget .wp-block-search {
    margin-bottom: 0
}

.wp-block-group__inner-container h2 {
    position: relative;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em
}

    .wp-block-group__inner-container h2:after {
        content: "";
        height: 24px;
        width: 100%;
        background-image: url("../img/theme-img/widget_title_footer.html");
        background-repeat: no-repeat;
        background-position: left center;
        position: absolute;
        bottom: -30px;
        left: 0
    }

ol.wp-block-latest-comments {
    padding: 0;
    margin: 0;
    padding-top: 10px
}

    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
    }

        ol.wp-block-latest-comments li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

.widget_recent_entries ul {
    margin: -0.3em 0 0 0;
    padding: 0;
    list-style: none
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: var(--title-color)
}

.wp-block-tag-cloud {
    margin-right: -10px;
    margin-bottom: 10px
}

.blog-details .blog-content > p:last-child {
    margin-bottom: 0
}

.wp-block-image .alignright {
    float: right;
    margin: 0
}

.wp-block-cover:last-child {
    margin-bottom: 0px
}

.wp-block-video:last-child {
    margin: 0
}

ul.wp-block-rss.wp-block-rss:last-child {
    margin-bottom: 0
}

pre.wp-block-verse:last-child {
    margin-bottom: 0
}

.page-links {
    clear: both;
    margin: 0 0 0em
}

.post-password-form {
    margin-bottom: 0;
    margin-top: 20px
}

.wp-caption {
    margin-bottom: 0;
    max-width: 100%
}

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
}

.sidebar-area .widget_shopping_cart .as-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

.sidebar-area .widget_shopping_cart .as-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

@media (min-width: 1200px) {
    .sidebar-shop .widget {
        padding: 30px
    }
}

@media (min-width: 992px) {
    .sidebar-shop .widget {
        margin-bottom: 24px
    }
}

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 22px;
        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 .recent-post-meta a {
        font-size: 12px
    }
}

.as-search {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
    border: none;
    border-radius: 0px;
    overflow: hidden
}

    .as-search .search-grid-content {
        padding: 30px
    }

    .as-search .search-grid-title {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 0
    }

    .as-search .search-grid-meta a,
    .as-search .search-grid-meta span {
        color: var(--body-color);
        font-weight: 400;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

        .as-search .search-grid-meta a i,
        .as-search .search-grid-meta span i {
            font-size: 14px;
            color: var(--body-color);
            margin: 0
        }

.image-scale-hover {
    overflow: hidden
}

    .image-scale-hover img {
        -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)
    }

    .image-scale-hover:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

.as-search .search-grid-meta > * {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 400
}

.search-grid-meta.blog-meta {
    text-align: left
}

.nof-title {
    margin-top: -0.2em
}

.sidebar-area select,
.sidebar-area input {
    background-color: var(--white-color);
    padding: 0 25px;
    padding-right: 45px
}

.widget .search-form input {
    padding-right: 45px
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
    padding: 30px 15px 30px 15px
}

    .wp-block-column blockquote cite,
    .wp-block-column .wp-block-quote cite {
        padding-left: 0;
        margin-left: 0
    }

        .wp-block-column blockquote cite:before,
        .wp-block-column .wp-block-quote cite:before {
            display: none
        }

.format-quote blockquote cite {
    margin-top: 15px
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
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.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
    padding: 50px
}

@media (max-width: 1199px) {

    blockquote.is-large:not(.is-style-plain),
    blockquote.is-style-large:not(.is-style-plain),
    blockquote.style-left-icon,
    blockquote.is-large,
    blockquote.is-style-large,
    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.is-large,
    .wp-block-quote.is-style-large,
    .wp-block-quote.has-text-align-right {
        padding: 40px 20px 40px 20px
    }
}

blockquote.has-text-align-right cite:before,
.wp-block-quote.has-text-align-right cite:before {
    right: 0;
    left: unset
}

blockquote:before,
.wp-block-quote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 4rem;
    font-weight: 600;
    width: 60px;
    height: 45px;
    opacity: 0.06
}

blockquote.has-text-align-right cite,
.wp-block-quote.has-text-align-right cite {
    padding-left: 0;
    padding-right: 60px
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
    right: unset;
    left: 60px
}

blockquote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.style-left-icon:not(.has-text-align-right) cite,
blockquote.is-large:not(.has-text-align-right) cite,
blockquote.is-style-large:not(.has-text-align-right) cite,
blockquote.has-text-align-right:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.style-left-icon:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.has-text-align-right) cite,
.wp-block-quote.has-text-align-right:not(.has-text-align-right) cite {
    text-align: left
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 22px;
    text-align: right
}

.wp-block-pullquote cite:before {
    display: none
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2em
}

@media (max-width: 1399px) {
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 1.5em
    }
}

.wp-block-pullquote cite {
    font-family: var(--body-font)
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    padding-left: 0px;
    margin-left: 0px
}

blockquote:before,
.wp-block-quote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: 60px;
    height: 45px;
    opacity: 0.06
}

.wp-block-pullquote.is-style-solid-color blockquote {
    padding: 60px
}

@media (max-width: 1399px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        padding: 30px;
        max-width: 70%
    }
}

@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 55px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

@media (max-width: 1199px) {

    .wp-block-quote.is-large:not(.is-style-plain) p,
    .wp-block-quote.is-style-large:not(.is-style-plain) p {
        font-size: 1.1em
    }
}

.wp-block-pullquote cite,
.wp-block-pullquote p {
    padding-left: 0px;
    margin-left: 0px
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
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.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
    padding: 50px
}

@media (max-width: 1199px) {

    blockquote.is-large:not(.is-style-plain),
    blockquote.is-style-large:not(.is-style-plain),
    blockquote.style-left-icon,
    blockquote.is-large,
    blockquote.is-style-large,
    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.is-large,
    .wp-block-quote.is-style-large,
    .wp-block-quote.has-text-align-right {
        padding: 40px 20px 40px 20px
    }
}

.as-blog-wrapper .as-pagination {
    margin-bottom: 0px
}

@media (max-width: 991px) {
    .as-blog-wrapper .as-pagination {
        margin-bottom: 30px
    }
}

.content-none-search .widget_search input {
    height: 60px
}

.footer-widget {
    margin-bottom: 40px
}

    .footer-widget,
    .footer-widget .widget {
        padding: 0;
        border: none;
        padding-bottom: 0;
        background-color: transparent;
        box-shadow: none
    }

        .footer-widget input,
        .footer-widget select {
            height: 55px;
            background-color: transparent;
            border: 1px solid #283752
        }

            .footer-widget input:focus,
            .footer-widget select:focus {
                border-color: var(--theme-color);
                background-color: transparent
            }

        .footer-widget .form-group > i {
            color: var(--theme-color);
            top: 18px
        }

        .footer-widget .widget_title {
            max-width: 270px;
            color: var(--white-color);
            border-bottom: none;
            margin: 0 0 30px 0 !important;
            padding: 0 0 14px 0
        }

            .footer-widget .widget_title:before {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0;
                width: 40px;
                height: 2px;
                background-color: var(--theme-color)
            }

            .footer-widget .widget_title:after {
                display: none
            }

        .footer-widget.widget_meta ul,
        .footer-widget.widget_pages ul,
        .footer-widget.widget_archive ul,
        .footer-widget.widget_categories ul,
        .footer-widget.widget_nav_menu ul {
            margin-top: -5px
        }

        .footer-widget.widget_meta .menu,
        .footer-widget.widget_meta > ul,
        .footer-widget.widget_pages .menu,
        .footer-widget.widget_pages > ul,
        .footer-widget.widget_archive .menu,
        .footer-widget.widget_archive > ul,
        .footer-widget.widget_categories .menu,
        .footer-widget.widget_categories > ul,
        .footer-widget.widget_nav_menu > ul {
            margin-bottom: -5px
        }

        .footer-widget.widget_meta a,
        .footer-widget.widget_pages a,
        .footer-widget.widget_archive a,
        .footer-widget.widget_categories a,
        .footer-widget.widget_nav_menu a {
            font-size: 16px;
            font-weight: 400;
            padding: 0 0 0 20px;
            margin-bottom: 18px;
            font-family: var(--body-font);
            color: #fbfbfb;
            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: "\f054";
                position: absolute;
                font-family: 'Font Awesome 6 Pro';
                font-weight: 600;
                left: 0;
                top: 2px;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                font-size: 0.8em;
                background-color: transparent;
                border: none;
                color: inherit
            }

            .footer-widget.widget_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.3em;
            margin-bottom: 28px
        }

            .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)
            }

.themeholy-widget-about .about-logo {
    margin-bottom: 30px
}

.themeholy-widget-about .about-text {
    margin-bottom: 38px;
    margin-top: -0.5em;
    color: #fff;
}

.footer-text {
    margin-top: -0.46em;
    margin-bottom: 25px;
    color: #CDCDCD
}

.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-widget {
    position: relative;
    max-width: 290px
}

.newsletter-area {
    position: relative;
    z-index: 10
}

.newsletter-form.style2 .form-control {
    min-width: 300px;
    min-height: 60px;
    border-radius: 0;
    background-color: var(--black-color-2);
    border: 1px solid var(--black-color-2)
}

    .newsletter-form.style2 .form-control::-moz-placeholder {
        color: var(--white-color)
    }

    .newsletter-form.style2 .form-control::-webkit-input-placeholder {
        color: var(--white-color)
    }

    .newsletter-form.style2 .form-control:-ms-input-placeholder {
        color: var(--white-color)
    }

    .newsletter-form.style2 .form-control::-ms-input-placeholder {
        color: var(--white-color)
    }

    .newsletter-form.style2 .form-control::placeholder {
        color: var(--white-color)
    }

.newsletter-form.style2 .themeholy-btn {
    max-width: 60px;
    width: 60px;
    height: 60px;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 0;
    padding: 16px 30px;
    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
}

@media (max-width: 575px) {
    .newsletter-form.style2 .themeholy-btn {
        margin-top: 0
    }
}

.newsletter-form.style2 .themeholy-btn i {
    margin-left: 0
}

.newsletter-form.style3 .form-control {
    min-width: 520px;
    min-height: 60px;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: var(--white-color)
}

@media (max-width: 767px) {
    .newsletter-form.style3 .form-control {
        min-width: 100%
    }
}

.newsletter-form.style3 .form-control:hover {
    border: 1px solid var(--theme-color-2)
}

.newsletter-form.style3 .themeholy-btn {
    max-width: 164px;
    min-height: 60px;
    padding: 16px 29px;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px
}

    .newsletter-form.style3 .themeholy-btn:hover {
        background-color: var(--title-color)
    }

    .newsletter-form.style3 .themeholy-btn i {
        color: var(--theme-color)
    }

    .newsletter-form.style3 .themeholy-btn:hover i {
        color: var(--white-color)
    }

@media (max-width: 575px) {
    .newsletter-form.style3 .themeholy-btn {
        max-width: 100%;
        padding: 16px 20px;
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 20px
    }
}

.newsletter-form {
    position: relative;
    overflow: hidden
}

    .newsletter-form .form-control {
        min-width: 630px;
        border-radius: 4px;
        min-height: 70px;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

@media (max-width: 1199px) {
    .newsletter-form .form-control {
        min-width: 500px
    }
}

@media (max-width: 767px) {
    .newsletter-form .form-control {
        min-width: 400px
    }
}

@media (max-width: 575px) {
    .newsletter-form .form-control {
        min-width: 350px;
        min-height: 50px
    }
}

@media (max-width: 375px) {
    .newsletter-form .form-control {
        min-width: 300px
    }
}

.newsletter-form .form-control:hover {
    border: 1px solid var(--theme-color)
}

.newsletter-form .themeholy-btn {
    max-width: 190px;
    padding: 16px 40px;
    text-transform: capitalize;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 4px
}

@media (max-width: 575px) {
    .newsletter-form .themeholy-btn {
        max-width: 100%;
        padding: 16px 20px;
        position: relative;
        margin-top: 10px;
        display: block;
        width: 100%
    }
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 260px
}

    .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
    }

        .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;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -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%)
        }

@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
    }

    .themeholy-widget-about .about-text {
        margin-bottom: 20px
    }

    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

.newsletter-title {
    margin-bottom: 0;
    margin-top: -8px
}

@media (max-width: 991px) {
    .newsletter-title {
        text-align: center;
        margin-bottom: 20px
    }
}

.themeholy-header {
    position: relative;
    z-index: 41
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.sticky-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07)
}

    .sticky-wrapper.sticky {
        top: 0
    }

        .sticky-wrapper.sticky .header-logo {
            padding-bottom: 0;
            margin-left: 0px
        }

@media (max-width: 991px) {
    .sticky-wrapper.sticky .header-logo {
        margin-top: 0
    }
}

.themeholy-header .sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    .themeholy-header .sticky-wrapper.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        z-index: 999;
        -webkit-animation: headerSticky .95s ease forwards;
        animation: headerSticky .95s ease forwards
    }

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--body-font);
    text-transform: uppercase
}

    .main-menu a:hover {
        color: var(--theme-color)
    }

.main-menu > ul > li {
    margin: 0 14px
}

@media (max-width: 1199px) {
    .main-menu > ul > li {
        margin: 0 10px
    }
}

.main-menu > ul > li > a {
    padding: 36px 0;
    color: var(--title-color);
}

    .main-menu > ul > li > a:hover {
        color: var(--theme-color)
    }

.main-menu ul {
    margin: 0;
    padding: 0
}

    .main-menu ul li {
        list-style-type: none;
        display: inline-block;
        position: relative
    }

        .main-menu ul li.menu-item-has-children > a:hover:after {
            content: "\f068"
        }

        .main-menu ul li.menu-item-has-children > a:after {
            content: "\2b";
            position: relative;
            font-family: var(--icon-font);
            margin-left: 4px;
            font-weight: 900;
            top: 0;
            font-size: 12px;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

        .main-menu ul li:last-child {
            margin-right: 0 !important
        }

        .main-menu ul li:first-child {
            margin-left: 0 !important
        }

        .main-menu ul li:hover > ul.sub-menu {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            z-index: 9
        }

    .main-menu ul.sub-menu {
        position: absolute;
        text-align: left;
        top: 100%;
        left: 0;
        background-color: var(--white-color);
        visibility: hidden;
        min-width: 280px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 7px;
        left: -14px;
        opacity: 0;
        z-index: -1;
        border: 0;
        box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
        border-radius: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        border-bottom: 2px solid var(--theme-color);
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s
    }

        .main-menu ul.sub-menu a {
            font-size: 16px;
            line-height: 30px
        }

    .main-menu ul.sub-menu {
        padding: 18px 20px 18px 18px;
        left: -27px
    }

        .main-menu ul.sub-menu li {
            display: block;
            margin: 0 0;
            padding: 5px 9px;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

            .main-menu ul.sub-menu li.menu-item-has-children > a:after {
                content: "\f105";
                float: right;
                top: 1px
            }

            .main-menu ul.sub-menu li a {
                position: relative;
                padding-left: 0px;
                text-transform: capitalize;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out
            }

                .main-menu ul.sub-menu li a:hover {
                    padding-left: 30px
                }

                    .main-menu ul.sub-menu li a:hover:before {
                        visibility: visible;
                        opacity: 1;
                        left: 0
                    }

                .main-menu ul.sub-menu li a:before {
                    content: "\f48b";
                    position: absolute;
                    top: 8px;
                    left: 10px;
                    font-family: var(--icon-font);
                    width: 22px;
                    height: 22px;
                    text-align: center;
                    border-radius: 50%;
                    display: inline-block;
                    font-size: 1em;
                    line-height: 1;
                    color: var(--theme-color);
                    font-weight: 500;
                    opacity: 0;
                    visibility: visible;
                    -webkit-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out
                }

            .main-menu ul.sub-menu li ul.sub-menu {
                left: 100%;
                right: auto;
                top: 0;
                margin: 0 0;
                margin-left: 20px
            }

                .main-menu ul.sub-menu li ul.sub-menu li ul {
                    left: 100%;
                    right: auto
                }

.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: 33px
}

    .header-button .icon-btn {
        position: relative;
        color: var(--title-color);
        border-color: transparent;
        display: inline-block;
        width: auto;
        height: auto;
        line-height: auto;
        padding: 0;
        font-size: var(--btn-font-size, 16px)
    }

        .header-button .icon-btn:hover {
            color: var(--theme-color)
        }

            .header-button .icon-btn:hover .badge {
                background-color: var(--white-color);
                color: var(--theme-color)
            }

.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;
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    padding-right: 25px;
    max-height: 20px;
    line-height: 20px
}

@media (max-width: 1199px) {
    .header-links li {
        font-size: 14px;
        padding-right: 20px
    }
}

.header-links li:last-child {
    border-right: 1px solid transparent;
    padding-right: 0
}

.header-links li:not(:last-child) {
    margin: 0 20px 0 0
}

@media (max-width: 1199px) {
    .header-links li:not(:last-child) {
        margin: 0 15px 0 0
    }
}

.header-links li > i {
    font-size: 18px;
    margin-right: 6px;
    color: #fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center
}

@media (max-width: 1199px) {
    .header-links li > i {
        font-size: 16px;
        width: 15px;
        height: 15px
    }
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    font-family: var(--body-font);
    color: var(--title-color)
}

    .header-links a:hover {
        color: var(--theme-color)
    }

.header-links i {
    color: var(--title-color)
}

.header-links b,
.header-links strong {
    font-weight: 600
}

.header-social .social-title {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--title-color)
}

.header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 10px 0 0
}

    .header-social a:last-child {
        margin-right: 0
    }

    .header-social a:hover {
        color: var(--theme-color)
    }

.header-logo {
    padding-bottom: 40px;
}




    .header-logo.style3 {
        padding-bottom: 0
    }

@media (min-width: 1922px) {
    .header-logo.style3 {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .header-logo {
        padding-bottom: 0;
        margin-top: -50px
    }
}

@media (max-width: 767px) {
    .header-logo {
        margin-top: 0
    }
}

@media (min-width: 1922px) {
    .header-logo {
        margin-left: -50px
    }
}

.header-layout1 {
    position: relative
}

    .header-layout1 .header-top {
        position: relative;
        padding: 12px 0;
        z-index: 4
    }

@media (max-width: 767px) {
    .header-layout1 .header-top {
        display: none
    }
}

.header-layout1 .header-links {
    margin-left: 148px
}

@media (max-width: 1599px) {
    .header-layout1 .header-links {
        margin-left: 230px
    }
}

@media (max-width: 1499px) {
    .header-layout1 .header-links {
        margin-left: 250px
    }
}

@media (max-width: 1299px) {
    .header-layout1 .header-links {
        margin-left: 200px
    }
}

@media (max-width: 1199px) {
    .header-layout1 .header-links {
        margin-left: 250px
    }
}

@media (max-width: 991px) {
    .header-layout1 .header-links {
        margin-left: 210px
    }
}

.header-layout1 .header-links li,
.header-layout1 .header-links span,
.header-layout1 .header-links p,
.header-layout1 .header-links a {
    font-family: var(--body-font);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 1199px) {

    .header-layout1 .header-links li,
    .header-layout1 .header-links span,
    .header-layout1 .header-links p,
    .header-layout1 .header-links a {
        font-size: 14px
    }
}

.header-layout1 .header-links a:hover {
    color: var(--theme-color)
}

.header-layout1 .header-links li .link-title {
    font-weight: 500
}

.header-layout1 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -180px
}

@media (max-width: 1699px) {
    .header-layout1 .header-right {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .header-layout1 .header-right {
        display: none
    }
}

.header-layout1 .header-right .langauge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

    .header-layout1 .header-right .langauge.lang-dropdown {
        position: relative
    }

        .header-layout1 .header-right .langauge.lang-dropdown .dropdown-toggle {
            font-family: var(--body-font);
            background: none;
            border: none;
            width: 100%;
            color: var(--white-color);
            font-weight: 400;
            font-size: 16px;
            padding-left: 15px;
            height: 24px;
            line-height: 24px;
            padding: 0;
            border-radius: 0;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            padding-right: 50px;
            margin-right: 30px
        }

        .header-layout1 .header-right .langauge.lang-dropdown .dropdown-menu {
            position: absolute;
            right: 0;
            border-bottom: 2px solid var(--theme-color);
            border-radius: 0
        }

        .header-layout1 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
            display: block;
            font-weight: 400;
            font-size: 16px;
            color: var(--title-color);
            font-family: var(--title-font);
            padding: 5px 10px;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

            .header-layout1 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
                background-color: var(--theme-color);
                color: var(--white-color)
            }

@media (max-width: 1199px) {
    .header-layout1 .header-right .langauge {
        display: none
    }
}

.header-layout1 .header-right .langauge img {
    min-width: 24px;
    min-height: 24px
}

.header-layout1 .header-right .langauge .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    padding-left: 15px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 50px;
    margin-right: 30px
}

    .header-layout1 .header-right .langauge .nice-select:after {
        content: "\f107";
        right: 35px;
        top: -14px;
        border-bottom: none;
        border-right: none;
        font-size: 14px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .header-layout1 .header-right .langauge .nice-select.open:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .header-layout1 .header-right .langauge .nice-select.open .list {
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    .header-layout1 .header-right .langauge .nice-select .option {
        color: var(--title-color);
        min-height: 30px
    }

        .header-layout1 .header-right .langauge .nice-select .option.selected {
            color: var(--theme-color) !important;
            background: var(--theme-color) !important
        }

            .header-layout1 .header-right .langauge .nice-select .option.selected.focus {
                color: #fff !important;
                background: var(--theme-color) !important
            }

        .header-layout1 .header-right .langauge .nice-select .option:hover,
        .header-layout1 .header-right .langauge .nice-select .option.focus {
            background: var(--theme-color) !important;
            color: #fff !important
        }

.header-layout1 .header-right .header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 15px 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .header-layout1 .header-right .header-social a:hover {
        color: var(--theme-color)
    }

@media (max-width: 1420px) {
    .header-layout1 .header-button .themeholy-btn {
        display: none
    }
}

.header-layout1 .header-button .icon-btn {
    position: relative;
    color: var(--title-color);
    font-size: 22px
}

    .header-layout1 .header-button .icon-btn:hover {
        color: var(--theme-color)
    }

    .header-layout1 .header-button .icon-btn i {
        border-right: 1px solid var(--light-color);
        padding-right: 27px;
        max-height: 30px;
        line-height: 25px;
        color: var(--title-color);
        font-weight: 500
    }

.header-layout1 .menu-area {
    position: relative;
    z-index: 3
}

@media (max-width: 991px) {
    .header-layout1 .menu-area {
        padding: 15px 0
    }
}

@media (min-width: 2299px) {
    .header-layout1 .main-menu {
        margin-left: 50px
    }
}

@media (max-width: 1500px) {
    .header-layout1 .main-menu {
        margin-left: 30px
    }
}

@media (max-width: 1199px) {
    .header-layout1 .main-menu {
        margin-right: 50px
    }
}

@media (max-width: 1040px) {
    .header-layout1 .main-menu {
        margin-right: 10px
    }
}

.header-layout1 .sticky-wrapper {
    position: relative
}

@media (max-width: 991px) {
    .header-layout1 .sticky-wrapper.sticky .menu-area {
        padding: 11px 0
    }
}

.header-layout1 .sticky-wrapper.sticky .logo-bg {
    height: 149px
}

@media (max-width: 991px) {
    .header-layout1 .sticky-wrapper.sticky .logo-bg {
        height: 137px
    }
}

.header-layout1 .sticky-wrapper.sticky .logo-bg:after {
    height: calc(100% - 1px)
}

@media (min-width: 2299px) {
    .header-layout1 .sticky-wrapper.sticky .logo-bg:after {
        top: 0%;
        right: 4%
    }
}

@media (max-width: 2299px) {
    .header-layout1 .sticky-wrapper.sticky .logo-bg:after {
        top: 0%;
        right: 4%
    }
}

@media (max-width: 1399px) {
    .header-layout1 .sticky-wrapper.sticky .logo-bg:after {
        top: 0%;
        right: -2%
    }
}

.header-layout1 .menu-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 0px)
}

    .header-layout1 .menu-shape .top-shape {
        background-color: var(--title-color);
        height: calc(100% - 100px);
        background-size: auto;
        background-repeat: repeat
    }

@media (max-width: 991px) {
    .header-layout1 .menu-shape .top-shape {
        height: calc(100% - 85px)
    }
}

@media (max-width: 767px) {
    .header-layout1 .menu-shape .top-shape {
        display: none
    }
}

.header-layout1 .menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 81%;
    -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%)
}

.header-layout1 .logo-bg {
    position: absolute;
    top: -51%;
    left: 0;
    width: 22%;
    height: 150px
}

@media (min-width: 2399px) {
    .header-layout1 .logo-bg {
        width: 32%
    }
}

@media (max-width: 2399px) {
    .header-layout1 .logo-bg {
        width: 29%
    }
}

@media (max-width: 2199px) {
    .header-layout1 .logo-bg {
        width: 24%
    }
}

@media (max-width: 1899px) {
    .header-layout1 .logo-bg {
        width: 23%
    }
}

@media (max-width: 1699px) {
    .header-layout1 .logo-bg {
        width: 20%
    }
}

@media (max-width: 1420px) {
    .header-layout1 .logo-bg {
        width: 24%
    }
}

@media (max-width: 1299px) {
    .header-layout1 .logo-bg {
        width: 22%
    }
}

.header-layout1 .logo-bg:before,
.header-layout1 .logo-bg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.header-layout1 .logo-bg:before {
    background-color: var(--theme-color);
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 83% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 83% 0, 100% 100%, 0% 100%);
    z-index: 1
}

.header-layout1 .logo-bg:after {
    top: 0px;
    right: 4px;
    left: auto;
    width: 222.29px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    -webkit-clip-path: path("M0.707031 0L135.912 19.1896L223 150L142.211 10.4819L0.707031 0Z");
    clip-path: path("M0.707031 0L135.912 19.1896L223 150L142.211 10.4819L0.707031 0Z")
}

@media (min-width: 2299px) {
    .header-layout1 .logo-bg:after {
        top: 2%;
        right: 7%
    }
}

@media (max-width: 2299px) {
    .header-layout1 .logo-bg:after {
        top: 2%;
        right: 35px
    }
}

@media (max-width: 2099px) {
    .header-layout1 .logo-bg:after {
        top: 2%;
        right: 25px
    }
}

@media (max-width: 1999px) {
    .header-layout1 .logo-bg:after {
        top: 0%;
        right: 4px
    }
}

@media (max-width: 1899px) {
    .header-layout1 .logo-bg:after {
        top: 2%;
        right: 25px
    }
}

@media (max-width: 1699px) {
    .header-layout1 .logo-bg:after {
        top: 2%;
        right: -10px
    }
}

@media (max-width: 1499px) {
    .header-layout1 .logo-bg:after {
        top: 0%;
        right: -3%
    }
}

@media (max-width: 1299px) {
    .header-layout1 .logo-bg:after {
        display: none
    }
}

.header-layout1 .logo-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

@media (min-width: 1420px) {
    .header-layout1 .menu-area {
        --main-container: 1620px
    }
}

@media (max-width: 1299px) {
    .header-layout1 .menu-area .container {
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .header-layout1 .logo-bg {
        width: 27%
    }

    .header-layout1 .menu-bg {
        width: 78%
    }
}

@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        width: 32%;
        top: -74%
    }

    .header-layout1 .menu-bg {
        width: 53%
    }

    .header-layout1 .header-logo img {
        max-height: 80px
    }
}

@media (max-width: 850px) {
    .header-layout1 .logo-bg {
        width: 34%;
        top: -74%
    }
}

@media (max-width: 767px) {
    .header-layout1 .logo-bg {
        width: 45%
    }

    .header-layout1 .menu-bg {
        width: 55%
    }

    .header-layout1 .header-logo img {
        max-height: 50px;
        max-width: 160px
    }
}

@media (max-width: 575px) {
    .header-layout1 .logo-bg {
        width: 57%
    }

    .header-layout1 .menu-bg {
        width: 57%
    }
}

@media (max-width: 375px) {
    .header-layout1 .logo-bg {
        width: 60%
    }

    .header-layout1 .menu-bg {
        width: 60%
    }
}

.header-layout2 {
    position: relative
}

    .header-layout2 .header-top {
        position: relative;
        padding: 12px 0;
        z-index: 9
    }

@media (max-width: 991px) {
    .header-layout2 .header-top {
        display: none
    }
}

@media (max-width: 1199px) {
    .header-layout2 .header-logo {
        margin-left: -30px;
        margin-top: 0
    }
}

@media (max-width: 575px) {
    .header-layout2 .header-logo {
        margin-left: 0
    }
}

.header-layout2 .header-links {
    margin-left: 230px
}

@media (max-width: 1500px) {
    .header-layout2 .header-links {
        margin-left: 230px
    }
}

@media (max-width: 1399px) {
    .header-layout2 .header-links {
        margin-left: 350px
    }
}

.header-layout2 .header-links li,
.header-layout2 .header-links span,
.header-layout2 .header-links p,
.header-layout2 .header-links a {
    font-family: var(--body-font);
    color: #CDCDCD;
    font-size: 16px;
    font-weight: 400
}

    .header-layout2 .header-links li .link-title {
        font-weight: 700;
        color: var(--white-color)
    }

.header-layout2 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -130px
}

@media (min-width: 1999px) {
    .header-layout2 .header-right {
        margin-right: 0
    }
}

@media (max-width: 1599px) {
    .header-layout2 .header-right {
        margin-right: 0
    }
}

@media (max-width: 1299px) {
    .header-layout2 .header-right {
        display: none
    }
}

.header-layout2 .header-right .langauge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

    .header-layout2 .header-right .langauge.lang-dropdown {
        position: relative
    }

        .header-layout2 .header-right .langauge.lang-dropdown .dropdown-toggle {
            font-family: var(--body-font);
            background: none;
            border: none;
            width: 100%;
            color: var(--white-color);
            font-weight: 400;
            font-size: 16px;
            padding-left: 15px;
            height: 24px;
            line-height: 24px;
            padding: 0;
            border-radius: 0;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            padding-right: 50px;
            margin-right: 30px
        }

        .header-layout2 .header-right .langauge.lang-dropdown .dropdown-menu {
            position: absolute;
            right: 0;
            border-bottom: 2px solid var(--theme-color);
            border-radius: 0
        }

        .header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
            display: block;
            font-weight: 400;
            font-size: 16px;
            color: var(--title-color);
            font-family: var(--title-font);
            padding: 5px 10px;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

            .header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
                background-color: var(--theme-color);
                color: var(--white-color)
            }

    .header-layout2 .header-right .langauge img {
        min-width: 24px;
        min-height: 24px
    }

    .header-layout2 .header-right .langauge .nice-select {
        font-family: var(--body-font);
        background: none;
        border: none;
        width: 100%;
        color: var(--white-color);
        font-weight: 400;
        font-size: 16px;
        padding-left: 15px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        border-radius: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding-right: 50px;
        margin-right: 30px
    }

        .header-layout2 .header-right .langauge .nice-select:after {
            content: "\f107";
            right: 35px;
            top: -14px;
            font-size: 14px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            border-bottom: none;
            border-right: none
        }

        .header-layout2 .header-right .langauge .nice-select.open:after {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        .header-layout2 .header-right .langauge .nice-select.open .list {
            margin-top: 0;
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }

        .header-layout2 .header-right .langauge .nice-select .option {
            color: var(--title-color);
            min-height: 30px
        }

            .header-layout2 .header-right .langauge .nice-select .option.selected {
                color: var(--theme-color) !important;
                background: var(--theme-color) !important
            }

                .header-layout2 .header-right .langauge .nice-select .option.selected.focus {
                    color: #fff !important;
                    background: var(--theme-color) !important
                }

            .header-layout2 .header-right .langauge .nice-select .option:hover,
            .header-layout2 .header-right .langauge .nice-select .option.focus {
                background: var(--theme-color) !important;
                color: #fff !important
            }

.header-layout2 .header-right .header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 15px 0 0
}

    .header-layout2 .header-right .header-social a:hover {
        color: var(--theme-color)
    }

.header-layout2 .header-button .icon-btn {
    position: relative;
    color: var(--title-color);
    font-size: 22px
}

@media (max-width: 1500px) {
    .header-layout2 .header-button .icon-btn .themeholy-btn {
        display: none
    }
}

.header-layout2 .header-button .icon-btn i {
    border-right: 1px solid var(--light-color);
    padding-right: 27px;
    max-height: 30px;
    line-height: 25px
}

.header-layout2 .menu-area {
    position: relative;
    z-index: 3
}

@media (max-width: 991px) {
    .header-layout2 .menu-area {
        padding: 15px 0
    }
}

@media (max-width: 1299px) {
    .header-layout2 .main-menu {
        margin-right: -25px
    }
}

.header-layout2 .sticky-wrapper {
    position: relative
}

@media (max-width: 1199px) {
    .header-layout2 .sticky-wrapper.sticky .header-logo {
        margin-left: -30px
    }
}

@media (max-width: 575px) {
    .header-layout2 .sticky-wrapper.sticky .header-logo {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .header-layout2 .sticky-wrapper.sticky .menu-area {
        padding: 7px 0
    }
}

.header-layout2 .sticky-wrapper.sticky .logo-bg {
    height: 149px
}

@media (max-width: 991px) {
    .header-layout2 .sticky-wrapper.sticky .logo-bg {
        height: 105px
    }
}

.header-layout2 .sticky-wrapper.sticky .logo-bg:before {
    height: 94%
}

.header-layout2 .sticky-wrapper.sticky .logo-bg:after {
    display: none
}

@media (min-width: 2299px) {
    .header-layout2 .sticky-wrapper.sticky .logo-bg:after {
        display: none
    }
}

.header-layout2 .menu-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 0px)
}

    .header-layout2 .menu-shape .top-shape {
        background-color: var(--theme-color-2);
        height: calc(100% - 100px);
        background-size: auto;
        background-repeat: repeat
    }

.header-layout2 .menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 81%;
    -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%)
}

.header-layout2 .logo-bg {
    position: absolute;
    top: -41%;
    left: 0;
    width: 22%;
    height: 140px
}

@media (min-width: 2399px) {
    .header-layout2 .logo-bg {
        width: 32%
    }
}

@media (max-width: 2399px) {
    .header-layout2 .logo-bg {
        width: 28%
    }
}

@media (max-width: 1999px) {
    .header-layout2 .logo-bg {
        width: 26%
    }
}

@media (max-width: 1699px) {
    .header-layout2 .logo-bg {
        width: 22%
    }
}

@media (max-width: 1599px) {
    .header-layout2 .logo-bg {
        width: 20%
    }
}

@media (max-width: 1499px) {
    .header-layout2 .logo-bg {
        width: 18%
    }
}

@media (max-width: 1399px) {
    .header-layout2 .logo-bg {
        width: 25%
    }
}

@media (max-width: 991px) {
    .header-layout2 .logo-bg {
        height: 122px
    }
}

.header-layout2 .logo-bg:before,
.header-layout2 .logo-bg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.header-layout2 .logo-bg:before {
    background-color: var(--theme-color);
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 88% 100%, 88% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 88% 100%, 88% 100%, 0% 100%);
    z-index: 2
}

.header-layout2 .logo-bg:after {
    top: 0px;
    right: -20px;
    left: auto;
    width: 100px;
    height: 40px;
    background-color: #f57c04;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%)
}

@media (max-width: 991px) {
    .header-layout2 .logo-bg:after {
        display: none
    }
}

@media (min-width: 1400px) {
    .header-layout2 .menu-area {
        --main-container: 1522px
    }
}

@media (max-width: 1399px) {
    .header-layout2 .header-button .themeholy-btn {
        display: none
    }
}

@media (max-width: 1299px) {
    .header-layout2 .logo-bg {
        width: 26%
    }
}

@media (max-width: 1199px) {
    .header-layout2 .logo-bg {
        width: 30%
    }

    .header-layout2 .menu-bg {
        width: 78%
    }
}

@media (max-width: 991px) {
    .header-layout2 .logo-bg {
        width: 53%
    }

    .header-layout2 .menu-bg {
        width: 53%
    }

    .header-layout2 .header-logo img {
        max-height: 80px
    }
}

@media (max-width: 767px) {
    .header-layout2 .logo-bg {
        width: 55%
    }

    .header-layout2 .menu-bg {
        width: 55%
    }

    .header-logo img {
        max-height: 50px;
        max-width: 160px
    }
}

@media (max-width: 575px) {
    .header-layout2 .logo-bg {
        width: 57%
    }

    .header-layout2 .menu-bg {
        width: 57%
    }
}

@media (max-width: 375px) {
    .header-layout2 .logo-bg {
        width: 60%
    }

    .header-layout2 .menu-bg {
        width: 60%
    }
}

.header-layout3 .header-top {
    --main-container: 1520px;
    position: relative;
    padding: 12px 0;
    z-index: 4
}

@media (max-width: 991px) {
    .header-layout3 .header-top {
        display: none
    }
}

.header-layout3 .menu-area {
    --main-container: 1520px;
    padding: 0 28px;
    margin-left: 0;
    position: relative;
    z-index: 3
}

@media (max-width: 1500px) {
    .header-layout3 .menu-area {
        padding: 0
    }
}

@media (max-width: 991px) {
    .header-layout3 .menu-area {
        padding: 15px 0
    }
}

.header-layout3 .menu-area .header-logo {
    padding-bottom: 0
}

@media (max-width: 1299px) {
    .header-layout3 .menu-area .header-logo {
        max-height: 50px;
        max-width: 180px
    }
}

@media (max-width: 991px) {
    .header-layout3 .menu-area .header-logo {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .header-layout3 .menu-area .header-logo {
        margin-left: 0
    }
}

.header-layout3 .main-menu {
    margin-left: -30px
}

@media (max-width: 1299px) {
    .header-layout3 .main-menu {
        margin-left: 0
    }
}

.header-layout3 .header-links li,
.header-layout3 .header-links span,
.header-layout3 .header-links p,
.header-layout3 .header-links a {
    font-family: var(--body-font);
    color: #CDCDCD;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 1199px) {

    .header-layout3 .header-links li,
    .header-layout3 .header-links span,
    .header-layout3 .header-links p,
    .header-layout3 .header-links a {
        font-size: 14px
    }
}

.header-layout3 .header-links li .link-title {
    color: var(--white-color);
    font-weight: 500
}

.header-layout3 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .header-layout3 .header-right .langauge {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

        .header-layout3 .header-right .langauge img {
            min-width: 24px;
            min-height: 24px
        }

        .header-layout3 .header-right .langauge .nice-select {
            font-family: var(--body-font);
            background: none;
            border: none;
            width: 100%;
            color: var(--white-color);
            font-weight: 400;
            font-size: 16px;
            padding-left: 15px;
            height: 24px;
            line-height: 24px;
            padding: 0;
            border-radius: 0;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            padding-right: 50px;
            margin-right: 30px
        }

            .header-layout3 .header-right .langauge .nice-select:after {
                content: "\f107";
                right: 35px;
                top: -14px;
                border-bottom: none;
                border-right: none;
                font-size: 14px;
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg)
            }

            .header-layout3 .header-right .langauge .nice-select.open:after {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg)
            }

            .header-layout3 .header-right .langauge .nice-select.open .list {
                margin-top: 0;
                opacity: 1;
                pointer-events: auto;
                -webkit-transform: scale(1) translateY(0);
                -ms-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0)
            }

            .header-layout3 .header-right .langauge .nice-select .option {
                color: var(--title-color);
                min-height: 30px
            }

                .header-layout3 .header-right .langauge .nice-select .option.selected {
                    color: var(--theme-color) !important;
                    background: var(--theme-color) !important
                }

                    .header-layout3 .header-right .langauge .nice-select .option.selected.focus {
                        color: #fff !important;
                        background: var(--theme-color) !important
                    }

                .header-layout3 .header-right .langauge .nice-select .option:hover,
                .header-layout3 .header-right .langauge .nice-select .option.focus {
                    background: var(--theme-color) !important;
                    color: #fff !important
                }

    .header-layout3 .header-right .header-social a {
        font-size: 16px;
        display: inline-block;
        color: var(--white-color);
        margin: 0 0px 0 15px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .header-layout3 .header-right .header-social a:hover {
            color: var(--theme-color)
        }

@media (max-width: 1599px) {
    .header-layout3 .header-button .themeholy-btn {
        display: none
    }
}

.header-layout3 .header-button .icon-btn {
    position: relative;
    color: var(--title-color);
    font-size: 22px
}

    .header-layout3 .header-button .icon-btn:hover {
        color: var(--theme-color)
    }

    .header-layout3 .header-button .icon-btn i {
        border-right: 1px solid var(--light-color);
        padding-right: 27px;
        max-height: 30px;
        line-height: 25px
    }

.header-layout3 .menu-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 0px)
}

    .header-layout3 .menu-shape .top-menu-shape {
        background-color: var(--theme-color-2);
        height: calc(100% - 50px);
        background-size: auto;
        background-repeat: repeat;
        position: relative;
        z-index: -1
    }

.header-layout3 .sticky-wrapper {
    max-width: 1520px;
    margin: 0px auto 0 auto
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.header-layout3 .sticky-wrapper {
    position: relative
}

@media (max-width: 991px) {
    .header-layout3 .sticky-wrapper.sticky .menu-area {
        padding: 11px 0
    }
}

@media (max-width: 1299px) {
    .header-layout1 .menu-area .container {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .header-layout3 .header-logo img {
        max-height: 80px
    }
}

@media (max-width: 767px) {
    .header-layout3 .logo-bg {
        width: 45%
    }

    .header-layout3 .menu-bg {
        width: 55%
    }

    .header-layout3 .header-logo img {
        max-height: 50px;
        max-width: 160px
    }
}

@media (min-width: 1420px) {
    .header-layout1 .menu-area {
        --main-container: 1620px
    }
}

@media (max-width: 1299px) {
    .header-layout1 .menu-area .container {
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .header-layout1 .logo-bg {
        width: 27%
    }

    .header-layout1 .menu-bg {
        width: 78%
    }
}

@media (max-width: 991px) {
    .header-layout1 .logo-bg {
        width: 32%;
        top: -74%
    }

    .header-layout1 .menu-bg {
        width: 53%
    }

    .header-layout1 .header-logo img {
        max-height: 80px
    }
}

@media (max-width: 850px) {
    .header-layout1 .logo-bg {
        width: 34%;
        top: -74%
    }
}

@media (max-width: 767px) {
    .header-layout1 .logo-bg {
        width: 45%
    }

    .header-layout1 .menu-bg {
        width: 55%
    }

    .header-layout1 .header-logo img {
        max-height: 50px;
        max-width: 160px
    }
}

@media (max-width: 575px) {
    .header-layout1 .logo-bg {
        width: 57%
    }

    .header-layout1 .menu-bg {
        width: 57%
    }
}

@media (max-width: 375px) {
    .header-layout1 .logo-bg {
        width: 60%
    }

    .header-layout1 .menu-bg {
        width: 60%
    }
}

.langauge.lang-dropdown {
    position: relative
}

    .langauge.lang-dropdown .dropdown-toggle {
        font-family: var(--body-font);
        background: none;
        border: none;
        width: 100%;
        color: var(--white-color);
        font-weight: 400;
        font-size: 16px;
        padding-left: 15px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        border-radius: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding-right: 50px;
        margin-right: 30px
    }

    .langauge.lang-dropdown .dropdown-menu {
        position: absolute;
        right: 0;
        border-bottom: 2px solid var(--theme-color);
        border-radius: 0
    }

    .langauge.lang-dropdown .gtranslate_wrapper a {
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: var(--title-color);
        font-family: var(--title-font);
        padding: 5px 10px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .langauge.lang-dropdown .gtranslate_wrapper a:hover {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

.hide-icon .main-menu ul.sub-menu li a:hover {
    padding-left: 0
}

.hide-icon .main-menu ul.sub-menu li a:before {
    display: none !important
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2
}

    .footer-wrapper .themeholy-social a {
        background-color: var(--black-color);
        color: var(--body-color);
        border: 1px solid var(--black-color)
    }

        .footer-wrapper .themeholy-social a:hover {
            background-color: var(--theme-color);
            border-color: var(--theme-color);
            color: var(--white-color)
        }

.widget-area {
    padding-top: var(--section-space);
    padding-bottom: 66px
}

.copyright-wrap {
    padding: 24px 0;
    background-size: 100% auto
}

    .copyright-wrap .footer-links {
        text-align: right
    }

@media (max-width: 991px) {
    .copyright-wrap .footer-links {
        display: none
    }
}

.copyright-wrap .footer-links ul {
    margin: 0;
    padding: 0
}

    .copyright-wrap .footer-links ul li {
        display: inline-block
    }

        .copyright-wrap .footer-links ul li:last-child a {
            border-right: none;
            margin-right: 0;
            padding-right: 0
        }

        .copyright-wrap .footer-links ul li a {
            color: var(--light-color);
            border-right: 1px solid var(--light-color);
            padding-right: 15px;
            margin-right: 15px
        }

            .copyright-wrap .footer-links ul li a:hover {
                color: orangered
            }

        .copyright-wrap .footer-links ul li .slash {
            display: inline-block;
            margin: 0 20px
        }

@media (max-width: 1024px) {
    #menu-footer-menu {
        display: none
    }
}

#menu-footer-menu ul {
    margin: 0;
    padding: 0
}

    #menu-footer-menu ul li {
        display: inline-block
    }

        #menu-footer-menu ul li a {
            color: var(--light-color)
        }

            #menu-footer-menu ul li a:hover {
                color: var(--white-color)
            }

        #menu-footer-menu ul li .slash {
            display: inline-block;
            margin: 0 20px
        }

.copyright-text {
    margin: 0
}

    .copyright-text a {
        color: var(--theme-color)
    }

        .copyright-text a:hover {
            color: orangered;
        }

.footer-layout1,
.footer-layout3 {
    background-color: var(--title-color);
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 9
}

    .footer-layout1:before,
    .footer-layout3:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(top, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
        background: linear-gradient(180deg, #0e5a80 42.92%, rgba(20, 72, 196, 0.78) 100%);
        z-index: -1
    }

    .footer-layout1 .copyright-wrap,
    .footer-layout3 .copyright-wrap {
        background-color: var(--black-color);
    }

        .footer-layout1 .copyright-wrap .copyright-text,
        .footer-layout3 .copyright-wrap .copyright-text {
            color: var(--light-color)
        }

    .footer-layout1 .widget-area,
    .footer-layout3 .widget-area {
        padding-top: 93px;
        padding-bottom: 66px
    }

    .footer-layout1.cta-sec,
    .footer-layout3.cta-sec {
        padding: 0
    }

.themeholy-widget-contact {
    max-width: 265px
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

    .info-box:last-child {
        margin-bottom: -5px
    }

.info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 29px;
    font-size: 14px;
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 999px;
    text-align: center;
    margin-right: 10px
}

.info-box_text {
    display: block;
    color: var(--light-color);
    margin-top: -0.45em;
    margin-bottom: 0
}

.info-box_link {
    display: inline-block;
    color: var(--light-color)
}

    .info-box_link:hover {
        color: var(--theme-color)
    }

@media (max-width: 1299px) {
    .footer-layout1 {
        background-size: cover
    }
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px
    }

    .copyright-text {
        text-align: center
    }
}

@media (max-width: 575px) {
    .copyright-wrap {
        background-size: cover
    }
}

.footer-layout2 {
    --border-color: #e0e0e0;
    background-color: var(--smoke-color2)
}

    .footer-layout2 .footer-widget .widget_title,
    .footer-layout2 .footer-widget .recent-post .post-title {
        color: var(--title-color)
    }

    .footer-layout2 .footer-widget .recent-post .post-title {
        font-weight: bold
    }

    .footer-layout2 .copyright-wrap {
        background-color: var(--theme-color)
    }

    .footer-layout2 .copyright-text {
        color: var(--white-color)
    }

        .footer-layout2 .copyright-text a {
            color: var(--title-color)
        }

            .footer-layout2 .copyright-text a:hover {
                color: var(--white-color)
            }

    .footer-layout2 .themeholy-social a {
        color: var(--body-color);
        border: 1px solid var(--theme-color);
        box-shadow: none
    }

        .footer-layout2 .themeholy-social a:hover {
            color: var(--white-color)
        }

.footer-top {
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

    .footer-top.style2 {
        padding: 40px 0
    }

        .footer-top.style2 .footer-newsletter {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .footer-top.style2 .footer-newsletter .newsletter-form .form-control {
                min-width: 450px;
                border-radius: 0px;
                min-height: 60px;
                background-color: var(--white-color);
                border: 1px solid rgba(255, 255, 255, 0.2);
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out
            }

@media (max-width: 1199px) {
    .footer-top.style2 .footer-newsletter .newsletter-form .form-control {
        min-width: 350px
    }
}

@media (max-width: 375px) {
    .footer-top.style2 .footer-newsletter .newsletter-form .form-control {
        min-width: 100%
    }
}

.footer-top.style2 .footer-newsletter .newsletter-form .themeholy-btn {
    max-width: 164px;
    padding: 17px 28px;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    margin: 0
}

@media (max-width: 375px) {
    .footer-top.style2 .footer-newsletter .newsletter-form .themeholy-btn {
        position: relative;
        margin: auto;
        margin-top: 20px
    }
}

.footer-logo {
    position: relative;
    z-index: 2;
    padding: 0 50px
}

@media (max-width: 1199px) {
    .footer-logo {
        padding: 0
    }
}

.footer-logo:before {
    content: "";
    position: absolute;
    left: 0;
    top: -45px;
    width: 310px;
    height: 140px;
    background-color: var(--theme-color);
    z-index: -1
}

@media (max-width: 1199px) {
    .footer-logo:before {
        display: none
    }
}

.footer-logo img {
    text-align: center
}

.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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

    .footer-newsletter .newsletter-title {
        max-width: 425px;
        margin-bottom: -7px;
        margin-right: 80px
    }

@media (max-width: 1399px) {
    .footer-newsletter .newsletter-title {
        margin-right: 0;
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .footer-newsletter .newsletter-title {
        display: none
    }
}

@media (max-width: 1199px) {
    .footer-newsletter {
        padding: 0
    }
}

@media (max-width: 991px) {
    .footer-newsletter {
        -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;
        text-align: center
    }

        .footer-newsletter .newsletter-title {
            max-width: 100%
        }
}

@media (max-width: 575px) {
    .footer-newsletter {
        padding: 35px 20px 40px 20px
    }
}

@media (max-width: 375px) {
    .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-logo2 {
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    padding: 125px 12px 60px 12px
}

.footer-layout3 {
    background-color: var(--smoke-color2);
    background-size: cover
}

.footer-layout4 {
    position: relative;
    z-index: 2
}

    .footer-layout4:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(top, #121212 45.22%, rgba(18, 18, 18, 0.85) 100%);
        background: linear-gradient(180deg, #121212 45.22%, rgba(18, 18, 18, 0.85) 100%);
        z-index: -1
    }

    .footer-layout4 .widget-area {
        padding-top: 92px;
        padding-bottom: 66px
    }

    .footer-layout4 .copyright-wrap {
        background-color: var(--black-color)
    }

.footer-widget .recent-post {
    border-bottom: 1px solid transparent;
    padding-bottom: 0
}

@media (max-width: 1024px) {
    .copyright-text {
        text-align: center
    }
}

.breadcumb-menu-wrapper {
    position: relative
}

.breadcumb-menu {
    position: relative;
    max-width: 100%;
    padding: 0;
    list-style-type: none;
    margin: 0;
    background-color: var(--white-color);
    min-width: 360px;
    display: inline-block;
    min-height: 30px;
    line-height: 30px;
    padding: 15px 120px;
    margin-bottom: -1px;
    -webkit-clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
    clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%)
}

@media (max-width: 575px) {
    .breadcumb-menu {
        min-width: 100%;
        padding: 15px 70px
    }
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    font-family: var(--title-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    position: relative;
    color: var(--title-color)
}

    .breadcumb-menu li:after {
        content: "\f101";
        position: relative;
        margin-left: 10px;
        font-weight: 600;
        font-size: 15px;
        color: var(--theme-color);
        font-family: var(--icon-font)
    }

    .breadcumb-menu li:last-child {
        padding-right: 0;
        margin-right: 0
    }

        .breadcumb-menu li:last-child:after {
            display: none
        }

.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    color: var(--theme-color)
}

.breadcumb-title {
    color: var(--white-color);
    margin: -0.18em 0 -0.14em 0;
    line-height: 1.1;
    padding-bottom: 110px
}

@media (max-width: 1199px) {
    .breadcumb-title {
        padding-bottom: 80px
    }
}

@media (max-width: 991px) {
    .breadcumb-title {
        padding-bottom: 80px
    }
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 110px 0 0 0;
    text-align: center
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 90px 0 0 0
    }

    .breadcumb-menu {
        margin: 20px 0 -0.5em 0
    }

        .breadcumb-menu li,
        .breadcumb-menu a,
        .breadcumb-menu span {
            font-size: 16px
        }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 80px 0 0 0
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 80px 0 0 0
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 34px
    }
}

.themeholy-pagination {
    margin-bottom: 30px
}

    .themeholy-pagination ul {
        margin: 0;
        padding: 0
    }

    .themeholy-pagination li {
        display: inline-block;
        margin: 0 3px;
        list-style-type: none
    }

        .themeholy-pagination li:last-child {
            margin-right: 0
        }

        .themeholy-pagination li:first-child {
            margin-left: 0
        }

    .themeholy-pagination span,
    .themeholy-pagination a {
        display: inline-block;
        text-align: center;
        position: relative;
        border: 1px solid #f3f3f3;
        color: var(--title-color);
        background-color: transparent;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        z-index: 1;
        font-size: 18px;
        font-weight: 500
    }

        .themeholy-pagination span.active,
        .themeholy-pagination span:hover,
        .themeholy-pagination a.active,
        .themeholy-pagination a:hover {
            color: var(--white-color);
            border-color: var(--theme-color);
            background-color: var(--theme-color);
            box-shadow: none
        }

@media (max-width: 767px) {

    .themeholy-pagination span,
    .themeholy-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

blockquote,
.wp-block-quote {
    font-size: 18px;
    line-height: 1.56;
    padding: 40px;
    font-weight: 500;
    display: block;
    position: relative;
    background-color: var(--white-color);
    overflow: hidden;
    margin: 35px 0;
    color: var(--title-color);
    border-left: 5px solid var(--theme-color);
    border-radius: 0
}

    blockquote p,
    .wp-block-quote p {
        font-size: inherit;
        font-family: inherit;
        margin-top: -0.3em;
        margin-bottom: 18px;
        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: "\f10e";
        font-family: var(--icon-font);
        position: absolute;
        right: 40px;
        bottom: 30px;
        font-size: 5rem;
        opacity: 1;
        line-height: 3.8rem;
        color: var(--theme-color);
        opacity: 0.35;
        font-style: normal
    }

    blockquote cite,
    .wp-block-quote cite {
        display: block;
        font-size: 22px;
        position: relative;
        border-color: inherit;
        line-height: 1;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: -0.1em;
        font-style: normal;
        font-family: var(--title-font);
        padding-left: 50px;
        margin-left: 10px
    }

        blockquote cite:before,
        .wp-block-quote cite:before {
            content: "";
            height: 4px;
            width: 50px;
            background-color: var(--theme-color);
            position: absolute;
            bottom: 9px;
            left: -10px
        }

    blockquote.style-left-icon,
    blockquote.is-large,
    blockquote.is-style-large,
    blockquote.has-text-align-right,
    .wp-block-quote.style-left-icon,
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    .wp-block-quote.has-text-align-right {
        padding: 50px
    }

    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.is-large cite:before,
    blockquote.is-style-large cite:before,
    .wp-block-quote.is-large cite:before,
    .wp-block-quote.is-style-large cite:before {
        top: unset;
        bottom: 13px
    }

    blockquote.has-text-align-right:before,
    .wp-block-quote.has-text-align-right:before {
        content: "\f10d";
        right: unset;
        left: 60px
    }

.wp-block-pullquote {
    color: var(--white-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--white-color) !important
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
    padding: 100px 15px 30px 15px
}

    .wp-block-column blockquote:before,
    .wp-block-column .wp-block-quote:before {
        width: 100%;
        height: 60px;
        font-size: 30px
    }

    .wp-block-column blockquote.style-left-icon,
    .wp-block-column blockquote.is-large:not(.is-style-plain),
    .wp-block-column blockquote.is-style-large:not(.is-style-plain),
    .wp-block-column blockquote.has-text-align-right,
    .wp-block-column .wp-block-quote.style-left-icon,
    .wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
    .wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
    .wp-block-column .wp-block-quote.has-text-align-right {
        padding: 100px 15px 30px 15px
    }

.blog-meta {
    display: block
}

    .blog-meta span,
    .blog-meta a {
        position: relative;
        display: inline-block;
        font-family: var(--body-font);
        font-size: 16px;
        font-weight: 500;
        color: var(--black-color-2);
        position: relative;
        margin-right: 15px;
        padding-right: 15px
    }

        .blog-meta span i,
        .blog-meta a i {
            margin-right: 6px;
            color: var(--theme-color)
        }

        .blog-meta span:last-child,
        .blog-meta a:last-child {
            margin-right: 0;
            padding-right: 0
        }

            .blog-meta span:last-child:after,
            .blog-meta a:last-child:after {
                display: none
            }

        .blog-meta a:hover {
            color: var(--theme-color)
        }

.blog-audio img,
.blog-img img,
.blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title a {
    color: inherit
}

    .blog-title a:hover {
        color: var(--theme-color-2)
    }

.themeholy-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    position: relative;
    margin-top: -0.25em;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 10px
}

    .blog-inner-title .shape {
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 2px;
        overflow: hidden
    }

        .blog-inner-title .shape:after,
        .blog-inner-title .shape:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: auto;
            margin-top: -3px;
            overflow: hidden
        }

        .blog-inner-title .shape:before {
            -webkit-animation: sectionShape 8s linear infinite;
            animation: sectionShape 8s linear infinite;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            background-color: var(--theme-color);
            z-index: 9;
            width: 79px;
            height: 4px;
            border-radius: 30px
        }

        .blog-inner-title .shape:after {
            width: 100%;
            height: 2px;
            margin: 0;
            margin-top: -1px;
            background-color: var(--gray-color);
            left: 0
        }

    .blog-inner-title i {
        color: var(--theme-color);
        margin-right: 4px
    }

@media (min-width: 1300px) {

    .page-single,
    .blog-single,
    .themeholy-comments-wrap,
    .themeholy-comment-form {
        margin-right: 16px
    }
}

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    border-radius: 0;
    overflow: hidden
}

    .blog-single .blog-title {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 1.4;
        font-weight: 700
    }

        .blog-single .blog-title:hover {
            color: var(--theme-color)
        }

            .blog-single .blog-title:hover a {
                color: inherit
            }

    .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: 10px
        }

            .blog-single .social-links li:last-child {
                margin-right: 0
            }

        .blog-single .social-links a {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 42px;
            background-color: var(--white-color);
            font-size: 14px;
            border-radius: 50%;
            color: var(--title-color);
            text-align: center
        }

            .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;
        padding: 40px;
        position: relative;
        background-color: var(--smoke-color)
    }

    .blog-single .blog-audio {
        line-height: 1
    }

    .blog-single .blog-audio,
    .blog-single .blog-img,
    .blog-single .blog-video {
        position: relative;
        overflow: hidden;
        background-color: var(--smoke-color)
    }

    .blog-single .blog-img {
        position: relative
    }

        .blog-single .blog-img.blog-video:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6)
        }

        .blog-single .blog-img.blog-video .white-play-btn {
            width: 80px;
            height: 80px;
            line-height: 82px;
            position: absolute;
            top: 43%;
            left: 43%;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            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;
            z-index: 9
        }

        .blog-single .blog-img .slick-arrow {
            --pos-x: 30px;
            --icon-size: 60px;
            border: none;
            background-color: rgba(255, 255, 255, 0.5);
            color: var(--title-color);
            border-radius: 50%
        }

            .blog-single .blog-img .slick-arrow:hover {
                background-color: var(--white-color);
                color: var(--title-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: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 15px 0 0;
    display: inline-block
}

.share-links {
    border-top: 1px solid var(--border-color);
    padding: 30px 0 0 0
}

    .share-links > .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        --bs-gutter-y: 20px
    }

    .share-links .wp-block-tag-cloud,
    .share-links .tagcloud {
        display: inline-block
    }

.blog-details .blog-single {
    background-color: transparent
}

@media (max-width: 1399px) {
    .blog-single .blog-content {
        padding: 40px 20px
    }

    .blog-single .blog-title {
        font-size: 28px
    }

    .share-links {
        --blog-space-x: 20px
    }
}

@media (max-width: 1199px) {

    blockquote,
    .wp-block-quote {
        font-size: 18px;
        padding: 40px 20px 40px 20px
    }

        blockquote:before,
        .wp-block-quote:before {
            font-size: 4rem;
            line-height: 2.5rem
        }

        blockquote.style-left-icon,
        blockquote.is-large:not(.is-style-plain),
        blockquote.is-style-large:not(.is-style-plain),
        blockquote.has-text-align-right,
        .wp-block-quote.style-left-icon,
        .wp-block-quote.is-large:not(.is-style-plain),
        .wp-block-quote.is-style-large:not(.is-style-plain),
        .wp-block-quote.has-text-align-right {
            padding: 40px 20px 40px 20px
        }

    .blog-meta span,
    .blog-meta a {
        margin-right: 6px;
        padding-right: 15px
    }
}

@media (max-width: 991px) {
    .blog-single .blog-content {
        padding: 40px
    }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 40px
    }

    .share-links {
        --blog-space-x: 40px
    }
}

@media (max-width: 767px) {
    .share-links {
        --blog-space-x: 20px
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }

    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px
    }

    .blog-meta span,
    .blog-meta a {
        margin-right: 6px;
        padding-right: 6px
    }

        .blog-meta span:after,
        .blog-meta a:after {
            display: none
        }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }

    .blog-single .blog-content {
        padding: 30px 20px
    }

    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.3
    }

    .blog-single .blog-text {
        margin-bottom: 22px
    }

    .blog-single .blog-bottom {
        padding-top: 15px
    }

    .blog-single .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0
    }
}

@media (max-width: 575px) {

    .blog-meta span,
    .blog-meta a {
        margin-right: 5px;
        padding-right: 5px
    }

        .blog-meta span:after,
        .blog-meta a:after {
            display: none
        }
}

.themeholy-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;
    overflow: hidden
}

    .themeholy-comment-form .row {
        --bs-gutter-x: 20px;
        margin-top: 40px
    }

        .themeholy-comment-form .row .form-group {
            margin-top: 0;
            margin-bottom: 24px
        }

    .themeholy-comment-form .blog-inner-title {
        margin-bottom: 0px
    }

    .themeholy-comment-form .form-title {
        margin-top: -0.35em
    }

        .themeholy-comment-form .form-title a#cancel-comment-reply-link {
            font-size: 0.7em;
            text-decoration: underline
        }

    .themeholy-comment-form .form-text {
        margin-bottom: 25px
    }

.blog-comment-area {
    margin-bottom: 25px
}

.themeholy-comment-form,
.themeholy-comments-wrap {
    padding: 40px;
    box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.07)
}

.themeholy-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    overflow: hidden
}

    .themeholy-comments-wrap .description p:last-child {
        margin-bottom: -0.5em
    }

    .themeholy-comments-wrap .comment-respond {
        margin: 30px 0
    }

    .themeholy-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
    }

    .themeholy-comments-wrap li {
        margin: 0
    }

    .themeholy-comments-wrap .themeholy-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)
    }

        .themeholy-comments-wrap .themeholy-post-comment ol,
        .themeholy-comments-wrap .themeholy-post-comment ul,
        .themeholy-comments-wrap .themeholy-post-comment dl {
            margin-bottom: 1rem
        }

            .themeholy-comments-wrap .themeholy-post-comment ol ol,
            .themeholy-comments-wrap .themeholy-post-comment ol ul,
            .themeholy-comments-wrap .themeholy-post-comment ul ol,
            .themeholy-comments-wrap .themeholy-post-comment ul ul {
                margin-bottom: 0
            }

    .themeholy-comments-wrap ul.comment-list {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 40px;
        margin-bottom: -30px
    }

        .themeholy-comments-wrap ul.comment-list ul ul,
        .themeholy-comments-wrap ul.comment-list ul ol,
        .themeholy-comments-wrap ul.comment-list ol ul,
        .themeholy-comments-wrap ul.comment-list ol ol {
            margin-bottom: 0
        }

    .themeholy-comments-wrap .comment-avater {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        overflow: hidden;
        border-radius: 99px
    }

        .themeholy-comments-wrap .comment-avater img {
            width: 100%
        }

    .themeholy-comments-wrap .comment-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: -6px;
        position: relative
    }

    .themeholy-comments-wrap .commented-on {
        font-size: 14px;
        display: inline-block;
        margin-bottom: 2px;
        font-weight: 400;
        color: var(--body-color);
        margin-left: auto
    }

        .themeholy-comments-wrap .commented-on i {
            color: var(--theme-color);
            margin-right: 7px;
            font-size: 0.9rem
        }

    .themeholy-comments-wrap .name {
        margin-bottom: 12px;
        font-size: 20px
    }

@media (max-width: 375px) {
    .themeholy-comments-wrap .name {
        margin-bottom: 0px;
        font-size: 14px
    }
}

.themeholy-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
}

.themeholy-comments-wrap .text {
    margin-bottom: 10px
}

.themeholy-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px
}

.themeholy-comments-wrap .reply_and_edit {
    margin-top: 12px;
    margin-bottom: -0.46em;
    color: var(--theme-color)
}

    .themeholy-comments-wrap .reply_and_edit a {
        margin-right: 10px
    }

        .themeholy-comments-wrap .reply_and_edit a:last-child {
            margin-right: 0
        }

.themeholy-comments-wrap .reply-btn {
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    display: inline-block
}

    .themeholy-comments-wrap .reply-btn i {
        margin-right: 7px
    }

    .themeholy-comments-wrap .reply-btn:hover {
        color: var(--theme-color)
    }

.themeholy-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 90px
}

ul.comment-list .themeholy-comment-item:last-child > .themeholy-post-comment {
    border-bottom: none;
    padding-bottom: 0
}

ul.comment-list .themeholy-comment-item:first-child > .themeholy-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color)
}

.themeholy-comments-wrap.themeholy-comment-form {
    margin: 0
}

@media (max-width: 1399px) {

    .themeholy-comment-form,
    .themeholy-comments-wrap {
        padding: 40px 20px
    }
}

@media (max-width: 1199px) {
    .themeholy-comments-wrap .children {
        margin-left: 40px
    }
}

@media (max-width: 991px) {

    .themeholy-comment-form,
    .themeholy-comments-wrap {
        padding: 40px
    }
}

@media (max-width: 767px) {

    .themeholy-comment-form,
    .themeholy-comments-wrap {
        padding: 40px 20px
    }

        .themeholy-comments-wrap .themeholy-post-comment {
            display: block
        }

        .themeholy-comments-wrap .star-rating {
            position: relative;
            top: 0;
            right: 0
        }

        .themeholy-comments-wrap .comment-top {
            display: block
        }

        .themeholy-comments-wrap .comment-avater {
            margin-right: 0;
            margin-bottom: 25px
        }

        .themeholy-comments-wrap .children {
            margin-left: 40px
        }

        .themeholy-comments-wrap .children {
            margin-left: 30px
        }
}

@media (max-width: 767px) {
    .themeholy-comment-form {
        --blog-space-x: 20px
    }
}

.themeholy-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

    .themeholy-hero-wrapper .slick-arrow {
        --pos-x: 100px;
        background-color: rgba(255, 255, 255, 0.2);
        color: var(--white-color)
    }

        .themeholy-hero-wrapper .slick-arrow:hover {
            background-color: var(--theme-color)
        }

        .themeholy-hero-wrapper .slick-arrow.arrowLeft,
        .themeholy-hero-wrapper .slick-arrow.arrowRight {
            position: absolute;
            background: transparent;
            border: none;
            top: 54%;
            left: auto;
            right: 140px;
            background-color: var(--theme-color);
            width: var(--icon-size, 60px);
            height: var(--icon-size, 60px);
            line-height: var(--icon-size, 60px);
            font-size: var(--icon-font-size, 16px);
            border-radius: 50%;
            -webkit-transform: translate(-2%, -50%);
            -ms-transform: translate(-2%, -50%);
            transform: translate(-2%, -50%);
            z-index: 1
        }

@media (max-width: 1299px) {

    .themeholy-hero-wrapper .slick-arrow.arrowLeft,
    .themeholy-hero-wrapper .slick-arrow.arrowRight {
        top: 56%
    }
}

@media (max-width: 1199px) {

    .themeholy-hero-wrapper .slick-arrow.arrowLeft,
    .themeholy-hero-wrapper .slick-arrow.arrowRight {
        display: none !important
    }
}

.themeholy-hero-wrapper .slick-arrow.arrowLeft:hover,
.themeholy-hero-wrapper .slick-arrow.arrowRight:hover {
    background-color: var(--theme-color-2)
}

.themeholy-hero-wrapper .slick-arrow.arrowLeft:focus,
.themeholy-hero-wrapper .slick-arrow.arrowRight:focus {
    outline: none;
    box-shadow: none
}

.themeholy-hero-wrapper .slick-arrow.arrowRight {
    top: 45%;
    left: auto;
    right: 140px
}

.themeholy-hero-wrapper .slick-dots {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1500px) {
    .themeholy-hero-wrapper .slick-arrow {
        --pos-x: 40px
    }
}

.themeholy-hero-bg {
    position: absolute;
    inset: 0
}

    .themeholy-hero-bg img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

.number-dots .slick-dots {
    margin: 0
}

    .number-dots .slick-dots button {
        font-family: var(--title-font);
        font-size: 30px;
        font-weight: bold;
        color: var(--white-color);
        width: auto;
        height: auto;
        line-height: 1;
        border-radius: 0;
        background-color: transparent;
        padding-bottom: 18px;
        margin-bottom: 8px;
        position: relative
    }

        .number-dots .slick-dots button:before {
            height: 7px;
            width: 7px;
            border: none;
            background-color: var(--white-color);
            position: absolute;
            top: unset;
            bottom: 0;
            left: 13px;
            visibility: visible;
            opacity: 1
        }

    .number-dots .slick-dots .slick-active button {
        color: var(--theme-color)
    }

    .number-dots .slick-dots li {
        display: block;
        margin: 0
    }

        .number-dots .slick-dots li:last-child button {
            padding-bottom: 0;
            margin-bottom: 0
        }

            .number-dots .slick-dots li:last-child button:before {
                display: none
            }

.hero-subtitle {
    font-family: var(--title-font);
    color: var(--white-color);
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #0f0f0f, 4px 4px 25px #cacaca, 0px 0px 5px #1e1e1e;
}


.hero-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 0;
    display: block;
    text-shadow: 1px 1px 3px #0f0f0f, 4px 4px 25px #cacaca, 0px 0px 5px #1e1e1e;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width: 375px) {
    .hero-title {
        font-size: 35px;
        line-height: 45px
    }
}

.hero-title:last-of-type {
    margin-bottom: 15px;
}

.hero-title .hero-big-title {
    font-size: 65px;
    font-weight: 900;
    line-height: 100px;
    display: block;
    text-shadow: 1px 1px 3px #0f0f0f, 4px 4px 25px #cacaca, 0px 0px 5px #1e1e1e;
}

@media (max-width: 991px) {
    .hero-title .hero-big-title {
        font-size: 60px;
        line-height: 80px
    }
}

@media (max-width: 767px) {
    .hero-title .hero-big-title {
        font-size: 40px;
        line-height: 50px;
        margin-top: 6px;
    }
}

@media (max-width: 375px) {
    .hero-title .hero-big-title {
        font-size: 35px;
        line-height: 45px
    }
}

.hero-text {
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 38px;
    max-width: 719px;
    text-shadow: 1px 1px 3px #0f0f0f, 4px 4px 25px #cacaca, 0px 0px 5px #1e1e1e;
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 205px 0 205px 0;
    max-width: 815px;
}

.hero-1 {
    position: relative;
    background-color: var(--smoke-color);
    background-size: auto;
    background-position: top center;
    overflow: hidden
}

    .hero-1 .themeholy-hero-slide {
        position: relative;
        z-index: 9
    }

        .hero-1 .themeholy-hero-slide:before {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0.4) 117.71%);
            background: linear-gradient(90deg, #0003 0%, rgba(0, 0, 0, 0.06) 117.71%);
            opacity: 0.4;
            z-index: -1
        }

    .hero-1 .indicator-number {
        background-color: var(--white-color);
        position: absolute;
        top: auto;
        bottom: 0;
        left: auto;
        right: 140px;
        width: 426px;
        height: 88px;
        padding: 40px
    }

@media (max-width: 1199px) {
    .hero-1 .indicator-number {
        right: 50px
    }
}

@media (max-width: 767px) {
    .hero-1 .indicator-number {
        right: 20px
    }
}

@media (max-width: 575px) {
    .hero-1 .indicator-number {
        right: 0;
        left: 0px
    }
}

.hero-1 .indicator-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.hero-1 .hero-shape {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4
}

.hero-1 ul.slick-dots {
    display: none
}

    .hero-1 ul.slick-dots li {
        display: none
    }

        .hero-1 ul.slick-dots li.slick-active {
            display: none
        }

@media (max-width: 1400px) {
    .hero-1 .hero-shape {
        display: none
    }

    .hero-style1 {
        padding: 170px 0
    }
}

@media (max-width: 1299px) {
    .hero-style1 {
        padding: 140px 0
    }
}

@media (max-width: 991px) {
    .hero-subtitle {
        margin-bottom: 10px
    }

        .hero-subtitle img {
            max-width: 170px
        }

    .hero-style1 {
        padding: 150px 0
    }
}

@media (max-width: 767px) {
    .hero-style1 {
        padding: 100px 0 190px 0
    }

        .hero-style1 .hero-text,
        .hero-style3 .hero-text {
            max-width: 420px
        }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 37px;
        line-height: 1.2
    }

    .hero-text {
        margin-bottom: 28px
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: 36px;
        line-height: 1.3
    }
}

.hero-2 .themeholy-hero-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0.4) 117.71%);
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.4) 117.71%);
    opacity: 0.85;
    z-index: 2
}

.hero-2 .slick-arrow {
    background-color: var(--theme-color);
    top: 54%
}

    .hero-2 .slick-arrow:hover {
        background-color: var(--theme-color-2)
    }

.hero-2 .hero-shape {
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 7
}

.hero-style2 {
    position: relative;
    z-index: 6;
    padding: 217px 0 217px 0
}

    .hero-style2 .hero-text {
        font-family: var(--title-font);
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 40px
    }

    .hero-style2 .hero-subtitle {
        font-family: var(--title-font);
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        color: var(--white-color);
        margin-bottom: 10px
    }

    .hero-style2 .hero-title {
        font-weight: 700;
        font-size: 100px;
        line-height: 110px;
        text-transform: capitalize
    }

        .hero-style2 .hero-title:last-of-type {
            margin-bottom: 15px
        }

    .hero-style2 .shape-top {
        margin-bottom: 25px
    }

.hero-indicator-wrapp {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: calc(100% - 60%)
}

@media (max-width: 767px) {
    .hero-indicator-wrapp {
        display: none
    }
}

.hero-indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

    .hero-indicator .indicatior-btn {
        display: block;
        border: 2px solid transparent;
        border-radius: 50%;
        cursor: pointer;
        min-width: 80px
    }

        .hero-indicator .indicatior-btn:hover {
            border-color: rgba(255, 255, 255, 0.2)
        }

        .hero-indicator .indicatior-btn img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

        .hero-indicator .indicatior-btn.active {
            border-color: rgba(255, 255, 255, 0.2)
        }

            .hero-indicator .indicatior-btn.active img {
                border-radius: 50%;
                -webkit-transform: scale(0.7);
                -ms-transform: scale(0.7);
                transform: scale(0.7)
            }

.hero-slider-2 .hero-bg-color {
    background: var(--theme-color);
    mix-blend-mode: hue;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.hero-slider-2 .hero-thumb {
    position: relative;
    margin: -32px -420px 0 -59px
}

    .hero-slider-2 .hero-thumb .car-mask {
        position: absolute;
        left: 0;
        top: 0;
        background: var(--theme-color);
        mix-blend-mode: hue;
        height: 100%;
        width: 100%;
        -webkit-mask-size: cover;
        mask-size: cover
    }

@media (max-width: 1199px) {
    .hero-style2 {
        padding: 200px 0 200px 0
    }

        .hero-style2 .shape-top img,
        .hero-style2 .shape-bottom img {
            max-width: 550px
        }

        .hero-style2 .hero-text {
            margin-bottom: 35px
        }
}

@media (max-width: 991px) {
    .hero-style2 {
        padding: 110px 0 110px 0
    }

        .hero-style2 .hero-title {
            font-weight: 700;
            font-size: 70px;
            line-height: 90px
        }

        .hero-style2 .hero-text {
            font-size: 20px
        }
}

@media (max-width: 767px) {
    .hero-style2 .hero-title {
        font-size: 50px;
        line-height: 60px
    }

    .hero-style2 .shape-top img,
    .hero-style2 .shape-bottom img {
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .hero-2 .themeholy-hero-bg:before {
        opacity: 0.6
    }

    .hero-style2 {
        padding: 100px 0 100px 0
    }

        .hero-style2 .hero-title:last-of-type {
            margin-bottom: 12px
        }
}

@media (max-width: 422px) {

    .hero-style2 .hero-title,
    .hero-style3 .hero-title {
        font-size: 30px;
        line-height: 40px
    }
}

.hero-3 .shape-mockup {
    position: absolute;
    z-index: 1
}

.hero-3 .themeholy-hero-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 2
}

.hero-3 .slick-arrow {
    background-color: var(--theme-color);
    --pos-x: 40px;
    top: 50%
}

@media (max-width: 1299px) {
    .hero-3 .slick-arrow {
        display: none !important
    }
}

.hero-3 .slick-arrow:hover {
    background-color: var(--theme-color-2)
}

.hero-style3 {
    position: relative;
    padding: 340px 0 198px 0;
    max-width: 1018px;
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 9
}

@media (max-width: 1299px) {
    .hero-style3 {
        padding: 266px 0 120px 0
    }
}

.hero-style3 .hero-subtitle {
    font-size: 16px
}

.hero-style3 .hero-title {
    font-weight: 700;
    font-size: 90px;
    line-height: 110px;
    text-align: center;
    margin-bottom: 38px
}

@media (max-width: 1299px) {
    .hero-style3 .hero-title {
        font-size: 70px;
        line-height: 90px
    }
}

@media (max-width: 1199px) {
    .hero-style3 .hero-title {
        font-size: 50px;
        line-height: 70px
    }
}

@media (max-width: 767px) {
    .hero-style3 .hero-title {
        font-size: 40px;
        line-height: 60px
    }
}

@media (max-width: 375px) {
    .hero-style3 .hero-title {
        font-size: 28px;
        line-height: 45px
    }
}

@media (max-width: 1199px) {
    .hero-3 .themeholy-hero-bg {
        background-size: 130% 100%
    }

    .hero-style3 {
        padding: 260px 0 120px 0;
        max-width: 650px
    }
}

@media (max-width: 991px) {
    .hero-3 .themeholy-hero-bg {
        background-size: 160% 100%
    }

    .hero-style3 {
        padding: 180px 0 100px 0
    }

        .hero-style3 .hero-subtitle img {
            max-width: 100%
        }
}

@media (max-width: 767px) {
    .hero-3 .themeholy-hero-bg {
        background-size: 180% 100%
    }
}

@media (max-width: 575px) {
    .hero-3 .themeholy-hero-bg {
        background-size: 200% 100%
    }

    .hero-style3 {
        padding: 170px 0 90px 0
    }
}

.pagingInfo {
    position: absolute;
    bottom: 7%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pagingInfo1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color)
}

.pagingInfo2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color)
}

.number-pagination {
    width: 5%;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color)
}

.total-pagination {
    width: 5%;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color)
}

.progress-wrapper {
    min-width: 150px;
    --space: 38%
}

.progress {
    position: absolute;
    top: 60%;
    left: var(--space);
    width: calc(100% - var(--space)*2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 190px;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    background-color: var(--title-color);
    background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .4s ease-in-out;
    transition: background-size .4s ease-in-out
}

.error-content {
    text-align: center
}

.error-img {
    text-align: center;
    margin-bottom: 60px
}

.error-title {
    margin-bottom: 20px
}

.error-text {
    margin-bottom: 35px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 991px) {
    .error-img {
        margin-bottom: 30px
    }

    .error-title {
        margin-bottom: 15px
    }
}

@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 .themeholy-social a {
        background-color: transparent;
        border: 1px solid
    }

        .sidemenu-wrapper .themeholy-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: 50px;
        font-size: 24px;
        padding: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: var(--white-color);
        border-radius: 50%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

        .sidemenu-wrapper .closeButton:hover {
            color: var(--theme-color);
            border-color: var(--theme-color);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .sidemenu-wrapper .sidemenu-content {
        background-color: var(--white-color);
        width: 450px;
        margin-left: auto;
        padding: 80px 30px;
        height: 100%;
        overflow: scroll;
        position: relative;
        right: -500px;
        cursor: auto;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        -webkit-transition: right ease 1s;
        transition: right ease 1s
    }

        .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
            box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
            background-color: #F5F5F5
        }

        .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
            width: 2px;
            background-color: #F5F5F5
        }

    .sidemenu-wrapper .widget {
        padding: 0;
        border: none;
        background-color: transparent
    }

    .sidemenu-wrapper.show {
        opacity: 1;
        visibility: visible;
        width: 100%;
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s
    }

        .sidemenu-wrapper.show .sidemenu-content {
            right: 0;
            opacity: 1;
            visibility: visible
        }

.woocommerce-message,
.woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 5px
}

    .woocommerce-message a,
    .woocommerce-info a {
        color: var(--white-color);
        text-decoration: underline
    }

        .woocommerce-message a:hover,
        .woocommerce-info a:hover {
            color: var(--title-color)
        }

    .woocommerce-message:before,
    .woocommerce-info:before {
        content: '\f06a';
        font-family: var(--icon-font);
        font-weight: 400;
        margin-right: 10px;
        font-size: 18px;
        position: absolute;
        left: 20px;
        top: 11px
    }

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color)
}

    .woocommerce-notices-wrapper .woocommerce-message:before {
        content: '\f14a';
        font-weight: 300
    }

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
    color: var(--white-color)
}

    .woocommerce-form-login-toggle .woocommerce-info a {
        color: inherit
    }

        .woocommerce-form-login-toggle .woocommerce-info a:hover {
            color: var(--title-color)
        }

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;
    border-radius: 10px
}

@media (max-width: 575px) {

    .woocommerce-form-register,
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px
    }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 20px
}

    .woocommerce-form-register .form-group:last-child,
    .woocommerce-form-coupon .form-group:last-child,
    .woocommerce-form-login .form-group:last-child {
        margin-bottom: 0
    }

.woocommerce-form-login {
    margin-bottom: 30px
}

.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none
}

    nav.woocommerce-MyAccount-navigation li:first-child {
        border-top: 1px solid #ddd
    }

    nav.woocommerce-MyAccount-navigation li a {
        color: var(--title-color);
        font-weight: 700;
        padding: 7px 17px;
        display: block
    }

        nav.woocommerce-MyAccount-navigation li.is-active a,
        nav.woocommerce-MyAccount-navigation li a:hover {
            color: var(--white-color);
            background-color: var(--theme-color)
        }

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700
}

    .woocommerce-MyAccount-content .btn:hover {
        background-color: var(--title-color);
        color: var(--white-color)
    }

table.variations,
.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

    table.variations td,
    .woocommerce-grouped-product-list-item td {
        border: none;
        vertical-align: middle;
        padding: 0 5px
    }

        table.variations td:first-child,
        .woocommerce-grouped-product-list-item td:first-child {
            padding: 0
        }

    table.variations label,
    .woocommerce-grouped-product-list-item label {
        margin: 0;
        font-size: 14px;
        text-transform: capitalize
    }

        table.variations label a,
        .woocommerce-grouped-product-list-item label a {
            color: var(--title-color)
        }

            table.variations label a:hover,
            .woocommerce-grouped-product-list-item label a:hover {
                color: var(--theme-color)
            }

    table.variations .label,
    .woocommerce-grouped-product-list-item .label {
        border: none
    }

table.variations__label,
.woocommerce-grouped-product-list-item__label {
    border: none !important;
    font-weight: 600
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
    border: none !important
}

    table.variations__price .price,
    table.variations__price .amount,
    .woocommerce-grouped-product-list-item__price .price,
    .woocommerce-grouped-product-list-item__price .amount {
        font-size: 18px !important
    }

table.variations del,
.woocommerce-grouped-product-list-item del {
    margin-left: 12px
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid var(--border-color)
}

    .woocommerce-product-attributes th p:last-child,
    .woocommerce-product-attributes td p:last-child {
        margin-bottom: 0
    }

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px
}

    .woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
        font-size: 16px;
        color: var(--title-color)
    }

    .woocommerce-grouped-product-list.group_table label {
        margin: 0 0 0 10px;
        margin: 0 0 0 10px;
        font-family: var(--title-font);
        font-size: 18px
    }

    .woocommerce-grouped-product-list.group_table .qty-input {
        border-color: #e3e6e9
    }

    .woocommerce-grouped-product-list.group_table tr {
        border-bottom: 1px solid #e3e6e9
    }

        .woocommerce-grouped-product-list.group_table tr:last-child {
            border-bottom: none
        }

    .woocommerce-grouped-product-list.group_table td {
        padding: 30px 5px
    }

table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative
}

    table.variations td {
        padding: 0
    }

        table.variations td.label {
            padding-right: 10px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content
        }

    table.variations select {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-weight: 400;
        line-height: 1.5;
        vertical-align: middle;
        margin: 0;
        padding-right: 54px;
        padding-left: 20px;
        height: 50px
    }

    table.variations .reset_variations {
        margin-left: 16px;
        display: inline-block;
        position: absolute;
        left: 100%;
        bottom: 25px
    }

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
    width: auto !important
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px
}

    .woocommerce-variation.single_variation .price {
        color: var(--title-color);
        font-weight: 700
    }

.wooscp-table-items td.woocommerce-product-attributes-item__value {
    padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111
}

table.woocommerce-product-attributes {
    margin-bottom: 30px
}

#woosq-popup .product_meta {
    margin-top: 20px
}

#woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 5px
}

#woosq-popup .single-product .product .actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

    #woosq-popup .single-product .product .actions > div {
        height: auto;
        overflow: visible;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

        #woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content
        }

.login-tab {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .login-tab button.nav-link {
        background-color: var(--smoke-color);
        color: var(--title-color);
        padding: 11px 39px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 15px ​15px 0
    }

        .login-tab button.nav-link.active {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px
}

    .star-rating:before {
        content: "\f005\f005\f005\f005\f005";
        color: #e1e1e1;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        letter-spacing: 5px
    }

    .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em
    }

        .star-rating span:before {
            content: "\f005\f005\f005\f005\f005";
            top: 0;
            position: absolute;
            left: 0;
            color: var(--theme-color);
            letter-spacing: 5px
        }

.rating-select label {
    margin: 0;
    margin-right: 10px
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1
}

    .rating-select p.stars a {
        position: relative;
        height: 14px;
        width: 18px;
        text-indent: -999em;
        display: inline-block;
        text-decoration: none
    }

        .rating-select p.stars a::before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 14px;
            line-height: 1;
            font-family: var(--icon-font);
            content: "\f005";
            font-weight: 400;
            text-indent: 0;
            color: var(--yellow-color)
        }

        .rating-select p.stars a:hover ~ a::before {
            content: "\f005";
            font-weight: 400
        }

    .rating-select p.stars:hover a::before {
        content: "\f005";
        font-weight: 700
    }

    .rating-select p.stars.selected a.active::before {
        content: "\f005";
        font-weight: 700
    }

    .rating-select p.stars.selected a.active ~ a::before {
        content: "\f005";
        font-weight: 400
    }

    .rating-select p.stars.selected a:not(.active)::before {
        content: "\f005";
        font-weight: 700
    }

@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
        }
}

.woocommerce-Reviews .themeholy-comments-wrap {
    box-shadow: none;
    padding: 0
}

.woocommerce-Reviews .themeholy-post-comment {
    border: 1px solid var(--border-color) !important;
    padding: 30px !important;
    box-shadow: none;
    margin-bottom: 0px
}

.themeholy-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: var(--white-color);
    padding-bottom: 0px;
    border-radius: 0px
}

    .themeholy-product .product-title {
        font-size: 20px;
        margin: 10px 0 10px 0
    }

        .themeholy-product .product-title a {
            color: inherit
        }

            .themeholy-product .product-title a:hover {
                color: var(--theme-color)
            }

    .themeholy-product .price {
        display: block;
        color: var(--body-color);
        font-weight: 500;
        font-size: 18px;
        margin-bottom: -0.4em
    }

        .themeholy-product .price del {
            margin-left: 5px;
            color: #a9a9a9
        }

    .themeholy-product .product-img {
        --space: 20px;
        background-color: transparent;
        overflow: hidden;
        position: relative;
        text-align: center;
        border-radius: 0px;
        z-index: 2;
        margin: 0 0 30px 0
    }

        .themeholy-product .product-img:before {
            --space: 20px;
            content: '';
            height: calc(100% - var(--space)*2);
            width: calc(100% - var(--space)*2);
            position: absolute;
            top: var(--space);
            left: var(--space);
            background-color: var(--title-color);
            z-index: 1;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

        .themeholy-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)
        }

    .themeholy-product .star-rating {
        margin: 0 auto 5px auto;
        width: 100px;
        font-size: 14px
    }

    .themeholy-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
    }

        .themeholy-product .actions .icon-btn {
            --btn-size: 40px !important;
            line-height: 42px !important;
            font-size: 14px;
            border-color: var(--theme-color);
            color: var(--white-color);
            background: var(--theme-color);
            border-radius: 0px
        }

            .themeholy-product .actions .icon-btn i {
                margin-right: 1px
            }

            .themeholy-product .actions .icon-btn:hover {
                color: var(--theme-color);
                background: var(--white-color);
                border-color: var(--white-color)
            }

        .themeholy-product .actions > * {
            margin: 0 var(--icon-gap-x, 5px)
        }

            .themeholy-product .actions > * > a {
                margin: 0
            }

    .themeholy-product .product-tag {
        width: 60px;
        height: 30px;
        font-size: 16px;
        font-weight: 400;
        background-color: var(--theme-color);
        line-height: 31px;
        color: var(--white-color);
        border-radius: 0px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9
    }

    .themeholy-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
    }

    .themeholy-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
    .themeholy-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block
    }

        .themeholy-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
        .themeholy-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
            position: relative;
            top: -1px;
            left: 0;
            line-height: inherit;
            margin: 0;
            font-size: 24px
        }

    .themeholy-product .tinv-wishlist a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: var(--white-color);
        color: var(--title-color);
        border-radius: 0
    }

        .themeholy-product .tinv-wishlist a:hover {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

    .themeholy-product .add_to_cart_button.added {
        display: none
    }

    .themeholy-product .added_to_cart {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-size: 0;
        text-align: center;
        border-radius: 0px
    }

        .themeholy-product .added_to_cart:after {
            content: "\f07a";
            position: relative;
            font-family: var(--icon-font);
            font-size: 16px;
            font-weight: 700
        }

        .themeholy-product .added_to_cart:hover {
            background-color: var(--title-color);
            color: var(--white-color)
        }

    .themeholy-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
    }

    .themeholy-product:hover .product-img:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        visibility: visible;
        opacity: 0.7
    }

    .themeholy-product:hover .product-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .themeholy-product:hover .actions {
        margin-top: 0;
        opacity: 1;
        visibility: visible
    }

    .themeholy-product:hover .icon-btn {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .themeholy-product.list-view {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        height: 100%
    }

        .themeholy-product.list-view .product-img {
            width: 100%;
            max-width: 200px;
            margin: 0
        }

        .themeholy-product.list-view .star-rating {
            margin: 0 auto 10px 0;
            width: 93px
        }

        .themeholy-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
        }

        .themeholy-product.list-view .actions {
            --btn-size: 35px;
            --btn-font-size: 13px;
            --icon-gap-x: 2px
        }

        .themeholy-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
        .themeholy-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
            width: 35px;
            height: 35px;
            line-height: 35px
        }

            .themeholy-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
            .themeholy-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
                font-size: 20px
            }

        .themeholy-product.list-view .tinv-wishlist a {
            width: 35px;
            height: 35px;
            line-height: 35px
        }

        .themeholy-product.list-view .added_to_cart {
            width: 35px;
            height: 35px;
            line-height: 35px
        }

            .themeholy-product.list-view .added_to_cart:after {
                font-size: 16px
            }

        .themeholy-product.list-view .action-btn {
            padding: 8px 15px
        }

        .themeholy-product.list-view .tag {
            top: 8px;
            right: 8px;
            padding: 0px 15px
        }

        .themeholy-product.list-view .product-title {
            font-size: 18px;
            margin: 0 0 5px 0
        }

        .themeholy-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: 40px;
        padding-bottom: 40px
    }

    .mfp-content .container {
        position: relative
    }

    .mfp-content .product-big-img {
        margin-top: 15px;
        margin-bottom: 15px
    }

.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 .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
    display: none
}

.woosq-product > .product > div {
    height: auto
}

.th-sort-bar {
    padding: 0;
    margin: 0 0 24px 0
}

    .th-sort-bar .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 15px
    }

    .th-sort-bar .single-select,
    .th-sort-bar select {
        height: 60px;
        line-height: 60px;
        padding: 0 30px;
        border: 1px solid var(--border-color);
        background-color: var(--white-color);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 250px;
        font-size: 16px;
        margin: 0;
        border-radius: 0px;
        color: var(--body-color);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
        background-position: right 26px center;
        background-repeat: no-repeat;
        background-size: 16px 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer
    }

    .th-sort-bar .woocommerce-result-count {
        margin-bottom: 0;
        color: var(--body-color)
    }

    .th-sort-bar .nav a {
        display: inline-block;
        height: 50px;
        width: 50px;
        line-height: 50px;
        border: 1px solid var(--border-color);
        background-color: var(--white-color);
        text-align: center;
        position: relative;
        font-family: var(--title-font);
        font-weight: 600;
        font-size: 16px;
        text-transform: capitalize;
        color: var(--body-color);
        margin: 0 0 0 10px
    }

        .th-sort-bar .nav a.active,
        .th-sort-bar .nav a:hover {
            color: var(--theme-color)
        }

.product-thumb-area {
    position: relative
}

    .product-thumb-area .product-thumb-tab {
        position: absolute;
        bottom: 50px;
        left: 0
    }

.product-thumb-tab {
    --thumb: 87px;
    --gap: 0px;
    position: relative;
    z-index: 3;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

    .product-thumb-tab .tab-btn {
        background-color: var(--white-color);
        cursor: pointer;
        height: var(--thumb);
        width: var(--thumb);
        padding: var(--gap);
        border-radius: 0px
    }

        .product-thumb-tab .tab-btn img {
            max-width: 100%;
            width: 100%;
            border-radius: inherit
        }

        .product-thumb-tab .tab-btn:not(:last-of-type) {
            margin-right: 15px
        }

.product-big-img {
    background-color: #f4f4f4;
    text-align: center;
    border-radius: 0px;
    position: relative
}

    .product-big-img .img {
        width: 100%;
        border-radius: 0px
    }

        .product-big-img .img img {
            width: 100%;
            border-radius: 0px;
            height: 100%;
            object-fit: cover
        }

    .product-big-img .add_to_wishlist {
        position: absolute;
        top: 48px;
        right: 48px
    }

.product-thumb,
.product-big-img {
    background-color: #f4f4f4;
    text-align: center;
    border-radius: 0px;
    position: relative
}

    .product-thumb .img,
    .product-big-img .img {
        width: 100%;
        border-radius: 0px
    }

        .product-thumb .img img,
        .product-big-img .img img {
            width: 100%;
            border-radius: 0px;
            height: 100%;
            object-fit: cover
        }

    .product-thumb .add_to_wishlist,
    .product-big-img .add_to_wishlist {
        position: absolute;
        top: 48px;
        right: 48px
    }

.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 #ececec;
    margin: 85px auto 33px auto;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px
}

@media (max-width: 767px) {
    .product-tab-style1 {
        gap: 20px
    }
}

.woocommerce-table {
    margin-bottom: 0
}

.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em
}

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    box-shadow: none
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none;
    margin-bottom: 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
}

    .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: 15px !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: 767px) {
    .woocommerce-Reviews .comment-list {
        display: block
    }

    .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
}

#reviews {
    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-about {
    padding-left: 24px
}

    .summary-content .product-title,
    .product-about .product-title {
        margin: -0.4em 0 18px 0;
        font-weight: 800
    }

    .summary-content > .price,
    .product-about > .price {
        font-size: 20px;
        font-weight: 700;
        color: var(--title-color);
        display: block;
        margin-bottom: 28px;
        margin-right: 10px;
        line-height: inherit
    }

        .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: 25px
    }

        .summary-content .product-rating .star-rating,
        .product-about .product-rating .star-rating {
            width: 91px;
            font-size: 12px;
            margin-right: 8px
        }

    .summary-content .woocommerce-review-link,
    .product-about .woocommerce-review-link {
        color: var(--body-color)
    }

    .summary-content .checklist,
    .product-about .checklist {
        margin: 30px 0 40px 0
    }

        .summary-content .checklist li,
        .product-about .checklist li {
            font-weight: 400
        }

    .summary-content .actions,
    .product-about .actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        margin: 33px 0 27px 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .summary-content .actions .themeholy-btn,
        .product-about .actions .themeholy-btn {
            padding: 16px 30px
        }

            .summary-content .actions .themeholy-btn .btn-icon,
            .product-about .actions .themeholy-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);
            border-radius: 4px
        }

            .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 .themeholy-social a,
    .product-about .themeholy-social a {
        --icon-size: 40px;
        line-height: 38px;
        font-size: 14px;
        border: 1px solid var(--border-color);
        border-radius: 0
    }

        .summary-content .themeholy-social a:hover,
        .product-about .themeholy-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: 56px;
        height: 56px;
        line-height: 56px;
        display: inline-block;
        border-radius: 4px
    }

        .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;
        border: 1px solid #eeeeee;
        border-radius: 4px;
        margin-left: 5px;
        margin-right: 0px;
        height: 60px
    }

        .summary-content .quantity:after,
        .summary-content .quantity:after,
        .product-about .quantity:after,
        .product-about .quantity:after {
            content: "";
            height: 100%;
            width: 1px;
            background-color: #eeeeee;
            position: absolute;
            top: 0;
            left: 55px
        }

        .summary-content .quantity .qty-input,
        .product-about .quantity .qty-input {
            width: 112px;
            height: 56px;
            background-color: transparent;
            color: var(--title-color);
            text-align: left;
            padding: 0 21px;
            font-weight: 500;
            border-left: 1px solid #eeeeee;
            border-right: 1px solid #eeeeee
        }

        .summary-content .quantity .qty-btn,
        .product-about .quantity .qty-btn {
            content: "";
            position: absolute;
            color: var(--title-color);
            background-color: transparent;
            right: 4px;
            border: none;
            line-height: 60px
        }

        .summary-content .quantity .quantity-plus,
        .product-about .quantity .quantity-plus {
            bottom: 12px
        }

        .summary-content .quantity .quantity-minus,
        .product-about .quantity .quantity-minus {
            top: 8px
        }

.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
}

.woosq-product .thumbnails img {
    padding: 10px
}

.woosq-product .thumbnails .slick-dots {
    bottom: auto;
    margin-top: 30px
}

    .woosq-product .thumbnails .slick-dots li ~ li {
        margin-left: 5px
    }

    .woosq-product .thumbnails .slick-dots li button {
        background: var(--theme-color);
        position: relative
    }

        .woosq-product .thumbnails .slick-dots li button:before {
            display: none
        }

#woosq-popup .single-product .product .tinvwl-shortcode-add-to-cart {
    display: none
}

.mfp-woosq .mfp-close {
    width: 44px;
    height: 44px;
    line-height: initial
}

.woocommerce-Reviews .th-post-comment {
    border-radius: 0px
}

    .woocommerce-Reviews .th-post-comment .text {
        margin-bottom: -0.5em
    }

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    margin-right: 0 !important;
    box-shadow: none
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none
}

    .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
}

@media (max-width: 767px) {
    .woocommerce-Reviews .comment-list {
        display: block
    }
}

.woocommerce-Reviews .comment-list li {
    max-width: 100%;
    margin: 12px;
    padding-bottom: 20px
}

.woocommerce-Reviews .th-post-comment {
    border: 1px solid var(--border-color) !important;
    padding: 30px !important;
    box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
    margin-bottom: 0px
}

    .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: 30px !important
    }
}

@media (max-width: 575px) {
    .woocommerce-Reviews .th-comment-form {
        padding: 40px 20px
    }
}

@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
    }

        .summary-content .actions,
        .product-about .actions {
            margin: 0
        }

    .product-big-img .img {
        height: 540px
    }
}

@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
    }

        .th-sort-bar .nav {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .th-sort-bar .single-select,
        .th-sort-bar select {
            margin: 0 auto;
            width: 100%
        }

        .th-sort-bar .woocommerce-result-count {
            padding-left: 0
        }

    .th-product-box.list-view .product-img {
        max-width: 130px
    }

    .th-product-box.list-view .actions {
        --btn-size: 30px;
        --btn-font-size: 10px;
        --icon-gap-x: 2px
    }
}

@media (max-width: 575px) {
    .product-about .actions {
        gap: 15px 15px
    }

    .product-thumb-tab {
        --thumb: 74px;
        --gap: 6px
    }

        .product-thumb-tab .tab-btn {
            border-radius: 0px
        }

            .product-thumb-tab .tab-btn:not(:last-of-type) {
                margin-bottom: 10px
            }

        .product-thumb-tab .indicator {
            border-radius: 0px
        }

    .product-big-img .img {
        height: 370px
    }

    .product-grid {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto
    }

    .summary-content .product-title,
    .product-about .product-title {
        margin: 0 0 7px 0
    }

    .summary-content > .price,
    .product-about > .price {
        font-size: 24px;
        margin-bottom: 9px
    }
}

@media (max-width: 375px) {
    .th-product.list-view .product-img {
        max-width: 130px
    }
}

.woosq-product .thumbnails .slick-list {
    display: block
}

.woocommerce-cart-form {
    text-align: center
}

.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px;
    width: 100%
}

    .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-productname:hover {
            color: var(--theme-color)
        }

    .cart_table .cart-productimage {
        display: inline-block;
        border: 2px solid var(--smoke-color);
        border-radius: 5px
    }

    .cart_table .remove {
        color: var(--theme-color);
        font-size: 18px
    }

    .cart_table .quantity {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cart_table .qty-btn {
        border: 2px solid var(--smoke-color) !important;
        background-color: transparent;
        color: #b8c6d0;
        padding: 0;
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 16px;
        border-radius: 4px
    }

        .cart_table .qty-btn:hover {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

    .cart_table .qty-input {
        vertical-align: middle;
        border: 2px solid var(--smoke-color);
        width: 70px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        color: var(--title-color);
        font-weight: 700;
        margin: 0 10px;
        border-radius: 4px;
        padding: 0
    }

        .cart_table .qty-input::-moz-placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input::-webkit-input-placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input:-ms-input-placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input::-ms-input-placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input::placeholder {
            color: var(--title-color)
        }

        .cart_table .qty-input::-webkit-outer-spin-button,
        .cart_table .qty-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        .cart_table .qty-input[type=number] {
            -moz-appearance: textfield
        }

    .cart_table .actions {
        text-align: right;
        vertical-align: middle
    }

        .cart_table .actions > .as-btn {
            font-size: 16px;
            padding: 14px 28px;
            margin-right: 15px
        }

            .cart_table .actions > .as-btn:last-child {
                margin-right: 0
            }

    .cart_table .as-cart-coupon {
        float: left;
        margin: 0;
        width: 455px;
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .cart_table .as-cart-coupon input {
            width: calc(100% - 200px);
            margin-right: 10px;
            border-radius: 10px
        }

        .cart_table .as-cart-coupon .as-btn {
            font-size: 16px;
            padding: 14px 25px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content
        }

.cart_totals {
    border: 1px solid #ecf0f1;
    margin-bottom: 30px
}

    .cart_totals th,
    .cart_totals td {
        vertical-align: top;
        padding: 20px 20px;
        border: none;
        border-bottom: 1px solid #ecf0f1;
        font-size: 14px;
        color: var(--title-color);
        width: 55%
    }

        .cart_totals th:first-child,
        .cart_totals td:first-child {
            width: 45%;
            background-color: #f9fbfb;
            font-weight: 700;
            font-size: 14px;
            color: #333333
        }

    .cart_totals .shipping-calculator-button {
        display: inline-block;
        border-bottom: 1px solid;
        color: var(--title-color);
        font-weight: 700
    }

        .cart_totals .shipping-calculator-button:hover {
            color: var(--theme-color)
        }

    .cart_totals .woocommerce-shipping-destination {
        margin-bottom: 10px
    }

    .cart_totals .woocommerce-shipping-methods {
        margin-bottom: 0
    }

    .cart_totals .shipping-calculator-form {
        display: none
    }

        .cart_totals .shipping-calculator-form p:first-child {
            margin-top: 20px
        }

        .cart_totals .shipping-calculator-form p:last-child {
            margin-bottom: 0
        }

        .cart_totals .shipping-calculator-form .as-btn {
            padding: 5px 30px
        }

    .cart_totals .amount {
        font-weight: 700
    }

    .cart_totals .order-total .amount {
        color: var(--theme-color)
    }

@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px
    }

    .cart_table .cart-productname {
        font-size: 14px
    }

    .cart_table .as-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart_table .actions {
        text-align: center
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none
    }

        .cart_table thead {
            display: none
        }

        .cart_table td {
            padding: 15px;
            display: block;
            width: 100%;
            padding-left: 25%;
            text-align: right;
            border: 1px solid #f3f3f3;
            border-bottom: none
        }

            .cart_table td::before {
                display: block
            }

            .cart_table td:last-child {
                border-bottom: 1px solid #f3f3f3
            }

            .cart_table td.actions {
                padding-left: 15px;
                text-align: center
            }

                .cart_table td.actions > .as-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 > .as-btn:last-child {
                        margin-right: auto
                    }

        .cart_table .as-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 .as-cart-coupon input {
                width: 100%;
                margin-bottom: 10px
            }

    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px
    }

        .cart_totals th:first-child,
        .cart_totals td:first-child {
            width: 17%;
            line-height: 1.4
        }
}

.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
    margin-bottom: 0
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    margin-bottom: 0
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -35px
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #e3e6e9;
    border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 0
}

    .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
    .woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
        color: var(--body-color)
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    padding: 0
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
    margin-bottom: var(--bs-gutter-x)
}

#ship-to-different-address {
    margin-top: 15px
}

.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid #e3e6e9
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 60px;
        padding-left: 30px;
        padding-right: 25px
    }

.woocommerce-billing-fields .form-row {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '\f107';
    font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 30px
}

span.select2-selection.select2-selection--single:focus {
    outline: none
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 0;
    background-position: right 13px center
}

.shipping-calculator-form .themeholy-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50
}

.checkout-ordertable th {
    font-weight: 800;
    text-align: left
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0
}

.checkout-ordertable .order-total .amount {
    color: var(--theme-color)
}

.checkout-ordertable input[type="hidden"] ~ label {
    color: var(--theme-color)
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x)
}

.woocommerce-checkout-payment {
    text-align: left
}

    .woocommerce-checkout-payment ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        .woocommerce-checkout-payment ul li {
            padding-top: 12px;
            border-bottom: 1px solid #d8d8d8;
            border-radius: 4px;
            font-size: 16px
        }

        .woocommerce-checkout-payment ul input[type="radio"] ~ label {
            margin-bottom: 17px;
            color: var(--body-color)
        }

            .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
                margin-bottom: -2px;
                margin-left: 10px
            }

    .woocommerce-checkout-payment .place-order {
        padding-top: 30px
    }

    .woocommerce-checkout-payment .payment_box {
        color: #a1b1bc;
        background-color: #ecf0f1;
        border: 1px solid #d8d8d8;
        border-bottom: none;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 4px;
        display: none
    }

        .woocommerce-checkout-payment .payment_box p {
            margin: 0
        }

.themeholy-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none
    }

    .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
        max-width: 150px
    }

    .checkout-ordertable th,
    .checkout-ordertable td {
        padding: 5px 20px 5px 60px
    }
}

.tinv-wishlist input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    vertical-align: middle;
    width: auto;
    height: auto
}

.tinv-wishlist .tinv-header {
    margin-top: -0.8rem
}

.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: #eee;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px
}

.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 10px;
    font-weight: 700
}

.tinv-wishlist table {
    border: none
}

    .tinv-wishlist table th {
        color: var(--title-color)
    }

    .tinv-wishlist table td,
    .tinv-wishlist table th {
        padding: 15.3px 10px;
        border-bottom: 1px solid var(--border-color);
        text-align: center
    }

    .tinv-wishlist table thead {
        background-color: var(--smoke-color)
    }

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
    width: 40px;
    text-align: center
}

.tinv-wishlist .product-thumbnail {
    width: 110px
}

.tinv-wishlist .stock.in-stock {
    margin-bottom: 0
}

.tinv-wishlist ins {
    text-decoration: none
}

.tinv-wishlist .product-remove button {
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 0;
    padding-top: 0
}

    .tinv-wishlist .product-remove button i {
        line-height: 22px;
        font-size: 16px
    }

.tinv-wishlist .tinvwl-mobile {
    display: none
}

.tinv-wishlist .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 295px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .tinv-wishlist .social-buttons ul {
        padding-left: 0;
        margin-bottom: 0;
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 6px
    }

.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 16px
}

.tinv-wishlist .product-stock .stock {
    display: block
}

.tinv-wishlist .product-stock span {
    display: inline
}

.tinv-wishlist .product-stock i {
    margin-right: 5px
}

.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color)
}

.tinv-wishlist button.button {
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--theme-color);
    color: #fff;
    padding: 1px 15px;
    min-width: 140px
}

    .tinv-wishlist button.button.mask-btn {
        padding: 0
    }

    .tinv-wishlist button.button .btn-text-mask {
        padding: 0.5px 21px
    }

    .tinv-wishlist button.button:hover {
        background-color: var(--title-color);
        color: #fff
    }

    .tinv-wishlist button.button i {
        font-size: 14px !important;
        margin-right: 3px !important
    }

.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font)
}

    .tinv-wishlist td.product-name a {
        color: var(--body-color)
    }

        .tinv-wishlist td.product-name a:hover {
            color: var(--theme-color)
        }

.tinv-wishlist td.product-price del {
    margin-left: 8px;
    font-size: 0.9em
}

.tinv-wishlist .social-buttons > span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color)
}

.tinv-wishlist .social-buttons li {
    display: inline-block;
    margin-right: 0
}

    .tinv-wishlist .social-buttons li a.social {
        background-color: var(--theme-color);
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        margin-left: 3px
    }

        .tinv-wishlist .social-buttons li a.social:first-child {
            margin-left: 0
        }

        .tinv-wishlist .social-buttons li a.social i {
            line-height: inherit
        }

        .tinv-wishlist .social-buttons li a.social:hover {
            background-color: var(--title-color);
            color: var(--white-color)
        }

@media (max-width: 991px) {
    .tinvwl-full {
        display: none
    }

    .tinv-wishlist .tinvwl-mobile {
        display: block
    }

    .tinvwl-txt {
        display: none !important
    }

    .product-stock {
        width: 40px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
        border-bottom: 1px solid var(--border-color)
    }

        .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
        .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
            display: none
        }

        .tinv-wishlist table td,
        .tinv-wishlist table th {
            border: 1px solid var(--border-color)
        }

        .tinv-wishlist table.tinvwl-table-manage-list tbody td {
            display: block;
            width: 100% !important;
            text-align: center
        }

    .product-name {
        text-align: center
    }

    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border-bottom: none
    }

    .tinv-wishlist table tfoot {
        border-bottom: 1px solid var(--border-color)
    }

    .tinv-wishlist .social-buttons {
        max-width: 100%;
        margin-left: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .tinv-wishlist .social-buttons ul {
            margin-left: unset;
            margin-top: 5px
        }

    .tinvwl-txt {
        display: inline-block !important
    }
}

.contact-img {
    height: 100%;
    position: relative;
    z-index: 2
}

    .contact-img img {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        height: 100%
    }

.rsvp-form .form-group {
    margin-bottom: 30px
}

.contact-area {
    --space: 60px;
    position: relative
}

    .contact-area::before {
        content: '';
        height: calc(100% - var(--space)*2);
        width: calc(100% + var(--space)*2);
        position: absolute;
        top: var(--space);
        left: calc(0px - var(--space));
        border: 2px solid var(--theme-color)
    }

    .contact-area .shape {
        position: absolute;
        top: 0;
        left: -182px
    }

@media (max-width: 1199px) {
    .contact-area::before {
        display: none
    }

    .contact-img img {
        max-width: 100%
    }
}

.request-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background-color: var(--smoke-color)
}

@media (max-width: 991px) {
    .request-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }
}

.themeholy-request-form {
    background-color: var(--theme-color-2);
    padding: 60px
}

@media (max-width: 1199px) {
    .themeholy-request-form {
        padding: 40px;
        margin-right: 10px
    }

        .themeholy-request-form .btn-group {
            margin-bottom: 0px
        }
}

@media (max-width: 991px) {
    .themeholy-request-form {
        margin-right: 7px
    }
}

@media (max-width: 767px) {
    .themeholy-request-form {
        margin-right: 5px
    }
}

@media (max-width: 575px) {
    .themeholy-request-form {
        padding: 30px;
        margin-right: 0px
    }
}

.themeholy-request-form.style2 {
    background-color: transparent;
    min-width: 880px;
    width: 100%;
    padding: 60px
}

@media (max-width: 1299px) {
    .themeholy-request-form.style2 {
        min-width: 700px
    }
}

@media (max-width: 1199px) {
    .themeholy-request-form.style2 {
        min-width: 550px;
        padding: 40px
    }
}

@media (max-width: 991px) {
    .themeholy-request-form.style2 {
        min-width: 100%;
        padding: 30px
    }
}

@media (max-width: 575px) {
    .themeholy-request-form.style2 {
        padding: 30px
    }
}

.themeholy-request-form.style2 .request-wrapper {
    background-color: transparent
}

.themeholy-request-form.style2 .form-group select,
.themeholy-request-form.style2 .form-group .form-control,
.themeholy-request-form.style2 .form-group .form-select,
.themeholy-request-form.style2 .form-group textarea,
.themeholy-request-form.style2 .form-group input {
    background-color: var(--white-color);
    color: var(--black-color-2)
}

    .themeholy-request-form.style2 .form-group select:focus,
    .themeholy-request-form.style2 .form-group .form-control:focus,
    .themeholy-request-form.style2 .form-group .form-select:focus,
    .themeholy-request-form.style2 .form-group textarea:focus,
    .themeholy-request-form.style2 .form-group input:focus {
        outline: 0;
        box-shadow: none;
        border-color: var(--theme-color);
        background-color: var(--white-color)
    }

    .themeholy-request-form.style2 .form-group select::-moz-placeholder,
    .themeholy-request-form.style2 .form-group .form-control::-moz-placeholder,
    .themeholy-request-form.style2 .form-group .form-select::-moz-placeholder,
    .themeholy-request-form.style2 .form-group textarea::-moz-placeholder,
    .themeholy-request-form.style2 .form-group input::-moz-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style2 .form-group select::-webkit-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-control::-webkit-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-select::-webkit-input-placeholder,
    .themeholy-request-form.style2 .form-group textarea::-webkit-input-placeholder,
    .themeholy-request-form.style2 .form-group input::-webkit-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style2 .form-group select:-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-control:-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-select:-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group textarea:-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group input:-ms-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style2 .form-group select::-webkit-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-control::-webkit-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-select::-webkit-input-placeholder,
    .themeholy-request-form.style2 .form-group textarea::-webkit-input-placeholder,
    .themeholy-request-form.style2 .form-group input::-webkit-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style2 .form-group select::-moz-placeholder,
    .themeholy-request-form.style2 .form-group .form-control::-moz-placeholder,
    .themeholy-request-form.style2 .form-group .form-select::-moz-placeholder,
    .themeholy-request-form.style2 .form-group textarea::-moz-placeholder,
    .themeholy-request-form.style2 .form-group input::-moz-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style2 .form-group select:-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-control:-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-select:-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group textarea:-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group input:-ms-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style2 .form-group select::-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-control::-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group .form-select::-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group textarea::-ms-input-placeholder,
    .themeholy-request-form.style2 .form-group input::-ms-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style2 .form-group select::placeholder,
    .themeholy-request-form.style2 .form-group .form-control::placeholder,
    .themeholy-request-form.style2 .form-group .form-select::placeholder,
    .themeholy-request-form.style2 .form-group textarea::placeholder,
    .themeholy-request-form.style2 .form-group input::placeholder {
        color: var(--black-color-2)
    }

.themeholy-request-form.style2 .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-color)
}

.themeholy-request-form.style2 .form-group .nice-select:after {
    border-bottom: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color)
}

.themeholy-request-form.style3 {
    background-color: var(--smoke-color);
    max-width: 100%;
    padding: 60px
}

@media (max-width: 1199px) {
    .themeholy-request-form.style3 {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .themeholy-request-form.style3 {
        padding: 20px
    }
}

.themeholy-request-form.style3 .form-group select,
.themeholy-request-form.style3 .form-group .form-control,
.themeholy-request-form.style3 .form-group .form-select,
.themeholy-request-form.style3 .form-group textarea,
.themeholy-request-form.style3 .form-group input {
    background-color: var(--white-color);
    color: var(--body-color)
}

    .themeholy-request-form.style3 .form-group select:focus,
    .themeholy-request-form.style3 .form-group .form-control:focus,
    .themeholy-request-form.style3 .form-group .form-select:focus,
    .themeholy-request-form.style3 .form-group textarea:focus,
    .themeholy-request-form.style3 .form-group input:focus {
        outline: 0;
        box-shadow: none;
        border-color: var(--theme-color);
        background-color: var(--white-color)
    }

    .themeholy-request-form.style3 .form-group select::-moz-placeholder,
    .themeholy-request-form.style3 .form-group .form-control::-moz-placeholder,
    .themeholy-request-form.style3 .form-group .form-select::-moz-placeholder,
    .themeholy-request-form.style3 .form-group textarea::-moz-placeholder,
    .themeholy-request-form.style3 .form-group input::-moz-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style3 .form-group select::-webkit-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-control::-webkit-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-select::-webkit-input-placeholder,
    .themeholy-request-form.style3 .form-group textarea::-webkit-input-placeholder,
    .themeholy-request-form.style3 .form-group input::-webkit-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style3 .form-group select:-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-control:-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-select:-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group textarea:-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group input:-ms-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style3 .form-group select::-webkit-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-control::-webkit-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-select::-webkit-input-placeholder,
    .themeholy-request-form.style3 .form-group textarea::-webkit-input-placeholder,
    .themeholy-request-form.style3 .form-group input::-webkit-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style3 .form-group select::-moz-placeholder,
    .themeholy-request-form.style3 .form-group .form-control::-moz-placeholder,
    .themeholy-request-form.style3 .form-group .form-select::-moz-placeholder,
    .themeholy-request-form.style3 .form-group textarea::-moz-placeholder,
    .themeholy-request-form.style3 .form-group input::-moz-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style3 .form-group select:-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-control:-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-select:-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group textarea:-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group input:-ms-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style3 .form-group select::-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-control::-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group .form-select::-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group textarea::-ms-input-placeholder,
    .themeholy-request-form.style3 .form-group input::-ms-input-placeholder {
        color: var(--black-color-2)
    }

    .themeholy-request-form.style3 .form-group select::placeholder,
    .themeholy-request-form.style3 .form-group .form-control::placeholder,
    .themeholy-request-form.style3 .form-group .form-select::placeholder,
    .themeholy-request-form.style3 .form-group textarea::placeholder,
    .themeholy-request-form.style3 .form-group input::placeholder {
        color: var(--black-color-2)
    }

.themeholy-request-form.style3 .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-color)
}

.themeholy-request-form.style3 .form-group .nice-select:after {
    border-bottom: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color)
}

.themeholy-request-form .form-group select,
.themeholy-request-form .form-group .form-control,
.themeholy-request-form .form-group .form-select,
.themeholy-request-form .form-group textarea,
.themeholy-request-form .form-group input {
    background-color: rgba(255, 255, 255, 0.1);
    height: 60px;
    color: var(--white-color)
}

    .themeholy-request-form .form-group select:focus,
    .themeholy-request-form .form-group .form-control:focus,
    .themeholy-request-form .form-group .form-select:focus,
    .themeholy-request-form .form-group textarea:focus,
    .themeholy-request-form .form-group input:focus {
        outline: 0;
        box-shadow: none;
        border-color: var(--white-color);
        background-color: rgba(255, 255, 255, 0.1)
    }

    .themeholy-request-form .form-group select::-moz-placeholder,
    .themeholy-request-form .form-group .form-control::-moz-placeholder,
    .themeholy-request-form .form-group .form-select::-moz-placeholder,
    .themeholy-request-form .form-group textarea::-moz-placeholder,
    .themeholy-request-form .form-group input::-moz-placeholder {
        color: var(--white-color)
    }

    .themeholy-request-form .form-group select::-webkit-input-placeholder,
    .themeholy-request-form .form-group .form-control::-webkit-input-placeholder,
    .themeholy-request-form .form-group .form-select::-webkit-input-placeholder,
    .themeholy-request-form .form-group textarea::-webkit-input-placeholder,
    .themeholy-request-form .form-group input::-webkit-input-placeholder {
        color: var(--white-color)
    }

    .themeholy-request-form .form-group select:-ms-input-placeholder,
    .themeholy-request-form .form-group .form-control:-ms-input-placeholder,
    .themeholy-request-form .form-group .form-select:-ms-input-placeholder,
    .themeholy-request-form .form-group textarea:-ms-input-placeholder,
    .themeholy-request-form .form-group input:-ms-input-placeholder {
        color: var(--white-color)
    }

    .themeholy-request-form .form-group select::-webkit-input-placeholder,
    .themeholy-request-form .form-group .form-control::-webkit-input-placeholder,
    .themeholy-request-form .form-group .form-select::-webkit-input-placeholder,
    .themeholy-request-form .form-group textarea::-webkit-input-placeholder,
    .themeholy-request-form .form-group input::-webkit-input-placeholder {
        color: var(--white-color)
    }

    .themeholy-request-form .form-group select::-moz-placeholder,
    .themeholy-request-form .form-group .form-control::-moz-placeholder,
    .themeholy-request-form .form-group .form-select::-moz-placeholder,
    .themeholy-request-form .form-group textarea::-moz-placeholder,
    .themeholy-request-form .form-group input::-moz-placeholder {
        color: var(--white-color)
    }

    .themeholy-request-form .form-group select:-ms-input-placeholder,
    .themeholy-request-form .form-group .form-control:-ms-input-placeholder,
    .themeholy-request-form .form-group .form-select:-ms-input-placeholder,
    .themeholy-request-form .form-group textarea:-ms-input-placeholder,
    .themeholy-request-form .form-group input:-ms-input-placeholder {
        color: var(--white-color)
    }

    .themeholy-request-form .form-group select::-ms-input-placeholder,
    .themeholy-request-form .form-group .form-control::-ms-input-placeholder,
    .themeholy-request-form .form-group .form-select::-ms-input-placeholder,
    .themeholy-request-form .form-group textarea::-ms-input-placeholder,
    .themeholy-request-form .form-group input::-ms-input-placeholder {
        color: var(--white-color)
    }

    .themeholy-request-form .form-group select::placeholder,
    .themeholy-request-form .form-group .form-control::placeholder,
    .themeholy-request-form .form-group .form-select::placeholder,
    .themeholy-request-form .form-group textarea::placeholder,
    .themeholy-request-form .form-group input::placeholder {
        color: var(--white-color)
    }

.themeholy-request-form .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--white-color)
}

.themeholy-request-form .form-group .nice-select:after {
    border-bottom: 1px solid var(--white-color);
    border-right: 1px solid var(--white-color)
}

.themeholy-request-form .form-group .nice-select .option {
    color: var(--title-color)
}

    .themeholy-request-form .form-group .nice-select .option.selected {
        color: var(--theme-color-2) !important;
        background: var(--theme-color-2) !important
    }

        .themeholy-request-form .form-group .nice-select .option.selected.focus {
            color: #fff !important;
            background: var(--theme-color-2) !important
        }

    .themeholy-request-form .form-group .nice-select .option:hover,
    .themeholy-request-form .form-group .nice-select .option.focus {
        background: var(--theme-color-2) !important;
        color: #fff !important
    }

.themeholy-request-form .form-group .nice-select.open .list {
    border-radius: 0;
    border: 1px solid var(--white-color);
    border-bottom: 3px solid var(--theme-color-2)
}

.themeholy-request-form textarea.form-control {
    min-height: 140px;
    padding: 25px 25px 0 25px;
    border: none
}

.inquiry-form {
    background-color: var(--white-color);
    padding: 50px;
    box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06)
}

@media (max-width: 575px) {
    .inquiry-form {
        padding: 40px 20px
    }
}

.map-sec {
    line-height: 0
}

    .map-sec iframe {
        width: 100%;
        height: 550px
    }

@media (max-width: 1299px) {
    .map-sec iframe {
        height: 400px
    }
}

@media (max-width: 767px) {
    .map-sec iframe {
        height: 300px
    }
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
    max-width: 320px
}

    .contact-info:last-of-type {
        margin-bottom: 0
    }

.contact-info_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px
}

.contact-info_icon {
    display: inline-block;
    color: var(--theme-color);
    text-align: center;
    font-size: 28px;
    position: relative
}

.contact-info_text {
    min-width: 180px;
    display: block;
    margin-bottom: -0.5em
}

    .contact-info_text span,
    .contact-info_text a {
        display: block;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .contact-info_text a {
        color: var(--body-color)
    }

        .contact-info_text a:hover {
            color: var(--theme-color)
        }

.contact-info:hover .contact-info_icon:before {
    top: 0;
    left: 0
}

.contact-form-wrapper {
    position: relative;
    background-color: var(--smoke-color);
    overflow: hidden;
    padding: 40px 60px 60px 60px
}

@media (max-width: 767px) {
    .contact-form-wrapper {
        padding: 30px
    }
}

.contact-form-wrapper .form-title {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 40px
}

@media (max-width: 575px) {
    .contact-form-wrapper .form-title {
        font-size: 20px;
        line-height: 30px
    }
}

.contact-form-wrapper .form-title .shape {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px
}

    .contact-form-wrapper .form-title .shape:after,
    .contact-form-wrapper .form-title .shape:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: auto;
        margin-top: -1px
    }

    .contact-form-wrapper .form-title .shape:before {
        -webkit-animation: sectionShape 8s linear infinite;
        animation: sectionShape 8s linear infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background-color: var(--theme-color);
        z-index: 9;
        width: 160px;
        height: 1px
    }

    .contact-form-wrapper .form-title .shape:after {
        width: 100%;
        height: 1px;
        margin: 0;
        margin-top: -1px;
        background-color: #121212;
        opacity: 0.1;
        left: 0
    }

.form-title {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--title-color)
}

    .form-title .shape {
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 1px
    }

        .form-title .shape:after,
        .form-title .shape:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: auto;
            margin-top: -1px
        }

        .form-title .shape:before {
            -webkit-animation: sectionShape 8s linear infinite;
            animation: sectionShape 8s linear infinite;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            background-color: var(--theme-color);
            z-index: 9;
            width: 160px;
            height: 1px
        }

        .form-title .shape:after {
            width: 100%;
            height: 1px;
            margin: 0;
            margin-top: -1px;
            background-color: #121212;
            opacity: 0.1;
            left: 0
        }

.contact-form {
    position: relative;
    overflow: hidden
}

    .contact-form select,
    .contact-form .form-control,
    .contact-form .form-select,
    .contact-form textarea,
    .contact-form input {
        height: 56px;
        padding: 0 25px 0 25px;
        padding-right: 45px;
        border: 1px solid transparent;
        color: var(--body-color);
        background-color: var(--white-color);
        border-radius: 0;
        font-size: 16px;
        width: 100%;
        font-family: var(--body-font);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

        .contact-form select:hover,
        .contact-form select.focus,
        .contact-form .form-control:hover,
        .contact-form .form-control.focus,
        .contact-form .form-select:hover,
        .contact-form .form-select.focus,
        .contact-form textarea:hover,
        .contact-form textarea.focus,
        .contact-form input:hover,
        .contact-form input.focus {
            color: #fff !important;
            border-color: var(--theme-color) !important
        }

    .contact-form .form-group i {
        display: inline-block;
        position: absolute;
        right: 35px;
        top: 19px;
        font-size: 16px;
        color: var(--theme-color)
    }

    .contact-form textarea.form-control {
        min-height: 150px;
        padding: 25px 25px 0 25px
    }

.service-form {
    background: var(--theme-color);
    padding: 60px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08)
}

    .service-form.style2 {
        padding: 40px;
        box-shadow: none
    }

        .service-form.style2 .themeholy-btn:hover .icon i,
        .service-form.style2 .themeholy-btn:focus .icon i {
            position: relative;
            top: -22px;
            right: -36%
        }

@media (max-width: 1199px) {

    .service-form.style2 .themeholy-btn:hover .icon i,
    .service-form.style2 .themeholy-btn:focus .icon i {
        right: -28%
    }
}

@media (max-width: 991px) {

    .service-form.style2 .themeholy-btn:hover .icon i,
    .service-form.style2 .themeholy-btn:focus .icon i {
        right: -43%
    }
}

@media (max-width: 767px) {

    .service-form.style2 .themeholy-btn:hover .icon i,
    .service-form.style2 .themeholy-btn:focus .icon i {
        right: -40%
    }
}

@media (max-width: 575px) {

    .service-form.style2 .themeholy-btn:hover .icon i,
    .service-form.style2 .themeholy-btn:focus .icon i {
        right: -37%
    }
}

@media (max-width: 375px) {

    .service-form.style2 .themeholy-btn:hover .icon i,
    .service-form.style2 .themeholy-btn:focus .icon i {
        right: -34%
    }
}

@media (max-width: 991px) {
    .service-form.style2 {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .service-form.style2 {
        padding: 25px
    }
}

.service-form.style2 .form-group {
    margin-bottom: 10px;
    position: relative
}

    .service-form.style2 .form-group select,
    .service-form.style2 .form-group .form-control,
    .service-form.style2 .form-group .form-select,
    .service-form.style2 .form-group textarea,
    .service-form.style2 .form-group input {
        height: 60px;
        padding: 25px;
        padding-right: 45px;
        border: 1px solid transparent;
        color: var(--body-color);
        background-color: var(--white-color);
        border-radius: 0;
        font-size: 16px;
        width: 100%
    }

    .service-form.style2 .form-group .nice-select {
        padding: 0 25px 0 25px
    }

.service-form .themeholy-btn:hover .icon i,
.service-form .themeholy-btn:focus .icon i {
    position: relative;
    top: -22px;
    right: -40%
}

@media (max-width: 1299px) {

    .service-form .themeholy-btn:hover .icon i,
    .service-form .themeholy-btn:focus .icon i {
        right: -38%
    }
}

@media (max-width: 1199px) {

    .service-form .themeholy-btn:hover .icon i,
    .service-form .themeholy-btn:focus .icon i {
        right: -45%
    }
}

@media (max-width: 991px) {

    .service-form .themeholy-btn:hover .icon i,
    .service-form .themeholy-btn:focus .icon i {
        right: -43%
    }
}

@media (max-width: 767px) {

    .service-form .themeholy-btn:hover .icon i,
    .service-form .themeholy-btn:focus .icon i {
        right: -39%
    }
}

@media (max-width: 575px) {

    .service-form .themeholy-btn:hover .icon i,
    .service-form .themeholy-btn:focus .icon i {
        right: -37%
    }
}

@media (max-width: 375px) {

    .service-form .themeholy-btn:hover .icon i,
    .service-form .themeholy-btn:focus .icon i {
        right: -33%
    }
}

@media (max-width: 1299px) {
    .service-form {
        padding: 50px
    }
}

@media (max-width: 575px) {
    .service-form {
        padding: 30px
    }
}

.service-form .nice-select .option {
    color: var(--title-color)
}

    .service-form .nice-select .option.selected {
        color: var(--theme-color) !important;
        background: var(--theme-color) !important
    }

        .service-form .nice-select .option.selected.focus {
            color: #fff !important;
            background: var(--theme-color) !important
        }

    .service-form .nice-select .option:hover,
    .service-form .nice-select .option.focus {
        background: var(--theme-color) !important;
        color: #fff !important
    }

.service-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

.service-form .form-group i {
    color: var(--theme-color)
}

.nice-select .option {
    color: var(--title-color)
}

    .nice-select .option.selected {
        color: var(--theme-color) !important;
        background: var(--theme-color) !important
    }

        .nice-select .option.selected.focus {
            color: #fff !important;
            background: var(--theme-color) !important
        }

    .nice-select .option:hover,
    .nice-select .option.focus {
        background: var(--theme-color) !important;
        color: #fff !important
    }

.nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

.contact-info-wrap .title-area {
    margin-bottom: 40px
}

@media (max-width: 575px) {
    .contact-info-wrap .title-area {
        margin-bottom: 20px;
        text-align: center
    }
}

@media (max-width: 1199px) {
    .contact-info {
        margin-bottom: 0
    }

    .contact-info-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }
}

@media (max-width: 991px) {
    .contact-info-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .contact-info-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 575px) {
    .contact-form {
        padding: 0
    }

    .contact-info {
        max-width: 100%;
        display: block;
        margin: 0 auto
    }

    .contact-info_icon {
        display: block;
        margin-bottom: 20px
    }

    .contact-info .media-body {
        text-align: center;
        display: block;
        margin: 0 auto
    }

    .themeholy-social.author-social {
        text-align: center
    }
}

@media (max-width: 375px) {
    .contact-form {
        padding: 0
    }

    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-sec {
    position: relative;
    margin-top: 50px
}

.contact-form-wrapp {
    margin-top: -50px
}

    .contact-form-wrapp .themeholy-btn:hover .icon i,
    .contact-form-wrapp .themeholy-btn:focus .icon i {
        position: relative;
        top: -22px;
        right: -42%
    }

@media (max-width: 1299px) {

    .contact-form-wrapp .themeholy-btn:hover .icon i,
    .contact-form-wrapp .themeholy-btn:focus .icon i {
        right: -38%
    }
}

@media (max-width: 1199px) {

    .contact-form-wrapp .themeholy-btn:hover .icon i,
    .contact-form-wrapp .themeholy-btn:focus .icon i {
        right: -35%
    }
}

@media (max-width: 991px) {

    .contact-form-wrapp .themeholy-btn:hover .icon i,
    .contact-form-wrapp .themeholy-btn:focus .icon i {
        right: -43%
    }
}

@media (max-width: 767px) {

    .contact-form-wrapp .themeholy-btn:hover .icon i,
    .contact-form-wrapp .themeholy-btn:focus .icon i {
        right: -40%
    }
}

@media (max-width: 575px) {

    .contact-form-wrapp .themeholy-btn:hover .icon i,
    .contact-form-wrapp .themeholy-btn:focus .icon i {
        right: -38%
    }
}

@media (max-width: 375px) {

    .contact-form-wrapp .themeholy-btn:hover .icon i,
    .contact-form-wrapp .themeholy-btn:focus .icon i {
        right: -30%
    }
}

.contact-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: -50px
}

    .contact-wrapper .shape {
        position: absolute;
        bottom: 70px;
        left: 50px
    }

@media (max-width: 991px) {
    .contact-wrapper .shape {
        left: 20px
    }
}

.contact-form-image {
    position: relative;
    -webkit-animation: left-right-img 4s ease-out infinite;
    animation: left-right-img 4s ease-out infinite
}

@media (max-width: 991px) {
    .contact-form-image {
        margin-top: 80px
    }
}

.team-contact {
    background-color: var(--smoke-color);
    padding: 60px
}

@media (max-width: 1299px) {
    .team-contact {
        padding: 35px
    }
}

.team-contact .themeholy-btn:hover .icon i,
.team-contact .themeholy-btn:focus .icon i {
    top: -22px;
    right: -44.1%
}

@media (max-width: 1299px) {

    .team-contact .themeholy-btn:hover .icon i,
    .team-contact .themeholy-btn:focus .icon i {
        right: -43%
    }
}

@media (max-width: 1199px) {

    .team-contact .themeholy-btn:hover .icon i,
    .team-contact .themeholy-btn:focus .icon i {
        right: -45%
    }
}

@media (max-width: 991px) {

    .team-contact .themeholy-btn:hover .icon i,
    .team-contact .themeholy-btn:focus .icon i {
        right: -43%
    }
}

@media (max-width: 767px) {

    .team-contact .themeholy-btn:hover .icon i,
    .team-contact .themeholy-btn:focus .icon i {
        right: -40%
    }
}

@media (max-width: 575px) {

    .team-contact .themeholy-btn:hover .icon i,
    .team-contact .themeholy-btn:focus .icon i {
        right: -36%
    }
}

@media (max-width: 375px) {

    .team-contact .themeholy-btn:hover .icon i,
    .team-contact .themeholy-btn:focus .icon i {
        right: -30%
    }
}

.team-form .form-group {
    margin-bottom: 10px
}

    .team-form .form-group i {
        right: 35px;
        color: var(--theme-color)
    }

.team-form select,
.team-form .form-control,
.team-form .form-select,
.team-form textarea,
.team-form input {
    height: 60px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.map-area {
    position: relative;
    margin-top: 120px
}

@media (max-width: 767px) {
    .map-area {
        margin-top: 0px
    }
}

.map-form-wrapper {
    position: absolute;
    top: -120px;
    max-width: 500px;
    background: var(--theme-color);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08)
}

@media (max-width: 767px) {
    .map-form-wrapper {
        position: relative;
        top: 0;
        display: block;
        margin: 0 auto;
        margin-bottom: 80px
    }
}

.map-form {
    padding: 60px
}

    .map-form .themeholy-btn:hover .icon i,
    .map-form .themeholy-btn:focus .icon i {
        position: relative;
        top: -22px;
        right: -40%
    }

@media (max-width: 440px) {

    .map-form .themeholy-btn:hover .icon i,
    .map-form .themeholy-btn:focus .icon i {
        right: -38%
    }
}

@media (max-width: 400px) {

    .map-form .themeholy-btn:hover .icon i,
    .map-form .themeholy-btn:focus .icon i {
        right: -36%
    }
}

@media (max-width: 375px) {

    .map-form .themeholy-btn:hover .icon i,
    .map-form .themeholy-btn:focus .icon i {
        right: -30%
    }
}

@media (max-width: 1299px) {
    .map-form {
        padding: 28px
    }
}

.map-form .form-group {
    margin-bottom: 10px
}

.img-box4 {
    position: relative;
    margin-left: -80px
}

@media (max-width: 1199px) {
    .img-box4 {
        margin-left: 0;
        margin-bottom: 30px;
        text-align: center
    }
}

.img-box4 .about-counter {
    background-color: var(--theme-color);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 50px;
    top: 36%
}

@media (max-width: 767px) {
    .img-box4 .about-counter {
        padding: 30px;
        left: 0
    }
}

@media (max-width: 575px) {
    .img-box4 .about-counter {
        padding: 25px
    }
}

.img-box4 .counter-card_number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .img-box4 .counter-card_number {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width: 575px) {
    .img-box4 .counter-card_number {
        font-size: 30px;
        line-height: 40px
    }
}

.img-box4 .counter-card_text {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 142px
}

@media (max-width: 575px) {
    .img-box4 .counter-card_text {
        font-size: 16px;
        line-height: 26px
    }
}

.achive-about-content {
    background: #F4F4F4;
    border-radius: 0px 0px 0px 50px;
    padding: 0 0px 40px 400px;
    margin-left: -400px
}

@media (max-width: 991px) {
    .achive-about-content {
        margin-left: 0;
        padding: 0 0 30px 30px
    }
}

.achive-about-content .achive-about-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .achive-about-content .achive-about-wrapper {
        display: block
    }
}

.achive-about-content .achive-about-wrapper .achive-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    border-top: 2px solid var(--theme-color)
}

@media (max-width: 1299px) {
    .achive-about-content .achive-about-wrapper .achive-about {
        padding: 25px
    }
}

.achive-about-content .achive-about-wrapper .achive-about:first-child {
    background-color: var(--theme-color)
}

    .achive-about-content .achive-about-wrapper .achive-about:first-child .achive-about_title {
        color: var(--white-color)
    }

    .achive-about-content .achive-about-wrapper .achive-about:first-child .achive-about_text {
        color: var(--white-color)
    }

.achive-about-content .achive-about-wrapper .achive-about_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 5px
}

.achive-about-content .achive-about-wrapper .achive-about_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: 0
}

.about-counter-wrapp {
    background: var(--theme-color-2);
    border-radius: 0px 0px 100px 100px;
    position: absolute;
    right: 60px;
    top: 0;
    width: 130px;
    min-height: 246px;
    padding: 30px;
    z-index: 4
}

    .about-counter-wrapp .counter-card_number {
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 10px
    }

    .about-counter-wrapp .counter-card_text {
        font-family: var(--title-font);
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-bottom: 0
    }

.about-wrap .about-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 27px
}

    .about-wrap .about-content .about_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 14px
    }

    .about-wrap .about-content .about_text {
        max-width: 410px;
        margin-bottom: 0
    }

.about-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

    .about-profile .title {
        margin-bottom: 5px;
        line-height: 30px
    }

    .about-profile .desig {
        font-family: var(--title-font);
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .about-profile.style2 {
        gap: 30px
    }

@media (max-width: 575px) {
    .about-profile.style2 {
        gap: 10px
    }
}

.about-profile.style2 .avater {
    min-width: 70px
}

    .about-profile.style2 .avater img {
        width: 70px;
        height: 70px;
        border-radius: 50%
    }

.about-avater {
    min-width: 60px
}

    .about-avater img {
        width: 60px;
        height: 60px;
        border-radius: 50%
    }

.about-counter1 {
    background-color: var(--theme-color);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    min-width: 400px;
    position: absolute;
    bottom: 0px;
    left: 0
}

@media (max-width: 575px) {
    .about-counter1 {
        padding: 20px;
        min-width: 100%;
        gap: 20px
    }
}

.about-counter1 .counter-title {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 70px;
    margin-right: 20px;
    padding-right: 20px
}

.about-counter1 .counter-text {
    text-align: left
}

.counter-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 575px) {
    .counter-title {
        font-size: 30px;
        line-height: 40px
    }
}

.counter-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    max-width: 128px;
    text-align: center
}

@media (max-width: 575px) {
    .counter-text {
        font-size: 16px;
        line-height: 26px
    }
}

.img-box3 {
    position: relative
}

@media (max-width: 1199px) {
    .img-box3.style2 {
        margin-bottom: 30px
    }
}

.about-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 40px;
    margin-bottom: 40px
}

@media (max-width: 575px) {
    .about-wrapper {
        display: block
    }
}

.about-image {
    position: relative;
    max-width: 200px
}

@media (max-width: 575px) {
    .about-image {
        margin-bottom: 30px
    }
}

.about-image:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}

.about-image .white-play-btn {
    position: absolute;
    left: 34%;
    top: 34%;
    width: 60px;
    height: 60px;
    line-height: 62px;
    font-size: 18px;
    z-index: 9;
    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
}

.about-image img {
    width: 100%;
    height: 100%
}

.achive-about-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    background-color: #F4F4F4;
    padding: 38px;
    min-height: 160px;
    margin-left: -200px;
    z-index: 9;
    margin-top: 70px
}

@media (max-width: 1299px) {
    .achive-about-wrap {
        margin-left: -300px
    }
}

@media (max-width: 1199px) {
    .achive-about-wrap {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .achive-about-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px 0;
        padding: 25px
    }
}

@media (max-width: 575px) {
    .achive-about-wrap {
        gap: 20px;
        min-height: auto;
        margin-left: 0;
        padding: 20px
    }
}

.achive-about-wrap .achive-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    border-right: 1px solid #D9D9D9;
    padding-right: 30px;
    margin-right: 30px;
    height: 80px;
    line-height: 80px;
    min-width: 325px
}

@media (max-width: 767px) {
    .achive-about-wrap .achive-about {
        border-right: none;
        padding-right: 0;
        margin-right: 0
    }
}

@media (max-width: 575px) {
    .achive-about-wrap .achive-about {
        min-width: 100%;
        line-height: auto;
        height: auto
    }
}

.achive-about-wrap .achive-about:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.achive-about-wrap .achive-about:hover .achive-about_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.achive-about-wrap .achive-about_icon {
    min-width: 60px
}

    .achive-about-wrap .achive-about_icon img {
        width: 60px;
        height: 60px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

.achive-about-wrap .achive-about_title {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 8px
}

@media (max-width: 575px) {
    .achive-about-wrap .achive-about_title {
        font-size: 18px;
        line-height: 28px
    }
}

.achive-about-wrap .achive-about_text {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: 0
}

@media (max-width: 575px) {
    .achive-about-wrap .achive-about_text {
        font-size: 14px;
        line-height: 26px
    }
}

.profile-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 40px
}

@media (max-width: 575px) {
    .profile-wrap {
        gap: 40px
    }
}

@media (max-width: 440px) {
    .profile-wrap {
        display: block
    }
}

.profile-wrap .title {
    margin-bottom: 2px
}

.profile-wrap .desig {
    font-size: 14px
}

.about-counter-wrap {
    background-color: var(--theme-color);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 37px
}

@media (max-width: 1299px) {
    .about-counter-wrap {
        padding: 30px
    }
}

@media (max-width: 1199px) {
    .about-counter-wrap {
        max-width: 550px
    }
}

@media (max-width: 450px) {
    .about-counter-wrap {
        display: block
    }
}

.about-counter-wrap .about-counter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 1299px) {
    .about-counter-wrap .about-counter {
        gap: 20px
    }
}

@media (max-width: 991px) {
    .about-counter-wrap .about-counter {
        display: block;
        width: 50%
    }
}

@media (max-width: 450px) {
    .about-counter-wrap .about-counter {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
        border-bottom: 1px dashed var(--white-color);
        padding-bottom: 20px
    }

        .about-counter-wrap .about-counter:last-child {
            border-bottom: 1px dashed transparent;
            margin-bottom: 0;
            padding-bottom: 0
        }
}

.about-counter-wrap .about-counter .border-line {
    content: "";
    position: absolute;
    right: -50px;
    width: 1px;
    height: 100%
}

@media (max-width: 1299px) {
    .about-counter-wrap .about-counter .border-line {
        right: -25px
    }
}

@media (max-width: 991px) {
    .about-counter-wrap .about-counter .border-line {
        right: 11px
    }
}

@media (max-width: 450px) {
    .about-counter-wrap .about-counter .border-line {
        display: none
    }
}

@media (max-width: 991px) {
    .about-counter-content .counter-card_number {
        margin-top: 15px
    }
}

hr.style1 {
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .img-box1 {
        margin-left: 0;
        margin-bottom: 40px
    }
}

.as-team {
    position: relative
}

    .as-team .team-img {
        position: relative;
        overflow: hidden
    }

        .as-team .team-img img {
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

    .as-team .team-desig {
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-bottom: -0.5em;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: var(--theme-color)
    }

    .as-team .themeholy-social {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

        .as-team .themeholy-social a {
            --icon-size: 40px;
            background-color: var(--white-color);
            color: var(--theme-color)
        }

            .as-team .themeholy-social a:hover {
                background-color: var(--theme-color);
                color: var(--white-color)
            }

    .as-team .box-title {
        margin-bottom: 0
    }

    .as-team:hover .team-img img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08)
    }

.team-card {
    position: relative;
    background-color: var(--white-color);
    text-align: center;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08)
}

    .team-card:hover .team-card-content:before {
        height: 0px
    }

    .team-card:hover .team-title {
        color: var(--white-color)
    }

    .team-card:hover .team-desig {
        color: var(--white-color)
    }

    .team-card:hover_img:before {
        opacity: 1;
        visibility: visible;
        z-index: 1
    }

    .team-card:hover_img img {
        width: 100%;
        height: 100%;
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08)
    }

    .team-card:hover .team-social .icon-btn {
        background-color: var(--theme-color-2)
    }

    .team-card:hover .team-social .themeholy-social {
        left: 5px;
        bottom: 5px;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }

    .team-card .team-img img {
        width: 100%;
        height: 100%
    }

    .team-card .team-title {
        font-family: var(--title-font);
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: var(--title-color);
        margin-bottom: 2px
    }

        .team-card .team-title:hover {
            color: var(--white-color)
        }

            .team-card .team-title:hover a {
                color: inherit
            }

@media (max-width: 1299px) {
    .team-card .team-title {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .team-card .team-title {
        font-size: 16px;
        line-height: 26px
    }
}

.team-card .team-desig {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--body-color);
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.team-card .team-card-content {
    position: relative;
    background-color: var(--theme-color);
    padding: 30px;
    margin-bottom: 0px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .team-card .team-card-content {
        padding: 20px
    }
}

.team-card .team-card-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 2px;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-card .team-card-content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 3;
    background-color: var(--theme-color)
}

.team-card .team-social {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    .team-card .team-social:hover .icon-btn {
        background-color: var(--theme-color-2)
    }

    .team-card .team-social:hover .themeholy-social {
        left: 5px;
        bottom: 5px;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 9
    }

    .team-card .team-social .icon-btn {
        background-color: var(--theme-color);
        color: var(--white-color);
        width: var(--btn-size, 50px);
        height: var(--btn-size, 50px);
        line-height: var(--btn-size, 50px);
        border-radius: 50%;
        font-size: var(--btn-font-size, 18px);
        border: none;
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease
    }

    .team-card .team-social .themeholy-social {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        bottom: 5px;
        left: 5px;
        width: 40px;
        min-height: 130px;
        background-color: var(--white-color);
        padding: 5px 10px;
        border-radius: 25px;
        color: var(--title-color);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        transition: 0.4s ease-in-out;
        z-index: 9
    }

        .team-card .team-social .themeholy-social a {
            display: inline-block;
            background-color: transparent;
            font-size: 16px;
            text-align: center;
            width: 20px;
            height: 25px;
            line-height: 30px;
            color: var(--title-color)
        }

@media (max-width: 575px) {
    .team-card {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
}

.team-box {
    text-align: center;
    position: relative;
    --space: 40px;
    margin-bottom: 0px
}

    .team-box:hover .team-img:before {
        opacity: 1;
        visibility: visible
    }

@media (max-width: 1399px) {
    .team-box {
        --space: 25px
    }
}

@media (max-width: 1199px) {
    .team-box {
        --space: 20px
    }
}

.team-box .team-content {
    background-color: var(--white-color);
    width: calc(100% - var(--space)*2);
    margin: -70px auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    z-index: 2
}

@media (max-width: 1399px) {
    .team-box .team-content {
        margin: -50px auto 0 auto
    }
}

.team-box .team-content .media-body {
    padding: 22px 30px
}

@media (max-width: 1299px) {
    .team-box .team-content .media-body {
        padding: 22px 20px
    }
}

.team-box .team-content .plus-btn {
    height: 50px;
    background-color: var(--theme-color-2);
    color: var(--white-color);
    width: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    position: absolute;
    top: -47%;
    left: 0;
    bottom: auto
}

.team-box .themeholy-social {
    position: absolute;
    bottom: 30%;
    left: 40px;
    width: 50px;
    -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;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 9
}

@media (max-width: 1399px) {
    .team-box .themeholy-social {
        left: 25px
    }
}

@media (max-width: 1199px) {
    .team-box .themeholy-social {
        bottom: 25%;
        left: 20px
    }
}

@media (max-width: 991px) {
    .team-box .themeholy-social {
        bottom: 23%
    }
}

@media (max-width: 767px) {
    .team-box .themeholy-social {
        bottom: 28%
    }
}

.team-box .themeholy-social a {
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 16px;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .team-box .themeholy-social a:hover {
        background-color: var(--theme-color-2)
    }

.team-box .box-title {
    font-size: 20px;
    line-height: 1.3
}

.team-box .team-img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    .team-box .team-img:before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(18, 18, 18, 0.6);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: 3
    }

    .team-box .team-img img {
        width: 100%
    }

.team-box:hover .team-img {
    border-color: var(--theme-color)
}

.team-box:hover .themeholy-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

@media (max-width: 575px) {
    .team-box {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
}

.about-card {
    position: relative;
    background-color: var(--smoke-color);
    padding: 60px;
    margin-bottom: 30px
}

@media (max-width: 1299px) {
    .about-card {
        padding: 35px
    }
}

.about-card_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 440px) {
    .about-card_wrapp {
        display: block
    }
}

.about-card_img img {
    width: 100%
}

.about-card_title {
    margin-top: -0.2em;
    margin-bottom: 5px
}

.about-card_desig {
    font-weight: 500
}

.about-card_text {
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    padding: 30px 0;
    margin: 20px 0 6px 0
}

.about-card_info {
    margin-bottom: 12px
}

    .about-card_info strong {
        font-family: var(--title-font);
        color: var(--title-color)
    }

    .about-card_info a {
        color: var(--body-color)
    }

        .about-card_info a:hover {
            color: var(--theme-color)
        }

.about-card .themeholy-social a {
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid var(--white-color);
    --icon-size: 50px;
    font-size: 16px
}

@media (max-width: 575px) {
    .about-card .themeholy-social a {
        --icon-size: 35px;
        font-size: 14px
    }
}

@media (max-width: 440px) {
    .about-card .themeholy-social a {
        margin-top: 16px
    }
}

.about-card .themeholy-social a:not(:last-child) {
    margin-right: 3px
}

.about-card .themeholy-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.info-box_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

@media (max-width: 767px) {
    .info-box_wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.info-box_wrapper .info-box {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 0
}

.info-box_wrapper .info-box_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 48px;
    font-size: 14px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border: 1px solid var(--white-color);
    border-radius: 50%;
    text-align: center;
    margin-right: 10px
}

.info-box_wrapper .info-box_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px
}

.info-box_wrapper .info-box_link {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-color-2)
}

@media (max-width: 375px) {
    .info-box_wrapper .info-box_link {
        font-size: 14px
    }
}

.info-box_wrapper .info-box_text {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    margin-bottom: 0
}

@media (max-width: 375px) {
    .info-box_wrapper .info-box_text {
        font-size: 14px
    }
}

.skill-card {
    background-color: var(--smoke-color);
    padding: 60px
}

@media (max-width: 1299px) {
    .skill-card {
        padding: 35px
    }
}

.skill-card_title {
    margin-bottom: 30px
}

.skill-feature .progress .progress-bar {
    background-color: var(--theme-color);
    height: 8px;
    border-radius: 0px;
    z-index: 9
}

.border-title {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
    padding-bottom: 20px
}

.experience-box {
    padding: 30px 30px 30px 65px;
    border: 1px solid #F1F1F1;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
    margin-right: -1px
}

.experience-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.03)
}

.experience-box_num {
    font-size: 12px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -13px;
    left: -13px
}

    .experience-box_num::first-letter {
        font-size: 18px;
        font-weight: 600
    }

.experience-box_title {
    font-family: var(--title-font);
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: -0.2em
}

.experience-box_text {
    font-size: 14px;
    margin-bottom: -0.2em
}

@media (max-width: 1199px) {
    .border-title {
        margin-bottom: 24px;
        padding-bottom: 15px
    }
}

@media (max-width: 767px) {
    .experience-box {
        padding: 30px 30px 30px 50px
    }
}

@media (max-width: 575px) {
    .experience-box {
        padding: 30px 30px 30px 65px
    }

    .experience-box-wrap {
        grid-template-columns: repeat(1, 1fr)
    }

    .about-card_img {
        padding: 20px
    }
}

@media (max-width: 1199px) {
    .about-card_img {
        margin-bottom: 40px
    }
}

.team-area {
    position: relative;
    overflow: hidden
}

    .team-area .container {
        --main-container: 1530px
    }

@media (max-width: 1299px) {
    .team-area .container {
        max-width: 100%
    }
}

.team-sec {
    position: relative;
    overflow: hidden;
    --main-container: 1530px
}

.progress-bar {
    margin: 0 0 10px;
    padding-right: 24px;
    background-color: transparent;
    border-bottom: 1px solid var(--theme-color)
}

.progress-title-holder {
    padding-bottom: 8px;
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-color-2);
    margin: 0;
    text-align: left
}

.progress-number-mark {
    margin-bottom: 4px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.progress-number-wrapper,
.progress-number-mark {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    font-weight: 500;
    color: var(--black-color-2)
}

.progress-content-outter {
    position: relative;
    height: 6px;
    background-color: var(--smoke-color);
    margin-bottom: 3px
}

.progress-content {
    position: relative;
    height: 6px;
    background-color: var(--theme-color);
    width: 0%
}

.testimonial-area {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1520px
}

@media (max-width: 1699px) {
    .testimonial-area {
        margin: 0;
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .testimonial-area {
        margin: 0 20px;
        margin-bottom: 40px
    }
}

.testi-sec {
    margin-bottom: 70px
}

@media (max-width: 1199px) {
    .testi-sec .title-area {
        text-align: center
    }
}

@media (max-width: 1199px) {
    .testi-sec .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.testi-slide {
    margin-bottom: -80px
}

.testi-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 80px
}

@media (max-width: 1199px) {
    .testi-box-wrapper {
        display: block
    }
}

.testi-box-wrapper .title-area {
    max-width: 520px
}

.testi-box-wrapper .testi-box-img {
    min-width: 695px
}

@media (max-width: 1500px) {
    .testi-box-wrapper .testi-box-img {
        min-width: 595px
    }
}

@media (max-width: 1199px) {
    .testi-box-wrapper .testi-box-img {
        display: none
    }
}

.testi-box-wrapper .testi-box-img img {
    width: 100%;
    height: 100%
}

.testi-box-wrapper .slick-arrow.slick-prev {
    position: absolute;
    left: -37%
}

.testi-box-wrapper .slick-arrow.slick-next {
    position: absolute;
    right: -2%
}

@media (max-width: 1500px) {
    .testi-box-wrapper .slick-arrow {
        display: none !important
    }
}

.testi-box-slider {
    width: 100%;
    max-width: 710px;
    position: relative
}

@media (max-width: 1699px) {
    .testi-box-slider {
        max-width: 680px
    }
}

@media (max-width: 1500px) {
    .testi-box-slider {
        max-width: 50%;
        margin-right: 30px
    }
}

@media (max-width: 1399px) {
    .testi-box-slider {
        max-width: 44%;
        margin-right: 0px
    }
}

@media (max-width: 1299px) {
    .testi-box-slider {
        max-width: 37%
    }
}

@media (max-width: 1199px) {
    .testi-box-slider {
        max-width: 100%;
        margin-right: 0px
    }

        .testi-box-slider .title-area {
            text-align: center;
            max-width: 100%
        }
}

.testi-slider {
    margin-left: -400px;
    margin-top: 1px;
}

@media (max-width: 1699px) {
    .testi-slider {
        margin-left: -500px;
        margin-right: 30px;
    }
}

@media (max-width: 1500px) {
    .testi-slider {
        margin-left: -350px;
        margin-right: 30px
    }
}

@media (max-width: 1399px) {
    .testi-slider {
        margin-left: -500px
    }
}

@media (max-width: 1299px) {
    .testi-slider {
        margin-left: -150%
    }
}

@media (max-width: 1199px) {
    .testi-slider {
        margin-left: 0;
        margin-right: 0px
    }
}

.testi-grid {
    position: relative;
    background-color: #F4F4F4D6;
    padding: 33px 40px;
    overflow: hidden;
    z-index: 9
}

@media (max-width: 1500px) {
    .testi-grid {
        padding: 25px
    }
}

@media (max-width: 767px) {
    .testi-grid {
        padding: 20px
    }
}

.testi-grid.style2 {
    background: -webkit-linear-gradient(top, #fff 0%, #F4F4F4 100%);
    background: linear-gradient(180deg, #fff 0%, #F4F4F4 100%)
}

    .testi-grid.style2:before,
    .testi-grid.style2:after {
        display: none
    }

.testi-grid .testi-overlay {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background-repeat: repeat;
    background-size: auto
}

.testi-grid:before,
.testi-grid:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 94px;
    background-color: var(--theme-color);
    opacity: 0.2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
    -webkit-clip-path: path("M358 73.4359V94H0V0.138608C22.5247 -0.975571 49.4487 4.55008 81.4629 19.5193C196.842 73.4684 284.049 85.4807 358 73.4359Z");
    clip-path: path("M358 73.4359V94H0V0.138608C22.5247 -0.975571 49.4487 4.55008 81.4629 19.5193C196.842 73.4684 284.049 85.4807 358 73.4359Z")
}

.testi-grid:before {
    bottom: 0;
    left: 0
}

.testi-grid:after {
    width: 100%;
    height: 84px;
    opacity: 1;
    left: 0;
    bottom: 0
}

.testi-grid_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

@media (max-width: 575px) {
    .testi-grid_wrapper {
        gap: 6px
    }
}

.testi-grid_wrapper .testi-ratting {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0
}

.testi-grid_wrapper .star-icon {
    font-size: 12px
}

    .testi-grid_wrapper .star-icon a {
        font-size: 12px;
        opacity: 1
    }

.testi-grid_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .testi-grid_profile {
        gap: 15px
    }
}

.testi-grid_img {
    position: relative;
    min-width: 80px
}

@media (max-width: 767px) {
    .testi-grid_img {
        min-width: 50px
    }
}

.testi-grid_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

@media (max-width: 767px) {
    .testi-grid_img img {
        width: 50px;
        height: 50px
    }
}

.testi-grid_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 16%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .testi-grid_icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }
}

.testi-grid_name {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 5px
}

@media (max-width: 1500px) {
    .testi-grid_name {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .testi-grid_name {
        font-size: 14px;
        line-height: 18px
    }
}

.testi-grid_desig {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--title-color);
    margin-bottom: 0
}

.testi-box-area {
    max-width: 1180px;
    margin: -45px auto 0 auto;
    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: 80px
}

.testi-box-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 694px;
    position: relative
}

    .testi-box-slide .icon-box {
        position: absolute;
        bottom: 15px;
        right: 0
    }

.testi-box-img {
    min-width: 375px
}

.testi-box_quote {
    margin-bottom: 18px
}

.testi-box_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.testi-box_avater {
    border-radius: 99px;
    overflow: hidden
}

.testi-box_name {
    margin-bottom: 8px
}

.testi-box_desig {
    margin-bottom: 0;
    display: block
}

.testi-box_text {
    margin-bottom: 22px
}

.testi-box_review {
    color: var(--yellow-color)
}

    .testi-box_review i {
        margin-right: 3px
    }

@media (max-width: 1299px) {
    .testi-box-slide {
        max-width: 660px
    }
}

@media (max-width: 1199px) {
    .testi-box-slide {
        max-width: 520px
    }

    .testi-box-area {
        gap: 40px
    }
}

@media (max-width: 991px) {
    .testi-box-area {
        display: block
    }

    .testi-box-slide {
        max-width: 100%
    }

    .testi-box-img {
        margin-bottom: -30px
    }
}

@media (max-width: 420px) {
    .testi-box-slide {
        max-width: 100%
    }

        .testi-box-slide .icon-box {
            display: none
        }

    .testi-box-img {
        min-width: auto;
        max-width: 100%
    }
}

.testi-card {
    position: relative;
    background: -webkit-linear-gradient(top, #fff 0%, #F4F4F4 100%);
    background: linear-gradient(180deg, #fff 0%, #F4F4F4 100%);
    padding: 33px 40px;
    z-index: 9;
    margin-bottom: -20px
}

    .testi-card.style2 {
        background-color: var(--smoke-color);
        margin-bottom: 0
    }

        .testi-card.style2 .testi-card_wrapper {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            gap: 10px
        }

        .testi-card.style2 .testi-card_text {
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 30px
        }

@media (max-width: 1399px) {
    .testi-card {
        padding: 33px 35px
    }
}

@media (max-width: 575px) {
    .testi-card {
        padding: 25px
    }
}

.testi-card_overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.testi-card_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px
}

    .testi-card_wrapper .testi-ratting {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        color: var(--title-color);
        margin-bottom: 0
    }

    .testi-card_wrapper .star-icon {
        font-size: 12px
    }

        .testi-card_wrapper .star-icon a {
            font-size: 12px;
            opacity: 1
        }

.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;
    gap: 25px;
    margin-bottom: 0px
}

.testi-card_img {
    position: relative;
    min-width: 70px
}

    .testi-card_img img {
        width: 70px;
        height: 70px;
        border-radius: 50%
    }

.testi-card_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 16%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testi-card_name {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 5px
}

@media (max-width: 575px) {
    .testi-card_name {
        font-size: 16px
    }
}

.testi-card_desig {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--title-color);
    margin-bottom: 0
}

.testi-card_text {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.testi-client-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 1199px) {
    .testi-client-box {
        margin-bottom: 40px
    }
}

.testi-client-box .cilent-box_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    margin-bottom: 0
}

.testi-client-box .cilent-box_counter {
    color: var(--white-color);
    margin-bottom: 0
}

#testiSlide2 .slick-list {
    padding-bottom: 30px !important
}

@media (max-width: 1199px) {
    #testiSlide2 .slick-list {
        padding-left: 25% !important;
        padding-right: 25% !important
    }
}

@media (max-width: 991px) {
    #testiSlide2 .slick-list {
        padding-left: 15% !important;
        padding-right: 15% !important
    }
}

@media (max-width: 767px) {
    .testi-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 375px) {
    .testi-card_content {
        padding: 30px 12px
    }
}

.counter-sec-space {
    padding: 50px 0
}

    .counter-sec-space.style2 {
        padding: 50px;
        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
    }

@media (max-width: 1199px) {
    .counter-sec-space.style2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 30px
    }
}

@media (max-width: 460px) {
    .counter-sec-space.style2 {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px
    }
}

.counter-card {
    position: relative;
    text-align: center
}

    .counter-card.style2 {
        text-align: left;
        border-right: 1px dashed rgba(255, 255, 255, 0.15);
        margin-right: 50px;
        padding-right: 50px
    }

@media (max-width: 1399px) {
    .counter-card.style2 {
        margin-right: 0;
        padding-right: 50px
    }
}

@media (max-width: 1299px) {
    .counter-card.style2 {
        border-right: 0;
        padding-right: 0
    }
}

@media (max-width: 1199px) {
    .counter-card.style2 {
        border-right: 1px dashed rgba(255, 255, 255, 0.15);
        border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
        padding: 50px;
        margin-right: 0;
        text-align: center
    }

        .counter-card.style2:nth-child(2) {
            border-right: 1px dashed transparent;
            margin-right: 0
        }

        .counter-card.style2:nth-child(3) {
            border-bottom: 1px dashed transparent
        }

        .counter-card.style2:last-child {
            border-right: 1px dashed transparent;
            margin-right: 0;
            padding-right: 0
        }
}

@media (max-width: 575px) {
    .counter-card.style2 {
        padding: 20px
    }
}

@media (max-width: 460px) {
    .counter-card.style2 {
        border: none;
        padding: 20px 0
    }
}

.counter-card.style2:last-child {
    border-right: 1px dashed transparent;
    border-bottom: 1px dashed transparent;
    margin-right: 0;
    padding-right: 0
}

.counter-card.style2 .counter-card_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 1199px) {
    .counter-card.style2 .counter-card_wrapper {
        display: block
    }
}

.counter-card.style2 .counter-card_icon {
    margin: 0
}

.counter-card.style2 .border-line {
    right: 30px
}

.counter-card .border-line {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%
}

.counter-card_icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px
}

.counter-card_number {
    font-family: var(--title-font);
    font-size: 45px;
    line-height: 55px;
    color: var(--white-color);
    margin-bottom: 2px;
    margin-top: -0.24em
}

.counter-card_text {
    font-family: var(--style-font);
    color: var(--white-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: -6px
}

@media (max-width: 991px) {
    .counter-card_number {
        font-size: 40px
    }
}

@media (max-width: 500px) {
    .about-counter-wrapper {
        display: none !important;
    }
}

.customer-title {
    font-family: var(--title-color);
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 765px;
    display: block;
    margin: 0 auto;
    color: var(--white-color)
}

@media (max-width: 575px) {
    .customer-title {
        font-size: 35px;
        line-height: 45px
    }
}

.blog-area {
    position: relative;
    background-color: var(--smoke-color);
    z-index: 2
}

.blog-card {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.08);
    padding: 0px
}

    .blog-card.style2 {
        background-color: transparent;
        box-shadow: none
    }

        .blog-card.style2:hover .blog-img img {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

        .blog-card.style2 .blog-card-content {
            position: relative;
            background-color: var(--white-color);
            margin-left: 40px;
            margin-top: -75px;
            padding: 26px 20px 18px 40px;
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08);
            z-index: 0
        }

@media (max-width: 1399px) {
    .blog-card.style2 .blog-card-content {
        padding: 25px;
        margin-left: 20px
    }
}

@media (max-width: 575px) {
    .blog-card.style2 .blog-card-content {
        margin-left: 0
    }
}

.blog-card.style2 .blog-card_wrapper {
    background-color: var(--theme-color);
    padding: 8px 5px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: auto;
    top: auto;
    right: -30px;
    bottom: 75px;
    margin: 0
}

@media (max-width: 575px) {
    .blog-card.style2 .blog-card_wrapper {
        right: 0
    }
}

.blog-card.style2 .blog-card_wrapper:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    border-bottom: solid 30px #DE6F00;
    border-left: solid 35px #DE6F00;
    border-right: solid 35px transparent;
    border-top: solid 30px transparent;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    z-index: -1
}

@media (max-width: 575px) {
    .blog-card.style2 .blog-card_wrapper:after {
        display: none
    }
}

.blog-card.style2 .blog-card_date {
    margin-bottom: -8px
}

.blog-card.style2 .blog-card_month {
    padding: 0 13px;
    color: var(--white-color);
    text-transform: capitalize
}

.blog-card.style2 .box-title {
    font-size: 24px;
    line-height: 34px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    margin-bottom: 18px;
    padding-bottom: 18px
}

.blog-card.style2 .blog-img {
    position: relative;
    margin-right: 30px;
    overflow: inherit
}

@media (max-width: 575px) {
    .blog-card.style2 .blog-img {
        margin-right: 0
    }
}

.blog-card.style2 .half-line-btn {
    text-transform: uppercase;
    font-weight: 500
}

.blog-card .box-title {
    margin-bottom: 22px
}

    .blog-card .box-title a {
        background-image: -webkit-linear-gradient(right, var(--theme-color-2), var(--theme-color-2));
        background-image: linear-gradient(to left, var(--theme-color-2), var(--theme-color-2));
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 0 1px;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out
    }

        .blog-card .box-title a:hover {
            background-size: 100% 1px
        }

.blog-card_wrapper {
    background-color: var(--white-color);
    padding: 8px 5px;
    width: 56px;
    height: 72px;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    margin: 0 auto
}

.blog-card_date {
    background-color: var(--theme-color);
    padding: 2px 10px;
    margin: 0 auto;
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 700;
    font-size: 20px;
    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
}

.blog-card_month {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    font-size: 14px;
    padding: 2px 8px;
    text-transform: uppercase;
    display: block
}

@media (max-width: 1500px) {
    .blog-card {
        margin: 0
    }
}

@media (max-width: 1500px) {
    .blog-card.style2 {
        margin: 0
    }
}

.blog-card.style2 .blog-title:hover {
    color: var(--theme-color-2)
}

    .blog-card.style2 .blog-title:hover a {
        color: inherit
    }

.blog-card.style2 .blog-meta span i,
.blog-card.style2 .blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color-2)
}

.blog-card.style2 .blog-meta a:hover {
    color: var(--theme-color-2)
}

.blog-card.style3 {
    --borderWidth: 1px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
    box-shadow: none;
    border-radius: 20px;
    margin: 30px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .blog-card.style3:before {
        content: '';
        position: absolute;
        top: calc(-1 * var(--borderWidth));
        left: calc(-1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) * 2);
        width: calc(100% + var(--borderWidth) * 2);
        background: -webkit-linear-gradient(323.05deg, #6B2AE6 0%, #EB0029 100%);
        background: linear-gradient(126.95deg, #6B2AE6 0%, #EB0029 100%);
        border-radius: 20px;
        z-index: -1;
        -webkit-animation: animatedgradient 3s ease alternate infinite;
        animation: animatedgradient 3s ease alternate infinite;
        background-size: 300% 300%;
        opacity: 0;
        visibility: hidden
    }

    .blog-card.style3:hover:before {
        opacity: 1;
        visibility: visible
    }

@media (max-width: 1500px) {
    .blog-card.style3 {
        margin: 0
    }
}

.blog-card.style3 .blog-title a {
    color: var(--white-color)
}

.blog-card.style3 .blog-title:hover a {
    color: var(--theme-color)
}

.blog-card.style3 .blog-meta span i,
.blog-card.style3 .blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color)
}

.blog-card.style3 .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-card .blog-title {
    text-transform: capitalize;
    font-weight: 700;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 18px;
    margin-bottom: 18px
}

.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-bottom: 12px
}

    .blog-card .blog-meta span:after,
    .blog-card .blog-meta a:after {
        margin-top: -4px
    }

.blog-card .blog-text {
    margin-bottom: 20px
}

.blog-card .line-btn {
    margin-bottom: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--title-color)
}

    .blog-card .line-btn i {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .blog-card .line-btn:before {
        background-color: var(--title-color)
    }

    .blog-card .line-btn:hover {
        color: var(--theme-color-2)
    }

        .blog-card .line-btn:hover:before {
            background-color: var(--theme-color-2)
        }

        .blog-card .line-btn:hover i {
            margin-left: 10px
        }

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-card-content {
    padding: 30px 40px 25px 40px
}

    .blog-card-content .blog-meta span,
    .blog-card-content .blog-meta a {
        margin-right: 16px;
        padding-right: 26px
    }

@media (max-width: 1299px) {

    .blog-card-content .blog-meta span,
    .blog-card-content .blog-meta a {
        margin-right: 12px;
        padding-right: 22px;
        font-size: 14px
    }
}

.blog-card-content .blog-meta span:after,
.blog-card-content .blog-meta a:after {
    content: '';
    height: 6px;
    width: 6px;
    background-color: var(--theme-color-2);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px
}

.blog-card-content .blog-meta span i,
.blog-card-content .blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color-2)
}

.blog-card-content .blog-meta span:hover,
.blog-card-content .blog-meta a:hover {
    color: var(--theme-color-2)
}

@media (max-width: 1299px) {
    .blog-card-content {
        padding: 25px
    }
}

@media (max-width: 991px) {
    .blog-card-content {
        padding: 20px
    }
}

@media (max-width: 350px) {
    .blog-card .blog-title {
        font-size: 20px
    }
}

.blog-grid {
    position: relative
}

    .blog-grid .box-title {
        margin-bottom: 22px
    }

        .blog-grid .box-title a {
            background-image: -webkit-linear-gradient(right, var(--theme-color-2), var(--theme-color-2));
            background-image: linear-gradient(to left, var(--theme-color-2), var(--theme-color-2));
            background-repeat: no-repeat;
            background-position: bottom left;
            background-size: 0 1px;
            -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out
        }

            .blog-grid .box-title a:hover {
                background-size: 100% 1px
            }

    .blog-grid .blog-img {
        overflow: hidden;
        margin-bottom: -90px
    }

        .blog-grid .blog-img img {
            width: 100%;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

.blog-grid_content {
    position: relative;
    background-color: var(--smoke-color);
    padding: 40px 40px 22px 40px;
    margin: 0 20px;
    z-index: 1
}

    .blog-grid_content .blog-meta span i,
    .blog-grid_content .blog-meta a i {
        margin-right: 6px;
        color: var(--theme-color-2)
    }

@media (max-width: 1299px) {
    .blog-grid_content {
        padding: 25px;
        margin: 0 15px
    }
}

@media (max-width: 575px) {
    .blog-grid_content {
        margin: 0 10px
    }
}

.blog-grid_content .blog-meta {
    margin-bottom: 24px
}

@media (max-width: 375px) {
    .blog-grid_content .blog-meta {
        margin-bottom: 14px
    }
}

.blog-grid_content .date {
    background-color: var(--theme-color);
    padding: 5px 10px;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color)
}

    .blog-grid_content .date:after {
        display: none
    }

.blog-grid_content .blog-desc {
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 21px
}

.blog-box {
    position: relative;
    --space: 30px
}

    .blog-box .blog-img {
        position: relative
    }

        .blog-box .blog-img img {
            width: 100%;
            height: 100%
        }

        .blog-box .blog-img:before {
            content: "";
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0) 39.11%, rgba(18, 18, 18, 0.97) 80.22%);
            background: linear-gradient(180deg, rgba(18, 18, 18, 0) 39.11%, rgba(18, 18, 18, 0.97) 80.22%)
        }

    .blog-box .blog-meta {
        position: absolute;
        left: var(--space);
        top: var(--space);
        width: calc(100% - 40px)
    }

        .blog-box .blog-meta .date {
            background-color: var(--theme-color);
            padding: 3px 13px;
            font-family: var(--title-font);
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            text-transform: uppercase;
            color: var(--white-color)
        }

.blog-box_content {
    position: absolute;
    left: var(--space);
    bottom: var(--space);
    width: calc(100% - 40px)
}

    .blog-box_content .blog-title {
        max-width: 330px;
        color: var(--white-color);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 20px;
        margin-bottom: 20px
    }

        .blog-box_content .blog-title:hover {
            color: var(--theme-color)
        }

            .blog-box_content .blog-title:hover a {
                color: inherit
            }

    .blog-box_content .line-btn {
        color: var(--white-color)
    }

        .blog-box_content .line-btn:hover {
            color: var(--theme-color)
        }

            .blog-box_content .line-btn:hover:before {
                background-color: var(--theme-color)
            }

        .blog-box_content .line-btn:before {
            background-color: var(--white-color)
        }

.blog-slide2 .slick-arrow {
    color: var(--theme-color-2)
}

    .blog-slide2 .slick-arrow:hover {
        background-color: var(--theme-color-2);
        border-color: var(--theme-color-2);
        color: var(--white-color)
    }

.blog-slide3 .slick-arrow {
    background-color: #242936;
    border: 1px solid #242936;
    color: var(--theme-color);
    box-shadow: none
}

    .blog-slide3 .slick-arrow:hover {
        background-color: var(--theme-color);
        border-color: var(--theme-color);
        color: var(--white-color)
    }

.brand-box {
    text-align: center;
    height: 125px;
    display: grid;
    -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
}

.brand-box-bg {
    background-size: 100% 100%;
    padding: 63px 30px
}

#brandSlide1 .slick-arrow {
    --pos-x: -46px !important;
    --icon-size: 40px;
    font-size: 15px;
    margin-top: -21.5px;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    box-shadow: none;
    border-radius: 99px
}

    #brandSlide1 .slick-arrow:hover {
        background-color: var(--theme-color)
    }

@media (max-width: 991px) {
    .brand-box-bg {
        padding: 30px 25px
    }
}

@media (max-width: 575px) {
    #brandSlide1 .slick-arrow {
        display: none !important
    }

    .brand-box-bg {
        background-size: cover
    }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    font-family: var(--title-font);
    color: var(--title-color);
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 24px
}

    .checklist li:before {
        content: "\f058";
        font-family: var(--icon-font);
        font-weight: 900;
        color: var(--theme-color);
        position: absolute;
        left: 0;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out
    }

    .checklist li:last-child {
        margin-bottom: 0
    }

.checklist.style2 li:before {
    content: "\f00c"
}

@media (max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom: 32px
    }
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 35px
    }
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

    .bg-img img {
        width: 100%;
        height: 100%
    }

.themeholy-video {
    position: relative;
    border-radius: 5px
}

    .themeholy-video img {
        border-radius: inherit
    }

    .themeholy-video .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

        .themeholy-video .play-btn > i {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

.icon-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

    .icon-box.testi-icon {
        margin-top: 30px
    }

@media (max-width: 1199px) {
    .icon-box.testi-icon {
        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;
        margin-bottom: 30px
    }
}

.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 30px
}

.video-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--body-color);
    text-transform: uppercase;
    line-height: 1.6
}

    .video-btn .play-btn {
        --icon-size: 50px;
        margin-right: 15px
    }

        .video-btn .play-btn > i {
            background-color: var(--theme-color);
            color: var(--white-color);
            padding-right: 0.1em
        }

        .video-btn .play-btn:before {
            background-color: var(--theme-color)
        }

    .video-btn .small-text {
        font-size: 10px;
        text-decoration: underline;
        display: block
    }

    .video-btn .big-text {
        font-size: 14px;
        font-weight: 500
    }

@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px
    }

    p.mb-45 {
        margin-bottom: 38px
    }
}

.video-area {
    position: relative
}

@media (max-width: 1024px) {
    .video-area .title-area {
        text-align: center
    }
}

.video-area-2 {
    position: relative;
    padding-bottom: 180px !important;
    z-index: 9
}

@media (max-width: 1299px) {
    .video-area-2 {
        padding-bottom: 120px !important
    }
}

@media (max-width: 991px) {
    .video-area-2 {
        padding-bottom: 80px !important
    }
}

.video-area-2:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -1
}

.video-content-box {
    max-width: 876px;
    display: block;
    margin: 0 auto
}

    .video-content-box.style2 {
        position: relative;
        z-index: 9;
        max-width: 607px
    }

.video-title {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 991px) {
    .video-title {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width: 767px) {
    .video-title {
        font-size: 20px;
        line-height: 35px
    }
}

.video-box1 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -50%;
    margin-top: -19%;
    min-width: 895px;
    height: 805px;
    z-index: 3
}

@media (min-width: 1922px) {
    .video-box1 {
        margin-right: 0;
        min-width: 100%
    }
}

@media (max-width: 1910px) {
    .video-box1 {
        min-width: 100%;
        margin-right: 0
    }
}

@media (max-width: 1399px) {
    .video-box1 {
        margin-top: -19.6%
    }
}

@media (max-width: 1299px) {
    .video-box1 {
        margin-top: -22%
    }
}

@media (max-width: 1199px) {
    .video-box1 {
        margin-top: 0;
        display: none
    }
}

@media (max-width: 991px) {
    .video-box1 {
        min-width: 100%;
        margin-right: 0;
        height: 100%;
        margin-top: 30px
    }
}

.video-box1 img {
    width: 100%;
    height: 100%;
    min-height: 768px;
    object-fit: cover
}

.video-box1:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

.video-box1,
.video-box2 {
    position: relative
}

    .video-box1 img,
    .video-box2 img {
        width: 100%;
        min-height: 300px;
        object-fit: cover
    }

    .video-box1 .play-btn,
    .video-box2 .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

        .video-box1 .play-btn.border-btn:before,
        .video-box1 .play-btn.border-btn:after,
        .video-box2 .play-btn.border-btn:before,
        .video-box2 .play-btn.border-btn:after {
            border: 2px solid var(--gray-color);
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite
        }

        .video-box1 .play-btn.border-btn i,
        .video-box2 .play-btn.border-btn i {
            display: inline-block;
            width: var(--icon-size, 120px);
            height: var(--icon-size, 120px);
            line-height: var(--icon-size, 120px);
            text-align: center;
            background-color: transparent;
            color: var(--gray-color);
            font-size: var(--icon-font-size, 26px);
            border-radius: 50%;
            font-weight: 300;
            z-index: 1;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s
        }

@media (max-width: 1299px) {

    .video-box1 .play-btn.border-btn i,
    .video-box2 .play-btn.border-btn i {
        width: var(--icon-size, 80px);
        height: var(--icon-size, 80px);
        line-height: var(--icon-size, 80px)
    }
}

.video-box1 .play-btn.border-btn:after,
.video-box1 .play-btn.border-btn:before,
.video-box2 .play-btn.border-btn:after,
.video-box2 .play-btn.border-btn:before {
    display: none
}

.video-play-btn {
    position: absolute;
    top: 26%;
    right: 15%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    width: 90px;
    height: 90px;
    line-height: 92px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--theme-color);
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: var(--white-color)
}

@media (max-width: 1699px) {
    .video-play-btn {
        right: 25%
    }
}

@media (max-width: 1299px) {
    .video-play-btn {
        right: auto;
        left: 10%
    }
}

@media (max-width: 1500px) {
    .video-play-btn {
        right: 26%
    }
}

@media (max-width: 991px) {
    .video-play-btn {
        left: 50%;
        top: 50%
    }
}

.video-play-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color)
}

    .video-play-btn:hover i {
        color: var(--theme-color)
    }

    .video-play-btn:hover:before,
    .video-play-btn:hover:after {
        border: 1px solid var(--white-color)
    }

@media (max-width: 767px) {
    .video-play-btn {
        width: 50px;
        height: 50px;
        line-height: 52px;
        font-size: 14px
    }
}

.video-play-btn i {
    color: var(--white-color)
}

.video-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.white-play-btn {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 102px;
    border-radius: 50%;
    border: 0;
    background: var(--white-color);
    color: var(--theme-color);
    display: inline-block;
    font-size: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 375px) {
    .white-play-btn {
        width: 70px;
        height: 70px;
        line-height: 72px;
        font-size: 18px
    }
}

.white-play-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

    .white-play-btn:hover i {
        color: var(--white-color)
    }

    .white-play-btn:hover:before,
    .white-play-btn:hover:after {
        border: 1px solid var(--theme-color)
    }

.white-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.white-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.white-play-btn i {
    color: var(--theme-color)
}

.video-box2 {
    border-radius: 20px;
    margin-left: 50px
}

    .video-box2 img {
        border-radius: 20px
    }

.content-box1 {
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.07);
    padding: 60px 160px 60px 60px
}

.content-box-bottom {
    padding-left: 60px;
    margin-top: 10px
}

@media (max-width: 1199px) {
    .video-box2 {
        margin-left: 0;
        margin-top: 30px
    }

    .content-box-bottom {
        text-align: center;
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .content-box1 {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .content-box1 {
        padding: 40px 20px
    }
}

.video-area-two {
    position: relative;
    background-color: var(--title-color)
}

.video-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width: 991px) {
    .video-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.video-wrapper .video-box1 img {
    min-width: 1153px;
    min-height: 100%
}

@media (max-width: 1800px) {
    .video-wrapper .video-box1 img {
        min-width: 100%
    }
}

.video-text {
    position: relative;
    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;
    padding: 120px 0px
}

@media (max-width: 991px) {
    .video-text {
        padding: 80px 0px
    }
}

.video-text .sub-title2 {
    font-size: 20px
}

@media (max-width: 1299px) {
    .video-text .sec-title {
        font-size: 38px
    }
}

@media (max-width: 1199px) {
    .video-text .sec-title {
        font-size: 30px
    }
}

.video-text .sec-desc {
    font-size: 18px
}

@media (max-width: 1199px) {
    .video-text .sec-desc {
        font-size: 16px
    }
}

.video-area-3 {
    margin-top: -70px;
    padding-top: 180px !important;
    padding-bottom: 180px !important
}

@media (max-width: 991px) {
    .video-area-3 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }
}

.video-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px
}

@media (max-width: 575px) {
    .video-group.style2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 10px
    }
}

@media (max-width: 375px) {
    .video-group.style2 {
        display: grid;
        gap: 10px 0
    }
}

@media (max-width: 575px) {
    .video-group {
        display: grid;
        gap: 10px 0
    }
}

.video-group .themeholy-btn {
    margin: 0
}

.choose-sec-2 {
    margin-top: -100px
}

.choose-image {
    margin-top: -80px;
    position: relative;
    z-index: 9
}

@media (max-width: 1299px) {
    .choose-image {
        margin-top: 80px
    }
}

.choose-counter1 {
    background-color: var(--theme-color);
    min-width: 346px;
    min-height: 83px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    position: absolute;
    right: -10.8%;
    top: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media (max-width: 991px) {
    .choose-counter1 {
        right: -18.1%
    }
}

@media (max-width: 767px) {
    .choose-counter1 {
        right: -25.7%
    }
}

@media (max-width: 575px) {
    .choose-counter1 {
        right: -21%;
        min-width: 284px;
        min-height: 63px
    }
}

@media (max-width: 375px) {
    .choose-counter1 {
        right: -32%
    }
}

.choose-counter1 .counter-title {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    color: var(--white-color)
}

.choose-counter1 .counter-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: var(--white-color);
    min-width: 160px
}

.choose-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px
}

@media (max-width: 1199px) {
    .choose-about {
        max-width: 495px
    }
}

.choose-about:nth-child(2) .choose-about_icon {
    background-color: var(--theme-color-2)
}

.choose-about_icon {
    background-color: var(--theme-color);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    padding: 5px
}

    .choose-about_icon img {
        display: block;
        margin: 15px auto
    }

.choose-about_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 10px
}

.choose-about_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: 0
}

.request-sec {
    position: relative;
    padding: 80px 70px;
    max-width: 1450px;
    background-color: var(--smoke-color);
    display: block;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9
}

@media (max-width: 1199px) {
    .request-sec {
        max-width: 100%;
        padding: 80px 0
    }
}

@media (max-width: 991px) {
    .request-sec {
        max-width: 100%
    }

        .request-sec .title-area {
            text-align: center
        }
}

.request-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px
}

@media (max-width: 991px) {
    .request-form-wrapper {
        display: block
    }
}

.request-form-wrapper .request-quote-form {
    position: relative;
    max-width: 760px
}

@media (max-width: 1399px) {
    .request-form-wrapper .request-quote-form {
        max-width: 50%
    }
}

@media (max-width: 991px) {
    .request-form-wrapper .request-quote-form {
        max-width: 100%
    }
}

.request-form-wrapper .request-quote-form .video-button .white-play-btn {
    position: absolute;
    right: -25%;
    top: -12%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--theme-color);
    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;
    z-index: 9
}

@media (max-width: 991px) {
    .request-form-wrapper .request-quote-form .video-button .white-play-btn {
        top: -40%;
        right: -15px
    }
}

@media (max-width: 767px) {
    .request-form-wrapper .request-quote-form .video-button .white-play-btn {
        top: -20%
    }
}

@media (max-width: 767px) {
    .request-form-wrapper .request-quote-form .video-button .white-play-btn {
        top: -30%;
        right: 35px
    }
}

@media (max-width: 575px) {
    .request-form-wrapper .request-quote-form .video-button .white-play-btn {
        display: none
    }
}

.request-form-wrapper .request-quote-form .video-button .white-play-btn:before,
.request-form-wrapper .request-quote-form .video-button .white-play-btn:after {
    border: 1px solid var(--theme-color);
    opacity: 0.2
}

.request-form-wrapper .request-quote-form .video-button .white-play-btn i {
    color: var(--white-color)
}

.request-form-wrapper .request-quote-form .video-button .white-play-btn:hover {
    background-color: var(--white-color)
}

    .request-form-wrapper .request-quote-form .video-button .white-play-btn:hover i {
        color: var(--theme-color)
    }

.request-form-wrapper .form-group select,
.request-form-wrapper .form-group .form-control,
.request-form-wrapper .form-group .form-select,
.request-form-wrapper .form-group textarea,
.request-form-wrapper .form-group input {
    height: 60px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--black-color-2);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 16px;
    line-height: 60px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.request-form-wrapper .form-group .nice-select .option {
    color: var(--title-color)
}

    .request-form-wrapper .form-group .nice-select .option.selected {
        color: var(--theme-color) !important;
        background: var(--theme-color) !important
    }

        .request-form-wrapper .form-group .nice-select .option.selected.focus {
            color: #fff !important;
            background: var(--theme-color) !important
        }

    .request-form-wrapper .form-group .nice-select .option:hover,
    .request-form-wrapper .form-group .nice-select .option.focus {
        background: var(--theme-color) !important;
        color: #fff !important
    }

.request-form-wrapper .form-group .nice-select.open .list {
    border-radius: 0;
    border: 1px solid var(--white-color);
    border-bottom: 3px solid var(--theme-color)
}

.request-form-wrapper .request-quote-image {
    position: absolute;
    right: 20px;
    bottom: 0;
    -webkit-animation: left-right-video-img 4s ease-out infinite;
    animation: left-right-video-img 4s ease-out infinite
}

@media (max-width: 991px) {
    .request-form-wrapper .request-quote-image {
        display: none
    }
}

.feature-area {
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media (max-width: 991px) {
    .feature-area {
        padding-top: 300px !important
    }
}

.feature-area:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: -1
}

.feature-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

@media (max-width: 1199px) {
    .feature-grid-wrap.style2 {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 991px) {
    .feature-grid-wrap.style2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 575px) {
    .feature-grid-wrap.style2 {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 1299px) {
    .feature-grid-wrap {
        gap: 20px
    }
}

@media (max-width: 1199px) {
    .feature-grid-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 575px) {
    .feature-grid-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.feature-grid {
    background: var(--white-color);
    padding: 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08)
}

    .feature-grid.style2 {
        position: relative;
        background-color: var(--theme-color-2);
        padding: 50px 30px 25px 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
        z-index: 2;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .feature-grid.style2:before {
            content: "";
            height: 100%;
            width: 0;
            background-color: var(--white-color);
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

@media (max-width: 1299px) {
    .feature-grid.style2 {
        padding: 40px 20px 20px 20px
    }
}

@media (max-width: 991px) {
    .feature-grid.style2 {
        padding: 25px
    }
}

.feature-grid.style2:hover .feature-grid_title {
    color: var(--title-color)
}

.feature-grid.style2:hover .feature-grid_text {
    color: var(--body-color)
}

.feature-grid.style2 .feature-grid_icon {
    position: absolute;
    top: -20%;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 0px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 0px), calc(-50% + 25px));
    transform: translate(calc(-50% + 0px), calc(-50% + 25px));
    background-color: var(--theme-color);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .feature-grid.style2 .feature-grid_icon {
        position: relative;
        top: 15px
    }
}

.feature-grid.style2 .feature-grid_title {
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .feature-grid.style2 .feature-grid_title {
        font-size: 18px;
        line-height: 28px
    }
}

.feature-grid.style2 .feature-grid_text {
    color: var(--white-color)
}

.feature-grid.style2:hover:before {
    width: 100%
}

@media (max-width: 1299px) {
    .feature-grid {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .feature-grid {
        text-align: center
    }
}

.feature-grid_icon {
    margin-bottom: 20px
}

.feature-grid_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .feature-grid_title {
        font-size: 20px;
        line-height: 28px
    }
}

.feature-grid_text {
    margin-bottom: 0
}

.feature-tab-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 34px
}

@media (max-width: 767px) {
    .feature-tab-wrapper {
        display: block
    }
}

.feature-tab-wrapper .feature-image img {
    min-width: 410px
}

@media (max-width: 1299px) {
    .feature-tab-wrapper .feature-image img {
        min-width: 100%
    }
}

@media (max-width: 767px) {
    .feature-tab-wrapper .feature-image img {
        margin-top: 30px
    }
}

.feature-icon-list {
    margin-left: 1px
}

    .feature-icon-list ul {
        padding: 0;
        margin: 0
    }

        .feature-icon-list ul li {
            list-style: none;
            font-family: var(--title-font);
            color: var(--title-color);
            font-weight: 500;
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 8px;
            text-align: left;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px
        }

            .feature-icon-list ul li i {
                color: var(--theme-color);
                font-size: 20px
            }

.client-table-wrapper {
    border-bottom: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width: 1199px) {
    .client-table-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 991px) {
    .client-table-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

.client-table-wrapper .client-image {
    padding: 80px 75px;
    border-right: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    text-align: center
}

@media (max-width: 1199px) {
    .client-table-wrapper .client-image {
        padding: 40px 35px
    }
}

@media (max-width: 767px) {
    .client-table-wrapper .client-image {
        padding: 30px
    }
}

.client-area {
    border: 1px solid rgba(18, 18, 18, 0.15);
    margin-bottom: 0
}

    .client-area td,
    .client-area th {
        padding: 80px 75px
    }

@media (max-width: 1199px) {

    .client-area td,
    .client-area th {
        padding: 40px 35px
    }
}

@media (max-width: 767px) {

    .client-area td,
    .client-area th {
        padding: 25px
    }
}

@media (max-width: 575px) {

    .client-area td,
    .client-area th {
        padding: 20px
    }
}

@media (max-width: 375px) {

    .client-area td,
    .client-area th {
        padding: 10px
    }
}

.newsletter-area {
    padding: 45px 60px
}

@media (max-width: 1199px) {
    .newsletter-area {
        padding: 40px
    }
}

@media (max-width: 991px) {
    .newsletter-area {
        padding: 30px
    }
}

.choose-area {
    position: relative;
    z-index: 9
}

    .choose-area .choose-shape {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1
    }

.request-sec {
    overflow: visible !important
}

.request-quote-wrapper {
    margin-right: -200px;
    position: relative;
    z-index: 9;
    max-width: 600px;
    margin-top: 270px;
}

@media (max-width: 1399px) {
    .request-quote-wrapper.th-bg .request-quote-tabs .nav-link {
        width: 429px
    }
}

@media (max-width: 1310px) {
    .request-quote-wrapper.th-bg .request-quote-tabs .nav-link {
        width: 33%
    }
}

@media (max-width: 1199px) {
    .request-quote-wrapper {
        margin-right: 0
    }
}

.request-quote-wrapper.style2 {
    margin-right: 0;
    background-color: var(--smoke-color)
}

    .request-quote-wrapper.style2 .request-wrapper {
        background-color: transparent
    }

@media (max-width: 991px) {
    .request-quote-wrapper.style2 .tab-content {
        margin-right: 0
    }
}

.request-quote-tabs {
    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
}

@media (max-width: 440px) {
    .request-quote-tabs {
        display: block
    }
}

.request-quote-tabs.style2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .request-quote-tabs.style2.nav-tabs {
        border: 1px solid #F4F4F4
    }

    .request-quote-tabs.style2 .nav-link {
        border-right: 1px solid #F4F4F4;
        background-color: var(--white-color);
        color: var(--title-color);
        width: 429px
    }

@media (max-width: 1399px) {
    .request-quote-tabs.style2 .nav-link {
        width: 416px
    }
}

@media (max-width: 1299px) {
    .request-quote-tabs.style2 .nav-link {
        width: 371px
    }
}

@media (max-width: 1199px) {
    .request-quote-tabs.style2 .nav-link {
        width: 311px
    }
}

@media (max-width: 991px) {
    .request-quote-tabs.style2 .nav-link {
        width: 231px
    }
}

@media (max-width: 767px) {
    .request-quote-tabs.style2 .nav-link {
        width: 171px
    }
}

@media (max-width: 575px) {
    .request-quote-tabs.style2 .nav-link {
        width: 100%
    }
}

@media (max-width: 460px) {
    .request-quote-tabs.style2 .nav-link {
        width: 100%
    }
}

.request-quote-tabs.style2 .nav-link:hover,
.request-quote-tabs.style2 .nav-link.active {
    background-color: var(--smoke-color);
    color: var(--title-color)
}

.request-quote-tabs.style3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #F4F4F4;
    margin-right: 0
}

@media (max-width: 575px) {
    .request-quote-tabs.style3 {
        margin-right: -4px
    }
}

@media (max-width: 460px) {
    .request-quote-tabs.style3 {
        margin-right: 0px
    }
}

.request-quote-tabs.style3 .tab-content {
    margin-right: 0
}

@media (max-width: 991px) {
    .request-quote-tabs.style3 .tab-content {
        margin-right: 0
    }
}

.request-quote-tabs.style3 .nav-link {
    width: 280px
}

@media (max-width: 1399px) {
    .request-quote-tabs.style3 .nav-link {
        width: 271px
    }
}

@media (max-width: 1299px) {
    .request-quote-tabs.style3 .nav-link {
        width: 241px
    }
}

@media (max-width: 1199px) {
    .request-quote-tabs.style3 .nav-link {
        width: 201px
    }
}

@media (max-width: 991px) {
    .request-quote-tabs.style3 .nav-link {
        width: 228px
    }
}

@media (max-width: 767px) {
    .request-quote-tabs.style3 .nav-link {
        width: 168px
    }
}

@media (max-width: 575px) {
    .request-quote-tabs.style3 .nav-link {
        width: 33%
    }
}

@media (max-width: 460px) {
    .request-quote-tabs.style3 .nav-link {
        width: 100%;
        border-right: none !important
    }
}

.request-quote-tabs.style3 .nav-link:last-child {
    border-right: 1px solid transparent !important
}

.request-quote-tabs.style3 .nav-link:hover,
.request-quote-tabs.style3 .nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.request-quote-tabs.nav-tabs {
    border-bottom: 1px solid transparent
}

.request-quote-tabs .nav-link {
    background-color: var(--white-color);
    padding: 20px 40px;
    width: 277.6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    border: none;
    border-right: 1px solid #1212121a !important;
    text-align: center;
    border-radius: 0;
    color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1399px) {
    .request-quote-tabs .nav-link {
        width: 271px
    }
}

@media (max-width: 1299px) {
    .request-quote-tabs .nav-link {
        width: 248.6px
    }
}

@media (max-width: 1199px) {
    .request-quote-tabs .nav-link {
        padding: 20px;
        width: 33%
    }
}

@media (max-width: 991px) {
    .request-quote-tabs .nav-link {
        width: 33%
    }
}

@media (max-width: 575px) {
    .request-quote-tabs .nav-link {
        width: 100%
    }
}

@media (max-width: 767px) {
    .request-quote-tabs .nav-link {
        padding: 10px;
        font-size: 14px
    }
}

@media (max-width: 375px) {
    .request-quote-tabs .nav-link {
        padding: 5px
    }
}

.request-quote-tabs .nav-link:hover,
.request-quote-tabs .nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .filter-menu.tab-menu1 {
        gap: 10px 30px
    }
}

@media (max-width: 767px) {
    .filter-menu.tab-menu1 {
        gap: 10px 20px
    }
}

.accordion-area {
    padding: 60px;
    max-width: 650px
}

    .accordion-area.style2 {
        padding: 0;
        max-width: 100%
    }

        .accordion-area.style2 .accordion-card {
            background-color: var(--smoke-color);
            margin-top: 10px
        }

            .accordion-area.style2 .accordion-card .accordion-button {
                background-color: var(--smoke-color);
                padding: 18px 30px;
                font-size: 16px;
                line-height: 26px;
                min-height: 60px;
                border-bottom: 1px solid transparent
            }

@media (max-width: 575px) {
    .accordion-area.style2 .accordion-card .accordion-button {
        font-size: 14px;
        line-height: 24px
    }
}

@media (max-width: 575px) {
    .accordion-area.style2 .accordion-card .accordion-button:after {
        right: 18px
    }
}

@media (max-width: 575px) {
    .accordion-area.style2 .accordion-card .accordion-button {
        padding: 18px 16px
    }
}

.accordion-area.style2 .accordion-card .accordion-body {
    background-color: var(--smoke-color);
    margin: 0 22px 30px 30px;
    padding: 0;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    padding-top: 21px
}

@media (max-width: 1299px) {
    .accordion-area {
        padding: 50px
    }
}

@media (max-width: 1199px) {
    .accordion-area {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .accordion-area {
        padding: 25px 0
    }
}

.faq-sec {
    margin-right: -42%
}

@media (min-width: 1999px) {
    .faq-sec {
        margin-right: 0
    }
}

@media (max-width: 1999px) {
    .faq-sec {
        margin-right: -20%
    }
}

@media (max-width: 1699px) {
    .faq-sec {
        margin-right: -10%
    }
}

@media (max-width: 1500px) {
    .faq-sec {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .faq-sec {
        margin-top: 20px
    }
}

.accordion-card {
    margin-bottom: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden
}

    .accordion-card .accordion-button {
        font-size: 18px;
        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: 70px;
        gap: 10px;
        margin-bottom: 0;
        text-align: left;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative
    }

@media (max-width: 375px) {
    .accordion-card .accordion-button {
        padding: 12px 45px 12px 14px
    }
}

.accordion-card .accordion-button:after {
    content: "\f06e";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    font-family: var(--icon-font);
    color: var(--title-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-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    padding-left: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 375px) {
    .accordion-card .accordion-button:after {
        right: 24px
    }
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--border-color);
    box-shadow: none;
    border-radius: 0;
    color: var(--theme-color)
}

    .accordion-card .accordion-button:not(.collapsed):after {
        content: '\f070';
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        color: var(--theme-color)
    }

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    border-radius: 0;
    background-color: var(--white-color);
    border: none;
    padding: 22px 30px
}

.accordion-card .faq-text {
    font-size: 16px;
    margin-bottom: -0.48em
}

.accordion-card .faq-img {
    height: 100%
}

    .accordion-card .faq-img img {
        height: 100%;
        object-fit: cover
    }

.accordion-card:last-child {
    margin-bottom: 0
}

.accordion-card.style2 {
    box-shadow: none;
    border: 1px solid var(--border-color)
}

    .accordion-card.style2:not(:last-child) {
        margin-bottom: 30px
    }

    .accordion-card.style2 .accordion-button {
        background-color: var(--smoke-color);
        box-shadow: none
    }

        .accordion-card.style2 .accordion-button:after {
            content: '\f063';
            color: var(--body-color)
        }

        .accordion-card.style2 .accordion-button:not(.collapsed) {
            color: var(--title-color);
            border-bottom: none
        }

            .accordion-card.style2 .accordion-button:not(.collapsed):after {
                -webkit-transform: rotate(180deg) translateX(-11px);
                -ms-transform: rotate(180deg) translateX(-11px);
                transform: rotate(180deg) translateX(-11px)
            }

.faq-img {
    padding-left: 25px;
    text-align: center
}

    .faq-img img {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .faq-img {
        padding-left: 0
    }

        .faq-img img {
            max-width: 100%
        }
}

.faq-widget {
    background-color: var(--smoke-color);
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    text-align: center
}

    .faq-widget .title {
        margin-top: -0.23em
    }

.faq-form-wrap {
    margin-top: 70px
}

    .faq-form-wrap .form-text {
        max-width: 500px;
        margin-bottom: 25px
    }

@media (max-width: 991px) {
    .faq-form-wrap {
        margin-top: 45px
    }
}

@media (max-width: 375px) {
    .faq-widget {
        padding: 40px 20px
    }
}

.faq-area {
    position: relative;
    overflow: hidden
}

.faq-tabs {
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 11px;
    gap: 50px;
    margin-bottom: 30px
}

@media (max-width: 1299px) {
    .faq-tabs {
        gap: 30px
    }
}

@media (max-width: 767px) {
    .faq-tabs {
        gap: 20px
    }
}

.faq-tabs .nav-link {
    background-color: transparent;
    color: var(--title-color);
    padding: 0;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    position: relative
}

@media (max-width: 767px) {
    .faq-tabs .nav-link {
        font-size: 14px;
        line-height: 26px
    }
}

.faq-tabs .nav-link:hover,
.faq-tabs .nav-link.active {
    color: var(--theme-color);
    border-color: transparent
}

    .faq-tabs .nav-link:hover:after,
    .faq-tabs .nav-link.active:after {
        width: 100%
    }

.faq-tabs .nav-link:after {
    content: "";
    height: 2px;
    background: var(--theme-color);
    width: 0;
    left: 0;
    bottom: -12px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.faq-image {
    text-align: right
}

@media (max-width: 1199px) {
    .faq-image {
        display: none
    }
}

@media (max-width: 1199px) {
    .faq-image-two {
        text-align: center;
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .faq-image-two {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .faq-area {
        padding-top: 40px !important
    }
}

@media (max-width: 1199px) {
    .faq-area .title-area {
        text-align: center
    }
}

.cta-area {
    position: relative;
    padding: 50px 60px;
    z-index: 10
}

@media (max-width: 767px) {
    .cta-area {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .cta-content {
        text-align: center
    }
}

.cta-title {
    margin: 0;
    max-width: 509px;
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .cta-title {
        max-width: 509px;
        display: block;
        margin: 0 auto;
        text-align: center
    }
}

.btn-group.cta-btn {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1199px) {
    .btn-group.cta-btn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
}

@media (max-width: 991px) {
    .sec-title.cta-title img {
        max-width: 64px
    }
}

@media (max-width: 767px) {
    .sec-title.cta-title img {
        display: none
    }
}

.cta-sec {
    position: relative;
    min-height: 243px;
    padding: 80px 0 80px 0;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 9
}

    .cta-sec:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.85)
    }

.service-list {
    text-align: center
}

.service-list-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 40px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-list_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-list_title {
    max-width: 180px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: -0.3em
}

.service-list:hover .service-list_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 991px) {
    .service-list-wrap {
        grid-template-columns: auto auto auto
    }
}

@media (max-width: 767px) {
    .service-list_title {
        font-size: 18px;
        max-width: 160px
    }
}

@media (max-width: 575px) {
    .service-list-wrap {
        grid-template-columns: auto auto
    }
}

.service-divider {
    height: 100%;
    width: 1px;
    background-color: var(--gray-color)
}

    .service-divider:last-of-type {
        display: none
    }

.service-grid {
    position: relative;
    max-width: 270px
}

.service-grid-wrap {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--smoke-color2);
    padding: 60px 88px
}

    .service-grid-wrap .shape-left,
    .service-grid-wrap .shape-right {
        position: absolute;
        top: -42px
    }

    .service-grid-wrap .shape-left {
        left: -176px
    }

    .service-grid-wrap .shape-right {
        right: -176px
    }

.service-grid_icon {
    margin-bottom: 20px
}

    .service-grid_icon img {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

.service-grid_text {
    margin-bottom: -0.5em
}

.service-grid_title {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    margin: 0 0 4px 0
}

    .service-grid_title a {
        color: inherit
    }

        .service-grid_title a:hover {
            color: var(--theme-color)
        }

.service-grid_subtitle {
    font-size: 14px;
    display: block;
    margin-bottom: 18px
}

.service-grid:hover .service-grid_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .service-grid-wrap {
        padding: 40px
    }
}

@media (max-width: 991px) {
    .service-divider {
        display: none
    }

    .service-grid-wrap {
        grid-template-columns: auto auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px
    }

        .service-grid-wrap .shape-right {
            top: unset;
            bottom: -42px
        }

    .service-grid_icon {
        margin-bottom: 13px
    }

    .service-grid_subtitle {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .service-grid {
        text-align: center
    }

    .service-grid-wrap {
        grid-template-columns: auto
    }

        .service-grid-wrap .shape-right {
            max-width: 200px;
            right: -130px
        }

        .service-grid-wrap .shape-left {
            max-width: 200px;
            left: -130px
        }
}

@media (max-width: 575px) {
    .service-grid-wrap {
        padding: 40px 15px
    }
}

.service-card {
    --space: 30px;
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-card_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.service-card:hover .service-card_content:before {
    height: 0
}

.service-card:hover .service-card_content .line-btn {
    color: var(--white-color)
}

    .service-card:hover .service-card_content .line-btn:before {
        background-color: var(--white-color)
    }

.service-card:hover .service-card_title {
    color: var(--white-color)
}

    .service-card:hover .service-card_title a {
        color: inherit
    }

        .service-card:hover .service-card_title a:hover {
            color: var(--white-color)
        }

.service-card:hover .service-card_desc {
    color: var(--white-color)
}

.service-card:hover .service-card_icon {
    background-color: var(--theme-color-2)
}

.service-card:hover .service-card_img:before {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.service-card:hover .service-card_img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.service-card:hover_btn {
    position: absolute;
    display: inline-block;
    bottom: 30px;
    right: 0
}

.service-card_img {
    position: relative;
    overflow: hidden
}

    .service-card_img:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4 ease-in-out;
        transition: all 0.4 ease-in-out
    }

    .service-card_img img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

.service-card_content {
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -50px;
    border-radius: 0px;
    padding: 30px 22px;
    width: calc(100% - 50px);
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .service-card_content {
        padding: 30px 18px
    }
}

.service-card_content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card_content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 3;
    background-color: var(--theme-color)
}

.service-card_desc {
    max-width: 270px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--body-color);
    margin-bottom: 0
}

.service-card_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    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
}

.service-card .ser-icon {
    width: 50px;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
    margin: 0 auto
}

    .service-card .ser-icon .ser-title {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 80px;
        height: 82px;
        margin: 0;
        display: block;
        margin: 0 auto;
        margin-left: -9px;
        color: #fff
    }

.service-card .share-option {
    position: absolute;
    display: inline-block;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 2
}

    .service-card .share-option:hover .team-social2 .icon-team-list {
        background-color: var(--theme-color-2);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        bottom: -50px
    }

    .service-card .share-option .share-link {
        position: absolute;
        top: auto;
        bottom: -50;
        right: 0;
        background: var(--theme-color);
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        overflow: hidden
    }

    .service-card .share-option .team-social2 .icon-team-list {
        position: absolute;
        bottom: -50px;
        right: 0;
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

        .service-card .share-option .team-social2 .icon-team-list li {
            display: block;
            margin: 0
        }

            .service-card .share-option .team-social2 .icon-team-list li a {
                color: #fff;
                height: 45px;
                width: 45px;
                line-height: 45px;
                font-size: 14px;
                -webkit-transition: all 300ms ease-in-out 0s;
                transition: all 300ms ease-in-out 0s;
                margin: 0
            }

.service-card_icon {
    position: absolute;
    right: 10px;
    top: -50px;
    color: var(--theme-color);
    width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color);
    padding: 10px;
    margin: 0 auto 15px auto;
    text-align: center
}

@media (max-width: 1299px) {
    .service-card_icon {
        top: -36px;
        width: 60px;
        height: 60px;
        line-height: 40px
    }
}

@media (max-width: 767px) {
    .service-card_icon {
        top: -36px;
        width: 80px;
        height: 80px;
        line-height: 60px
    }
}

.service-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card_title {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin: -5px 0 8px 0
}

    .service-card_title a {
        color: inherit
    }

        .service-card_title a:hover {
            color: var(--theme-color)
        }

.service-card_text {
    max-width: 270px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--body-color);
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 18px;
    margin-bottom: 18px
}

.service-card_inner {
    background-size: 95% 95%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card .line-btn:hover {
    color: var(--white-color)
}

    .service-card .line-btn:hover:before {
        background-color: var(--white-color)
    }

.service-card:hover .service-box_inner {
    background-color: var(--title-color)
}

.service-card:hover .service-box_title,
.service-card:hover .service-box_text {
    color: var(--white-color)
}

@media (max-width: 991px) {
    .service-card {
        --space: 30px
    }
}

@media (max-width: 767px) {
    .service-card {
        --space: 10px
    }

    .service-card_content {
        padding: 20px
    }
}

@media (max-width: 575px) {
    .service-card {
        --space: 20px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .service-card_content {
        padding: 20px
    }
}

.service-box {
    --space: 30px;
    position: relative;
    margin-bottom: 100px
}

    .service-box.style3 {
        position: relative;
        padding: 90px 40px 22px 40px;
        background-color: var(--theme-color);
        border-top: 2px solid var(--theme-color);
        -webkit-filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.08));
        filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.08));
        margin-top: 40px;
        margin-bottom: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: 2
    }

        .service-box.style3:hover:before {
            height: 0
        }

        .service-box.style3:before {
            content: "";
            width: 100%;
            height: 100%;
            background-color: var(--white-color);
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out
        }

@media (max-width: 1299px) {
    .service-box.style3 {
        padding: 80px 25px 22px 25px
    }
}

@media (max-width: 1199px) {
    .service-box.style3 {
        margin-top: 20px
    }
}

@media (max-width: 991px) {
    .service-box.style3 {
        padding: 60px 25px 22px 25px
    }
}

@media (max-width: 767px) {
    .service-box.style3 {
        text-align: center
    }
}

.service-box.style3:hover .line-btn {
    color: var(--white-color)
}

    .service-box.style3:hover .line-btn:before {
        background-color: var(--white-color)
    }

.service-box.style3:hover .service-box_shape {
    opacity: 0.1
}

    .service-box.style3:hover .service-box_shape img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

.service-box.style3:hover .service-box_icon {
    background-color: var(--white-color)
}

    .service-box.style3:hover .service-box_icon img {
        -webkit-filter: none;
        filter: none
    }

.service-box.style3 .line-btn {
    color: var(--theme-color)
}

    .service-box.style3 .line-btn:before {
        background-color: var(--theme-color)
    }

.service-box.style3 .service-box {
    position: relative;
    z-index: 2;
    overflow: hidden
}

    .service-box.style3 .service-box:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--theme-color);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

.service-box.style3 .service-box_shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.04;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    text-align: center
}

    .service-box.style3 .service-box_shape img {
        -webkit-transition: 0.4s all;
        transition: 0.4s all
    }

.service-box.style3 .service-box_text {
    max-width: 100%
}

.service-box.style3 .service-box_icon {
    left: 40px;
    right: auto
}

@media (max-width: 1299px) {
    .service-box.style3 .service-box_icon {
        left: 20px
    }
}

@media (max-width: 767px) {
    .service-box.style3 .service-box_icon {
        left: 40%
    }
}

.service-box.style3 .service-box_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box.style4 {
    position: relative;
    background-color: var(--theme-color);
    border: none;
    padding: 40px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    z-index: 2
}

    .service-box.style4:hover:before {
        height: 0
    }

    .service-box.style4:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--white-color);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

    .service-box.style4 .service-box_wrapp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .service-box.style4 .service-box_icons {
        min-height: 110px;
        min-width: 150px
    }

    .service-box.style4 .service-box_number {
        font-weight: 700;
        font-size: 80px;
        line-height: 80px;
        color: rgba(255, 255, 255, 0.1);
        margin-top: -30px;
        margin-bottom: 0
    }

@media (max-width: 767px) {
    .service-box.style4 .service-box_text {
        max-width: 100%
    }
}

@media (max-width: 1299px) {
    .service-box {
        --space: 15px
    }
}

.service-box.style2 .service-box_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.service-box.style2 .service-box_content {
    left: 0;
    bottom: 0;
    box-shadow: none;
    width: 250px
}

.service-box:hover .service-box_content:before {
    height: 0
}

.service-box:hover .service-box_content .line-btn {
    color: var(--white-color)
}

    .service-box:hover .service-box_content .line-btn:before {
        background-color: var(--white-color)
    }

.service-box:hover .service-box_content .box-title {
    color: var(--white-color)
}

    .service-box:hover .service-box_content .box-title a {
        color: inherit
    }

.service-box:hover .service-box_icon {
    background-color: var(--theme-color-2)
}

.service-box:hover .service-box_img:before {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.service-box:hover .service-box_img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.service-box:hover .service-box_text {
    border-color: rgba(255, 255, 255, 0.2)
}

.service-box_img {
    position: relative;
    overflow: hidden
}

    .service-box_img:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4 ease-in-out;
        transition: all 0.4 ease-in-out
    }

    .service-box_img img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

.service-box_content {
    background-color: var(--theme-color);
    position: absolute;
    top: auto;
    bottom: -100px;
    left: var(--space);
    width: calc(100% - var(--space)*2);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    padding: 30px 40px 22px 40px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .service-box_content {
        padding: 30px 30px 22px 30px
    }
}

.service-box_content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box_icon {
    position: absolute;
    right: 40px;
    top: -50px;
    color: var(--theme-color);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: var(--theme-color);
    padding: 10px;
    margin: 0 auto 15px auto;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .service-box_icon {
        right: 20px;
        width: 80px;
        height: 80px;
        line-height: 50px;
        padding: 18px
    }
}

@media (min-width: 1079px) {

    .service-box_icon img {
        width: 40px;
        margin-bottom: 18px;
    }
}

.service-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-box_title {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin: -5px 0 8px 0
}

    .service-box_title a {
        color: inherit
    }

        .service-box_title a:hover {
            color: var(--white-color)
        }

.service-box_text {
    max-width: 270px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #3C3C3E;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 18px;
    margin-bottom: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .service-box_text:hover {
        color: var(--white-color)
    }

        .service-box_text:hover a {
            color: inherit
        }

.service-box_inner {
    background-size: 95% 95%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-box .line-btn:hover {
    color: var(--white-color)
}

    .service-box .line-btn:hover:before {
        background-color: var(--white-color)
    }

.service-box:hover .service-box_inner {
    background-color: var(--title-color)
}

.service-box:hover .service-box_title,
.service-box:hover .service-box_text {
    color: var(--white-color)
}

@media (max-width: 375px) {
    .service-box_inner {
        padding: 30px 12px
    }
}

.page-title {
    margin-top: -0.22em;
    font-size: 40px;
    margin-bottom: 20px
}

.page-img {
    margin-bottom: 40px
}

.page-single {
    margin-bottom: 30px
}

.service-process {
    border-right: 1px solid var(--gray-color);
    padding-right: 10px
}

.service-process-wrap {
    background-color: var(--smoke-color2);
    border: 1px solid var(--border-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px
}

.service-process:last-child {
    border-right: none;
    padding-right: 0
}

.service-process_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(223, 182, 141, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 36px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme-color);
    margin-bottom: 15px
}

.service-process_text {
    font-size: 14px;
    margin-bottom: -0.5em
}

@media (max-width: 1299px) {
    .page-title {
        font-size: 38px
    }
}

@media (max-width: 1199px) {
    .page-title {
        font-size: 32px
    }

    .service-process {
        border-right: none;
        padding-right: 0;
        text-align: center
    }

    .service-process-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px
    }

    .service-process_icon {
        margin-left: auto;
        margin-right: auto
    }

    .service-process_title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 28px
    }
}

@media (max-width: 575px) {
    .page-title {
        font-size: 24px
    }
}

@media (max-width: 375px) {
    .service-process-wrap {
        padding: 30px 12px
    }
}

.available-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.available-list li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 18px
}

    .available-list li:last-child {
        margin-bottom: 0
    }

    .available-list li:after {
        content: "\f00c";
        font-family: var(--icon-font);
        font-weight: 600;
        color: var(--theme-color);
        font-size: 1.1em;
        vertical-align: text-top;
        position: absolute;
        top: 1px;
        right: 0
    }

    .available-list li.unavailable:after {
        content: '\f00d';
        right: 4px
    }

.price-card {
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 15, 87, 0.08)
}

.price-card_title {
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 34px 12px 30px 12px;
    border-bottom: 1px solid var(--theme-color)
}

.price-card_price {
    font-size: 64px;
    font-weight: bold;
    line-height: 1;
    color: var(--theme-color);
    margin: 10px auto 25px auto;
    padding-right: 44px;
    position: relative;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

    .price-card_price .currency {
        font-size: 0.47em;
        font-weight: 500;
        font-family: var(--body-font);
        position: absolute;
        top: 10px;
        left: calc(100% - 44px);
        color: var(--theme-color)
    }

    .price-card_price .duration {
        font-size: 16px;
        font-weight: 500;
        color: var(--body-color);
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: calc(100% - 44px);
        white-space: nowrap
    }

.price-card_content {
    padding: 0 50px 34px 50px
}

.price-card_text {
    padding-bottom: 25px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--theme-color);
    text-align: center
}

.price-card .themeholy-btn {
    width: 100%;
    background-color: var(--title-color)
}

    .price-card .themeholy-btn:before,
    .price-card .themeholy-btn:after {
        display: none
    }

    .price-card .themeholy-btn:hover {
        background-color: var(--theme-color)
    }

.price-card.active .themeholy-btn {
    background-color: var(--theme-color)
}

    .price-card.active .themeholy-btn:hover {
        background-color: var(--title-color)
    }

@media (max-width: 1299px) {
    .price-card_title img {
        max-width: 70px
    }
}

@media (max-width: 991px) {
    .price-card_content {
        padding: 0 35px 34px 35px
    }
}

@media (max-width: 767px) {
    .price-card_content {
        padding: 0 50px 34px 50px
    }
}

@media (max-width: 400px) {
    .price-card_content {
        padding: 0 30px 28px 30px
    }
}

.couple-box {
    width: 495px;
    padding: 30px
}

.couple-box_img {
    margin-bottom: 15px
}

    .couple-box_img img {
        width: 100px;
        height: 100px;
        border-radius: 50%
    }

.couple-box_title {
    color: var(--white-color);
    font-size: 36px
}

.couple-box_text {
    color: var(--white-color);
    max-width: 340px;
    margin-bottom: 20px
}

.couple-box.left {
    text-align: right
}

    .couple-box.left .couple-box_text {
        margin-left: auto
    }

.frame-box1 {
    position: relative;
    text-align: center
}

    .frame-box1 .img1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        text-align: center;
        padding: 18px 52px
    }

        .frame-box1 .img1 img {
            border-radius: 999px
        }

@media (max-width: 1500px) {
    .couple-box {
        width: 466px
    }
}

@media (max-width: 1199px) {
    .couple-box {
        width: 100%
    }

    .couple-box_title {
        font-size: 32px
    }
}

@media (max-width: 1199px) {
    .couple-box {
        padding: 30px 15px;
        background-position: left center
    }

        .couple-box.left {
            background-position: right center
        }
}

@media (max-width: 991px) {
    .couple-box.style2 {
        text-align: center
    }

        .couple-box.style2 .couple-box_text {
            max-width: 520px;
            margin-left: auto;
            margin-right: auto
        }
}

@media (max-width: 375px) {
    .frame-box1 .img1 {
        padding: 12px 40px
    }
}

.history-sec1 {
    background-size: 100% calc(100% - 150px);
    background-position: center bottom;
    position: relative
}

.pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.countdown-area {
    text-align: center;
    padding: 94px 0 70px 0;
    background-size: 100% 100%
}

    .countdown-area .countdown-subtitle {
        font-family: var(--style-font);
        font-size: 22px
    }

    .countdown-area .countdown-title {
        margin-bottom: 40px;
        font-size: 34px;
        font-weight: 600
    }

        .countdown-area .countdown-title.style2 {
            font-size: 28px
        }

.wedding-counter {
    margin: 0;
    padding: 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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px
}

    .wedding-counter li {
        list-style-type: none;
        text-align: center;
        padding: 30px 15px 44px 15px;
        background-size: contain;
        width: 115px;
        height: 150px
    }

    .wedding-counter .count-number {
        font-family: var(--title-font);
        font-size: 52px;
        font-weight: 900;
        line-height: 1;
        color: var(--theme-color);
        margin-bottom: 5px
    }

    .wedding-counter .count-name {
        font-size: 14px
    }

.story-box {
    text-align: center;
    background-size: 100% 100%;
    padding: 45px 30px;
    background-color: var(--white-color);
    border-radius: 10px
}

.story-box_date {
    display: block;
    max-width: 250px;
    margin: 0 auto 25px auto;
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 25px
}

.story-box_title {
    margin-bottom: 5px
}

.story-box_text {
    margin-bottom: -0.5em
}

@media (max-width: 1299px) {
    .story-box {
        padding: 40px 15px
    }
}

@media (max-width: 991px) {
    .countdown-area {
        background-size: 130% 100%
    }

    .history-sec1 {
        background-size: 130% calc(100% - 150px)
    }
}

@media (max-width: 767px) {
    .countdown-area {
        background-size: 166% 100%
    }

    .wedding-counter {
        gap: 15px
    }

        .wedding-counter .count-number {
            font-size: 40px
        }

    .history-sec1 {
        background-size: 170% calc(100% - 150px)
    }
}

@media (max-width: 575px) {
    .wedding-counter .count-number {
        font-size: 32px;
        margin-bottom: 0
    }

    .wedding-counter li {
        padding: 20px 10px 30px 10px;
        height: auto
    }

    .countdown-area .countdown-title {
        font-size: 28px;
        margin-bottom: 26px
    }

    .countdown-area .countdown-subtitle {
        font-size: 18px
    }

    .story-box {
        background-size: 110% 110%
    }
}

@media (max-width: 420px) {
    .wedding-counter {
        gap: 0px
    }

        .wedding-counter .count-name {
            font-size: 12px
        }

        .wedding-counter li {
            padding: 20px 10px 30px 10px
        }
}

.countdown-sec1 {
    margin-top: -135px;
    position: relative;
    z-index: 5
}

.story-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.story-card-area {
    background-color: var(--white-color);
    box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
    position: relative;
    padding: 60px
}

    .story-card-area .img-box {
        position: relative
    }

.story-card-corner {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2
}

.story-card-slide {
    border: 2px solid var(--theme-color);
    padding: 90px 60px 60px 60px
}

.story-card-date {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 21px 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 205px;
    height: 100px;
    width: 100px;
    z-index: 3
}

.story-card_content {
    max-width: 490px
}

.story-card-img {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 2;
    max-width: 576px
}

.story-card_shape {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -1
}

.story-card_title {
    margin-bottom: 8px
}

.story-card_location {
    display: block;
    font-size: 14px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--theme-color)
}

.story-card_text {
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .story-card-area {
        padding: 60px 50px
    }

    .story-card-slide {
        padding: 90px 30px 60px 40px
    }
}

@media (max-width: 1199px) {
    .story-card-img {
        max-width: 400px;
        overflow: hidden;
        top: 20px;
        right: 20px
    }

        .story-card-img .img-box > img {
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content
        }

    .story-card-slide {
        padding: 90px 30px 50px 40px
    }
}

@media (max-width: 991px) {
    .story-card-img {
        max-width: 240px
    }

        .story-card-img .img-box > img {
            max-width: 100%
        }

    .story-card-area {
        padding: 60px 50px 50px 50px
    }

    .story-card-slide {
        padding: 90px 30px 35px 40px
    }

    .story-card-date {
        left: 160px
    }
}

@media (max-width: 767px) {
    .story-card-img {
        top: 0;
        right: -50px
    }

    .story-card-area {
        overflow: hidden;
        padding: 60px 12px 12px 12px
    }

    .story-card-corner {
        display: none
    }

    .story-card-slide {
        padding: 90px 20px 15px 20px
    }

    .story-card-date {
        left: calc(50% - 50px)
    }
}

@media (max-width: 575px) {
    .story-card {
        text-align: center
    }

    .story-card-img {
        display: none
    }
}

@media (max-width: 375px) {
    .story-card_text {
        font-size: 14px
    }
}

.portfolio-slider-1 {
    height: 450px;
    max-width: 1860px;
    display: block;
    margin: 0 auto
}

@media (max-width: 1799px) {
    .portfolio-slider-1 {
        max-width: 100%
    }
}

.portfolio-slider-1 .slick-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .portfolio-slider-1 .slick-slide .portfolio-img {
        height: 450px;
        width: 100%;
        overflow: hidden
    }

.portfolio-slider-1 .slick-current {
    width: 916px !important;
    height: 450px
}

@media (max-width: 1799px) {
    .portfolio-slider-1 .slick-current {
        width: 516px !important
    }
}

.portfolio-slider-1 .slick-current .portfolio-card .hover-wrap {
    opacity: 1;
    visibility: visible
}

.portfolio-slider-1 .slick-current .portfolio-img {
    background-blend-mode: luminosity;
    background: #D9D9D9
}

    .portfolio-slider-1 .slick-current .portfolio-img:after {
        opacity: 1
    }

.gallery-row {
    --bs-gutter-y: 1.5rem
}

@media (min-width: 1200px) {

    .gallery-row .col-md-6,
    .gallery-row .col-lg-6 {
        width: 50%
    }
}

@media (min-width: 1300px) {
    .gallery-row .col-xl-auto {
        width: auto
    }
}

.gallery-card {
    position: relative
}

    .gallery-card .gallery-img {
        position: relative
    }

    .gallery-card .gallery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: 100% 100%;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        visibility: hidden;
        opacity: 0
    }

    .gallery-card .icon-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 20px 0 0 -28px;
        background-color: var(--white-color);
        color: var(--theme-color);
        border: none;
        border-radius: 99px;
        line-height: 60px;
        font-size: 20px;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0
    }

        .gallery-card .icon-btn:hover {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

.filter-item .gallery-card:hover .icon-btn {
    margin: -28px 0 0 -28px;
    visibility: visible;
    opacity: 1
}

.filter-item .gallery-card:hover .gallery-overlay {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1
}

.filter-menu {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 40px;
    margin-top: 22px;
    position: relative
}

    .filter-menu button {
        border: none;
        padding: 0;
        margin-bottom: 5px;
        background-color: transparent;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--body-color);
        position: relative
    }

        .filter-menu button.active,
        .filter-menu button:hover {
            color: var(--theme-color)
        }

    .filter-menu .indicator {
        position: absolute;
        height: 12px;
        background-image: url("../img/theme-img/button_shape.html");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: calc(var(--width-set) + 24px);
        left: calc(var(--pos-x) - 12px);
        top: calc(var(--pos-y) + 20px);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

@media (max-width: 1299px) {
    .gallery-card .gallery-img img {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .filter-menu {
        gap: 8px 17px
    }
}

@media (max-width: 767px) {
    .filter-menu {
        gap: 8px 22px
    }
}

.flipster__item--current .gallery-card .icon-btn {
    margin: -28px 0 0 -28px;
    visibility: visible;
    opacity: 1
}

.flipster__item--current .gallery-card .gallery-overlay {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1
}

.flip-gallery {
    overflow: hidden
}

.flip-gallery-area {
    position: relative;
    margin-top: -24px
}

.flip-gallery .flipster__nav {
    margin: 0 auto 50px auto
}

.flip-gallery .flipster__nav__item--current .flipster__nav__child {
    display: none
}

.flip-gallery .flipster__button {
    top: 56.8%
}

.flipster__button {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 1px solid var(--theme-color);
    font-size: 16px;
    background-color: var(--white-color);
    text-align: center;
    opacity: 1
}

    .flipster__button svg {
        max-width: 13px
    }

.flipster__button--prev {
    left: 21%
}

.flipster__button--next {
    right: 21%
}

.flipster__nav__item {
    margin: 0 18px
}

.flipster__nav__link {
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: var(--body-color)
}

    .flipster__nav__link:after {
        bottom: 0;
        top: unset;
        height: 2px;
        width: 100%;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background-color: var(--theme-color);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

    .flipster__nav__link:hover {
        color: var(--theme-color)
    }

        .flipster__nav__link:hover:after {
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0)
        }

.flipster__nav__item--current .flipster__nav__link {
    color: var(--theme-color)
}

    .flipster__nav__item--current .flipster__nav__link:after {
        -webkit-transform: scaleX(1) !important;
        -ms-transform: scaleX(1) !important;
        transform: scaleX(1) !important
    }

.flipster__nav__link:focus:after {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important
}

@media (max-width: 1199px) {
    .flipster__button--prev {
        left: 12%
    }

    .flipster__button--next {
        right: 12%
    }
}

@media (max-width: 991px) {
    .flip-gallery-area {
        margin-top: -18px
    }

    .flip-gallery .flipster__nav {
        margin: 0 auto 40px auto
    }

    .flipster__button--prev {
        left: 0
    }

    .flipster__button--next {
        right: 0
    }
}

@media (max-width: 767px) {
    .flip-gallery .flip-items {
        margin-top: -70px
    }

    .flip-gallery .flipster__button {
        top: 52%
    }

    .gallery-card.gallery-flip {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media (max-width: 460px) {
    .flip-gallery .flip-items {
        margin-top: -90px
    }

    .flip-gallery .flipster__button {
        display: none
    }

    .gallery-card.gallery-flip {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@media (max-width: 360px) {
    .gallery-card.gallery-flip {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.event-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    padding: 20px;
    text-align: center;
    margin-bottom: 55px
}

.event-card_img img {
    width: 100%
}

.event-card_title {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 5px 0
}

    .event-card_title a {
        color: inherit
    }

        .event-card_title a:hover {
            color: var(--theme-color)
        }

.event-card_shape {
    margin-bottom: 20px
}

.event-card_date,
.event-card_time {
    display: block
}

.event-card_time {
    margin-bottom: 15px
}

.event-card_text {
    max-width: 290px;
    margin: 0 auto 16px auto
}

.event-card_flower {
    margin-bottom: -85px;
    margin-top: 26px
}

.event-img-sec {
    height: 600px;
    margin-bottom: -310px
}

@media (max-width: 1199px) {
    .event-card_title {
        font-size: 26px
    }
}

@media (max-width: 1199px) {
    .event-img-sec {
        height: 400px;
        margin-bottom: -180px
    }
}

.event-box {
    position: relative
}

.event-box_img {
    margin-bottom: 25px
}

    .event-box_img img {
        width: 100%
    }

.event-box_title {
    margin-bottom: 0
}

.event-box_subtitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px
}

.event-box .icon-btn {
    --btn-size: 50px;
    position: absolute;
    bottom: 7px;
    right: 0;
    border-color: var(--theme-color);
    background-color: var(--white-color);
    color: var(--body-color)
}

    .event-box .icon-btn:hover {
        background-color: var(--theme-color);
        color: var(--white-color)
    }

.section-frame1 {
    --space: 25px;
    position: absolute;
    top: var(--space);
    left: var(--space);
    width: calc(100% - var(--space)*2);
    height: calc(100% - var(--space)*2);
    background-size: 100% 100%
}

.rsvp-frame {
    background-size: 100% 100%;
    max-width: 1030px;
    margin: -50px auto -45px auto
}

    .rsvp-frame .rsvp-form {
        max-width: 464px;
        margin: 0 auto;
        padding: 180px 12px 130px 12px
    }

    .rsvp-frame .form-select.style2 option {
        background-color: var(--white-color)
    }

@media (max-width: 1199px) {
    .section-frame1 {
        --space: 12px
    }
}

@media (max-width: 991px) {
    .rsvp-frame {
        background-size: 130% 100%
    }
}

@media (max-width: 767px) {
    .section-frame1 {
        background-size: cover
    }

    .rsvp-frame {
        background-size: 190% 100%
    }
}

@media (max-width: 575px) {
    .rsvp-frame {
        margin: -80px auto -45px auto
    }
}

.invitation-box {
    padding: 244px 12px;
    background-color: var(--theme-color);
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

.invitation-box-area {
    max-width: 736px;
    margin: 120px auto 145px auto;
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    position: relative
}

    .invitation-box-area .shape-top,
    .invitation-box-area .shape-bottom {
        position: absolute;
        left: -60px;
        right: -60px
    }

    .invitation-box-area .shape-top {
        top: -120px
    }

    .invitation-box-area .shape-bottom {
        bottom: -145px
    }

.invitation-box_title,
.invitation-box_subtitle,
.invitation-box_date,
.invitation-box_time,
.invitation-box_address,
.invitation-box_name {
    color: var(--white-color)
}

.invitation-box_title {
    font-family: var(--style-font);
    font-weight: 400;
    font-size: 72px;
    font-style: italic;
    margin-bottom: 12px
}

.invitation-box_name {
    margin-bottom: 22px
}

.invitation-box_subtitle {
    margin-bottom: 15px
}

.invitation-box_date {
    margin-bottom: 0
}

.invitation-box_time {
    margin-bottom: 20px
}

.invitation-box_address {
    margin-bottom: 26px
}

.invitation-box .themeholy-btn {
    border-color: var(--white-color);
    color: var(--white-color)
}

@media (max-width: 767px) {
    .invitation-box {
        padding: 180px 12px
    }
}

@media (max-width: 575px) {
    .invitation-box {
        padding: 140px 12px
    }

    .invitation-box-area {
        margin: 80px auto 100px auto
    }

        .invitation-box-area .shape-top {
            top: -80px
        }

        .invitation-box-area .shape-bottom {
            bottom: -100px
        }

    .invitation-box_title {
        font-size: 54px
    }
}

.process-sec {
    position: relative
}

.process-line {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    margin: 0 -500px
}

@media (max-width: 1199px) {
    .process-line {
        display: none
    }
}

.step-wrap .process-line {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 28%;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    margin: 0 -500px
}

.process-card {
    position: relative;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    .process-card:hover .process-card_icon:before {
        background-color: var(--theme-color-2)
    }

    .process-card:hover .process-card_icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

.process-card_icon {
    position: relative;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    margin: 0 auto 30px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 3
}

    .process-card_icon:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        inset: 15px;
        border-radius: 50%;
        background-color: var(--white-color);
        border: 1px dashed var(--theme-color-2);
        z-index: -1;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out
    }

    .process-card_icon img {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        -webkit-filter: none;
        filter: none
    }

.process-card_number {
    position: absolute;
    top: 0;
    right: -8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color-2);
    color: var(--white-color);
    border-radius: 50%;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    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
}

.process-card_title {
    font-size: 24px
}

    .process-card_title:hover {
        color: var(--theme-color-2)
    }

.process-card_text {
    max-width: 285px;
    margin: 0 auto -0.5em auto
}

.projectSlider {
    margin: 0 20px
}

@media (max-width: 1899px) {
    .projectSlider {
        margin: 0
    }
}

.ProjectSlide2 {
    margin: 0 30px
}

@media (max-width: 1899px) {
    .ProjectSlide2 {
        margin: 0
    }
}

.project-card-tab {
    border-top: 4px solid rgba(18, 18, 18, 0.15);
    width: 1290px;
    margin: auto;
    margin-top: 50px;
    padding-top: 50px;
    position: relative;
    display: block
}

    .project-card-tab:before {
        content: "";
        position: absolute;
        top: -2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #EFEFEF;
        height: 2px;
        width: var(--main-container)
    }

    .project-card-tab .tab-btn {
        border: none;
        background-color: transparent;
        padding: 0
    }

    .project-card-tab .indicator {
        position: absolute;
        top: -2px;
        left: var(--pos-x);
        height: 2px;
        width: var(--width-set);
        background-color: var(--theme-color);
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease
    }

.project-card {
    position: relative;
    --space: 40px;
    overflow: hidden
}

    .project-card.style2 {
        --space: 30px
    }

@media (max-width: 1899px) {
    .project-card.style2 {
        --space: 20px
    }
}

.project-card.style2:hover .project-content {
    bottom: 30px;
    opacity: 1
}

.project-card.style2 .project-content {
    background-color: var(--white-color);
    padding: 24px 30px;
    width: calc(382px - var(--space)*2);
    left: var(--space);
    bottom: -30px
}

@media (max-width: 1899px) {
    .project-card.style2 .project-content {
        width: calc(352px - var(--space)*2);
        padding: 20px
    }

        .project-card.style2 .project-content .project-subtitle {
            font-size: 14px;
            line-height: 24px
        }

        .project-card.style2 .project-content .project-title {
            font-size: 18px;
            line-height: 22px
        }
}

.project-card.style2 .project-content .project-btn {
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    padding: 10px
}

.project-card.style3 {
    --space: 30px
}

@media (max-width: 1899px) {
    .project-card.style3 {
        --space: 20px
    }
}

.project-card.style3:hover .project-content {
    bottom: 30px;
    opacity: 1
}

.project-card.style3 .project-content {
    background-color: var(--white-color);
    padding: 24px 30px;
    width: calc(382px - var(--space)*2);
    left: var(--space);
    bottom: -30px
}

@media (max-width: 1299px) {
    .project-card.style3 .project-content {
        min-width: 260px;
    }

    .project-card .project-content .project-btn {
        right: 0px !important;
    }

    .project-card.style3 .project-content {
        width: calc(359px - var(--space)*2);
    }
}

.project-card.style3 .project-content .project-btn {
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    padding: 10px
}

.project-card.style4 {
    --space: 150px
}

@media (max-width: 1799px) {
    .project-card.style4 {
        --space: 80px
    }
}

@media (max-width: 1399px) {
    .project-card.style4 {
        --space: 40px
    }
}

@media (max-width: 1299px) {
    .project-card.style4 {
        --space: 30px
    }
}

@media (max-width: 1199px) {
    .project-card.style4 {
        --space: 10px
    }
}

.project-card.style4 .project-img {
    position: relative;
    overflow: hidden
}

.project-card.style4:hover .project-content {
    top: 67%;
    bottom: auto;
    opacity: 1
}

@media (max-width: 1799px) {
    .project-card.style4:hover .project-content {
        top: 57%
    }
}

@media (max-width: 1199px) {
    .project-card.style4:hover .project-content {
        top: 50%
    }
}

@media (max-width: 991px) {
    .project-card.style4:hover .project-content {
        top: 70%
    }
}

@media (max-width: 767px) {
    .project-card.style4:hover .project-content {
        top: 60%
    }
}

@media (max-width: 575px) {
    .project-card.style4:hover .project-content {
        top: 45%
    }
}

@media (max-width: 375px) {
    .project-card.style4:hover .project-content {
        top: 30%
    }
}

.project-card.style4 .project-content {
    background-color: var(--theme-color);
    padding: 50px 30px 30px 30px;
    width: calc(100% - var(--space)*2);
    left: var(--space);
    bottom: auto;
    top: 70%;
    text-align: center;
    border-radius: 50%;
    height: 638px
}

@media (max-width: 1799px) {
    .project-card.style4 .project-content {
        top: 60%
    }
}

@media (max-width: 1199px) {
    .project-card.style4 .project-content {
        top: 55%
    }
}

@media (max-width: 991px) {
    .project-card.style4 .project-content {
        top: 75%
    }
}

@media (max-width: 767px) {
    .project-card.style4 .project-content {
        top: 65%
    }
}

@media (max-width: 575px) {
    .project-card.style4 .project-content {
        top: 50%
    }
}

@media (max-width: 375px) {
    .project-card.style4 .project-content {
        top: 35%;
        border-radius: 40% 40% 0 0
    }
}

.project-card.style4 .project-content .project-subtitle {
    color: var(--white-color)
}

.project-card.style4 .project-content .project-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 1500px) {
    .project-card.style4 .project-content .project-title {
        font-size: 20px;
        line-height: 30px
    }
}

@media (max-width: 991px) {
    .project-card.style4 .project-content .project-title {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .project-card.style4 .project-content .project-title {
        font-size: 16px;
        line-height: 26px
    }
}

.project-card.style4 .project-content .project-btn {
    position: absolute;
    top: 0;
    left: 45%;
    background-color: var(--theme-color-2);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    padding: 10px
}

@media (max-width: 991px) {
    .project-card.style4 .project-content .project-btn {
        left: 47%
    }
}

@media (max-width: 375px) {
    .project-card.style4 .project-content .project-btn {
        left: 40%
    }
}

.project-card:hover .project-img:before {
    opacity: 1;
    visibility: visible
}

.project-card:hover .project-content {
    bottom: 40px;
    opacity: 1
}

.project-card .project-img {
    position: relative;
    overflow: hidden
}

    .project-card .project-img:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease
    }

    .project-card .project-img img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease
    }

.project-card .project-content {
    background-color: var(--white-color);
    padding: 30px 40px;
    width: calc(450px - var(--space)*2);
    position: absolute;
    left: var(--space);
    bottom: -40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

    .project-card .project-content .project-subtitle {
        font-family: var(--title-font);
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        text-transform: capitalize;
        color: var(--theme-color);
        margin-bottom: 5px
    }

@media (max-width: 1299px) {
    .project-card .project-content .project-subtitle {
        font-size: 14px;
        line-height: 24px
    }
}

.project-card .project-content .project-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .project-card .project-content .project-title {
        font-size: 18px;
        line-height: 28px
    }
}

.project-card .project-content .project-title a {
    color: inherit
}

.project-card .project-content .project-btn {
    position: absolute;
    top: 50%;
    right: -10%;
    background-color: var(--theme-color);
    border-radius: 50%;
    color: var(--white-color);
    width: var(--icon-size, 80px);
    height: var(--icon-size, 80px);
    line-height: var(--icon-size, 80px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 80px) / -2);
    padding: 10px;
    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
}

.project-details-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 35px 0 0 0;
    padding: 0;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    padding: 40px 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1)
}

    .project-details-nav li {
        font-size: 20px;
        font-weight: 700;
        font-family: var(--title-font);
        max-width: 258px
    }

        .project-details-nav li a {
            color: var(--title-color);
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            gap: 20px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .project-details-nav li a:hover {
                color: var(--theme-color)
            }

                .project-details-nav li a:hover .icon {
                    background: var(--theme-color-2)
                }

@media (max-width: 767px) {
    .project-details-nav li a .title {
        display: none
    }
}

.project-details-nav li a .text {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color)
}

@media (max-width: 767px) {
    .project-details-nav li a .text {
        display: none
    }
}

.project-details-nav li .thumb {
    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;
    margin-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.project-details-nav li .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    color: var(--white-color);
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    margin-left: -25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.project-details-nav li .project-details-bar-icon {
    font-size: 25px;
    color: var(--title-color);
    font-weight: 500
}

.project-details-nav li.next-project-nav {
    text-align: right
}

    .project-details-nav li.next-project-nav .thumb {
        margin-right: 0;
        margin-left: 30px
    }

    .project-details-nav li.next-project-nav .icon {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-left: 0;
        margin-right: -25px
    }

.portfolio-sec {
    position: relative;
    overflow: hidden
}

.portfolio-img {
    position: relative
}

@media (max-width: 991px) {
    .portfolio-img {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .portfolio-img {
        margin-bottom: 30px
    }
}

.counter-area2 .container {
    max-width: 1520px
}

@media (max-width: 1500px) {
    .counter-area2 .container {
        max-width: 100%
    }
}

.faq-sec2 {
    margin-right: -42%
}

@media (min-width: 1922px) {
    .faq-sec2 {
        margin-right: 0
    }
}

@media (max-width: 1899px) {
    .faq-sec2 {
        margin-right: -20%
    }
}

@media (max-width: 1699px) {
    .faq-sec2 {
        margin-right: -10%
    }
}

@media (max-width: 1500px) {
    .faq-sec2 {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .faq-sec2 {
        margin-top: 20px
    }
}

.portfolio-indicator-wrapper {
    max-width: 1290px;
    height: 4px;
    background-color: rgba(18, 18, 18, 0.15);
    display: block;
    margin: auto;
    margin-top: 40px
}

    .portfolio-indicator-wrapper .indicator {
        position: absolute;
        top: -2px;
        left: var(--pos-x);
        height: 2px;
        width: var(--width-set);
        background-color: var(--theme-color);
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease
    }

.main-menu .new-label,
.th-mobile-menu .new-label {
    font-size: 13px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-left: 5px;
    position: relative;
    top: -1px
}

@media (max-width: 991px) {
    .header-layout4 .themeholy-menu-toggle {
        margin-top: -9px
    }
}

@media (max-width: 767px) {
    .header-layout4 .themeholy-menu-toggle {
        margin-top: 6px
    }
}

.header-layout4 {
    position: absolute;
    content: "";
    width: 100%;
    top: 0
}

    .header-layout4 .header-top {
        padding: 25px 0
    }

    .header-layout4 .menu-top {
        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;
        gap: 30px
    }

@media (max-width: 991px) {
    .header-layout4 .menu-top {
        display: none
    }
}

.header-layout4 .main-menu > ul > li > a {
    padding: 25px 0;
    color: var(--white-color);
    font-size: 16px;
    line-height: 18px
}

.header-layout4 .header-social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 50%;
    text-align: center
}

    .header-layout4 .header-social a:hover {
        color: var(--theme-color)
    }

.header-layout4 .header-logo {
    position: relative;
    z-index: 2;
    padding-bottom: 0
}

@media (max-width: 991px) {
    .header-layout4 .header-logo {
        margin-top: 0
    }
}

.header-layout4 .header-button {
    display: block;
    margin-left: 100px
}

@media (max-width: 1799px) {
    .header-layout4 .header-button {
        margin-left: 50px
    }
}

@media (max-width: 1699px) {
    .header-layout4 .header-button {
        margin-left: 0
    }
}

.header-layout4 .header-button .icon-btn {
    font-size: 20px;
    color: var(--white-color)
}

@media (max-width: 1499px) {
    .header-layout4 .header-button .icon-btn {
        padding-right: 70px
    }
}

@media (max-width: 991px) {
    .header-layout4 .header-button .icon-btn {
        padding-right: 0;
        margin-top: -8px
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .header-layout4 .header-button .icon-btn {
        margin-top: 0
    }
}

.header-layout4 .header-button .icon-btn:hover {
    background-color: transparent
}

.header-layout4 .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    height: 42px
}

@media (max-width: 1199px) {
    .header-layout4 .header-info {
        display: none
    }
}

.header-layout4 .header-info.style1:first-child {
    margin-right: 0px;
    padding-right: 70px;
    border-right: 0
}

@media (min-width: 2122px) {
    .header-layout4 .header-info.style1:first-child {
        padding-right: 0;
        margin-right: -70px
    }
}

.header-layout4 .header-info.style1 .icon-btn {
    color: var(--white-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    .header-layout4 .header-info.style1 .icon-btn:hover {
        color: var(--theme-color-2)
    }

.header-layout4 .header-info.style1 .header-info_link a {
    color: var(--white-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    .header-layout4 .header-info.style1 .header-info_link a:hover {
        color: var(--theme-color-2)
    }

.header-layout4 .header-info.style1 .header-info_label {
    color: #E6E6E6
}

.header-layout4 .header-info:first-child {
    margin-right: 0px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.header-layout4 .header-info .icon-btn {
    width: auto;
    height: auto;
    color: var(--theme-color);
    font-size: 28px;
    border: none
}

    .header-layout4 .header-info .icon-btn:hover {
        background-color: transparent
    }

.header-layout4 .header-info_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #9B9B9C;
    display: block;
    margin-top: -0.3em
}

.header-layout4 .header-info_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    display: block;
    margin-bottom: -0.3em
}

    .header-layout4 .header-info_link a {
        color: var(--white-color)
    }

        .header-layout4 .header-info_link a:hover {
            color: var(--theme-color)
        }

.header-layout4 .menu-area {
    position: relative;
    z-index: 3
}

@media (max-width: 991px) {
    .header-layout4 .menu-area {
        padding: 15px 0
    }
}

.header-layout4 .main-menu {
    margin-left: 30px
}

@media (max-width: 1299px) {
    .header-layout4 .main-menu {
        margin-left: 0
    }
}

@media (min-width: 1922px) {
    .header-layout4 .main-menu {
        margin-left: 0
    }
}

.header-layout4 .sticky-wrapper {
    position: relative;
    background-color: transparent
}

    .header-layout4 .sticky-wrapper.sticky {
        background: var(--theme-color-2)
    }

@media (max-width: 991px) {
    .header-layout4 .sticky-wrapper.sticky .menu-area {
        padding: 11px 0
    }
}

.header-layout4 .sticky-wrapper.sticky .logo-bg {
    height: 149px
}

@media (max-width: 991px) {
    .header-layout4 .sticky-wrapper.sticky .logo-bg {
        height: 137px
    }
}

.header-layout4 .sticky-wrapper.sticky .logo-bg:after {
    height: calc(100% - 1px)
}

@media (min-width: 2299px) {
    .header-layout4 .sticky-wrapper.sticky .logo-bg:after {
        top: 0%;
        right: 4%
    }
}

@media (max-width: 2299px) {
    .header-layout4 .sticky-wrapper.sticky .logo-bg:after {
        top: 0%;
        right: 4%
    }
}

@media (max-width: 1399px) {
    .header-layout4 .sticky-wrapper.sticky .logo-bg:after {
        top: 0%;
        right: -2%
    }
}

.header-layout4 .top-menu-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - -33px);
    z-index: -1
}

    .header-layout4 .top-menu-shape .top-shape {
        position: relative;
        background-color: var(--title-color);
        height: calc(100% - 100px);
        background-size: auto;
        background-repeat: repeat;
        z-index: -1
    }

@media (max-width: 991px) {
    .header-layout4 .top-menu-shape .top-shape {
        height: calc(100% - 85px)
    }
}

@media (max-width: 767px) {
    .header-layout4 .top-menu-shape .top-shape {
        display: none
    }
}

.header-layout4 .menu-bg {
    position: absolute;
    top: 100px;
    left: 0;
    min-height: 70px;
    width: calc(100% - 47%);
    max-width: 1605px;
    margin-left: 16%;
    background-color: var(--theme-color-2);
    z-index: 1
}

@media (max-width: 1899px) {
    .header-layout4 .menu-bg {
        margin-left: 13%;
        width: calc(100% - 44%)
    }
}

@media (max-width: 1699px) {
    .header-layout4 .menu-bg {
        margin-left: 0%;
        width: calc(100% - 31%);
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .header-layout4 .menu-bg {
        width: calc(100% - 21%)
    }
}

.header-layout4 .menu-bg2 {
    position: absolute;
    top: 100px;
    right: 0;
    min-height: 70px;
    width: calc(100% - 70%);
    background-color: var(--theme-color);
    z-index: 1
}

@media (max-width: 1199px) {
    .header-layout4 .menu-bg2 {
        width: calc(100% - 80%)
    }
}

.header-layout4 .logo-bg {
    position: absolute;
    top: 0%;
    left: 0;
    width: 35%;
    height: 135px;
    z-index: 1
}

@media (min-width: 2399px) {
    .header-layout4 .logo-bg {
        width: 35%
    }
}

@media (max-width: 2399px) {
    .header-layout4 .logo-bg {
        width: 34%
    }
}

@media (max-width: 2199px) {
    .header-layout4 .logo-bg {
        width: 34%
    }
}

@media (max-width: 1922px) {
    .header-layout4 .logo-bg {
        width: 35%
    }
}

@media (max-width: 1699px) {
    .header-layout4 .logo-bg {
        width: 30%
    }
}

@media (max-width: 1420px) {
    .header-layout4 .logo-bg {
        width: 28%
    }
}

@media (max-width: 1299px) {
    .header-layout4 .logo-bg {
        width: 29%
    }
}

@media (max-width: 1199px) {
    .header-layout4 .logo-bg {
        width: 34%
    }
}

@media (max-width: 991px) {
    .header-layout4 .logo-bg {
        width: 70%
    }
}

@media (max-width: 767px) {
    .header-layout4 .logo-bg {
        width: 80%
    }
}

.header-layout4 .logo-bg:before,
.header-layout4 .logo-bg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.header-layout4 .logo-bg:before {
    background-color: var(--theme-color);
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    z-index: 1
}

.header-layout4 .logo-bg:after {
    top: -8%;
    right: 6%;
    left: auto;
    background-color: var(--white-color);
    width: 3px;
    z-index: 1;
    -webkit-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    transform: rotate(31deg);
    -webkit-clip-path: path("M0 0H627L577 135H0V0Z");
    clip-path: path("M0 0H627L577 135H0V0Z")
}

@media (min-width: 2199px) {
    .header-layout4 .logo-bg:after {
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg)
    }
}

@media (max-width: 1699px) {
    .header-layout4 .logo-bg:after {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
}

@media (max-width: 1599px) {
    .header-layout4 .logo-bg:after {
        right: 8%
    }
}

@media (max-width: 1299px) {
    .header-layout4 .logo-bg:after {
        -webkit-transform: rotate(21deg);
        -ms-transform: rotate(21deg);
        transform: rotate(21deg)
    }
}

@media (max-width: 991px) {
    .header-layout4 .logo-bg:after {
        right: 6%;
        -webkit-transform: rotate(31deg);
        -ms-transform: rotate(31deg);
        transform: rotate(31deg)
    }
}

@media (max-width: 767px) {
    .header-layout4 .logo-bg:after {
        -webkit-transform: rotate(23deg);
        -ms-transform: rotate(23deg);
        transform: rotate(23deg)
    }
}

@media (max-width: 460px) {
    .header-layout4 .logo-bg:after {
        -webkit-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        transform: rotate(17deg)
    }
}

@media (max-width: 375px) {
    .header-layout4 .logo-bg:after {
        -webkit-transform: rotate(13deg);
        -ms-transform: rotate(13deg);
        transform: rotate(13deg)
    }
}

.header-layout4 .logo-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.hero-4 {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.hero-style4 {
    position: relative;
    z-index: 6;
    max-width: 670px;
    padding: 360px 0 195px 0
}

@media (max-width: 991px) {
    .hero-style4 {
        padding: 300px 0 90px
    }
}

@media (max-width: 575px) {
    .hero-style4 {
        padding: 270px 0 80px
    }
}

.hero-style4 .hero-subtitle {
    color: var(--white-color)
}

.hero-style4 .hero-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
    color: var(--white-color);
    display: block
}

@media (max-width: 1199px) {
    .hero-style4 .hero-title {
        font-size: 70px;
        line-height: 80px
    }
}

@media (max-width: 575px) {
    .hero-style4 .hero-title {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width: 375px) {
    .hero-style4 .hero-title {
        font-size: 30px;
        line-height: 40px
    }
}

.hero-video-1 .play-btn > i {
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    background-color: var(--white-color);
    color: var(--title-color);
    font-size: var(--icon-font-size, 1.2em);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .hero-video-1 .play-btn > i:hover {
        background-color: var(--theme-color);
        color: var(--white-color)
    }

@media (max-width: 991px) {
    .hero-video-1 .play-btn > i {
        display: none
    }
}

.hero-indicator-wrapper {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: calc(100% - 85%)
}

@media (max-width: 767px) {
    .hero-indicator-wrapper {
        display: none
    }
}

.hero-indicator4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

    .hero-indicator4 .indicator {
        position: absolute;
        top: 0px;
        left: var(--pos-x);
        height: 63px;
        border-radius: 50%;
        width: var(--width-set);
        border: 2px solid var(--white-color);
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease
    }

    .hero-indicator4 .indicatior-btn {
        display: block;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        cursor: pointer;
        min-width: 60px
    }

        .hero-indicator4 .indicatior-btn img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8)
        }

.themeholy-hero-slide {
    position: relative
}

    .themeholy-hero-slide:before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(18, 18, 18, 0.8);
        z-index: 0
    }

.themeholy-hero-4 {
    position: absolute;
    top: 100px;
    z-index: 1;
    overflow: hidden
}

    .themeholy-hero-4:before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(18, 18, 18, 0.8);
        z-index: 0
    }

    .themeholy-hero-4 img {
        object-fit: cover
    }

.slider-dots-box {
    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;
    position: absolute;
    z-index: 999;
    right: 20%;
    bottom: 116px
}

@media (max-width: 767px) {
    .slider-dots-box {
        display: none
    }
}

.slider-dots {
    position: absolute;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin: 0;
    max-width: 275px
}

    .slider-dots li {
        width: 80px;
        height: 80px;
        list-style: none
    }

    .slider-dots button {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: block;
        border: 0;
        background-color: transparent;
        margin: 0;
        cursor: pointer;
        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;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        -webkit-transition: .3s all;
        transition: .3s all;
        position: relative;
        z-index: 0
    }

.slider-dots-box .slick-active button {
    min-width: 80px;
    min-height: 80px;
    margin: 0
}

.slider-dots button:after {
    content: "";
    display: block;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    border: 2px solid #363739;
    opacity: 0
}

.slider-dots-box .slick-active button:after {
    content: none;
    display: none
}

.slider-dots-box .slick-active button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    opacity: 0
}

.circle-bg {
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(0, 0, 0, 0.05);
    stroke-width: 2;
    stroke-linecap: butt
}

.circle-go {
    fill: rgba(255, 255, 255, 0);
    stroke: var(--white-color);
    stroke-width: 2;
    min-width: 80px;
    min-height: 80px;
    margin: 0;
    stroke-linecap: round;
    -webkit-animation: progress 22s;
    animation: progress 22s;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500
}

.circle-tx {
    fill: #000;
    stroke-width: 1;
    font: bold 16px 'Arial';
    text-anchor: middle
}

@-webkit-keyframes progress {
    from {
        stroke-dashoffset: 360
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes progress {
    from {
        stroke-dashoffset: 360
    }

    to {
        stroke-dashoffset: 0
    }
}

.slider-img {
    position: absolute;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    max-width: 275px
}

    .slider-img li {
        list-style: none;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        min-width: 80px
    }

        .slider-img li img {
            position: relative;
            min-width: 80px;
            min-height: 80px;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
            object-fit: cover;
            z-index: 9
        }

.img-box1 {
    position: relative
}

    .img-box1 .img1 img {
        width: 690px;
        height: 585px
    }

@media (max-width: 767px) {
    .img-box1 .img1 img {
        width: 100%;
        height: 100%
    }
}

.img-box1 .img5 {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: 2;
    display: block;
    margin-left: auto;
    padding-top: 138px
}

@media (max-width: 1199px) {
    .img-box1 .img5 {
        padding-top: 40px;
        margin: auto
    }
}

@media (max-width: 375px) {
    .img-box1 .img5 {
        width: 100%;
        height: 100%
    }
}

.img-box1 .img5 img {
    border-radius: 50%;
    text-align: right;
    border: 15px solid var(--white-color)
}

.img-box1 .img6 {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    z-index: 0
}

@media (max-width: 375px) {
    .img-box1 .img6 {
        width: 100%;
        height: 100%
    }
}

.img-box1 .img6 img {
    border-radius: 50%
}

.img-box1 .shape3 {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -27%;
    z-index: -1
}

@media (max-width: 1199px) {
    .img-box1 .shape3 {
        bottom: 0
    }
}

.img-box1 .about-counter-wrapper {
    position: relative;
    background-color: var(--theme-color);
    min-width: 210px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    padding: 10px;
    padding: 15px;
    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;
    position: absolute;
    left: 20%;
    top: 20%
}

@media (max-width: 575px) {
    .img-box1 .about-counter-wrapper {
        top: 10%
    }
}

.img-box1 .about-counter-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color-2);
    border-radius: 50%;
    -webkit-clip-path: path("M0.882406 101.83C1.00686 64.7002 25.2344 29.9768 59.0452 15.042C93.8101 -0.30767 135.296 6.78636 163.381 32.1755C176.947 44.4553 186.779 60.5517 191.675 78.1416C192.919 82.6635 193.832 87.3099 194.413 91.9563C194.703 94.4039 194.91 96.8516 195.035 99.2992C195.076 99.88 195.076 100.461 195.118 101.042C195.201 104.112 195.201 97.9302 195.118 101C195.076 102.369 194.993 103.697 194.91 105.066C194.247 114.566 192.131 123.983 188.729 132.861C175.412 167.75 142.099 192.144 104.97 194.882C102.647 195.048 100.323 195.131 98.0002 195.131C97.9587 195.131 97.9587 201.229 98.0002 201.229C116.752 201.188 135.13 195.753 150.894 185.589C166.161 175.716 178.399 161.486 186.116 145.058C194.081 128.049 196.321 109.048 194.869 90.4628C193.375 71.9187 186.655 54.1629 175.454 39.3111C152.637 9.06807 113.308 -4.99554 76.4277 3.26009C40.1278 11.3913 11.2123 40.8045 3.12262 76.98C1.42172 84.6548 0.840921 92.4126 0.799436 100.253C0.799436 101.498 0.757946 102.743 0.840918 104.029C0.840918 103.821 0.84092 102.286 0.882406 101.83Z");
    clip-path: path("M0.882406 101.83C1.00686 64.7002 25.2344 29.9768 59.0452 15.042C93.8101 -0.30767 135.296 6.78636 163.381 32.1755C176.947 44.4553 186.779 60.5517 191.675 78.1416C192.919 82.6635 193.832 87.3099 194.413 91.9563C194.703 94.4039 194.91 96.8516 195.035 99.2992C195.076 99.88 195.076 100.461 195.118 101.042C195.201 104.112 195.201 97.9302 195.118 101C195.076 102.369 194.993 103.697 194.91 105.066C194.247 114.566 192.131 123.983 188.729 132.861C175.412 167.75 142.099 192.144 104.97 194.882C102.647 195.048 100.323 195.131 98.0002 195.131C97.9587 195.131 97.9587 201.229 98.0002 201.229C116.752 201.188 135.13 195.753 150.894 185.589C166.161 175.716 178.399 161.486 186.116 145.058C194.081 128.049 196.321 109.048 194.869 90.4628C193.375 71.9187 186.655 54.1629 175.454 39.3111C152.637 9.06807 113.308 -4.99554 76.4277 3.26009C40.1278 11.3913 11.2123 40.8045 3.12262 76.98C1.42172 84.6548 0.840921 92.4126 0.799436 100.253C0.799436 101.498 0.757946 102.743 0.840918 104.029C0.840918 103.821 0.84092 102.286 0.882406 101.83Z")
}

.img-box1 .about-counter {
    text-align: center
}

    .img-box1 .about-counter .counter-text {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        color: var(--white-color);
        margin-bottom: 0
    }

.testi-item {
    position: relative;
    background-color: var(--smoke-color);
    border-left: 4px solid var(--theme-color);
    padding: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9;
    margin-left: 100px
}

@media (max-width: 1199px) {
    .testi-item {
        margin-left: 50px
    }
}

@media (max-width: 375px) {
    .testi-item {
        margin-left: 30px
    }
}

@media (max-width: 1499px) {
    .testi-item {
        padding: 30px
    }
}

@media (max-width: 1199px) {
    .testi-item {
        padding: 40px
    }
}

@media (max-width: 991px) {
    .testi-item {
        padding: 30px
    }
}

@media (max-width: 767px) {
    .testi-item {
        padding: 20px
    }
}

.testi-item_shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.testi-item_content {
    margin-left: 100px
}

@media (max-width: 1199px) {
    .testi-item_content {
        margin-left: 50px
    }
}

@media (max-width: 375px) {
    .testi-item_content {
        margin-left: 30px
    }
}

.testi-item_content .star-icon {
    margin-bottom: 9px
}

.testi-item_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 860px) {
    .testi-item_wrapper {
        display: block
    }
}

.testi-item_wrapper .testi-ratting {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0
}

.testi-item_wrapper .star-icon {
    font-size: 12px
}

    .testi-item_wrapper .star-icon a {
        font-size: 12px;
        opacity: 1
    }

.testi-item_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.testi-item_img {
    position: absolute;
    min-width: 190px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 5px solid var(--theme-color-2);
    border-radius: 50%;
    z-index: 2;
    left: -100px
}

@media (max-width: 1199px) {
    .testi-item_img {
        min-width: 100px;
        left: -50px
    }
}

@media (max-width: 375px) {
    .testi-item_img {
        left: -30px;
        min-width: 50px
    }
}

@media (max-width: 860px) {
    .testi-item_img {
        text-align: center;
        margin-bottom: 20px
    }
}

.testi-item_img img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

@media (max-width: 1199px) {
    .testi-item_img img {
        width: 100px;
        height: 100px
    }
}

@media (max-width: 375px) {
    .testi-item_img img {
        width: 50px;
        height: 50px
    }
}

.testi-item_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 16%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .testi-item_icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }
}

.testi-item_name {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1500px) {
    .testi-item_name {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .testi-item_name {
        font-size: 14px;
        line-height: 18px
    }
}

.testi-item_desig {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--title-color);
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.testi-item_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: -8px;
    margin-bottom: 20px
}

@media (max-width: 1399px) {
    .testi-item_text {
        font-size: 16px;
        line-height: 30px
    }
}

.feature-grid-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feature-grid.style4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    background-color: var(--smoke-color);
    box-shadow: none;
    z-index: 2
}

@media (max-width: 1399px) {
    .feature-grid.style4 {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .feature-grid.style4 {
        display: block
    }
}

.feature-grid.style4:before {
    content: "";
    height: calc(100% - 0px);
    width: calc(100% - 0px);
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1
}

.feature-grid.style4:nth-child(2) {
    background-color: var(--theme-color)
}

    .feature-grid.style4:nth-child(2) img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .feature-grid.style4:nth-child(2) .feature-grid_title {
        color: var(--white-color)
    }

    .feature-grid.style4:nth-child(2) .feature-grid_text {
        color: var(--white-color)
    }

.feature-grid.style4:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.feature-grid.style4:hover .feature-grid_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.feature-grid.style4:hover .feature-grid_title {
    color: var(--white-color)
}

.feature-grid.style4:hover .feature-grid_text {
    color: var(--white-color)
}

.feature-grid_icon {
    min-width: 70px;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .feature-grid_icon {
        margin-bottom: 10px
    }
}

.feature-grid_shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.req-sec {
    position: relative;
    z-index: 2;
    margin-bottom: 125px
}

    .req-sec:before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.95);
        z-index: -1
    }

.req-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #E6E6E6;
    max-width: 520px
}

@media (max-width: 1199px) {
    .req-text {
        display: block;
        margin: auto
    }
}

.achive-about-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    max-width: 630px
}

@media (max-width: 1199px) {
    .achive-about-wrapper {
        max-width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .achive-about-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }
}

.achive-about-wrapper .achive-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (max-width: 767px) {
    .achive-about-wrapper .achive-about {
        display: block;
        margin: auto
    }
}

.achive-about-wrapper .achive-about_icon {
    width: 80px;
    height: 80px;
    background-color: var(--theme-color);
    border-radius: 50%
}

@media (max-width: 767px) {
    .achive-about-wrapper .achive-about_icon {
        display: block;
        margin: auto;
        padding: 10px;
        margin-bottom: 10px
    }
}

.achive-about-wrapper .achive-about_icon img {
    display: block;
    margin: 14px auto
}

@media (max-width: 767px) {
    .achive-about-wrapper .achive-about_icon img {
        margin: auto
    }
}

.achive-about-wrapper .achive-about_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 767px) {
    .achive-about-wrapper .achive-about_title {
        text-align: center
    }
}

.project-area {
    position: relative;
    z-index: 3
}

.project-card.style5 .project-img:before {
    background: -webkit-linear-gradient(top, rgba(246, 139, 33, 0.7) 29.42%, #F68B21 100%);
    background: linear-gradient(180deg, rgba(246, 139, 33, 0.7) 29.42%, #F68B21 100%);
    background-color: transparent
}

.project-card.style5 .project-content {
    background-color: transparent;
    padding: 0
}

    .project-card.style5 .project-content .project-subtitle {
        color: var(--white-color)
    }

    .project-card.style5 .project-content .project-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
        color: var(--white-color)
    }

.project-card.style5 .project-btn {
    position: absolute;
    top: -60px;
    right: 40px;
    background-color: var(--white-color);
    border-radius: 50%;
    color: var(--title-color);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    padding: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden
}

    .project-card.style5 .project-btn i {
        text-align: center;
        display: block;
        margin: 12px auto
    }

    .project-card.style5 .project-btn:hover {
        background-color: var(--title-color);
        color: var(--white-color)
    }

.project-card.style5:hover .project-btn {
    top: 60px;
    opacity: 1;
    visibility: visible
}

.checklist.style5 li {
    color: var(--white-color);
    margin-bottom: 14px
}

.video-area-3.style2 {
    padding-top: 120px !important;
    padding-bottom: 0px !important;
    margin-bottom: 70px
}

@media (max-width: 991px) {
    .video-area-3.style2 {
        margin-top: 0
    }
}

.video-image {
    position: relative;
    width: 1055px;
    height: 583px
}

@media (max-width: 1199px) {
    .video-image {
        margin-top: 30px
    }
}

@media (max-width: 375px) {
    .video-image {
        margin-top: 50px
    }
}

@media (max-width: 991px) {
    .video-image {
        width: 100%;
        height: 100%
    }
}

.video-image .video-5 {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 190px;
    height: 221px;
    background-color: var(--theme-color);
    padding: 40px;
    text-align: center;
    z-index: 9
}

@media (max-width: 575px) {
    .video-image .video-5 {
        width: 100%;
        height: 100%
    }
}

.video-image .video-5 .white-play-btn {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 62px;
    border-radius: 50%;
    border: 0;
    background: var(--white-color);
    color: var(--theme-color);
    display: inline-block;
    font-size: 18px
}

    .video-image .video-5 .white-play-btn:before {
        border: 1px solid var(--white-color)
    }

    .video-image .video-5 .white-play-btn:hover i {
        color: var(--theme-color)
    }

    .video-image .video-5 .white-play-btn i {
        display: block;
        margin: 21px auto;
        text-align: center
    }

.video-image .video-5 .video-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    margin-bottom: 15px
}

.sec-description {
    max-width: 460px;
    color: #E6E6E6;
    margin-bottom: 24px
}

.header-layout5 {
    position: relative
}

    .header-layout5 .header-top {
        position: relative;
        padding: 12px 0;
        z-index: 4
    }

@media (max-width: 767px) {
    .header-layout5 .header-top {
        display: none
    }
}

.header-layout5 .header-links {
    margin-left: 215px
}

@media (max-width: 1699px) {
    .header-layout5 .header-links {
        margin-left: 230px
    }
}

@media (max-width: 1499px) {
    .header-layout5 .header-links {
        margin-left: 300px
    }
}

@media (max-width: 1299px) {
    .header-layout5 .header-links {
        margin-left: 275px
    }
}

@media (max-width: 1199px) {
    .header-layout5 .header-links {
        display: none
    }
}

.header-layout5 .header-links li,
.header-layout5 .header-links span,
.header-layout5 .header-links p,
.header-layout5 .header-links a {
    font-family: var(--body-font);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 1199px) {

    .header-layout5 .header-links li,
    .header-layout5 .header-links span,
    .header-layout5 .header-links p,
    .header-layout5 .header-links a {
        font-size: 14px
    }
}

.header-layout5 .header-links a:hover {
    color: var(--theme-color)
}

.header-layout5 .header-links li .link-title {
    font-weight: 500
}

.header-layout5 .header-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -180px
}

@media (max-width: 1699px) {
    .header-layout5 .header-right {
        margin-right: 0
    }
}

.header-layout5 .header-right .langauge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

    .header-layout5 .header-right .langauge.lang-dropdown {
        position: relative
    }

        .header-layout5 .header-right .langauge.lang-dropdown .dropdown-toggle {
            font-family: var(--body-font);
            background: none;
            border: none;
            width: 100%;
            color: var(--white-color);
            font-weight: 400;
            font-size: 16px;
            padding-left: 15px;
            height: 24px;
            line-height: 24px;
            padding: 0;
            border-radius: 0;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            padding-right: 50px;
            margin-right: 30px
        }

        .header-layout5 .header-right .langauge.lang-dropdown .dropdown-menu {
            position: absolute;
            right: 0;
            border-bottom: 2px solid var(--theme-color);
            border-radius: 0
        }

        .header-layout5 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
            display: block;
            font-weight: 400;
            font-size: 16px;
            color: var(--title-color);
            font-family: var(--title-font);
            padding: 5px 10px;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

            .header-layout5 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
                background-color: var(--theme-color);
                color: var(--white-color)
            }

@media (max-width: 1199px) {
    .header-layout5 .header-right .langauge {
        display: none
    }
}

.header-layout5 .header-right .langauge img {
    min-width: 24px;
    min-height: 24px
}

.header-layout5 .header-right .langauge .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    padding-left: 15px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 50px;
    margin-right: 30px
}

    .header-layout5 .header-right .langauge .nice-select:after {
        content: "\f107";
        right: 35px;
        top: -14px;
        border-bottom: none;
        border-right: none;
        font-size: 14px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .header-layout5 .header-right .langauge .nice-select.open:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .header-layout5 .header-right .langauge .nice-select.open .list {
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    .header-layout5 .header-right .langauge .nice-select .option {
        color: var(--title-color);
        min-height: 30px
    }

        .header-layout5 .header-right .langauge .nice-select .option.selected {
            color: var(--theme-color) !important;
            background: var(--theme-color) !important
        }

            .header-layout5 .header-right .langauge .nice-select .option.selected.focus {
                color: #fff !important;
                background: var(--theme-color) !important
            }

        .header-layout5 .header-right .langauge .nice-select .option:hover,
        .header-layout5 .header-right .langauge .nice-select .option.focus {
            background: var(--theme-color) !important;
            color: #fff !important
        }

.header-layout5 .header-right .header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 15px 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .header-layout5 .header-right .header-social a:hover {
        color: var(--theme-color-2)
    }

@media (max-width: 1420px) {
    .header-layout5 .header-button .themeholy-btn {
        display: none
    }
}

.header-layout5 .header-button .icon-btn {
    position: relative;
    color: var(--title-color);
    font-size: 22px
}

    .header-layout5 .header-button .icon-btn:hover {
        color: var(--theme-color)
    }

    .header-layout5 .header-button .icon-btn i {
        border-right: 1px solid var(--light-color);
        padding-right: 27px;
        max-height: 30px;
        line-height: 25px;
        color: var(--title-color);
        font-weight: 500
    }

.header-layout5 .menu-area {
    position: relative;
    z-index: 3
}

@media (max-width: 991px) {
    .header-layout5 .menu-area {
        padding: 15px 0
    }
}

@media (max-width: 1199px) {
    .header-layout5 .main-menu {
        padding-right: 50px
    }
}

.header-layout5 .sticky-wrapper {
    position: relative;
    box-shadow: none
}

@media (max-width: 991px) {
    .header-layout5 .sticky-wrapper.sticky .menu-area {
        padding: 11px 0
    }
}

.header-layout5 .sticky-wrapper.sticky .logo-bg {
    width: 32%;
    height: 149px
}

@media (max-width: 1920px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 25%
    }
}

@media (max-width: 1799px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 23%
    }
}

@media (max-width: 1599px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 25%
    }
}

@media (max-width: 1499px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 24%
    }
}

@media (max-width: 1399px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 28%
    }
}

@media (max-width: 1199px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 33%
    }
}

@media (max-width: 991px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 45%
    }

        .header-layout5 .sticky-wrapper.sticky .logo-bg:before {
            height: 130px
        }
}

@media (max-width: 767px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 50%
    }
}

@media (max-width: 575px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 70%
    }
}

@media (max-width: 375px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg {
        width: 90%
    }
}

.header-layout5 .sticky-wrapper.sticky .logo-bg:after {
    height: calc(100% - 1px)
}

@media (min-width: 2299px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg:after {
        top: 0%;
        right: 4%
    }
}

@media (max-width: 2299px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg:after {
        top: 0%;
        right: 4%
    }
}

@media (max-width: 1399px) {
    .header-layout5 .sticky-wrapper.sticky .logo-bg:after {
        top: 0%;
        right: -2%
    }
}

.header-layout5 .menu-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 0px)
}

    .header-layout5 .menu-shape .top-shape {
        background-color: var(--title-color);
        height: calc(100% - 100px);
        background-size: auto;
        background-repeat: repeat
    }

@media (max-width: 991px) {
    .header-layout5 .menu-shape .top-shape {
        height: calc(100% - 85px)
    }
}

@media (max-width: 767px) {
    .header-layout5 .menu-shape .top-shape {
        display: none
    }
}

.header-layout5 .menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 81%;
    -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%)
}

.header-layout5 .logo-bg {
    position: absolute;
    top: -51px;
    left: 0;
    width: 25%;
    height: 100%;
    z-index: 1
}

    .header-layout5 .logo-bg:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 150px;
        width: 100%;
        background-color: var(--theme-color);
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 120px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 120px) 100%, 0% 100%);
        z-index: -1
    }

@media (min-width: 2399px) {
    .header-layout5 .logo-bg {
        width: 30%
    }
}

@media (max-width: 2399px) {
    .header-layout5 .logo-bg {
        width: 28%
    }
}

@media (max-width: 1999px) {
    .header-layout5 .logo-bg {
        width: 26%
    }
}

@media (max-width: 1799px) {
    .header-layout5 .logo-bg {
        width: 23%
    }
}

@media (max-width: 1599px) {
    .header-layout5 .logo-bg {
        width: 22%
    }
}

@media (max-width: 1499px) {
    .header-layout5 .logo-bg {
        width: 24%
    }
}

@media (max-width: 1299px) {
    .header-layout5 .logo-bg {
        width: 27%
    }
}

@media (max-width: 1199px) {
    .header-layout5 .logo-bg {
        width: 33%
    }
}

@media (max-width: 991px) {
    .header-layout5 .logo-bg {
        width: 42%
    }
}

@media (max-width: 767px) {
    .header-layout5 .logo-bg {
        width: 50%
    }
}

@media (max-width: 575px) {
    .header-layout5 .logo-bg {
        width: 70%
    }
}

@media (max-width: 375px) {
    .header-layout5 .logo-bg {
        width: 90%
    }
}

.header-layout5 .logo-bg2 {
    position: absolute;
    top: -1px;
    right: 0;
    width: 28%;
    height: 50px;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%)
}

@media (min-width: 2399px) {
    .header-layout5 .logo-bg2 {
        width: 35%
    }
}

@media (max-width: 2399px) {
    .header-layout5 .logo-bg2 {
        width: 30%
    }
}

@media (max-width: 1999px) {
    .header-layout5 .logo-bg2 {
        width: 28%
    }
}

@media (max-width: 1799px) {
    .header-layout5 .logo-bg2 {
        width: 26%
    }
}

@media (max-width: 1699px) {
    .header-layout5 .logo-bg2 {
        width: 32%
    }
}

@media (max-width: 991px) {
    .header-layout5 .logo-bg2 {
        top: 0px;
        height: 51px
    }
}

@media (max-width: 767px) {
    .header-layout5 .logo-bg2 {
        display: none
    }
}

@media (min-width: 1420px) {
    .header-layout5 .menu-area {
        --main-container: 1720px
    }
}

@media (max-width: 1420px) {
    .header-layout5 .menu-area .container {
        max-width: 100%
    }
}

@media (max-width: 1500px) {
    .header-logo img {
        max-height: 60px;
    }
}

.hero-5 {
    position: relative;
    background-color: var(--theme-color);
    background-size: auto;
    background-position: top center;
    overflow: hidden
}

    .hero-5 .themeholy-hero-slide {
        position: relative;
        z-index: 9;
        margin-left: 50px
    }

@media (max-width: 767px) {
    .hero-5 .themeholy-hero-slide {
        margin: 0
    }
}

.hero-5 .themeholy-hero-slide:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.9;
    z-index: 1
}

.hero-5 .hero-shape {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4
}

.hero-5 ul.slick-dots {
    display: none
}

    .hero-5 ul.slick-dots li {
        display: none
    }

        .hero-5 ul.slick-dots li.slick-active {
            display: none
        }

.hero-5 .indicator-number {
    position: absolute;
    top: 45%;
    left: 20px
}

@media (max-width: 1599px) {
    .hero-5 .indicator-number {
        display: none
    }
}

@media (max-width: 1199px) {
    .hero-5 .indicator-number {
        right: 50px
    }
}

@media (max-width: 767px) {
    .hero-5 .indicator-number {
        right: 20px
    }
}

@media (max-width: 575px) {
    .hero-5 .indicator-number {
        right: 0;
        left: 0px
    }
}

.hero-5 .indicator-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hero-5 .number-pagination {
    width: 5%;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color)
}

.hero-5 .total-pagination {
    width: 5%;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color)
}

.hero-5 .progress-wrapper {
    min-width: 150px;
    --space: 48%
}

.hero-5 .progress2 {
    position: absolute;
    top: 50%;
    left: var(--space);
    width: calc(100% - var(--space)*2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 180px;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    background-color: var(--white-color);
    background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .4s ease-in-out;
    transition: background-size .4s ease-in-out
}

.hero-5 .progress {
    background-color: var(--white-color)
}

.hero-style5 {
    position: relative;
    z-index: 6;
    max-width: 650px;
    padding: 195px 0
}

@media (max-width: 1199px) {
    .hero-style5 {
        padding: 150px 0
    }
}

@media (max-width: 1199px) {
    .hero-style5 {
        padding: 100px 0
    }
}

.hero-style5 .hero-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0
}

.hero-style5 .hero-subtitle {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 10px
}

@media (max-width: 575px) {
    .hero-style5 .hero-subtitle {
        font-size: 14px;
        line-height: 26px
    }
}

.hero-style5 .hero-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize
}

@media (max-width: 991px) {
    .hero-style5 .hero-title {
        font-size: 60px;
        line-height: 70px
    }
}

@media (max-width: 575px) {
    .hero-style5 .hero-title {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width: 375px) {
    .hero-style5 .hero-title {
        font-size: 35px;
        line-height: 45px
    }
}

.hero-style5 .hero-title:last-of-type {
    margin-bottom: 15px
}

.hero-indicator-area {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 3;
    width: 120px;
    left: auto;
    -webkit-transform: translate(-110px, -50%);
    -ms-transform: translate(-110px, -50%);
    transform: translate(-110px, -50%)
}

    .hero-indicator-area.home5-indicator {
        top: 3%
    }

@media (max-width: 991px) {
    .hero-indicator-area {
        display: none
    }
}

.hero-indicator-area .hero-indicator5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

    .hero-indicator-area .hero-indicator5 .indicatior-btn {
        display: block;
        border: 2px solid transparent;
        border-radius: 50%;
        cursor: pointer;
        min-width: 80px
    }

        .hero-indicator-area .hero-indicator5 .indicatior-btn:hover {
            border-color: rgba(255, 255, 255, 0.2)
        }

        .hero-indicator-area .hero-indicator5 .indicatior-btn img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

        .hero-indicator-area .hero-indicator5 .indicatior-btn.active {
            border-color: rgba(255, 255, 255, 0.2)
        }

            .hero-indicator-area .hero-indicator5 .indicatior-btn.active img {
                border-radius: 50%;
                -webkit-transform: scale(0.6);
                -ms-transform: scale(0.6);
                transform: scale(0.6)
            }

.service-area {
    margin-bottom: -125px
}

.service-item {
    position: relative;
    background-color: var(--white-color);
    text-align: center
}

.service-item_img {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%
}

    .service-item_img img {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        width: 100%
    }

.service-item_content {
    position: relative;
    padding: 50px 30px 24px 30px
}

.service-item_icon {
    position: absolute;
    left: 35%;
    right: auto;
    top: -30%;
    color: var(--theme-color);
    width: 90px;
    height: 90px;
    line-height: 70px;
    border-radius: 50%;
    background-color: var(--theme-color);
    padding: 10px;
    margin: 0 auto 15px auto
}

@media (max-width: 767px) {
    .service-item_icon {
        left: 40%;
        top: -45%
    }
}

.img-box5 {
    position: relative
}

@media (max-width: 1199px) {
    .img-box5 {
        margin-bottom: 80px
    }
}

.img-box5 .img7 .about-image {
    position: relative;
    max-width: 300px;
    z-index: 2
}

@media (max-width: 1199px) {
    .img-box5 .img7 .about-image {
        display: block;
        margin: auto
    }
}

@media (max-width: 1024px) {
    .img-box5 .img7 .about-image {
        margin: 0;
        max-width: 90%
    }
}

.img-box5 .img7 .about-image:before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: var(--black-color);
    opacity: 0.5;
    z-index: 1
}

.img-box5 .img7 .about-image .about-video {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 30%
}

    .img-box5 .img7 .about-image .about-video .white-play-btn {
        position: absolute;
        left: 34%;
        top: 34%;
        width: 100px;
        height: 100px;
        line-height: 102px;
        font-size: 18px;
        color: var(--title-color);
        z-index: 9
    }

        .img-box5 .img7 .about-image .about-video .white-play-btn:before {
            border: 1px solid var(--white-color)
        }

.img-box5 .img8 {
    content: "";
    position: absolute;
    bottom: 0;
    right: 55px;
    z-index: 2
}

@media (max-width: 1199px) {
    .img-box5 .img8 {
        right: 40px
    }
}

@media (max-width: 575px) {
    .img-box5 .img8 {
        display: none
    }
}

.img-box5 .shape4 {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 580px;
    height: 350px;
    background-color: var(--theme-color-2);
    -webkit-clip-path: path("M580 230L0 -0.000488281V350H580V230Z");
    clip-path: path("M580 230L0 -0.000488281V350H580V230Z");
    z-index: 1
}

@media (max-width: 1299px) {
    .img-box5 .shape4 {
        width: 90%
    }
}

@media (max-width: 1199px) {
    .img-box5 .shape4 {
        left: 30px
    }
}

.img-box5 .about-counter-5 {
    content: "";
    position: absolute;
    top: 0;
    right: 80px;
    max-width: 230px;
    min-height: 206px;
    background-color: var(--theme-color);
    padding: 40px;
    z-index: 2
}

@media (max-width: 1199px) {
    .img-box5 .about-counter-5 {
        right: 70px
    }
}

@media (max-width: 375px) {
    .img-box5 .about-counter-5 {
        display: none
    }
}

.img-box5 .about-counter-5:before {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 6px;
    height: 206px;
    background-color: var(--theme-color);
    z-index: 2
}

.img-box5 .about-counter-5 .counter-card_number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 15px;
    margin-top: 0
}

.img-box5 .about-counter-5 .counter-card_text {
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-bottom: -6px
}

.achive-about-list .checklist {
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 37px
}

    .achive-about-list .checklist ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 50px
    }

@media (max-width: 767px) {
    .achive-about-list .checklist ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.testi-section {
    max-width: 1290px;
    display: block;
    margin: auto;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1)
}

.blog-grid.style2 {
    padding-bottom: 90px
}

    .blog-grid.style2 .blog-img {
        overflow: hidden;
        margin-top: -90px
    }

    .blog-grid.style2 .blog-grid_content {
        padding: 30px 40px 18px
    }

    .blog-grid.style2 .line-btn {
        color: var(--title-color);
        text-transform: capitalize
    }

        .blog-grid.style2 .line-btn:before {
            background-color: var(--title-color)
        }

        .blog-grid.style2 .line-btn:hover {
            color: var(--theme-color-2)
        }

    .blog-grid.style2 .blog-meta a:hover {
        color: var(--theme-color-2)
    }

.footer-layout5 {
    position: relative;
    z-index: 2
}

    .footer-layout5:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(top, #121212 47.92%, rgba(18, 18, 18, 0.96) 100%);
        background: linear-gradient(180deg, #121212 47.92%, rgba(18, 18, 18, 0.96) 100%);
        z-index: -1
    }

    .footer-layout5 .widget-area {
        padding-top: 92px;
        padding-bottom: 66px
    }

    .footer-layout5 .copyright-wrap {
        background-color: var(--black-color)
    }

.footer-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
    padding-bottom: 40px
}

@media (max-width: 991px) {
    .footer-icon-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width: 575px) {
    .footer-icon-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.footer-icon-wrapper .footer-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 120px;
    margin-right: 0px
}

@media (max-width: 1199px) {
    .footer-icon-wrapper .footer-info {
        border-right: 0;
        padding-right: 0
    }
}

.footer-icon-wrapper .footer-info:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.footer-icon-wrapper .footer-info .footer-icon i {
    font-size: 40px;
    color: var(--theme-color);
    font-family: var(--icon-font);
    font-weight: 400
}

.footer-icon-wrapper .footer-info_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #9B9B9C;
    margin-bottom: 0;
    max-width: 200px
}

    .footer-icon-wrapper .footer-info_link:hover a {
        color: var(--theme-color)
    }

    .footer-icon-wrapper .footer-info_link a {
        color: inherit
    }

.counter-sec-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9
}

@media (max-width: 1199px) {
    .counter-sec-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 30px
    }
}

@media (max-width: 460px) {
    .counter-sec-wrapper {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px
    }
}

.counter-card.style3 {
    border-right: 1px dashed rgba(111, 110, 119, 0.5);
    padding-right: 120px
}

@media (max-width: 1199px) {
    .counter-card.style3 {
        border-right: 1px dashed var(--body-color);
        border-bottom: 1px dashed var(--body-color);
        padding: 50px;
        margin-right: 0;
        text-align: center
    }

        .counter-card.style3:nth-child(2) {
            border-right: 1px dashed transparent;
            margin-right: 0
        }

        .counter-card.style3:nth-child(3) {
            border-bottom: 1px dashed transparent
        }

        .counter-card.style3:last-child {
            border-bottom: 1px dashed transparent
        }
}

@media (max-width: 991px) {
    .counter-card.style3 {
        padding: 25px
    }
}

@media (max-width: 460px) {
    .counter-card.style3 {
        border: none;
        padding: 20px 0
    }
}

.counter-card.style3:last-child {
    border-right: 1px dashed transparent;
    padding-right: 0
}

.counter-card.style3 .counter-card_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--theme-color);
    margin-bottom: 30px
}

.counter-card.style3 .counter-card_text {
    color: #CDCDCD;
    font-weight: 500
}

.video-area2 {
    position: relative
}

.request-form-area {
    background-color: var(--white-color);
    padding: 60px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08)
}

@media (max-width: 1199px) {
    .request-form-area {
        padding: 30px
    }
}

.video-play-btn {
    top: 50%;
    right: 30%;
    left: auto;
    width: 120px;
    height: 120px;
    line-height: 122px;
    font-size: 35px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .video-play-btn {
        right: 14%
    }
}

@media (max-width: 991px) {
    .video-play-btn {
        display: none
    }
}

.video-play-btn:hover {
    background: var(--theme-color-2)
}

    .video-play-btn:hover:before,
    .video-play-btn:hover:after {
        border: 1px solid var(--theme-color-2)
    }

.video-play-btn:before,
.video-play-btn:after {
    border: 1px solid rgba(255, 255, 255, 0.6)
}

.video-play-btn i {
    color: var(--theme-color-2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .portfolio-sec6 .title-area .sec-title {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width: 1199px) {
    .portfolio-sec6 .icon-box {
        display: block;
        text-align: center;
        margin: auto auto 40px auto
    }
}

.portfolio-sec6 .icon-box .slick-arrow {
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 16px);
    margin-top: calc(var(--icon-size, 60px) / -2)
}

.project-slide6 {
    position: relative;
    overflow: hidden;
    margin-right: -45%;
    margin-left: 4%
}

@media (max-width: 1899px) {
    .project-slide6 {
        margin-right: -14%
    }
}

@media (max-width: 1199px) {
    .project-slide6 {
        margin: 0
    }
}

.project-item {
    position: relative;
    overflow: hidden;
    --space: 60px
}

    .project-item .project-img {
        width: 100%
    }

        .project-item .project-img img {
            width: 100%
        }

    .project-item .project-content {
        background-color: var(--theme-color);
        padding: 60px 30px;
        width: 270px;
        position: absolute;
        left: var(--space);
        bottom: auto;
        bottom: -60px;
        text-align: center;
        border-radius: 50%;
        height: 270px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .project-item .project-content .project-subtitle {
            color: var(--white-color);
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            margin-bottom: 0px
        }

        .project-item .project-content .project-title {
            font-weight: 700;
            font-size: 20px;
            line-height: 40px;
            color: var(--white-color);
            margin-bottom: 20px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s
        }

            .project-item .project-content .project-title:hover {
                color: var(--theme-color-2)
            }

            .project-item .project-content .project-title a {
                color: inherit
            }

        .project-item .project-content .project-btn {
            background-color: var(--theme-color-2);
            width: var(--icon-size, 50px);
            height: var(--icon-size, 50px);
            line-height: var(--icon-size, 50px);
            font-size: var(--icon-font-size, 18px);
            margin-top: calc(var(--icon-size, 50px) / -2);
            text-align: center;
            color: var(--white-color);
            display: block;
            margin: auto;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

            .project-item .project-content .project-btn:hover {
                background-color: var(--title-color)
            }

    .project-item:hover .project-content {
        bottom: 60px;
        visibility: visible;
        opacity: 1
    }

@media (max-width: 1299px) {
    .work-sec .container {
        max-width: 100%
    }
}

.work-area {
    max-width: 488px
}

@media (max-width: 991px) {
    .work-area {
        max-width: 340px
    }
}

@media (max-width: 767px) {
    .work-area {
        max-width: 100%
    }

        .work-area .btn-group {
            margin-bottom: 30px
        }
}

.work-area-wrapper {
    background-color: #F4F4F4;
    padding: 80px;
    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
}

@media (max-width: 767px) {
    .work-area-wrapper {
        display: block
    }
}

@media (max-width: 1299px) {
    .work-area-wrapper {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .work-area-wrapper {
        padding: 30px
    }
}

@media (max-width: 1299px) {
    .work-area-wrapper .title-area .sec-title {
        font-size: 30px;
        line-height: 40px
    }
}

.work-area-wrapper .work-video-image {
    position: relative;
    display: inline-block
}

@media (max-width: 575px) {
    .work-area-wrapper .work-video-image {
        display: block
    }
}

.work-area-wrapper .work-video-image.style2 .work-video-icon .video-play-btn {
    top: 14%;
    left: 10%;
    right: auto;
    width: 80px;
    height: 80px;
    line-height: 82px;
    font-size: 22px;
    background: var(--theme-color);
    border-radius: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .work-area-wrapper .work-video-image.style2 .work-video-icon .video-play-btn:before,
    .work-area-wrapper .work-video-image.style2 .work-video-icon .video-play-btn:after {
        display: none
    }

    .work-area-wrapper .work-video-image.style2 .work-video-icon .video-play-btn i {
        color: var(--white-color)
    }

.work-area-wrapper .work-video-image .video-icon .video-play-btn {
    top: 14%;
    left: 10%;
    right: auto;
    width: 80px;
    height: 80px;
    line-height: 82px;
    font-size: 22px;
    background: var(--theme-color);
    border-radius: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .work-area-wrapper .work-video-image .video-icon .video-play-btn {
        width: 50px;
        height: 50px;
        line-height: 52px;
        font-size: 18px
    }
}

.work-area-wrapper .work-video-image .video-icon .video-play-btn:before,
.work-area-wrapper .work-video-image .video-icon .video-play-btn:after {
    display: none
}

.work-area-wrapper .work-video-image .video-icon .video-play-btn i {
    color: var(--white-color)
}

@media (max-width: 991px) {
    .work-area-wrapper .work-video-image .video-icon .video-play-btn {
        display: block
    }
}

.work-area-wrapper .work-video-image img {
    min-width: 240px;
    height: 240px;
    border-radius: 50%
}

@media (max-width: 1199px) {
    .work-area-wrapper .work-video-image img {
        min-width: 180px;
        height: 180px
    }
}

@media (max-width: 991px) {
    .work-area-wrapper .work-video-image img {
        min-width: 140px;
        height: 140px
    }
}

.work-image {
    position: relative;
    display: inline-block;
    margin-right: 40px
}

@media (max-width: 575px) {
    .work-image {
        display: block
    }
}

.work-image .work-number {
    position: relative;
    font-family: var(--body-font);
    font-size: 220px;
    line-height: 220px;
    font-weight: 700;
    max-height: 160px;
    display: inline-block;
    margin: 0;
    text-transform: uppercase
}

@media (max-width: 1199px) {
    .work-image .work-number {
        font-size: 150px;
        line-height: 150px
    }
}

@media (max-width: 375px) {
    .work-image .work-number {
        font-size: 100px;
        line-height: 100px
    }
}

.work-image .work-plus {
    font-size: 100px;
    margin-left: -40px
}

@media (max-width: 1199px) {
    .work-image .work-plus {
        font-size: 60px;
        margin-left: -20px
    }
}

.work-image img {
    position: absolute;
    top: 23px;
    left: 2%;
    width: 100%;
    mix-blend-mode: lighten
}

.newsletter-area.style2 {
    padding: 20px 50px;
    border-radius: 10px
}

@media (max-width: 991px) {
    .newsletter-area.style2 {
        padding: 30px
    }
}

.newsletter-form.style5 {
    text-align: right
}

    .newsletter-form.style5 .form-control {
        background-color: var(--white-color);
        border-radius: 30px;
        min-width: 520px;
        max-width: 520px;
        min-height: 60px;
        margin-left: auto
    }

@media (max-width: 1199px) {
    .newsletter-form.style5 .form-control {
        min-width: 100%
    }
}

.newsletter-form.style5 .themeholy-btn {
    border-radius: 0px 30px 30px 0px;
    padding: 16px 30px;
    max-width: 164px;
    text-transform: capitalize;
    position: absolute;
    top: 1px;
    right: 0
}

@media (max-width: 575px) {
    .newsletter-form.style5 .themeholy-btn {
        position: relative;
        display: block;
        text-align: center;
        margin: auto;
        border-radius: 30px;
        margin-top: 20px
    }
}

.newsletter-form.style5 .themeholy-btn:hover {
    background-color: var(--title-color)
}

    .newsletter-form.style5 .themeholy-btn:hover .icon i {
        top: -5px;
        right: -20px
    }

.newsletter-title-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (max-width: 991px) {
    .newsletter-title-area {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .newsletter-title-area img {
        display: none
    }
}

.header-layout6 .header-top {
    padding: 17px 0;
    --body-color: #fff;
    border-bottom: 1px solid #363739
}

.header-layout6 .header-links li,
.header-layout6 .header-links span,
.header-layout6 .header-links p {
    color: var(--white-color);
    font-weight: 600
}

.header-layout6 .header-links a {
    color: #9B9B9C;
    font-weight: 500
}

.header-layout6 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1799px) {
    .header-layout6 .header-right {
        margin-right: 0
    }
}

.header-layout6 .header-right .langauge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

    .header-layout6 .header-right .langauge .nice-select {
        font-family: var(--body-font);
        background: none;
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        padding-left: 15px;
        height: 20px;
        line-height: 20px;
        padding: 0;
        border-radius: 0;
        border: none;
        border-right: 1px solid #363739 !important;
        color: #9B9B9C;
        padding-right: 50px;
        margin-right: 10px
    }

        .header-layout6 .header-right .langauge .nice-select:after {
            content: "\f107";
            right: 35px;
            top: -17px;
            border-bottom: none;
            border-right: none;
            font-size: 14px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        .header-layout6 .header-right .langauge .nice-select.open:after {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        .header-layout6 .header-right .langauge .nice-select.open .list {
            margin-top: 0;
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }

        .header-layout6 .header-right .langauge .nice-select .option {
            color: var(--title-color);
            min-height: 30px
        }

            .header-layout6 .header-right .langauge .nice-select .option.selected {
                color: var(--theme-color) !important;
                background: var(--theme-color) !important
            }

                .header-layout6 .header-right .langauge .nice-select .option.selected.focus {
                    color: #fff !important;
                    background: var(--theme-color) !important
                }

            .header-layout6 .header-right .langauge .nice-select .option:hover,
            .header-layout6 .header-right .langauge .nice-select .option.focus {
                background: var(--theme-color) !important;
                color: #fff !important
            }

    .header-layout6 .header-right .langauge img {
        min-width: 24px;
        min-height: 24px
    }

.header-layout6 .header-right .header-social {
    position: relative;
    z-index: 9
}

    .header-layout6 .header-right .header-social a {
        display: inline-block;
        color: #9B9B9C;
        margin: 0 0 0 15px
    }

        .header-layout6 .header-right .header-social a:hover {
            color: var(--theme-color)
        }

.header-layout6 .header-button .icon-btn {
    position: relative;
    color: var(--white-color);
    font-size: 22px
}

    .header-layout6 .header-button .icon-btn:hover {
        background-color: transparent
    }

    .header-layout6 .header-button .icon-btn:first-child {
        border-right: 1px solid #363739;
        padding-right: 27px;
        max-height: 30px;
        line-height: 25px
    }

@media (max-width: 575px) {
    .header-layout6 .header-button .icon-btn {
        display: none
    }
}

.header-layout6 .header-button .icon-btn i {
    color: var(--white-color)
}

.header-layout6 .header-button .icon-btn .badge:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.header-layout6 .header-button .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-left: 1px solid #4B4B4B;
    margin-left: 15px;
    padding-left: 40px;
    height: 90px
}

@media (max-width: 1399px) {
    .header-layout6 .header-button .header-info {
        gap: 5px;
        margin-left: 0;
        padding-left: 20px
    }
}

@media (max-width: 1199px) {
    .header-layout6 .header-button .header-info {
        display: none
    }
}

@media (max-width: 1399px) {
    .header-layout6 .header-button .header-info img {
        width: 80%
    }
}

.header-layout6 .header-button .header-info_label {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #A5A5A5;
    margin-bottom: 2px
}

@media (max-width: 1399px) {
    .header-layout6 .header-button .header-info_label {
        font-size: 12px;
        line-height: 22px
    }
}

.header-layout6 .header-button .header-info_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .header-layout6 .header-button .header-info_link {
        font-size: 16px;
        line-height: 26px
    }
}

.header-layout6 .header-button .header-info_link:hover {
    color: var(--theme-color)
}

.header-layout6 .header-button .header-info_link a {
    color: inherit
}

@media (max-width: 1500px) {
    .header-layout6 .header-button .themeholy-btn {
        display: none
    }
}

.header-layout6 .menu-area {
    position: relative;
    z-index: 3
}

@media (max-width: 991px) {
    .header-layout6 .menu-area {
        padding: 16px 0
    }
}

.header-layout6 .main-menu > ul > li > a {
    color: var(--white-color);
    padding: 40px 0
}

    .header-layout6 .main-menu > ul > li > a:hover {
        color: var(--theme-color)
    }

    .header-layout6 .main-menu > ul > li > a:after {
        color: var(--white-color) !important
    }

    .header-layout6 .main-menu > ul > li > a:hover:after {
        color: var(--theme-color) !important
    }

.header-layout6 .header-logo {
    padding-bottom: 0
}

@media (max-width: 991px) {
    .header-layout6 .header-logo {
        margin: 0
    }
}

.header-layout6 .sticky-wrapper {
    position: relative;
    background-color: transparent;
    z-index: 3
}

    .header-layout6 .sticky-wrapper.sticky {
        background-color: #000
    }

@media (max-width: 991px) {
    .header-layout6 .sticky-wrapper.sticky .menu-area {
        padding: 20px 0
    }
}

@media (min-width: 1400px) {
    .header-layout6 .th-container {
        --main-container: 1620px
    }
}

.hero-6 {
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden
}

    .hero-6 .themeholy-hero-slide {
        position: relative;
        z-index: 3;
        overflow: hidden
    }

        .hero-6 .themeholy-hero-slide:before {
            background: -webkit-linear-gradient(bottom, rgba(4, 4, 12, 0.92) 0%, rgba(4, 4, 12, 0.92) 100%);
            background: linear-gradient(0deg, rgba(4, 4, 12, 0.92) 0%, rgba(4, 4, 12, 0.92) 100%);
            z-index: -1
        }

    .hero-6 .themeholy-hero-img {
        min-width: 685px;
        height: 636px;
        margin-right: -140px;
        margin-top: 100px
    }

@media (max-width: 1399px) {
    .hero-6 .themeholy-hero-img {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .hero-6 .themeholy-hero-img {
        min-width: 100%;
        height: 100%
    }
}

@media (max-width: 991px) {
    .hero-6 .themeholy-hero-img {
        margin: auto;
        padding-bottom: 80px
    }

        .hero-6 .themeholy-hero-img img {
            width: 400px;
            height: 400px;
            display: block;
            margin: auto;
            object-fit: cover
        }
}

.hero-style6 {
    position: relative;
    z-index: 6;
    padding: 326px 0 175px 0
}

@media (max-width: 1199px) {
    .hero-style6 {
        padding: 280px 0 150px 0
    }
}

@media (max-width: 991px) {
    .hero-style6 {
        text-align: center;
        padding: 220px 0 120px 0
    }
}

@media (max-width: 767px) {
    .hero-style6 {
        padding: 200px 0 80px 0
    }
}

@media (max-width: 991px) {
    .hero-style6 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-style6 .hero-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0
}

.hero-style6 .hero-subtitle {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 10px
}

@media (max-width: 575px) {
    .hero-style6 .hero-subtitle {
        font-size: 14px;
        line-height: 26px
    }
}

.hero-style6 .hero-title {
    font-size: 99px;
    font-weight: 700;
    line-height: 109px;
    text-transform: uppercase
}

@media (max-width: 1399px) {
    .hero-style6 .hero-title {
        font-size: 80px;
        line-height: 90px
    }
}

@media (max-width: 1199px) {
    .hero-style6 .hero-title {
        font-size: 60px;
        line-height: 70px
    }
}

@media (max-width: 991px) {
    .hero-style6 .hero-title {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width: 767px) {
    .hero-style6 .hero-title {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width: 375px) {
    .hero-style6 .hero-title {
        font-size: 35px;
        line-height: 45px
    }
}

.hero-style6 .hero-title:last-of-type {
    margin-bottom: 15px
}

.hero-indicator-area {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 3;
    width: 120px;
    left: auto;
    -webkit-transform: translate(-110px, -50%);
    -ms-transform: translate(-110px, -50%);
    transform: translate(-110px, -50%)
}

    .hero-indicator-area.home5-indicator {
        top: 3%
    }

@media (max-width: 991px) {
    .hero-indicator-area {
        display: none
    }
}

.hero-indicator-area .hero-indicator5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

    .hero-indicator-area .hero-indicator5 .indicatior-btn {
        display: block;
        border: 2px solid transparent;
        border-radius: 50%;
        cursor: pointer;
        min-width: 80px
    }

        .hero-indicator-area .hero-indicator5 .indicatior-btn:hover {
            border-color: rgba(255, 255, 255, 0.2)
        }

        .hero-indicator-area .hero-indicator5 .indicatior-btn img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

        .hero-indicator-area .hero-indicator5 .indicatior-btn.active {
            border-color: rgba(255, 255, 255, 0.2)
        }

            .hero-indicator-area .hero-indicator5 .indicatior-btn.active img {
                border-radius: 50%;
                -webkit-transform: scale(0.6);
                -ms-transform: scale(0.6);
                transform: scale(0.6)
            }

.service-item.style2 {
    position: relative;
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .service-item.style2:hover .service-item_content {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
        visibility: visible
    }

    .service-item.style2:hover .service-item_info {
        bottom: 40px;
        opacity: 1;
        visibility: visible
    }

    .service-item.style2 .service-item_content {
        position: absolute;
        left: 40px;
        right: 20px;
        bottom: 40px;
        padding: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

@media (max-width: 1299px) {
    .service-item.style2 .service-item_content {
        left: 20px
    }
}

.service-item.style2 .service-item_info {
    position: absolute;
    left: 40px;
    right: 20px;
    bottom: -40px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-item.style2 .service-item_text {
    color: #CDCDCD;
    max-width: 270px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-item.style2 .service-item_number {
    font-family: var(--body-font);
    font-size: 100px;
    font-weight: 800;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 20px;
    bottom: 20px
}

.service-item.style2 .service-icon {
    position: relative;
    color: var(--theme-color);
    width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--white-color);
    padding: 10px;
    margin: 0;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-item.style2 .box-title {
    color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-item.style2 .line-btn {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

    .service-item.style2 .line-btn:before {
        background-color: var(--theme-color)
    }

@media (min-width: 1300px) {
    .service-sec5 .th-container {
        --main-container: 1490px
    }
}

.brand-box {
    text-align: center;
    background-color: #F6F7F9;
    padding: 25px 30px;
    height: 90px;
    line-height: 40px
}

.brand-box-bg {
    background-size: 100% 100%;
    padding: 63px 30px
}

@media (max-width: 991px) {
    .brand-box {
        padding: 15px 20px;
        height: 70px
    }
}

.brand-box:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.brand-box img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.brand-title {
    position: relative;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    color: var(--body-color);
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px
}

    .brand-title:after,
    .brand-title:before {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        width: 502px;
        background-color: #D9D9D9
    }

@media (max-width: 1299px) {

    .brand-title:after,
    .brand-title:before {
        width: 100%
    }
}

@media (max-width: 991px) {

    .brand-title:after,
    .brand-title:before {
        width: 70%
    }
}

@media (max-width: 767px) {

    .brand-title:after,
    .brand-title:before {
        width: 50%
    }
}

@media (max-width: 375px) {

    .brand-title:after,
    .brand-title:before {
        display: none
    }
}

.brand-title:before {
    margin-left: -32.4rem
}

@media (max-width: 1299px) {
    .brand-title:before {
        margin-left: -15.6rem
    }
}

@media (max-width: 991px) {
    .brand-title:before {
        margin-left: -11.6rem
    }
}

@media (max-width: 767px) {
    .brand-title:before {
        margin-left: -7.9rem
    }
}

.brand-title:after {
    margin-left: 1rem
}

#brandSlide1 .slick-arrow {
    --pos-x: -46px !important;
    --icon-size: 40px;
    font-size: 15px;
    margin-top: -21.5px;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    box-shadow: none;
    border-radius: 99px
}

    #brandSlide1 .slick-arrow:hover {
        background-color: var(--theme-color)
    }

@media (max-width: 991px) {
    .brand-box-bg {
        padding: 30px 25px
    }
}

@media (max-width: 575px) {
    #brandSlide1 .slick-arrow {
        display: none !important
    }

    .brand-box-bg {
        background-size: cover
    }
}

.achieve-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 25px;
    max-width: 435px
}

.achieve-about_icon {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background-color: rgba(16, 55, 182, 0.2);
    line-height: 56px;
    text-align: center
}

    .achieve-about_icon i {
        color: var(--theme-color-2);
        font-size: 22px;
        line-height: 22px
    }

.achieve-about_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px
}

.achieve-about_text {
    border-bottom: 1px solid rgba(205, 205, 205, 0.5);
    padding-bottom: 40px;
    margin-bottom: 30px
}

.achieve-about:last-child .achieve-about_text {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    margin-bottom: 0
}

.img-box6 {
    position: relative
}

@media (max-width: 1199px) {
    .img-box6 {
        margin-top: 40px
    }
}

.img-box6 .img2 {
    position: absolute;
    right: -35%;
    bottom: 10px
}

@media (max-width: 1399px) {
    .img-box6 .img2 {
        display: none
    }
}

.testi-sec5 {
    position: relative
}

    .testi-sec5 .slick-dots {
        margin: 60px 0px 0px
    }

.testi-card.style3 {
    background: #F4F4F4
}

    .testi-card.style3 .testi-card_wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px
    }

    .testi-card.style3 .testi-card_text {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 30px
    }

.blog-grid.style3 {
    padding-bottom: 100px
}

    .blog-grid.style3 .blog-img {
        overflow: hidden;
        max-width: 410px;
        min-height: 270px
    }

@media (max-width: 767px) {
    .blog-grid.style3 .blog-img {
        max-width: 100%;
        min-height: 100%
    }
}

.blog-grid.style3 .blog-grid_content {
    position: absolute;
    right: 0px;
    top: 22px;
    padding: 30px 40px 18px;
    max-width: 370px;
    margin: 0
}

@media (max-width: 991px) {
    .blog-grid.style3 .blog-grid_content {
        position: relative;
        padding: 30px
    }
}

@media (max-width: 767px) {
    .blog-grid.style3 .blog-grid_content {
        max-width: 100%
    }
}

.blog-grid.style3 .line-btn {
    color: var(--title-color);
    text-transform: capitalize
}

    .blog-grid.style3 .line-btn:before {
        background-color: var(--title-color)
    }

    .blog-grid.style3 .line-btn:hover {
        color: var(--theme-color-2)
    }

.blog-grid.style3 .blog-meta a:hover {
    color: var(--theme-color-2)
}

.blog-grid .box-title {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.footer-layout6 {
    position: relative;
    z-index: 2
}

    .footer-layout6 .widget-area {
        padding-top: 92px;
        padding-bottom: 66px
    }

    .footer-layout6 .copyright-wrap {
        background-color: var(--black-color)
    }

.footer-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
    padding-bottom: 40px
}

@media (max-width: 991px) {
    .footer-icon-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width: 575px) {
    .footer-icon-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.footer-icon-wrapper .footer-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 120px;
    margin-right: 0px
}

@media (max-width: 1199px) {
    .footer-icon-wrapper .footer-info {
        border-right: 0;
        padding-right: 0
    }
}

.footer-icon-wrapper .footer-info:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.footer-icon-wrapper .footer-info .footer-icon i {
    font-size: 40px;
    color: var(--theme-color);
    font-family: var(--icon-font);
    font-weight: 400
}

.footer-icon-wrapper .footer-info_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #9B9B9C;
    margin-bottom: 0;
    max-width: 200px
}

    .footer-icon-wrapper .footer-info_link:hover a {
        color: var(--theme-color)
    }

    .footer-icon-wrapper .footer-info_link a {
        color: inherit
    }

.accordion-area.style4 {
    padding: 0;
    max-width: 100%;
    margin-left: 40px
}

@media (max-width: 991px) {
    .accordion-area.style4 {
        margin-left: 0
    }
}

.accordion-area.style4 .accordion-card {
    position: relative;
    background-color: var(--white-color)
}

    .accordion-area.style4 .accordion-card:before {
        content: "";
        position: absolute;
        left: 0;
        width: 8px;
        height: 100%;
        background-color: var(--theme-color)
    }

    .accordion-area.style4 .accordion-card .accordion-button {
        border-left: 8px solid transparent
    }

        .accordion-area.style4 .accordion-card .accordion-button:not(.collapsed) {
            border-bottom: none;
            border-left: 8px solid var(--theme-color)
        }

    .accordion-area.style4 .accordion-card .accordion-body {
        margin: 0 22px 30px 30px;
        padding: 0
    }

.faq-btn {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .faq-btn:hover {
        color: var(--white-color)
    }

.btn-group.style4 {
    gap: 30px;
    margin-top: 35px
}

@media (max-width: 375px) {
    .btn-group.style4 {
        gap: 0
    }
}

.info-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 471px
}

.info-media_icon i {
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--theme-color);
    font-size: 30px
}

.info-media .box-title {
    margin-bottom: 7px;
    margin-top: -0.3rem
}

.request-form {
    padding: 60px
}

@media (max-width: 1199px) {
    .request-form {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .request-form {
        padding: 25px
    }
}

.request-form select,
.request-form .form-control,
.request-form .form-select,
.request-form textarea,
.request-form input {
    border: 1px solid transparent
}

    .request-form select:hover,
    .request-form select:focus,
    .request-form .form-control:hover,
    .request-form .form-control:focus,
    .request-form .form-select:hover,
    .request-form .form-select:focus,
    .request-form textarea:hover,
    .request-form textarea:focus,
    .request-form input:hover,
    .request-form input:focus {
        border-color: var(--theme-color)
    }

.cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px
}

@media (max-width: 991px) {
    .cta-wrapper {
        display: block
    }
}

@media (max-width: 1299px) {
    .cta-wrapper {
        gap: 25px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 20px
    }
}

@media (max-width: 991px) {
    .cta-wrapper {
        padding: 0
    }
}

.cta-wrapper .cta-text {
    background-color: var(--theme-color-2);
    padding: 38px 0;
    text-align: center;
    max-width: 315px
}

@media (max-width: 991px) {
    .cta-wrapper .cta-text {
        max-width: 100%
    }
}

.cta-wrapper .cta-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 1199px) {
    .cta-wrapper .cta-form {
        gap: 20px
    }
}

@media (max-width: 991px) {
    .cta-wrapper .cta-form {
        padding: 25px 10px;
        gap: 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .cta-wrapper .cta-form {
        display: block
    }
}

.cta-wrapper .cta-form .form-group {
    min-width: 365px
}

@media (max-width: 1699px) {
    .cta-wrapper .cta-form .form-group {
        min-width: 30%
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .cta-form .form-group {
        min-width: 35%
    }
}

@media (max-width: 767px) {
    .cta-wrapper .cta-form .form-group {
        min-width: 100%;
        margin-bottom: 10px
    }
}

.cta-wrapper .cta-form .themeholy-btn {
    min-width: 193px
}

@media (max-width: 767px) {
    .cta-wrapper .cta-form .themeholy-btn {
        min-width: 100%
    }
}

.cta-wrapper .cta-title2 {
    font-size: 45px;
    line-height: 45px
}

@media (max-width: 991px) {
    .cta-wrapper .cta-title2 {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width: 1299px) {
    .cta-wrapper .cta-image {
        display: none
    }
}

@media (max-width: 1299px) {
    .portfolio-sec6 .title-area .sec-title {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width: 1199px) {
    .portfolio-sec6 .icon-box {
        display: block;
        text-align: center;
        margin: auto auto 40px auto
    }
}

.portfolio-sec6 .icon-box .slick-arrow {
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 16px);
    margin-top: calc(var(--icon-size, 60px) / -2)
}

.project-slide6 {
    position: relative;
    overflow: hidden;
    margin-right: -45%;
    margin-left: 4%
}

@media (max-width: 1899px) {
    .project-slide6 {
        margin-right: -14%
    }
}

@media (max-width: 1199px) {
    .project-slide6 {
        margin: 0
    }
}

.project-item {
    position: relative;
    overflow: hidden;
    --space: 60px
}

    .project-item .project-img {
        width: 100%
    }

        .project-item .project-img img {
            width: 100%
        }

    .project-item .project-content {
        background-color: var(--theme-color);
        padding: 60px 30px;
        width: 270px;
        position: absolute;
        left: var(--space);
        bottom: auto;
        bottom: -60px;
        text-align: center;
        border-radius: 50%;
        height: 270px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .project-item .project-content .project-subtitle {
            color: var(--white-color);
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            margin-bottom: 0px
        }

        .project-item .project-content .project-title {
            font-weight: 700;
            font-size: 20px;
            line-height: 40px;
            color: var(--white-color);
            margin-bottom: 20px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s
        }

            .project-item .project-content .project-title:hover {
                color: var(--theme-color-2)
            }

            .project-item .project-content .project-title a {
                color: inherit
            }

        .project-item .project-content .project-btn {
            background-color: var(--theme-color-2);
            width: var(--icon-size, 50px);
            height: var(--icon-size, 50px);
            line-height: var(--icon-size, 50px);
            font-size: var(--icon-font-size, 18px);
            margin-top: calc(var(--icon-size, 50px) / -2);
            text-align: center;
            color: var(--white-color);
            display: block;
            margin: auto;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

            .project-item .project-content .project-btn:hover {
                background-color: var(--title-color)
            }

    .project-item:hover .project-content {
        bottom: 60px;
        visibility: visible;
        opacity: 1
    }

@media (max-width: 1299px) {
    .work-sec .container {
        max-width: 100%
    }
}

.work-area {
    max-width: 488px
}

@media (max-width: 991px) {
    .work-area {
        max-width: 340px
    }
}

@media (max-width: 767px) {
    .work-area {
        max-width: 100%
    }

        .work-area .btn-group {
            margin-bottom: 30px
        }
}

.work-area-wrapper {
    background-color: #F4F4F4;
    padding: 80px;
    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
}

@media (max-width: 767px) {
    .work-area-wrapper {
        display: block
    }
}

@media (max-width: 1299px) {
    .work-area-wrapper {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .work-area-wrapper {
        padding: 30px
    }
}

@media (max-width: 1299px) {
    .work-area-wrapper .title-area .sec-title {
        font-size: 30px;
        line-height: 40px
    }
}

.work-area-wrapper .work-video-image {
    position: relative;
    display: inline-block
}

@media (max-width: 575px) {
    .work-area-wrapper .work-video-image {
        display: block
    }
}

.work-area-wrapper .work-video-image .video-icon .video-play-btn {
    top: 14%;
    left: 10%;
    right: auto;
    width: 80px;
    height: 80px;
    line-height: 82px;
    font-size: 22px;
    background: var(--theme-color);
    border-radius: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .work-area-wrapper .work-video-image .video-icon .video-play-btn {
        width: 50px;
        height: 50px;
        line-height: 52px;
        font-size: 18px
    }
}

.work-area-wrapper .work-video-image .video-icon .video-play-btn:before,
.work-area-wrapper .work-video-image .video-icon .video-play-btn:after {
    display: none
}

.work-area-wrapper .work-video-image .video-icon .video-play-btn i {
    color: var(--white-color)
}

@media (max-width: 991px) {
    .work-area-wrapper .work-video-image .video-icon .video-play-btn {
        display: block
    }
}

.work-area-wrapper .work-video-image img {
    min-width: 240px;
    height: 240px;
    border-radius: 50%
}

@media (max-width: 1199px) {
    .work-area-wrapper .work-video-image img {
        min-width: 180px;
        height: 180px
    }
}

@media (max-width: 991px) {
    .work-area-wrapper .work-video-image img {
        min-width: 140px;
        height: 140px
    }
}

.work-image {
    position: relative;
    display: inline-block;
    margin-right: 40px
}

@media (max-width: 575px) {
    .work-image {
        display: block
    }
}

.work-image .work-number {
    position: relative;
    font-family: var(--body-font);
    font-size: 220px;
    line-height: 220px;
    font-weight: 700;
    max-height: 160px;
    display: inline-block;
    margin: 0;
    text-transform: uppercase
}

@media (max-width: 1199px) {
    .work-image .work-number {
        font-size: 150px;
        line-height: 150px
    }
}

@media (max-width: 375px) {
    .work-image .work-number {
        font-size: 100px;
        line-height: 100px
    }
}

.work-image .work-plus {
    font-size: 100px;
    margin-left: -40px
}

@media (max-width: 1199px) {
    .work-image .work-plus {
        font-size: 60px;
        margin-left: -20px
    }
}

.work-image img {
    position: absolute;
    top: 23px;
    left: 2%;
    width: 100%;
    mix-blend-mode: lighten
}

.newsletter-area.style2 {
    padding: 20px 50px;
    border-radius: 10px
}

@media (max-width: 991px) {
    .newsletter-area.style2 {
        padding: 30px
    }
}

.newsletter-form.style5 {
    text-align: right
}

    .newsletter-form.style5 .form-control {
        background-color: var(--white-color);
        border-radius: 30px;
        min-width: 520px;
        max-width: 520px;
        min-height: 60px;
        margin-left: auto
    }

@media (max-width: 1199px) {
    .newsletter-form.style5 .form-control {
        min-width: 100%
    }
}

.newsletter-form.style5 .themeholy-btn {
    border-radius: 0px 30px 30px 0px;
    padding: 16px 30px;
    max-width: 164px;
    text-transform: capitalize;
    position: absolute;
    top: 1px;
    right: 0
}

@media (max-width: 575px) {
    .newsletter-form.style5 .themeholy-btn {
        position: relative;
        display: block;
        text-align: center;
        margin: auto;
        border-radius: 30px;
        margin-top: 20px
    }
}

.newsletter-form.style5 .themeholy-btn:hover {
    background-color: var(--title-color)
}

    .newsletter-form.style5 .themeholy-btn:hover .icon i {
        top: -5px;
        right: -20px
    }

.newsletter-title-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (max-width: 991px) {
    .newsletter-title-area {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .newsletter-title-area img {
        display: none
    }
}

.sec-shape2 {
    position: absolute;
    bottom: 0;
    left: 80%;
    width: 100%;
    z-index: 3
}

    .sec-shape2 img {
        position: relative;
        display: inline-block;
        -webkit-animation: speed2 10s linear infinite;
        animation: speed2 10s linear infinite
    }

@media (max-width: 375px) {
    .sec-shape2 img {
        width: 80%
    }
}

@-webkit-keyframes speed2 {
    0% {
        right: 0%
    }

    30% {
        right: 30%
    }

    50% {
        right: 50%
    }

    100% {
        right: 100%
    }
}

.header-layout7 .header-top {
    background-color: var(--title-color);
    z-index: auto
}

.header-layout7 .header-links {
    margin-left: 170px
}

@media (max-width: 1799px) {
    .header-layout7 .header-links {
        margin-left: 220px
    }
}

@media (max-width: 1599px) {
    .header-layout7 .header-links {
        margin-left: 210px
    }
}

@media (max-width: 1399px) {
    .header-layout7 .header-links {
        margin-left: 280px
    }
}

@media (max-width: 1299px) {
    .header-layout7 .header-links {
        margin-left: 250px
    }
}

@media (max-width: 1199px) {
    .header-layout7 .header-links {
        margin-left: 290px
    }
}

@media (max-width: 991px) {
    .header-layout7 .header-links {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .header-layout7 .sticky-wrapper.sticky .header-logo {
        height: 86px;
        padding-top: 15px
    }
}

@media (max-width: 767px) {
    .header-layout7 .sticky-wrapper.sticky .header-logo {
        padding-top: 25px
    }
}

@media (min-width: 1922px) {
    .header-layout7 .sticky-wrapper.sticky .menu-area:after {
        width: 30%
    }
}

@media (max-width: 991px) {
    .header-layout7 .sticky-wrapper.sticky .menu-area {
        padding: 0
    }
}

.header-layout7 .header-logo {
    padding-bottom: 0
}

@media (max-width: 991px) {
    .header-layout7 .header-logo {
        margin: 0
    }
}

.header-layout7 .main-menu {
    padding-left: 100px
}

@media (max-width: 1699px) {
    .header-layout7 .main-menu {
        padding-left: 150px
    }
}

@media (max-width: 1599px) {
    .header-layout7 .main-menu {
        padding-left: 40px;
        margin-left: 0
    }
}

@media (max-width: 1199px) {
    .header-layout7 .main-menu {
        padding-left: 0
    }
}

.header-layout7 .menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 81%;
    -webkit-clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(76px 0, 100% 0%, 100% 100%, 0% 100%)
}

.header-layout7 .menu-area {
    position: relative
}

    .header-layout7 .menu-area:before,
    .header-layout7 .menu-area:after {
        content: "";
        position: absolute;
        top: -15px;
        left: 0;
        background-color: var(--theme-color)
    }

    .header-layout7 .menu-area:before {
        width: 23%;
        height: 130px;
        -webkit-clip-path: path("M108.663 126.531C96.1668 121.602 83.7236 115 70.2905 115H1.00001C0.44772 115 0 114.552 0 114V16C0 15.4477 0.447715 15 1 15H70.2904C83.7235 15 96.1668 8.39798 108.663 3.46942C114.341 1.23014 120.527 0 127 0H313C319.473 0 325.659 1.23015 331.337 3.46942C343.833 8.39799 356.276 15 369.71 15H424C424.552 15 425 15.4477 425 16V114C425 114.552 424.552 115 424 115H369.71C356.276 115 343.833 121.602 331.337 126.531C325.659 128.77 319.473 130 313 130H127C120.527 130 114.341 128.77 108.663 126.531Z");
        clip-path: path("M108.663 126.531C96.1668 121.602 83.7236 115 70.2905 115H1.00001C0.44772 115 0 114.552 0 114V16C0 15.4477 0.447715 15 1 15H70.2904C83.7235 15 96.1668 8.39798 108.663 3.46942C114.341 1.23014 120.527 0 127 0H313C319.473 0 325.659 1.23015 331.337 3.46942C343.833 8.39799 356.276 15 369.71 15H424C424.552 15 425 15.4477 425 16V114C425 114.552 424.552 115 424 115H369.71C356.276 115 343.833 121.602 331.337 126.531C325.659 128.77 319.473 130 313 130H127C120.527 130 114.341 128.77 108.663 126.531Z");
        z-index: -1
    }

@media (min-width: 2399px) {
    .header-layout7 .menu-area:before {
        left: 10%
    }
}

@media (max-width: 1599px) {
    .header-layout7 .menu-area:before {
        width: 18%;
        height: 100px
    }
}

@media (max-width: 1399px) {
    .header-layout7 .menu-area:before {
        width: 22%
    }
}

@media (max-width: 1199px) {
    .header-layout7 .menu-area:before {
        width: 27%
    }
}

@media (max-width: 991px) {
    .header-layout7 .menu-area:before {
        display: none
    }
}

.header-layout7 .menu-area:after {
    width: 23%;
    height: 100px;
    top: 0;
    z-index: -2
}

@media (max-width: 1922px) {
    .header-layout7 .menu-area:after {
        width: 20%
    }
}

@media (max-width: 1599px) {
    .header-layout7 .menu-area:after {
        width: 18%
    }
}

@media (max-width: 1399px) {
    .header-layout7 .menu-area:after {
        width: 22%
    }
}

@media (max-width: 1199px) {
    .header-layout7 .menu-area:after {
        width: 27%
    }
}

@media (max-width: 991px) {
    .header-layout7 .menu-area:after {
        width: 33%;
        height: 86px
    }
}

@media (max-width: 767px) {
    .header-layout7 .menu-area:after {
        width: 50%
    }
}

@media (max-width: 375px) {
    .header-layout7 .menu-area:after {
        width: 60%
    }
}

.header-layout7 .logo-bg {
    position: absolute;
    top: -15px;
    left: 0;
    width: 25%;
    background-color: var(--theme-color)
}

    .header-layout7 .logo-bg:before,
    .header-layout7 .logo-bg:after {
        -webkit-clip-path: none;
        clip-path: none;
        display: none
    }

.header-layout7 .logo-shape {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1
}

.hero-7 .themeholy-hero-slide {
    position: relative;
    z-index: 3;
    overflow: hidden
}

    .hero-7 .themeholy-hero-slide:before {
        background: -webkit-linear-gradient(left, #121212 -1.07%, rgba(18, 18, 18, 0.4) 115.73%);
        background: linear-gradient(90deg, #121212 -1.07%, rgba(18, 18, 18, 0.4) 115.73%);
        z-index: 1
    }

.hero-7 .themeholy-hero-img {
    position: relative;
    z-index: 9;
    margin-right: -50px;
    text-align: right;
    padding-bottom: 100px
}

@media (max-width: 575px) {
    .hero-7 .themeholy-hero-img {
        margin-right: 0
    }
}

.hero-style7 {
    position: relative;
    z-index: 6;
    padding: 201px 0 173px 0
}

@media (max-width: 1199px) {
    .hero-style7 {
        padding: 150px 0 150px 0
    }
}

@media (max-width: 991px) {
    .hero-style7 {
        text-align: center;
        padding: 120px 0 120px 0
    }
}

@media (max-width: 767px) {
    .hero-style7 {
        padding: 90px 0 90px 0
    }
}

@media (max-width: 991px) {
    .hero-style7 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-style7 .hero-text {
    font-size: 16px;
    margin-bottom: 50px
}

.hero-style7 .hero-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    text-transform: capitalize
}

@media (max-width: 1399px) {
    .hero-style7 .hero-title {
        font-size: 70px;
        line-height: 90px
    }
}

@media (max-width: 1199px) {
    .hero-style7 .hero-title {
        font-size: 60px;
        line-height: 70px
    }
}

@media (max-width: 991px) {
    .hero-style7 .hero-title {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width: 767px) {
    .hero-style7 .hero-title {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width: 375px) {
    .hero-style7 .hero-title {
        font-size: 30px;
        line-height: 40px
    }
}

.hero-style7 .hero-title:last-of-type {
    margin-bottom: 15px
}

.hero-video-image {
    position: absolute;
    bottom: 40px;
    left: -40px
}

@media (max-width: 991px) {
    .hero-video-image {
        left: 50px;
        bottom: 130px
    }
}

@media (max-width: 575px) {
    .hero-video-image {
        left: 0;
        bottom: 80px;
        position: relative;
        text-align: center
    }
}

.hero-video-image .hero-video-icon {
    position: absolute;
    top: 38%;
    left: 38%
}

@media (max-width: 575px) {
    .hero-video-image .hero-video-icon {
        left: 40%
    }
}

.hero-video-image .hero-video-icon .play-btn:after,
.hero-video-image .hero-video-icon .play-btn:before {
    background-color: var(--theme-color)
}

.hero-video-image .hero-video-icon .play-btn > i {
    display: inline-block;
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    text-align: center;
    background-color: var(--theme-color)
}

.hero-video-image .hero-video-icon .play-btn:hover:after,
.hero-video-image .hero-video-icon .play-btn:hover:before {
    background-color: var(--theme-color-2)
}

    .hero-video-image .hero-video-icon .play-btn:hover:after i,
    .hero-video-image .hero-video-icon .play-btn:hover:before i {
        background-color: var(--theme-color-2)
    }

.hero-indicator-area.style2 {
    left: 10%;
    right: auto;
    width: 120px
}

@media (max-width: 1799px) {
    .hero-indicator-area.style2 {
        left: 0
    }
}

@media (max-width: 1500px) {
    .hero-indicator-area.style2 {
        display: none !important
    }
}

.hero-indicator-area.style2 .hero-indicator5 .indicatior-btn {
    min-width: 56px;
    max-height: 56px
}

    .hero-indicator-area.style2 .hero-indicator5 .indicatior-btn img {
        width: 56px;
        height: 52px;
        object-fit: cover;
        border-radius: 50%;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .hero-indicator-area.style2 .hero-indicator5 .indicatior-btn:hover {
        border-color: var(--theme-color)
    }

    .hero-indicator-area.style2 .hero-indicator5 .indicatior-btn.active {
        border-color: var(--theme-color)
    }

        .hero-indicator-area.style2 .hero-indicator5 .indicatior-btn.active img {
            border-radius: 50%;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

.hero-indicator-area.style2 .hero-indicator5 .indicator {
    position: absolute
}

.service-box-2 {
    position: relative;
    background-color: var(--white-color);
    border: none;
    padding: 40px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    z-index: 2
}

.service-box-2_img {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .service-box-2_text {
        max-width: 100%
    }
}

.service-box-2 .line-btn {
    text-transform: capitalize
}

.brand-sec2 {
    background-color: var(--theme-color-2);
    padding: 58px 0
}

.brand-box.style2 {
    background-color: transparent;
    padding: 0
}

@media (min-width: 1400px) {
    .brand-sec2 .th-container {
        --main-container: 1620px
    }
}

.brand-sec1.style2 {
    background-color: #F6F7F9;
    padding: 60px 0
}

@media (min-width: 1400px) {
    .brand-sec1.style2 .th-container {
        --main-container: 1620px
    }
}

.img-box7 {
    position: relative;
    z-index: 3
}

@media (max-width: 1199px) {
    .img-box7 {
        margin-bottom: 50px
    }
}

@media (max-width: 991px) {
    .img-box7 {
        margin-bottom: 70px
    }
}

@media (max-width: 375px) {
    .img-box7 {
        margin-bottom: 40px
    }
}

.img-box7 .img2 {
    position: absolute;
    right: 0;
    bottom: -10%
}

@media (max-width: 375px) {
    .img-box7 .img2 {
        display: none
    }
}

.img-box7 .img3 {
    position: absolute;
    bottom: -18%;
    left: 0;
    z-index: -1
}

@media (max-width: 1199px) {
    .img-box7 .img3 {
        bottom: -7%
    }
}

.img-box7 .about-counter.style3 {
    background-color: var(--theme-color);
    min-width: 190px;
    padding: 30px;
    position: absolute;
    right: -3px;
    top: 10%
}

@media (max-width: 375px) {
    .img-box7 .about-counter.style3 {
        top: auto;
        right: 0;
        bottom: 0
    }
}

.img-box7 .about-counter.style3 .counter-card_text {
    font-family: var(--body-font);
    max-width: 114px
}

.achieve-about-wrapper.style2 .achieve-icon {
    color: var(--theme-color-2);
    font-size: 30px;
    line-height: 40px
}

.testi-box-slide.style2 {
    position: relative;
    max-width: 628px;
    display: block;
    margin-left: auto
}

@media (max-width: 991px) {
    .testi-box-slide.style2 {
        margin-right: auto;
        padding: 80px 0
    }
}

.testi-box-slide.style2 .testi-box {
    background-color: var(--white-color);
    padding: 30px
}

.testi-box-slide.style2 .testi-box_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 375px) {
    .testi-box-slide.style2 .testi-box_profile {
        display: block
    }
}

.testi-box-slide.style2 .testi-box_name {
    margin-bottom: 3px
}

.testi-box-slide.style2 .testi-box_text {
    font-style: italic
}

.testi-box-slide.style2 .icon-box {
    position: absolute;
    bottom: auto;
    right: 10px;
    top: 32%
}

@media (max-width: 1199px) {
    .testi-box-slide.style2 .icon-box {
        top: 28%
    }
}

@media (max-width: 991px) {
    .testi-box-slide.style2 .icon-box {
        top: 37%
    }
}

@media (max-width: 767px) {
    .testi-box-slide.style2 .icon-box {
        top: 35%
    }
}

@media (max-width: 575px) {
    .testi-box-slide.style2 .icon-box {
        top: 30%
    }
}

.testi-box-slide .testi-title-area {
    max-width: 550px
}

.testi-box-slide .testi-star {
    font-size: 12px;
    color: var(--theme-color)
}

.video-box4 {
    position: relative;
    margin: 0 50px 0 -50%;
    min-height: 756px
}

@media (max-width: 991px) {
    .video-box4 {
        margin: 0;
        min-height: 100%
    }
}

.video-box4 .white-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center
}

.team-box2 {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2
}

    .team-box2 .team-img {
        position: relative
    }

        .team-box2 .team-img:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: rgba(16, 55, 182, 0.8);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.4 ease-in-out;
            transition: all 0.4 ease-in-out
        }

        .team-box2 .team-img img {
            width: 100%
        }

    .team-box2 .box-title {
        font-size: 20px;
        line-height: 30px;
        margin-top: -0.3rem;
        margin-bottom: 0
    }

.team-box2_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white-color);
    padding: 30px;
    z-index: 3
}

.team-box2 .team-social {
    position: absolute;
    bottom: 80px;
    right: 20px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .team-box2 .team-social .icon-btn {
        --btn-size: 46px;
        border-color: var(--theme-color-2);
        background-color: var(--theme-color-2);
        border-radius: 50%;
        font-size: var(--btn-font-size, 18px);
        color: var(--white-color)
    }

    .team-box2 .team-social .themeholy-social {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        bottom: 45px;
        left: 0px;
        width: 46px;
        min-height: 149px;
        padding: 0;
        color: var(--title-color);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: 2
    }

        .team-box2 .team-social .themeholy-social a {
            border-radius: 50%;
            margin-right: 0;
            margin-bottom: 10px;
            -webkit-filter: drop-shadow(0px 0px 10px rgba(174, 174, 174, 0.5));
            filter: drop-shadow(0px 0px 10px rgba(174, 174, 174, 0.5))
        }

.team-box2 .team-content .share-btn {
    height: 100%;
    background-color: var(--theme-color-2);
    color: var(--white-color);
    width: 46px;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    cursor: pointer
}

.team-box2:hover .team-img:before {
    opacity: 1;
    visibility: visible
}

.team-box2:hover .icon-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-box2:hover .themeholy-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-title-area {
    max-width: 520px;
    display: block;
    margin: auto
}

.project-slider-1 {
    margin: 0 30px
}

.project-slider-1 {
    margin: 0 30px
}

@media (max-width: 991px) {
    .project-slider-1 {
        margin: 0
    }
}

.project-slider-1 .slick-list {
    padding: 0 484px !important
}

@media (max-width: 1600px) {
    .project-slider-1 .slick-list {
        padding: 0 350px !important
    }
}

@media (max-width: 1299px) {
    .project-slider-1 .slick-list {
        padding: 0 200px !important
    }
}

@media (max-width: 991px) {
    .project-slider-1 .slick-list {
        padding: 0 !important
    }
}

.project-slider-1 .slick-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 500px
}

    .project-slider-1 .slick-slide .project-img {
        height: 500px
    }

        .project-slider-1 .slick-slide .project-img img {
            height: 500px;
            object-fit: cover
        }

    .project-slider-1 .slick-slide.slick-center:hover .project-content {
        opacity: 1
    }

.project-card-2 {
    position: relative;
    --space: 50px;
    overflow: hidden
}

@media (max-width: 1799px) {
    .project-card-2 {
        --space: 25px
    }
}

.project-card-2.slick-initialized .slick-slide {
    display: block !important
}

.project-card-2:hover .project-img:before {
    opacity: 1;
    visibility: visible
}

.project-card-2:hover .project-content {
    bottom: 50px;
    opacity: 1
}

@media (max-width: 991px) {
    .project-card-2:hover .project-content {
        bottom: 30px
    }
}

.project-card-2:hover .project-btn {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.project-card-2 .project-img {
    position: relative;
    overflow: hidden
}

    .project-card-2 .project-img:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgba(16, 55, 182, 0.7);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease
    }

    .project-card-2 .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease
    }

.project-card-2 .project-content {
    position: absolute;
    left: var(--space);
    bottom: -40px;
    opacity: 0;
    min-width: 300px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media (max-width: 1599px) {
    .project-card-2 .project-content {
        min-width: 200px
    }
}

@media (max-width: 991px) {
    .project-card-2 .project-content {
        bottom: -30px
    }
}

.project-card-2 .project-content .media-left {
    background: var(--theme-color);
    padding: 28px 32px;
    position: relative
}

@media (max-width: 1599px) {
    .project-card-2 .project-content .media-left {
        padding: 18px 28px
    }
}

@media (max-width: 375px) {
    .project-card-2 .project-content .media-left {
        padding: 16px 20px
    }
}

.project-card-2 .project-content .media-left .project-subtitle {
    background: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    color: var(--theme-color);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    padding: 8px 20px
}

.project-card-2 .project-content .box-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 1599px) {
    .project-card-2 .project-content .box-title {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width: 375px) {
    .project-card-2 .project-content .box-title {
        font-size: 16px;
        line-height: 26px
    }
}

.project-card-2 .project-content .box-title:hover {
    color: var(--white-color)
}

    .project-card-2 .project-content .box-title:hover a {
        color: inherit
    }

@media (max-width: 1299px) {
    .project-card-2 .project-content .box-title {
        font-size: 18px;
        line-height: 28px
    }
}

.project-card-2 .project-content .box-title a {
    color: inherit
}

.project-card-2 .project-btn {
    position: absolute;
    top: -8px;
    left: 50%;
    background-color: var(--white-color);
    border-radius: 50%;
    color: var(--theme-color);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    padding: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden
}

    .project-card-2 .project-btn i {
        text-align: center;
        display: block;
        margin: 12px auto
    }

    .project-card-2 .project-btn:hover {
        background-color: var(--theme-color);
        color: var(--white-color)
    }

.blog-card.style4 .blog-card_wrapper {
    left: auto;
    right: 20px
}

.blog-card.style4 .blog-meta {
    position: relative;
    margin-top: -70px;
    margin-bottom: 22px;
    background-color: var(--theme-color);
    padding: 15px 22px;
    z-index: 9
}

    .blog-card.style4 .blog-meta span,
    .blog-card.style4 .blog-meta a {
        color: var(--white-color);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .blog-card.style4 .blog-meta span:after,
        .blog-card.style4 .blog-meta a:after {
            background-color: var(--white-color)
        }

        .blog-card.style4 .blog-meta span i,
        .blog-card.style4 .blog-meta a i {
            color: var(--white-color)
        }

        .blog-card.style4 .blog-meta span:last-child,
        .blog-card.style4 .blog-meta a:last-child {
            padding-right: 0;
            margin-right: 0
        }

    .blog-card.style4 .blog-meta img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 7px
    }

.blog-card.style4 .line-btn {
    text-transform: capitalize
}

.footer-layout6 {
    position: relative;
    z-index: 2
}

    .footer-layout6 .widget-area {
        padding-top: 92px;
        padding-bottom: 66px
    }

    .footer-layout6 .copyright-wrap {
        background-color: var(--black-color)
    }

.footer-icon-wrapper.style2 {
    padding: 60px 0;
    margin: 0;
    border: none
}

.footer-icon-wrapper .footer-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 120px;
    margin-right: 0px
}

@media (max-width: 1199px) {
    .footer-icon-wrapper .footer-info {
        border-right: 0;
        padding-right: 0
    }
}

.footer-icon-wrapper .footer-info:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.footer-icon-wrapper .footer-info .footer-icon i {
    font-size: 40px;
    color: var(--theme-color);
    font-family: var(--icon-font);
    font-weight: 400
}

.footer-icon-wrapper .footer-info_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #9B9B9C;
    margin-bottom: 0;
    max-width: 200px
}

    .footer-icon-wrapper .footer-info_link:hover a {
        color: var(--theme-color)
    }

    .footer-icon-wrapper .footer-info_link a {
        color: inherit
    }

.request-form.style2 {
    margin-right: 30px
}

@media (max-width: 1199px) {
    .request-form.style2 {
        margin: 30px 0 0 0
    }
}

.info-media_icon img {
    background-color: var(--smoke-color);
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 20px
}

@media (max-width: 1199px) {
    .video-title-area {
        padding: 80px 0
    }
}

.video-box5 {
    position: relative;
    margin: 0 -60% 0 0px;
    z-index: 3;
    min-height: 570px
}

@media (max-width: 1500px) {
    .video-box5 {
        margin: 0 -30% 0 0px
    }
}

@media (max-width: 1399px) {
    .video-box5 {
        margin: 0 -10% 0 0px
    }
}

@media (max-width: 1199px) {
    .video-box5 {
        min-height: 100%;
        margin: 0 0 80px 0
    }
}

.video-box5:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8)
}

@media (max-width: 991px) {
    .video-box5 {
        margin: 0 0 80px 0
    }
}

.video-box5 .white-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center
}

.call-btn.style2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

    .call-btn.style2 .video-icon {
        min-width: 60px;
        min-height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: var(--theme-color-2);
        border-radius: 50%
    }

        .call-btn.style2 .video-icon i {
            font-size: 20px;
            line-height: 20px;
            color: var(--white-color)
        }

    .call-btn.style2 .header-info_link {
        color: var(--theme-color-2);
        font-size: 30px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 0
    }

        .call-btn.style2 .header-info_link a {
            color: inherit
        }

.counter-area3 {
    padding: 80px 0
}

@media (max-width: 1299px) {
    .counter-area3 .container {
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .counter-area3 {
        padding: 30px
    }
}

@media (max-width: 1199px) {
    .counter-sec-wrapper.style2 {
        padding: 0
    }
}

.counter-sec-wrapper.style2 .counter-card.style2 {
    border-right: none
}

@media (max-width: 1500px) {
    .counter-sec-wrapper.style2 .counter-card.style2 {
        margin-right: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1299px) {
    .counter-sec-wrapper.style2 .counter-card.style2 {
        margin-right: 10px;
        padding-right: 10px
    }
}

@media (max-width: 1199px) {
    .counter-sec-wrapper.style2 .counter-card.style2 {
        border: none
    }
}

.counter-sec-wrapper.style2 .counter-card.style2 .counter-card_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--theme-color-2);
    margin-bottom: 0px
}

@media (max-width: 1299px) {
    .counter-sec-wrapper.style2 .counter-card.style2 .counter-card_icon {
        width: 80px;
        height: 80px;
        line-height: 80px
    }
}

@media (max-width: 1199px) {
    .counter-sec-wrapper.style2 .counter-card.style2 .counter-card_icon {
        display: block;
        margin: auto auto 30px auto
    }
}

.counter-sec-wrapper.style2 .counter-card.style2 .counter-card_text {
    color: var(--theme-color)
}

@media (min-width: 1300px) {
    .counter-area3 .th-container {
        --main-container: 1480px
    }
}

.newsletter-area.style3 {
    background-color: #E6E6E6;
    padding: 0 40px 0 0
}

@media (max-width: 991px) {
    .newsletter-area.style3 {
        padding: 30px
    }
}

@media (max-width: 767px) {
    .newsletter-area.style3 .newsletter-title-area {
        display: block
    }
}

.newsletter-area.style3 .newsletter-form.style3 .form-control {
    min-width: 450px
}

.newsletter-area.style3 .newsletter-title {
    color: var(--body-color)
}

.newsletter-area.style3 .video-box6 {
    position: relative;
    max-width: 270px;
    height: 138px
}

@media (max-width: 767px) {
    .newsletter-area.style3 .video-box6 {
        display: block;
        margin: auto auto 20px auto
    }
}

.newsletter-area.style3 .video-box6 .white-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center
}

.header-layout8 {
    position: relative
}

    .header-layout8 .header-top {
        background-color: var(--title-color)
    }

    .header-layout8 .header-right {
        margin: 0
    }

    .header-layout8 .sticky-wrapper {
        position: relative
    }

@media (max-width: 991px) {
    .header-layout8 .header-logo {
        margin: 0
    }
}

.header-layout8 .menu-area {
    background-color: var(--theme-color-2);
    position: relative;
    background-size: auto;
    background-repeat: repeat;
    z-index: 2
}

    .header-layout8 .menu-area:before,
    .header-layout8 .menu-area:after {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        background-color: var(--theme-color);
        z-index: -1
    }

    .header-layout8 .menu-area:before {
        width: 25%;
        left: 0;
        -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%)
    }

@media (min-width: 2299px) {
    .header-layout8 .menu-area:before {
        width: 28%
    }
}

@media (max-width: 1699px) {
    .header-layout8 .menu-area:before {
        width: 20%
    }
}

@media (max-width: 1399px) {
    .header-layout8 .menu-area:before {
        width: 24%
    }
}

@media (max-width: 1199px) {
    .header-layout8 .menu-area:before {
        width: 28%
    }
}

@media (max-width: 991px) {
    .header-layout8 .menu-area:before {
        width: 35%
    }
}

@media (max-width: 767px) {
    .header-layout8 .menu-area:before {
        width: 50%
    }
}

@media (max-width: 375px) {
    .header-layout8 .menu-area:before {
        width: 60%
    }
}

.header-layout8 .menu-area:after {
    width: 22%;
    right: 0;
    -webkit-clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%)
}

@media (min-width: 2099px) {
    .header-layout8 .menu-area:after {
        width: 28%
    }
}

@media (max-width: 1899px) {
    .header-layout8 .menu-area:after {
        width: 20%
    }
}

@media (max-width: 1699px) {
    .header-layout8 .menu-area:after {
        width: 17%
    }
}

@media (max-width: 1500px) {
    .header-layout8 .menu-area:after {
        width: 18%
    }
}

@media (max-width: 1199px) {
    .header-layout8 .menu-area:after {
        display: none
    }
}

.header-layout8 .header-logo {
    padding: 0
}

.header-layout8 .header-button .icon-btn {
    position: relative;
    color: var(--white-color);
    font-size: 22px
}

    .header-layout8 .header-button .icon-btn:hover {
        background-color: transparent
    }

@media (max-width: 575px) {
    .header-layout8 .header-button .icon-btn {
        display: none
    }
}

.header-layout8 .header-button .icon-btn:first-child {
    border-right: 1px solid var(--white-color);
    padding-right: 27px;
    max-height: 30px;
    line-height: 25px
}

.header-layout8 .header-button .icon-btn i {
    color: var(--white-color);
    border: none;
    padding: 0
}

.header-layout8 .header-button .themeholy-btn {
    margin-left: 30px
}

@media (max-width: 1500px) {
    .header-layout8 .header-button .themeholy-btn {
        display: none;
        margin-left: 0
    }
}

.header-layout8 .main-menu > ul > li > a {
    color: var(--white-color)
}

    .header-layout8 .main-menu > ul > li > a:hover {
        color: var(--theme-color)
    }

@media (min-width: 1400px) {
    .header-layout8 .th-container {
        --main-container: 1620px
    }
}

.hero-8 {
    position: relative;
    background-color: var(--smoke-color);
    background-size: auto;
    background-position: top center;
    overflow: hidden
}

    .hero-8 .themeholy-hero-slide {
        position: relative;
        z-index: 9
    }

        .hero-8 .themeholy-hero-slide:before {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: -webkit-linear-gradient(359.86deg, #000 .1%, rgba(16, 55, 182, 0.08) 85.55%);
            background: linear-gradient(90.14deg, #000 .1%, rgba(16, 55, 182, 0.08) 85.55%);
            z-index: -1
        }

    .hero-8 .hero-shape {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 4
    }

    .hero-8 ul.slick-dots {
        display: none
    }

        .hero-8 ul.slick-dots li {
            display: none
        }

            .hero-8 ul.slick-dots li.slick-active {
                display: none
            }

.hero-style8 {
    position: relative;
    z-index: 6;
    padding: 190px 0;
    max-width: 880px
}

    .hero-style8 .hero-subtitle {
        color: var(--theme-color)
    }

    .hero-style8 .hero-title {
        font-weight: 700;
        font-size: 80px;
        line-height: 90px;
        text-transform: capitalize
    }

@media (max-width: 1199px) {
    .hero-style8 .hero-title {
        font-size: 70px;
        line-height: 80px
    }
}

@media (max-width: 991px) {
    .hero-style8 .hero-title {
        font-size: 60px;
        line-height: 70px
    }
}

@media (max-width: 767px) {
    .hero-style8 .hero-title {
        font-size: 55px;
        line-height: 65px
    }
}

.hero-style8 .hero-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 38px;
    max-width: 610px
}

.hero-style8 .call-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

    .hero-style8 .call-btn .hero-icon {
        min-width: 60px;
        min-height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: var(--theme-color-2);
        border-radius: 50%
    }

    .hero-style8 .call-btn .header-info_link {
        color: var(--white-color);
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }

        .hero-style8 .call-btn .header-info_link a {
            color: inherit
        }

@media (max-width: 1400px) {
    .hero-1 .hero-shape {
        display: none
    }

    .hero-style8 {
        padding: 170px 0
    }
}

@media (max-width: 1299px) {
    .hero-style8 {
        padding: 140px 0
    }
}

@media (max-width: 991px) {
    .hero-subtitle {
        margin-bottom: 10px
    }

        .hero-subtitle img {
            max-width: 170px
        }

    .hero-style8 {
        padding: 150px 0
    }
}

@media (max-width: 767px) {
    .hero-style8 {
        padding: 100px 0 100px 0
    }

        .hero-style8 .hero-text,
        .hero-style3 .hero-text {
            max-width: 420px
        }
}

@media (max-width: 575px) {
    .hero-style8 .hero-title {
        font-size: 44px;
        line-height: 1.2
    }

    .hero-style8 .hero-text {
        margin-bottom: 28px
    }
}

@media (max-width: 390px) {
    .hero-style8 .hero-title {
        font-size: 36px;
        line-height: 1.3
    }
}

.hero-anime-img {
    position: absolute
}

@media (max-width: 575px) {
    .hero-anime-img {
        display: none
    }
}

.hero-anime-img.img-1 {
    left: 2%;
    top: 15%;
    -webkit-animation: movingX 7s linear infinite;
    animation: movingX 7s linear infinite
}

.hero-anime-img.img-2 {
    right: 10%;
    top: 30%;
    -webkit-animation: movingX 14s linear infinite;
    animation: movingX 14s linear infinite
}

.hero-anime-img.img-3 {
    left: 40%;
    bottom: 5%;
    border-radius: 30px 30px 0 0;
    -webkit-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite
}

.hero-anime-img.img-4 {
    left: 50%;
    top: 15%;
    -webkit-animation: movingX 7s linear infinite;
    animation: movingX 7s linear infinite
}

.hero-anime-img.img-5 {
    right: 0%;
    top: 10%;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.hero-anime-img.img-6 {
    left: 0%;
    bottom: 0%;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.service-item.style3 {
    background-color: var(--white-color);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08)
}

    .service-item.style3 .service-item_content {
        padding: 40px 40px 40px 30px;
        text-align: left
    }

    .service-item.style3 .box-title {
        margin-top: -0.3rem
    }

.img-box8 {
    position: relative
}

    .img-box8 .img1 {
        border-radius: 50px;
        margin-left: 150px
    }

@media (max-width: 1399px) {
    .img-box8 .img1 {
        margin-left: 100px
    }
}

@media (max-width: 767px) {
    .img-box8 .img1 {
        margin-left: 30px
    }
}

@media (max-width: 480px) {
    .img-box8 .img1 {
        margin-left: 0
    }
}

.img-box8 .img1 img {
    border-radius: 50px;
    margin-top: 77px
}

.img-box8 .img2 {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px
}

@media (max-width: 1199px) {
    .img-box8 .img2 {
        right: 30%
    }
}

@media (max-width: 991px) {
    .img-box8 .img2 {
        right: 0%
    }
}

@media (max-width: 480px) {
    .img-box8 .img2 {
        display: none
    }
}

.img-box8 .img2 img {
    border-radius: 50px
}

.img-box8 .img3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media (max-width: 1199px) {
    .img-box8 .img3 {
        right: 40%
    }
}

@media (max-width: 991px) {
    .img-box8 .img3 {
        right: 20%
    }
}

@media (max-width: 767px) {
    .img-box8 .img3 {
        right: 0%
    }
}

.img-box8 .about-counter {
    position: absolute;
    top: 20%;
    left: 0
}

@media (max-width: 480px) {
    .img-box8 .about-counter {
        right: 0;
        left: unset
    }
}

.img-box8 .about-counter .counter-item {
    min-width: 230px;
    background-color: var(--theme-color-2);
    padding: 20px 25px;
    text-align: center;
    margin-bottom: 30px
}

.img-box8 .about-counter .counter-item_number {
    color: var(--white-color);
    margin-bottom: 0
}

.img-box8 .about-counter .counter-item_text {
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--title-font);
    margin-bottom: 0
}

.achieve-about-wrapper.style3 {
    position: relative;
    z-index: 3
}

    .achieve-about-wrapper.style3:before {
        content: "";
        position: absolute;
        left: 26px;
        top: 50px;
        border: 1px dashed var(--theme-color);
        width: 1px;
        height: 228px;
        z-index: -1
    }

@media (max-width: 480px) {
    .achieve-about-wrapper.style3:before {
        height: 70%
    }
}

.achieve-about-wrapper.style3 .achieve-about {
    min-width: 560px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .achieve-about-wrapper.style3 .achieve-about {
        min-width: 100%
    }
}

.achieve-about-wrapper.style3 .achieve-about .achieve-icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 22px
}

.testi-card.style4 {
    position: relative;
    padding: 30px 30px 50px 30px;
    border-radius: 20px;
    background: transparent;
    -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04))
}

@media (max-width: 1299px) {
    .testi-card.style4 {
        padding: 20px 20px 50px 20px
    }
}

@media (max-width: 991px) {
    .testi-card.style4 {
        padding: 30px 30px 50px 30px
    }
}

.testi-card.style4:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/update_5/testimonial/testi_shape_1.png");
    mask-image: url("../img/update_5/testimonial/testi_shape_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--white-color);
    z-index: -1
}

.testi-card.style4 .testi-card_img {
    min-width: 56px
}

    .testi-card.style4 .testi-card_img img {
        width: 56px;
        height: 56px;
        border-radius: 5px
    }

.testi-card.style4 .testi-card_name {
    margin-bottom: 0px
}

.testi-card.style4 .testi-card_text {
    padding-bottom: 0;
    border: none
}

@media (max-width: 375px) {
    .testi-card.style4 .testi-card_text {
        margin-bottom: 40px
    }
}

@media (max-width: 375px) {
    .testi-card.style4 .testi-card_wrapper {
        display: block
    }
}

.testi-card.style4 .testi-quote {
    position: absolute;
    right: 30px;
    bottom: 60px
}

@media (max-width: 1299px) {
    .testi-card.style4 .testi-quote {
        bottom: 40px
    }
}

@media (max-width: 375px) {
    .testi-card.style4 .testi-quote {
        bottom: 50px
    }
}

.project-sec2 {
    padding: 0 25px
}

@media (max-width: 767px) {
    .project-sec2 {
        padding: 0 14px
    }
}

.project-row {
    --bs-gutter-y: 1.9rem
}

@media (max-width: 767px) {
    .project-row {
        --bs-gutter-y: 1.4rem
    }
}

.project-card-2.style2 .project-img img {
    width: 100%
}

.project-card-2.style2 .project-content {
    background-color: #F4F4F4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    gap: 30px;
    left: 0;
    bottom: -15px
}

.project-card-2.style2 .project-subtitle {
    color: #363739;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px
}

.project-card-2.style2 .box-title {
    color: var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 0
}

    .project-card-2.style2 .box-title a {
        color: inherit
    }

    .project-card-2.style2 .box-title:hover {
        color: var(--theme-color)
    }

.project-card-2.style2 .icon-btn {
    --btn-size: 50px;
    border-radius: 0;
    background: var(--theme-color-2);
    color: var(--white-color);
    line-height: 53px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .project-card-2.style2 .icon-btn:hover {
        background: var(--theme-color)
    }

.project-card-2.style2:hover .project-content {
    bottom: 0px;
    opacity: 1
}

.blog-card.style5 .blog-card_wrapper {
    left: unset;
    right: 20px;
    top: 0
}

@media (max-width: 1299px) {
    .blog-card.style5 .blog-card_wrapper {
        right: 0
    }
}

.blog-card.style5 .blog-card-details {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.blog-card.style5 .blog-card_wrapper {
    position: relative;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    margin-top: -30px
}

.blog-card.style5 .blog-meta {
    position: relative;
    margin-bottom: 0px;
    background-color: var(--theme-color-2);
    padding: 15px 22px;
    max-width: 330px;
    z-index: 9
}

@media (max-width: 1299px) {
    .blog-card.style5 .blog-meta {
        padding: 15px 10px
    }
}

.blog-card.style5 .blog-meta span,
.blog-card.style5 .blog-meta a {
    color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .blog-card.style5 .blog-meta span:after,
    .blog-card.style5 .blog-meta a:after {
        background-color: var(--white-color)
    }

    .blog-card.style5 .blog-meta span i,
    .blog-card.style5 .blog-meta a i {
        color: var(--white-color)
    }

    .blog-card.style5 .blog-meta span:last-child,
    .blog-card.style5 .blog-meta a:last-child {
        padding-right: 0;
        margin-right: 0
    }

.blog-card.style5 .blog-meta img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 7px
}

.blog-card.style5 .line-btn {
    text-transform: capitalize
}

.footer-layout6 {
    background-color: var(--title-color)
}

    .footer-layout6 .copyright-wrap {
        background-color: var(--black-color)
    }

    .footer-layout6 .themeholy-social a {
        background-color: #121212
    }

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.65rem
}

.mt-n3 {
    margin-top: -0.8rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.6rem
}

.mb-n3 {
    margin-bottom: -0.8rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.mr-10 {
    margin-right: 10px
}

.fs-6 {
    font-size: 1.5rem !important
}

.fs-24 {
    font-size: 24px
}

.ser-gy-4 {
    --bs-gutter-y: 2.3rem
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@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
    }
}

.font-36 {
    font-size: 35px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-16 {
    font-size: 16px;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-35 {
    line-height: 35px !important;
}

.padding-30 {
    padding: 30px !important;
}

.hero-subtitle img {
    margin-right: 7px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

#nav-tab.request-quote-tabs {
    background: #fff;
    padding: 15px 20px;
}

.request-quote-tabs .yc-bao-gia {
    font-size: 20px;
    font-weight: 600;
}

.checklist-footer {
    margin-left: -32px;
}

    .checklist-footer li {
        list-style: none;
        line-height: 35px;
        color: #fff;
    }

.themeholy-widget-about {
    padding: 0px 10px;
}

.company-name {
    font-size: 22px;
    color: #fff;
}

.footer-map iframe {
    width: 100%;
    height: 305px
}

.overflow-hidden.space.process-sec.bg-smoke.about-us.background-image {
    z-index: -1;
    padding-top: 250px;
}

@media (max-width: 1199px) {
    .overflow-hidden.space.process-sec.bg-smoke.about-us.background-image {
        padding-top: 630px;
    }
}

.overflow-hidden.space.process-sec.bg-smoke.about-us.background-image .process-line {
    top: 56%;
}

.list-portfolio-hover-box {
    padding-left: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.gallery-details {
    padding: 10px;
}

.mfp-arrow-left:before {
    border-right: 27px solid var(--theme-color);
}

.mfp-arrow-right:before {
    border-left: 27px solid var(--theme-color);
}

#social-right-fixed a:hover span {
    opacity: 1;
    display: block;
}

#social-right-fixed {
    position: fixed;
    left: 5px;
    top: 80%;
    margin-top: -90px;
    z-index: 99;
    width: 38px;
}

    #social-right-fixed a {
        display: block;
    }

        #social-right-fixed a i.icons {
            width: 33px;
            height: 33px;
            border-radius: 3px;
        }

    #social-right-fixed span {
        display: none;
        position: absolute;
        top: 60px;
        left: -191px;
        padding: 5px 10px;
        border-radius: 10px;
        font: 13px/15px "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #000;
        background: #dbdbdb;
        text-align: center;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        -webkit-transition: opacity .6s linear;
        transition: opacity .3s linear;
        opacity: 0;
    }

span#mxh_zl {
    top: 17px;
    left: -81px;
}

span#mxh_fb {
    top: 56px;
    left: -153px;
}

span#mxh_ytb {
    top: 95px;
    left: -107px;
}

span#mxh_lh {
    top: 135px;
    left: -114px;
}

span#mxh_dt {
    top: 175px;
    left: -118px;
}

span#mxh_msg {
    top: 214px;
    left: -147px;
}

i.icons.icon-sright-zl {
    background-position: -3px -6px;
}

i.icons.icon-sright-fb {
    background-position: -3px -43px;
}

i.icons.icon-sright-yo {
    background-position: -3px -79px;
}

i.icons.icon-sright-mail {
    background-position: -3px -115px;
}

i.icons.icon-sright-tel {
    background-position: -3px -151px;
}

i.icons.icon-sright-msg {
    background-position: -3px -186px;
}

.icons {
    display: inline-block;
    background-image: url(../img/icon/social-icon.png);
    background-repeat: no-repeat;
}

i.icons.icon-new {
    background-image: none;
    width: 25px;
    height: 23px;
    float: left;
    margin-top: 4px;
}

.company-name.eg {
    font-size: 18px;
    margin-top: -15px;
}

.team-img.partner-img {
    border: solid 1px #E3E3E3;
}

.company-desc {
    color: #fff;
}



.blog-content, .blog-content p {
    text-align: justify;
}

.blog-img img {
    width: 100%;
}

.blog-content-desc {
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
    color: #535050;
}

.figureClass .captionClass {
    text-align: center;
    font-style: italic;
    color: #393838;
}

.blog-content-detail h2 {
    font-size: 26px;
    border-left: 5px solid var(--theme-color);
    padding-left: 10px;
    line-height: 35px;
}

.blog-content-detail h3 {
    font-size: 22px;
}

.blog-content-detail h4 {
    font-size: 18px;
}

.blog-content-detail h5 {
    font-size: 14px;
}

.blog-content-detail ol,
.blog-content-detail ul {
    padding-left: 2rem
}

.blog-content-detail p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog-content-detail h2, .blog-content-detail h3, .blog-content-detail ul, .blog-content-detail ol {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-meta, .blog-content-detail, .blog-content-detail {
  color: var(--light-color);
}

.blog-img {
  margin-bottom: 25px;
}

@media (max-width: 1080px) {
    .header-logo {
        padding-bottom: 9px;
    }

    .header-logg img {
        width: 190px;
    }
}


@media (max-width: 810px) {
    .header-logo img {
        width: 200px
    }
}
