@use "sass:math";

:root {
    --theme-color: #E8494D;
    --theme-color2: #F0793A;
    --title-color: #191919;
    --body-color: #4F4F4F;
    --smoke-color: #F2F2F2;
    --smoke-color2: rgba(232, 73, 77, 0.1);
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #A5A5A5;
    --yellow-color: #FBC21E;
    --success-color: #28a745;
    --error-color: #dc3545;
    --color-border: #D9D9D9;
    --title-font: 'Archivo', sans-serif;
    --body-font: 'Montserrat', sans-serif;
    --icon-font: "Font Awesome 6 Free";
    --main-container: 1410px;
    --container-gutters: 30px;
    --section-space: 150px;
    --section-space-mobile: 90px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

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

.is-sticky {
    position: fixed;
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--color-border)
}

th {
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font)
}

td,
th {
    border: 1px solid var(--color-border);
    padding: 9px 12px
}

a {
    /* color: var(--theme-color); */
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a.nice-select.open,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}


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
}

a {
    cursor: pointer;
}

span a {
    color: #4f4f4f;
    text-transform: capitalize;
    font-family: var(--body-font);
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
}

.post-meta span a,
.post-meta .byline span {
    text-transform: capitalize;
    font-family: var(--title-font);
    font-weight: 400;
    transition: 0.3s;
    font-size: 16px;
    color: #4f4f4f;
}

span.current-item {
    text-transform: capitalize;
    font-family: var(--body-font);
    font-weight: 600;
    transition: 0.3s;
    color: var(--theme-color);
}

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

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

.h1,
h1 {
    font-size: 70px;
    line-height: 1.143
}

.h2,
h2 {
    font-size: 55px;
    line-height: 1.182
}

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

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

    .h2,
    h2 {
        font-size: 44px
    }
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 48px;
        line-height: 1.2
    }

    .h2,
    h2 {
        font-size: 36px;
        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: 42px
    }

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

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

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

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

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

@media (max-width: 575px) {

    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35
    }
}

@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

@media only screen and (min-width: 1399px) {

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

    .row:not([class*="gx-"]) {
        --bs-gutter-x: 30px
    }
}

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

@media (min-width: 1400px) {
    .ot-container {
        max-width: 1656px;
        padding-left: 0;
        padding-right: 0;
        margin-right: unset;
        margin-left: auto
    }
}

@media (max-width: 1700px) {
    .ot-container {
        margin-right: auto
    }
}

@media (min-width: 1922px) {
    .ot-container {
        margin-right: auto
    }
}

.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: 65px;
    padding: 0 20px 0 20px;
    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.3s ease-in-out;
    transition: 0.3s ease-in-out
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: 0;
}

/* input[type="submit"],
button[type="submit"] {
    padding: 0;
} */

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 {
    border: 1px solid transparent;
    padding-left: 47px;
    background-image: none
}

select.style2~i,
.form-control.style2~i,
.form-select.style2~i,
textarea.style2~i,
input.style2~i {
    color: var(--theme-color);
    font-weight: 400;
    left: 20px;
    max-width: 16px
}

select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
    background-color: var(--white-color);
    border: none
}

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

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0px
}

.form-group {
    /* margin-bottom: var(--bs-gutter-x); */
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 19px;
    font-size: 16px;
    color: #93a5be
}

.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) + 20px)
}

[class*="col-"].form-group .style2~i {
    left: calc((var(--bs-gutter-x) / 2) + 20px)
}

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(--color-border);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

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-list {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

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

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

.slick-dots {
    list-style-type: none;
    padding: 0 0;
    margin: 50px 0 0 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: 8px
}

.miyaco-testimonial-wrp .slick-dots,
.bands-slider-wrap .slick-dots,
.miyaco-testimonial-two .slick-dots {
    margin-top: 0;
}

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

.slick-dots button {
    font-size: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid var(--theme-color);
    background-color: transparent;
    border-radius: 99px;
    position: relative;
    cursor: pointer;
    -webkit-transform: scale(0.67);
    -ms-transform: scale(0.67);
    transform: scale(0.67);
    opacity: 0.5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin: 0 -5px
}

.slick-dots button:before {
    content: '';
    height: 9px;
    width: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--theme-color);
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero-1 .slick-dots button {
    border: 1px solid var(--white-color);
}

.hero-1 .slick-dots button:before {
    border: 1px solid var(--white-color);
    background-color: var(--white-color);
}

.slick-dots .slick-active button {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin: 0
}

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

.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;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

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

.icon-box.style2 .slick-arrow {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    border-color: rgba(255, 255, 255, 0.1)
}

.icon-box.style2 .slick-arrow:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

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

.tp-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    /* background-color: rgba(255, 2, 2, 0.1); */
    background: var(--title-color);
}

@media (mix-width: 575px) {
    .tp-menu-wrapper .mobile-logo {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

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

.tp-menu-wrapper .ot-menu-toggle svg {
    width: 15px;
    height: 15px;
    fill: var(--white-color);
}

.tp-menu-wrapper .ot-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%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tp-menu-wrapper .ot-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.tp-menu-wrapper .ot-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--white-color);
    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
}

.tp-menu-wrapper.ot-body-visible {
    opacity: 1;
    visibility: visible
}

.tp-menu-wrapper.ot-body-visible .ot-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.ot-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

/* .ot-mobile-menu>ul {
   
} */
/* .ot-mobile-menu>ul {
   
} */
.ot-mobile-menu>ul {
    margin: 0;
    padding: 0 40px;
}

ul.sub-menu.ot-submenu.ot-open {
    padding-left: 0;
}

/* ul#mainmenu {
    padding: 0 40px;
} */
ul#mainmenu {
    padding: 0 20px;
}



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

.ot-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.ot-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: 0
}

.ot-mobile-menu ul li.ot-active>a {
    color: var(--theme-color)
}

.ot-mobile-menu ul li ul li {
    padding-left: 20px
}

.ot-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.ot-mobile-menu ul .ot-item-has-children>a {
    position: relative
}

.ot-mobile-menu ul .ot-item-has-children>a .ot-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);
    border-radius: 50%
}

.ot-mobile-menu ul .ot-item-has-children>a .ot-mean-expand:before {
    content: '\2b';
    font-family: "fontawesome 5 Free";
    width: 27px;
    height: 22px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.ot-mobile-menu ul .ot-item-has-children.ot-active>a .ot-mean-expand:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ot-mobile-menu>ul {
    padding: 0 40px
}

.ot-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.ot-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px
}

.ot-menu-toggle svg {
    width: 20px;
    height: 20px;
    fill: var(--white-color);
}

.ot-menu-toggle:hover {
    background-color: var(--title-color)
}

.full-width .ot-menu-area {
    max-width: 100% !important
}

.full-width .ot-menu-toggle {
    font-size: 50px;
    right: 0;
    top: 0;
    width: 103px;
    height: 103px;
    border-radius: 0
}

@media (max-width: 575px) {
    .full-width .ot-menu-toggle {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 24px
    }
}

.full-width .ot-mobile-menu {
    margin-bottom: 100px;
    margin-top: 100px
}

.full-width .ot-mobile-menu ul {
    padding: 0 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 991px) {
    .full-width .ot-mobile-menu ul {
        max-width: 450px
    }
}

.full-width .ot-mobile-menu ul li {
    border-color: #3c3c3c !important
}

.full-width .ot-mobile-menu ul li a {
    font-size: 52px;
    padding: 16px 0;
    font-weight: 700
}

@media (max-width: 991px) {
    .full-width .ot-mobile-menu ul li a {
        font-size: 26px;
        padding: 12px 0
    }
}

.full-width .ot-mobile-menu ul .ot-item-has-children>a .ot-mean-expand {
    top: 0;
    margin-top: 0;
    background-color: #161616;
    height: 100%;
    width: 104px;
    border-radius: 0
}

@media (max-width: 991px) {
    .full-width .ot-mobile-menu ul .ot-item-has-children>a .ot-mean-expand {
        width: 60px
    }
}

.full-width .ot-mobile-menu ul .ot-item-has-children>a .ot-mean-expand:before {
    content: '\2b';
    width: 104px;
    height: 104px;
    line-height: 104px;
    font-size: 44px;
    border-radius: 0;
    background-color: transparent;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .full-width .ot-mobile-menu ul .ot-item-has-children>a .ot-mean-expand:before {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 26px
    }
}

.full-width .ot-mobile-menu ul .ot-item-has-children.ot-active>a .ot-mean-expand:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tp-menu-wrapper.full-width .ot-menu-area {
    left: 0
}

.tp-menu-wrapper.full-width .ot-mobile-menu>ul>li {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.tp-menu-wrapper.full-width.ot-body-visible .ot-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.tp-menu-wrapper.full-width.ot-body-visible .ot-mobile-menu>ul>li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@-webkit-keyframes menuVisible {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes menuVisible {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

.bg-black .ot-mobile-menu ul li a {
    color: var(--white-color)
}

.bg-black .mobile-logo {
    background-color: var(--theme-color)
}

.bg-black .ot-menu-toggle {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.tp-menu-wrapper::-webkit-scrollbar {
    width: 5px
}

.tp-menu-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    border-radius: 10px
}

.tp-menu-wrapper::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px
}

@media (max-width: 400px) {
    .tp-menu-wrapper .ot-menu-area {
        width: 100%;
        max-width: 270px
    }

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

@use "sass:math";

:root {
    --input-height: 65px
}

.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: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 18px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    line-height: calc(var(--input-height) - 2px);
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.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: var(--white-color);
    /* 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(-32.5px);
    -ms-transform: scale(0.75) translateY(-32.5px);
    transform: scale(0.75) translateY(-32.5px);
    -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: 49px;
    list-style: none;
    min-height: 49px;
    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 .ot-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.preloader-inner img {
    display: block;
    margin: 0 auto 10px auto
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted var(--white-color);
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted var(--theme-color);
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-animation: rotationBack 1s linear infinite;
    animation: rotationBack 1s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

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

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

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

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

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

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

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

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

.ot-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 25px 13px 25px;
    min-width: 160px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    line-height: 30px;
}

.ot-btn:before {
    content: "";
    position: absolute;
    height: 40px;
    right: 25px;
    top: 12px;
    width: 0px;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border-radius: inherit;
    height: 100%;
    left: 0;
    top: 0;
}

.ot-btn .icon-circle {
    height: 35px;
    line-height: 35px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.ot-btn .icon-circle i {
    font-weight: 700;
}

.ot-btn .icon-circle {
    width: 36px;
    height: 36px;
    line-height: 40px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 99px;
    text-align: center;
    font-size: 20px;
    margin-left: 15px;
    transform: rotate(-45deg);
    transition: 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ot-btn .fa-arrow-up-right:before {
    -webkit-animation: btnArrow 2s ease-in-out;
    animation: btnArrow 2s ease-in-out
}

.ot-btn.gr-bg1:before {
    background-image: -webkit-linear-gradient(left, var(--theme-color) 0%, var(--theme-color2) 100%);
    background-image: linear-gradient(90deg, var(--theme-color) 0%, var(--theme-color2) 100%)
}

.ot-btn:hover,
.ot-btn.active {
    color: var(--white-color)
}

.ot-btn:hover::before,
.ot-btn.active::before {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.ot-btn .icon-circle i,
.ot-btn .icon-circle svg {
    transition: all 0.2s;
}

.ot-btn:hover .icon-circle i,
.ot-btn.active .icon-circle i,
.ot-btn:hover .icon-circle svg,
.ot-btn.active .icon-circle svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ot-btn:hover .fa-arrow-right,
.ot-btn.active .fa-arrow-right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ot-btn.style2 {
    background-color: var(--title-color);
    color: var(--white-color);
    border: 1px solid var(--title-color);
    padding: 12px 20px 12px 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.ot-btn.style2 .icon-circle {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.ot-btn.style2 .icon-circle i,
.link-btn i {
    font-weight: 700;
}

.ot-btn.style2.style-white {
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.ot-btn.style2:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.ot-btn.style2:hover .icon-circle {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.ot-btn.w-100:hover::before,
.ot-btn.w-100.active::before {
    height: 760%
}

.ot-btn.btn-transparent {
    background-color: transparent;
    color: var(--theme-color);
    padding: 0;
    min-width: auto;
    font-weight: 500
}

.ot-btn.btn-transparent:before {
    top: 0;
    right: 0;
    background-color: transparent;
}

.ot-btn.btn-transparent .icon-circle {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.ot-btn.btn-transparent:hover {
    padding-left: 15px
}

.ot-btn.btn-transparent:hover .icon-circle {
    background-color: var(--black-color);
    color: var(--theme-color)
}

@-webkit-keyframes btnArrow {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }

    51% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }

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

@keyframes btnArrow {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }

    51% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }

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

.spin-btn {
    --btn-size: 235px;
    display: inline-block;
    width: var(--btn-size);
    height: var(--btn-size);
    line-height: var(--btn-size);
    text-align: center;
    position: relative;
    color: #858585
}

.spin-btn>i {
    font-size: 28px
}

.spin-btn .bg-text {
    position: absolute;
    inset: 0;
    background-size: 100% 100%;
    -webkit-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite
}

.spin-btn.style2 {
    color: var(--white-color)
}

.spin-btn.style2:hover {
    color: var(--theme-color)
}

.spin-btn.w-155 {
    --btn-size: 155px
}

.spin-btn.w-155>i {
    font-size: 22px
}

@media (max-width: 575px) {
    .spin-btn {
        --btn-size: 160px
    }
}

.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(--white-color);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--body-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 80px);
    height: var(--icon-size, 80px);
    line-height: var(--icon-size, 78px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.4em);
    border: 2px solid;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.play-btn.style3>i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--theme-color)
}

.play-btn.style3:hover>i {
    background-color: var(--white-color);
    color: var(--theme-color)
}

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

.link-btn {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: var(--theme-color);
    font-family: var(--title-font);
    line-height: 30px;

}

.button-three .link-btn i {
    margin-left: 3px;
    font-size: 16px;
    transform: rotate(-45deg);
}

.button-three .link-btn .icon-circle {
    transform: rotate(-45deg);
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover {
    color: var(--theme-color)
}

.link-btn:hover::before {
    width: 100%
}

.line-btn {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: capitalize;
    color: var(--title-color)
}

.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem
}

.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--title-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.line-btn:hover {
    color: var(--theme-color)
}

.line-btn:hover::before {
    background-color: var(--theme-color);
    width: 60px
}

.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: 18px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sec-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: var(--title-color);
    font-family: var(--title-font);
}

@media (max-width: 1399px) {
    .miyaco-section-title .title-area .sec-title {
        font-size: 44px;
        line-height: 47px;
    }
}

@media (max-width: 1199px) {
    .miyaco-section-title .title-area .sec-title {
        font-size: 36px;
        line-height: 39px;
    }
}

@media (max-width: 575px) {
    .miyaco-section-title .title-area .sec-title {
        font-size: 30px;
        line-height: 33px;
    }
}

@media (max-width: 880px) {
    .miyaco-section-title .title-area .sec-title {
        margin-bottom: 29px;
    }
}

.sec-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    font-family: var(--body-font);
    color: var(--body-color);
    text-transform: capitalize;
}

.sub-title {
    color: var(--theme-color2);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 21px;
    position: relative;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 30px;
    font-size: 16px;
    font-family: var(--title-font);
    line-height: 20px;
    position: relative;
}

.sub-title-bg {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgba(232, 73, 77, 0.24) .46%, rgba(232, 73, 77, 0) 93.46%);
    height: 100%;
    width: 100%;
    border-radius: 30px;
    z-index: -1;
}

.title-area {
    position: relative;
    z-index: 1;
}

.title-area .sec-title {
    font-size: 55px;
    line-height: 58px;
    display: block;
    font-family: var(--title-font);
    color: var(--title-color);
    margin-bottom: 32px;
    text-transform: none;
}

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

.box-title {
    font-size: 24px;
    line-height: 1.417;
    margin-top: -0.34em;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--title-color);
    font-family: var(--title-font);
    margin-bottom: 15px;
}

.blog-title {
    color: var(--title-color);
    font-size: 30px;
    font-family: var(--title-font);
    font-weight: 500;
    line-height: 40px;
    margin-top: 11px;

}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}


.title-area.text-center .sec-text {
    margin-left: auto;
    margin-right: auto
}

.sec-btn {
    margin-bottom: var(--section-title-space);
    text-align: left;
}

@media (max-width: 1199px) {

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

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px
    }

    .sec-btn {
        --section-title-space: 70px
    }
}

@media (max-width: 991px) {

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

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 35px
    }

    .sec-btn {
        --section-title-space: 50px
    }
}

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

.shape-mockup {
    position: absolute;
    z-index: -1
}

.shape-mockup.z-index-3 {
    z-index: 3
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-3 {
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    font-weight: 400
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.ot-social a {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    background-color: transparent;
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid var(--body-color);
    line-height: 2.6;
}

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

.ot-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

/* .slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px
} */

.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.btn-group:has(.video-link) {
    gap: 60px
}

@media (max-width: 767px) {
    .btn-group:has(.video-link) {
        gap: 40px
    }
}

@media (max-width: 575px) {
    .btn-group:has(.video-link) {
        gap: 25px
    }
}

.video-link {
    font-weight: 500;
    color: var(--white-color)
}

.video-link .play-btn {
    --icon-size: 56px;
    font-size: 0.8em;
    margin-right: 12px
}

.video-link .play-btn i {
    line-height: 54px
}

.video-link:hover {
    color: var(--theme-color)
}

.ot-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

@media (max-width: 991px) {
    .ot-video {
        min-height: 350px;
        border-radius: 10px
    }

    .ot-video img {
        height: 350px;
        object-fit: cover
    }
}

.ot-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100
}

.parallax {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-ready.mfp-bg {
    opacity: 0.7
}

.mfp-removing .mfp-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0
}

.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-figure:after {
    background: transparent;
    box-shadow: none
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-lg {
    font-size: 20px
}

.fs-xs {
    font-size: 14px
}

.fs-40 {
    font-size: 40px
}

@media (max-width: 1199px) {
    .fs-40 {
        font-size: 34px
    }
}

@media (max-width: 991px) {
    .fs-40 {
        font-size: 30px
    }

    .fs-40.mt-n3 {
        margin-top: -0.6rem
    }

    .fs-40.mt-n2 {
        margin-top: -0.2rem
    }
}

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

.bg-theme2 {
    background-color: var(--theme-color2) !important
}

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

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

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

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

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

.bg-smoke2 {
    background-color: #F8F8F8
}

.gr-bg1 {
    background-image: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--theme-color) 100%);
    background-image: linear-gradient(90deg, var(--theme-color2) 0%, var(--theme-color) 100%)
}

.gr-bg2 {
    background-image: -webkit-linear-gradient(355.05deg, rgba(232, 73, 77, 0.15) 3.08%, rgba(240, 121, 58, 0.15) 97.8%);
    background-image: linear-gradient(94.95deg, rgba(232, 73, 77, 0.15) 3.08%, rgba(240, 121, 58, 0.15) 97.8%)
}

.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-bottom-right {
    background-size: auto;
    background-position: bottom right
}

.bg-top-right {
    background-size: auto;
    background-position: top right
}

.bg-top-center {
    background-size: auto;
    background-position: top center
}

.bg-top-left {
    background-size: auto;
    background-position: top left
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.bg-contain-repeat {
    background-size: contain;
    background-repeat: repeat;
    background-position: center left
}

@media (max-width: 1199px) {
    .bg-contain-repeat {
        background-position: bottom left
    }
}

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

.text-theme2 {
    color: var(--theme-color2) !important
}

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

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

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

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

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

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

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

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

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

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

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

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

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

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

[data-overlay="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: #0E121D
}

[data-overlay="overlay2"]:before {
    background-color: #EDEEF2
}

[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.7);
        transform: scale(1.7);
        opacity: 0
    }
}

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

    30% {
        opacity: 0.4
    }

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

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

    30% {
        opacity: 0.6
    }

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

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

    30% {
        opacity: 0.6
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scalein.ot-animated {
    --animation-name: scalein
}

.slidetopleft.ot-animated {
    --animation-name: slidetopleft
}

.slidebottomright.ot-animated {
    --animation-name: slidebottomright
}

.slideinleft.ot-animated {
    --animation-name: slideinleft
}

.slideinright.ot-animated {
    --animation-name: slideinright
}

.slideinup.ot-animated {
    --animation-name: slideinup
}

.slideindown.ot-animated {
    --animation-name: slideindown
}

.rollinleft.ot-animated {
    --animation-name: rollinleft
}

.rollinright.ot-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)
}

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

@-webkit-keyframes scalein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

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

@keyframes scalein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

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

@-webkit-keyframes rollinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@-webkit-keyframes rollinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

.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>ul,
.widget_meta>ul,
.widget_pages>ul,
.widget_archive>ul,
.widget_categories>ul {
    margin: -5px 0 -24px 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: var(--white-color);
    margin: 0 0 20px 0;
    padding: 0 35px 0 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 5px
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
    content: "\f324";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: inherit
}

.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 li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
    border-bottom: none
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    color: var(--body-color);
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.widget_nav_menu li:hover>span,
.widget_meta li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
    color: var(--theme-color)
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
    color: inherit
}

.ot-blog ul.wp-block-archives li {
    margin: 5px 0
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--white-color);
    margin-bottom: 40px;
    position: relative
}

.widget.widget_tag_cloud {
    padding: 35px 40px 40px 40px;
}

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

.widget_title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.1em 0 20px 0;
    color: var(--black-color);
}

.widget_info,
.miyaco-packge-list-wrp {
    margin-bottom: 20px;
}

.widget_title:after {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0
}

.miyaco-packge-list-details .widget_title {
    margin-bottom: 29px;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}

.miyaco-more-acts .widget_title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}

.widget.widget_tag_cloud .widget_title {
    margin-bottom: 30px;
    font-size: 24px;
    font-family: var(--title-font);
    font-weight: 600;
    line-height: 35px;
}

.widget .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.widget .search-form button {
    border: none;
    width: 55px;
    height: 55px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0;
    position: absolute;
    top: 5px;
    right: 5px
}

.widget .search-form button:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: 1px solid var(--border-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px;
    margin-right: 7px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-family: var(--body-font);
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
}

.wp-block-tag-cloud,
.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    max-width: 308px
}

.sidebar-gallery .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px)
}

.sidebar-gallery .gallery-btn:hover {
    color: var(--theme-color)
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 5px
}

.sidebar-gallery .gallery-thumb:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--title-color);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sidebar-gallery .gallery-thumb img {
    width: 100%
}

.sidebar-gallery .gallery-thumb:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}


.recent-post-wrap:not(:last-child) .recent-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border);
}


.recent-post .media-img {
    margin-right: 15px;
    width: 110px;
    overflow: hidden;
    border-radius: 0;
    position: relative
}

.recent-post .media-img img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 110px;
    width: 110px;
}

.recent-post .media-img .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-color: var(--white-color);
    color: var(--theme-color);
    --btn-size: 32px;
    font-size: 12px
}

.recent-post .media-img .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.recent-post .post-title,
.recent-post-title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    margin: 0 0 0 0;
    font-family: var(--title-font);
    text-transform: capitalize;
    color: var(--black-color);
    transition: 0.3s;
}

.recent-post .post-title {
    font-family: var(--title-font);
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}

.recent-post-title:hover {
    color: var(--theme-color);
}

.recent-post .recent-post-meta {
    margin-bottom: 8px
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 30px;
    font-family: var(--title-font);
}

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

.widget-list li:not(:last-child),
.miyaco-more-acts .recent-post-wrap .recent-post:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(133, 133, 133, 0.15)
}

.widget-list li i {
    font-size: 22px
}

.widget-list .fa-duotone.fa-swap-opacity:before,
.widget-list .fa-duotone:after,
.widget-list .fa-swap-opacity .fa-duotone:before,
.widget-list .fa-swap-opacity .fad:before,
.widget-list .fad.fa-swap-opacity:before,
.widget-list .fad:after {
    --fa-secondary-opacity: 0.1
}

.widget-map iframe {
    width: 100%;
    height: 282px
}

.sidebar-area {
    margin-bottom: -10px
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0
}

.sidebar-area .widget .wp-block-search {
    margin-bottom: 0
}

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em
}

.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0
}

.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.recent-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.recent-product .product-title {
    font-size: 16px
}

.author-widget-wrap .avater {
    margin-bottom: 25px
}

.miyaco-author-card-wrp .author-img img {
    border-radius: 50%
}

/* .author-widget-wrap .name {
    font-size: 24px;
    margin-bottom: 15px
} */
.author-card-content-wrap .author-title {
    font-size: 24px;
    margin-bottom: 15px;
    margin: 20px 0px 20px 0px;
    text-transform: capitalize;
    font-family: var(--title-font);
    font-weight: 600;
    line-height: 1.333;
}

.author-card-content-wrap .author-title a {
    color: --title-color;
}

.author-widget-wrap .name a:hover {
    color: var(--theme-color)
}

.author-widget-wrap .author-bio {
    margin-bottom: 20px;
    font-family: var(--body-font);
    color: #4F4F4F;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
}

.author-widget-wrap .author-social {
    display: block;
    margin-bottom: -0.4em
}

.author-widget-wrap .author-social a {
    font-size: 16px;
    color: var(--body-color);
    position: relative;
    margin-right: 15px
}

.author-widget-wrap .author-social a:last-child {
    margin-right: 0
}

.author-widget-wrap .author-social a:hover {
    color: var(--theme-color)
}

.donwload-widget-wrap .ot-btn {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1)
}

.donwload-widget-wrap .ot-btn:not(:last-child) {
    margin-bottom: 10px
}

.donwload-widget-wrap .ot-btn:before,
.donwload-widget-wrap .ot-btn:after {
    background-color: var(--theme-color)
}

.widget_banner {
    text-align: center;
    background-color: var(--title-color)
}

.widget_banner .widget_title:before,
.widget_banner .widget_title:after {
    background-color: var(--white-color);
    left: calc(50% - 35px)
}

.widget_banner .widget_title:after {
    left: calc(50% + 30px)
}

.widget_offer {
    background-color: var(--title-color)
}

.widget_banner {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.widget_banner:after {
    content: '';
    height: calc(100% - 50px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 calc(100% - 50px), 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 calc(100% - 50px), 100% 0, 100% 100%, 0% 100%);
    z-index: -1
}

.widget_banner:before {
    content: '';
    position: absolute;
    left: calc(50% - 152px);
    top: -210px;
    width: 304px;
    height: 304px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid var(--theme-color);
    border-radius: 50%
}

.offer-banner {
    text-align: center;
    position: relative
}

.offer-banner .banner-logo {
    margin-bottom: 60px;
    margin-top: -25px
}

.offer-banner .banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    color: var(--white-color)
}

.offer-banner .banner-title {
    color: var(--white-color);
    max-width: 280px;
    margin: 0 auto 40px auto
}

.offer-banner .offer {
    background: -webkit-linear-gradient(351.56deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(98.44deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px 30px 60px 30px;
    border-radius: 10px
}

.offer-banner .offer-title {
    margin-bottom: 3px;
    text-transform: uppercase
}

.offer-banner .offer-text {
    margin-bottom: -0.3em
}

.offer-banner .ot-btn {
    margin-top: -30px;
    background-color: var(--title-color)
}

.info-list {
    margin-top: 30px
}

.info-list ul li .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--body-color);
}

.info-list ul li a,
.info-list ul li {
    font-weight: 500;
    color: var(--title-color);
    line-height: 16px;
}

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

.info-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: var(--body-font)
}

.info-list li:not(:last-child) {
    border-bottom: 1px solid rgba(133, 133, 133, 0.15);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.info-list strong {
    font-weight: 500;
    color: var(--title-color)
}

.widget-form select,
.widget-form .form-control,
.widget-form .form-select,
.widget-form textarea,
.widget-form input {
    background-color: var(--white-color);
    border: none
}

.widget-form textarea.form-control,
.widget-form textarea {
    min-height: 130px
}

.widget-form .form-group {
    margin-bottom: 10px
}

.widget-form .form-group>i {
    background-color: var(--white-color)
}

.widget-form .row {
    --bs-gutter-x: 10px
}

@media (max-width: 1199px) {

    .widget_title {
        font-size: 20px
    }

    .widget_offer {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

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

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

    #block-17,
    #miyacocore_blog_post_widget-4,
    #block-6 {
        padding: 32px 20px;
    }

    #miyacocore_blog_post_widget-4 {
        padding-bottom: 40px;
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size: 16px
    }

    .recent-post .recent-post-meta a {
        font-size: 13px
    }
}

/* .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: 60px;
    border: 1px solid var(--color-border) !important;
    color: var(--body-color) !important;
    background-color: transparent !important
}

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

.footer-widget .widget_title {
    max-width: 275px;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: var(--title-font);
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
    margin-bottom: 40px
}

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

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -5px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 0;
    margin-bottom: 17px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    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 {
    display: none
}

.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 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: 330px;
    margin-top: -0.3em
}

.footer-widget .recent-post .post-title {
    font-weight: 600;
    color: var(--white-color);
    line-height: 1.5;
    margin-bottom: 7px
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta i {
    color: var(--theme-color);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.footer-widget .recent-post .recent-post-meta a:hover i {
    color: var(--theme-color)
}

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

.ot-widget-about .about-text {
    margin-bottom: 25px;
    margin-top: -0.46em
}

/* .widget-address {
    max-width: 360px
} */

.footer-text {
    margin-top: -0.46em;
    margin-bottom: 20px;
    color: var(--white-color);
    font-family: var(--body-font);
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-text:last-child {
    margin-bottom: 0;
}

.Copyright-widget-wrp .copyright-box {
    font-family: 'Montserrat', sans-serif;
    color: #A5A5A5;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

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

h2.header-logo-title {
    margin-bottom: 0;
}

h2.header-logo-title a {
    color: var(--white-color);
}

h2.header-logo-title a:hover {
    color: var(--theme-color);
}

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

.ot-header .icon-btn {
    color: var(--title-color);
    background-color: transparent
}

.ot-header .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.header-layout1 .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    /* top: 30px; */
    right: 0;
    left: 0;
    /* background-color: var(--white-color); */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
    background-color: var(--black-color);
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}

.sticky-wrapper.sticky .bg-transparent {
    background-color: var(--title-color) !important
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -30px, 0) scaleY(0.8);
        transform: translate3d(0, -30px, 0) scaleY(0.8);
        opacity: 0.8
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -30px, 0) scaleY(0.8);
        transform: translate3d(0, -30px, 0) scaleY(0.8);
        opacity: 0.8
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

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

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

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

.main-menu>ul>li>a {
    padding: 50px 0
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

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

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-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(--title-color);
    visibility: hidden;
    min-width: 220px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu a:before {
    content: '';
    height: 16px;
    width: 2px;
    background-color: var(--theme-color2);
    position: absolute;
    left: 8px;
    top: 7px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.main-menu ul.sub-menu a:hover {
    padding-left: 12px
}

.main-menu ul.sub-menu a:hover::before {
    visibility: visible;
    opacity: 1;
    left: 0
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

.main-menu ul.sub-menu li a {
    font-size: 15px;
    position: relative;
    padding-left: 0;
    text-transform: capitalize
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu ul li .sub-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.main-menu ul li:hover>.sub-menu {
    display: block;
    visibility: visible;
}

.main-menu ul li .sub-menu li {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.ot-header.default .menu-area {
    background: var(--title-color);
}

.footer-default .footer-copyright-wrapper {
    text-align: center;
    padding: 30px;
    color: var(--white-color);
    background: var(--title-color);
}

.category-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--title-color);
    visibility: hidden;
    min-width: 220px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 25px 30px;
    left: -25px;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.category-menu ul {
    padding: 0;
    margin-bottom: 0
}

.category-menu li {
    list-style: none;
    margin-bottom: 6px
}

.category-menu li:last-child {
    margin-bottom: 0
}

.category-menu a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white-color);
    position: relative
}

.category-menu a:before {
    content: '';
    height: 16px;
    width: 2px;
    background-color: var(--theme-color2);
    position: absolute;
    left: 8px;
    top: 4px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.category-menu a:hover {
    padding-left: 12px;
    color: var(--theme-color2)
}

.category-menu a:hover::before {
    visibility: visible;
    opacity: 1;
    left: 0
}

.category-menu-wrap {
    position: relative;
    height: 100%;
    padding: 50px 0
}

.category-menu-wrap:hover .category-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.category-menu {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.category-menu li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.menu-expand {
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white-color)
}

.menu-expand:hover {
    color: var(--theme-color2)
}

.menu-expand i {
    margin-right: 8px
}

.inquiry-list {
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
}

.inquiry-list:hover {
    color: var(--theme-color2)
}

.inquiry-list i {
    color: var(--yellow-color);
    margin-right: 10px
}

.inquiry-list .count {
    font-size: 12px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: var(--white-color);
    color: var(--title-color);
    text-align: center;
    border-radius: 99px;
    margin-left: 10px
}

.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: 10px;
    margin-left: 15px
}

.header-button .icon-btn {
    position: relative
}

.header-button .ot-btn {
    margin-left: 50px;
}

.header-info-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 135px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-info__label {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 500;
    font-family: var(--body-font);
    color: var(--body-color);
}

.header-info__link {
    color: var(--title-color);
    font-weight: 600;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-family: var(--title-font);
}

.header-info p a {
    font-weight: 600;
    font-size: 16px;
    transition: 0.4s;
    color: var(--title-color);
    font-family: var(--title-font);
}

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

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

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-layout1 .header-top {
    background-color: var(--white-color);
    padding: 19px 0;
    position: relative
}

.header-layout1 .menu-area {
    position: relative;
    /* background-color: var(--title-color); */
}

.header-layout1 .menu-expand:not(:hover) {
    color: var(--white-color)
}

.header-layout1 .logo-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 26.7%;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%)
}

.header-layout1 .header-logo {
    position: relative;
    z-index: 3
}

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

@media (min-width: 1922px) {
    .header-layout1 .logo-bg {
        width: 31%
    }
}

@media (max-width: 1700px) {
    .header-layout1 .main-menu {
        margin-left: 30px
    }

    .header-layout1 .logo-bg {
        width: 22%
    }
}

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

    .header-layout1 .main-menu {
        margin-left: 0
    }

    .header-layout1 .header-button .ot-btn {
        display: none
    }
}

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

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

    .header-info-wrap {
        gap: 35px
    }
}

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

    .header-layout1 .header-top {
        padding-top: 19px;
        padding-bottom: 18px;
    }

    .header-logo {
        padding: 25px 0
    }
}

@media (max-width: 767px) {
    .header-layout1 .header-top {
        display: none
    }
}

@media (max-width: 575px) {
    .header-layout1 .header-logo {
        max-width: 180px
    }
}

.menu-btn {
    height: 78px;
    width: 78px;
    line-height: 20px;
    background-color: rgba(232, 73, 77, 0.1);
    border-radius: 99px;
    font-weight: 500;
    color: var(--theme-color)
}

.menu-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.header-layout2 .header-logo {
    margin-right: 150px
}

@media (max-width: 767px) {
    .header-layout2 .header-logo {
        margin-right: 0
    }
}

.footer-wrapper {
    border-color: #414141;
    position: relative;
    z-index: 2
}

.footer-wrapper .newsletter-title {
    color: var(--white-color)
}

.footer-wrapper .ot-social a {
    --icon-size: 36px;
    font-size: 14px;
    background-color: transparent;
    border-color: var(--color-border);
    color: var(--light-color);
    line-height: 40px;
}

.footer-wrapper .ot-social a:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

.footer-logo {
    margin-bottom: 30px
}

.widget-area {
    padding-top: 120px;
    padding-bottom: 80px
}

.copyright-wrap {
    padding: 35px 0;
    background-color: transparent;
    border-top: 1px solid var(--color-border)
}

@media (max-width: 1199px) {
    .copyright-wrap {
        padding: 24px 0
    }
}

.copyright-text {
    margin: 0;
    color: var(--light-color)
}

.copyright-text a {
    color: inherit
}

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

.footer-banner {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 60px;
    margin-top: var(--section-space)
}

.footer-banner .subtitle {
    color: var(--theme-color2);
    text-transform: capitalize;
    display: block;
    font-weight: 500;
    margin: -0.4em 0 10px 0
}

.footer-banner .text {
    margin-bottom: -0.5em;
    color: #4F4F4F
}

.footer-banner .ot-btn {
    border-radius: 99px
}

.footer-layout1 {
    background-color: var(--title-color);
    --body-color: var(--white-color);
    overflow: hidden
}

.ot-widget-contact {
    max-width: 260px
}

.newsletter-form {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.newsletter-form .wpcf7-form-control-wrap {
    width: 100%;
}

select:focus,
.newsletter-form .form-control:focus,
.form-select:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: none !important;
}

.newsletter-form .form-control:focus {
    border-color: none !important;
}

.newsletter-form .form-control {
    width: 100%;
    border-radius: 99px;
    background: transparent;
    border: 1px solid #414141;
    padding: 18px 67px 18px 27px;
}

.subscribe-item .newsletter-form .form-control {
    color: var(--white-color);
}

.subscribe-item .newsletter-form .form-control::placeholder {
    color: rgb(132, 132, 132);
}

.newsletter-form input[type="email"]:focus {
    border-color: #414141;
}

.newsletter-form .icon-btn {
    padding: 0;
}

.newsletter-form input,
.footer-widget select {
    height: 60px;
    color: var(--body-color);
    background-color: transparent !important;
    border: 1px solid #414141;
}

.newsletter-form .form-control::-moz-placeholder {
    color: var(--body-color)
}

.newsletter-form .form-control::-webkit-input-placeholder {
    color: var(--body-color)
}

.newsletter-form .form-control:-ms-input-placeholder {
    color: var(--body-color)
}

.newsletter-form .form-control::-ms-input-placeholder {
    color: var(--body-color)
}

.newsletter-form .form-control::placeholder {
    color: var(--body-color)
}

.newsletter-form .icon-btn {
    --btn-size: 40px;
    position: absolute;
    top: 10px;
    right: 14px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 99px;
    border: none;
    overflow: hidden
}

.newsletter-form .icon-btn i {
    position: absolute;
    top: 11px;
    left: 11px;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

.newsletter-form .icon-btn .icon2 {
    -webkit-transform: translate(-35px, 35px);
    -ms-transform: translate(-35px, 35px);
    transform: translate(-35px, 35px)
}

.newsletter-form .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.newsletter-form .icon-btn:hover .icon1 {
    -webkit-transform: translate(35px, -35px);
    -ms-transform: translate(35px, -35px);
    transform: translate(35px, -35px)
}

.newsletter-form .icon-btn:hover .icon2 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@-webkit-keyframes planeMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px)
    }
}

@keyframes planeMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px)
    }
}

@media (max-width: 1399px) {
    .ot-social a {
        margin-right: 3px
    }

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

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

    .copyright-text {
        text-align: center
    }

    .footer-banner {
        text-align: center;
        padding: 45px 20px;
        background-position: left top;
        margin-top: var(--section-space-mobile)
    }
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 35px 0 -0.45em 0;
    list-style-type: none;
    position: relative
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: "\f054";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    color: inherit;
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    color: var(--theme-color2);
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 500;
    font-size: 16px
}

.breadcumb-menu a:hover {
    color: var(--theme-color2)
}

.breadcumb-title {
    line-height: 1.18;
    margin: -0.19em 0 -0.22em 0
}

.breadcumb-wrapper {
    background-color: var(--white-color);
    padding: 105px 0 105px 0;
    overflow: hidden;
    text-align: center
}

@media (max-width: 991px) {
    .breadcumb-menu {
        margin: 20px 0 -0.45em 0
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }
}

.ot-pagination {
    margin-bottom: 30px
}

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

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

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

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

.ot-pagination span,
.ot-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: 1px solid var(--white-color);
    color: var(--title-color);
    background-color: transparent;
    width: 54px;
    height: 54px;
    line-height: 54px;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 99px
}

.ot-pagination span.active,
.ot-pagination a.active {
    background-color: var(--white-color)
}

.ot-pagination span:hover,
.ot-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

@media (max-width: 767px) {

    .ot-pagination span,
    .ot-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

blockquote,
.wp-block-quote {
    font-size: 24px;
    line-height: 1.56;
    padding: 41px 36px 30px 36px;
    font-weight: 400;
    font-family: var(--body-font);
    text-transform: capitalize;
    display: block;
    position: relative;
    background-color: var(--theme-color);
    overflow: hidden;
    /* margin: 35px 0; */
    color: var(--white-color);
    border-left: 3px solid var(--theme-color);
    border-radius: 0
}

blockquote p,
.wp-block-quote p {
    font-size: 24px;
    font-family: var(--body-font);
    line-height: inherit;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
    font-weight: 500;
}

.entry-content blockquote p {
    color: var(--white-color);
}

blockquote p a,
.wp-block-quote p a {
    color: inherit
}

blockquote:before,
.wp-block-quote:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='35' viewBox='0 0 38 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4952 0.800049H22.04L11.5448 35H0L10.4952 0.800049Z' fill='white'/%3E%3Cpath d='M26.4552 0.800049H38L27.5047 35H15.96L26.4552 0.800049Z' fill='white'/%3E%3C/svg%3E");
    width: 38px;
    height: 35px;
    display: inline-block;
    /* margin-bottom: 25px */
}

blockquote cite,
.wp-block-quote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    border-color: inherit;
    line-height: 1;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: -0.1em;
    font-style: normal;
    font-family: var(--body-font);
    padding-left: 40px;
    margin-left: 10px;
    white-space: nowrap;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: var(--white-color);
}

blockquote cite:before,
.wp-block-quote cite:before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: var(--white-color);
    position: absolute;
    bottom: 7px;
    left: -10px
}

blockquote p cite,
.wp-block-quote p cite {
    margin-top: 20px;
    margin-bottom: -0.5em
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
    padding: 40px
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 1.556;
    background-color: var(--smoke-color);
    padding-left: 160px
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
    right: unset;
    left: 56px;
    top: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 4rem;
    color: var(--theme-color);
    text-shadow: none
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
    color: var(--title-color)
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
    border-right: 3px solid var(--theme-color)
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
    content: "\f10d";
    right: unset;
    left: 60px
}

.wp-block-pullquote {
    color: var(--white-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--title-color) !important
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: var(--white-color)
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px
}

.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
    font-size: 14px
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
    bottom: 6px
}

.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
    bottom: 7px
}

.blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 30px
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 16px;
    color: var(--body-color);
    position: relative
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color)
}

.blog-meta span img,
.blog-meta a img {
    margin-right: 10px;
    border-radius: 99px
}

.blog-meta .author {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color)
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.blog-audio,
.blog-img,
.blog-video {
    line-height: 0px;
    position: relative
}

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

.as-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    font-size: 30px;
    margin-top: -0.25em;
    margin-bottom: 25px
}

.blog-inner-title i {
    color: var(--theme-color);
    margin-right: 4px
}

.blog-author {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--smoke-color);
    border-radius: 8px;
    overflow: hidden
}

.blog-author .auhtor-img {
    min-height: 100%
}

.blog-author .auhtor-img img {
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.blog-author .author-name {
    font-size: 24px;
    margin-top: -0.2em;
    margin-bottom: 20px
}

.blog-author .author-text {
    margin-bottom: 25px
}

.blog-author .media-body {
    padding: 35px 40px 30px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.social-links a {
    display: inline-block;
    margin-right: 20px;
    color: var(--body-color)
}

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

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

.blog-navigation {
    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 var(--color-border);
    padding: 0 0 30px 0;
    margin-top: -10px;
    margin-bottom: 40px
}

.blog-navigation>div {
    min-width: 220px
}

.blog-navigation .category {
    display: block;
    margin-bottom: 12px
}

.blog-navigation i {
    font-size: 20px
}

.blog-navigation .nav-text {
    font-size: 19px;
    font-family: var(--body-font);
    color: var(--title-color);
    display: inline-block;
    font-weight: 500
}

.blog-navigation .nav-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    max-width: 320px;
    color: var(--body-color)
}

.blog-navigation .nav-btn img {
    border-radius: 10px
}

.blog-navigation .nav-btn.next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.blog-navigation .nav-btn:hover .nav-text {
    color: var(--theme-color)
}

.blog-navigation .nav-btn:hover i {
    color: var(--theme-color)
}

.blog-navigation .blog-btn {
    font-size: 38px;
    color: var(--light-color)
}

.blog-navigation .blog-btn:hover {
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .blog-navigation {
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .blog-navigation>div {
        min-width: 150px
    }

    .blog-navigation .nav-img {
        width: 50px
    }

    .blog-navigation .nav-btn {
        gap: 8px
    }

    .blog-navigation .nav-btn img {
        width: 50px !important;
        border-radius: 5px
    }

    .blog-navigation .nav-text {
        display: none
    }

    .blog-navigation .category {
        display: none
    }

    .blog-navigation .blog-btn {
        display: none
    }
}

@media (min-width: 1300px) {

    .blog-single,
    .tour-details {
        margin-right: 10px
    }

    .ot-comment-form,
    .ot-comments-wrap,
    .blog-navigation,
    .blog-author {
        margin-right: 10px
    }
}

@media (min-width: 1400px) {

    .blog-single .blog-title,
    .tour-details .blog-title {
        padding-right: 70px
    }
}

.blog-date {
    line-height: 29px;
    display: inline-block;
    padding: 3px 15px;
    background-color: var(--white-color);
    border-radius: 99px;
    color: var(--title-color);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-date:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px)
}

.blog-single .blog-title {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.333;
    font-weight: 500
}

.blog-single .blog-text {
    margin-bottom: 25px
}

.blog-single .social-links {
    margin: 0;
    padding: 7px 20px;
    list-style-type: none;
    display: inline-block;
    background-color: var(--smoke-color);
    border-radius: 999px
}

.blog-single .social-links li {
    display: inline-block;
    margin-right: 13px
}

.blog-single .social-links li:last-child {
    margin-right: 0
}

.blog-single .social-links a {
    line-height: 1;
    font-size: 16px;
    color: var(--title-color);
    text-align: center;
    display: block
}

.blog-single .social-links a:hover {
    color: var(--theme-color)
}

.blog-single .blog-meta {
    margin: 0 0 15px 0
}

.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 0;
    position: relative
}

.blog-single .blog-content .wp-block-tag-cloud,
.blog-single .blog-content .tagcloud {
    margin-bottom: 20px
}

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

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    --icon-size: 45px;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 5px
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog-single .wp-block-tag-cloud,
.blog-single .tagcloud {
    display: inline-block
}

.blog-single .wp-block-tag-cloud a,
.blog-single .tagcloud a {
    background-color: var(--smoke-color);
    color: var(--title-color)
}

.blog-single .wp-block-tag-cloud a:hover,
.blog-single .tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important
}

.blog-single:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.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 8px 0;
    display: inline-block
}

.share-links {
    margin: var(--blog-space-y, 40px) 0 0 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 25px 0
}

.share-links>.row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-y: 20px
}

.blog-share .icon-btn {
    cursor: pointer
}

.blog-share .ot-social {
    display: none
}

@media (max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 28px
    }

    .share-links {
        --blog-space-x: 20px
    }
}

@media (max-width: 1199px) {

    blockquote,
    .wp-block-quote {
        font-size: 20px;
        padding: 40px 20px 40px 35px
    }

    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-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }

    .blog-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-author .auhtor-img {
        width: 100%
    }

    .blog-author .auhtor-img img {
        width: 100%
    }
}

@media (max-width: 991px) {
    .share-links {
        --blog-space-x: 40px
    }

    .blog-author {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .blog-author .auhtor-img {
        width: 40%
    }
}

@media (max-width: 767px) {
    .share-links {
        --blog-space-x: 20px
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }

    .blog-inner-title {
        font-size: 26px
    }

    .blog-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-author .auhtor-img {
        width: 100%
    }

    .blog-author .auhtor-img img {
        width: 100%
    }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }

    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.3
    }

    .blog-single .blog-text {
        margin-bottom: 15px
    }

    .blog-single .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0
    }
}

@media (max-width: 575px) {
    .blog-author .media-body {
        padding: 35px 20px 30px 20px
    }

    .blog-inner-title {
        font-size: 24px
    }
}

@media (max-width: 375px) {

    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px;
        padding-left: 22px
    }

    blockquote cite:before,
    .wp-block-quote cite:before {
        width: 20px
    }
}

.ot-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;
    background-color: var(--white-color)
}

.ot-comment-form .row {
    --bs-gutter-x: 20px
}

.ot-comment-form .blog-inner-title {
    margin-bottom: 5px
}

.ot-comment-form .form-title {
    margin-top: -0.35em
}

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

.ot-comment-form .form-text {
    margin-bottom: 25px;
    font-size: 16px
}

.blog-comment-area {
    margin-bottom: 25px
}

.ot-comment-form {
    padding: 40px
}

.ot-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px
}

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

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

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

.ot-comments-wrap li {
    margin: 0
}

.ot-comments-wrap .ot-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(--color-border)
}

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

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

.ot-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

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

.ot-comments-wrap .comment-avater {
    width: 110px;
    height: 110px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 999px
}

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

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

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

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

.ot-comments-wrap .name {
    margin-bottom: 12px;
    font-size: 20px
}

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

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

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

.ot-comments-wrap .reply_and_edit {
    margin-top: 12px;
    margin-bottom: -0.46em
}

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

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

.ot-comments-wrap .reply-btn {
    font-size: 16px;
    color: var(--body-color);
    display: inline-block
}

.ot-comments-wrap .reply-btn i {
    color: var(--theme-color);
    margin-right: 7px
}

.ot-comments-wrap .reply-btn:hover {
    color: var(--theme-color)
}

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

ul.comment-list .ot-comment-item:last-child>.ot-post-comment {
    border-bottom: none;
    padding-bottom: 0
}

ul.comment-list .ot-comment-item:first-child>.ot-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-border)
}

.ot-comments-wrap.ot-comment-form {
    margin: 0
}

@media (max-width: 1399px) {
    .ot-comment-form {
        padding: 40px 20px
    }
}

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

@media (max-width: 991px) {
    .ot-comment-form {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .ot-comment-form {
        padding: 40px 20px
    }

    .ot-comments-wrap .ot-post-comment {
        display: block
    }

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

    .ot-comments-wrap .comment-top {
        display: block
    }

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

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

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

@media (max-width: 767px) {
    .ot-comment-form {
        --blog-space-x: 20px
    }
}

.ot-hero-wrapper {
    position: relative;
    z-index: 2;
}

.ot-hero-wrapper .slick-dots {
    position: absolute;
    bottom: 35%;
    right: 65px;
    z-index: 6;
    width: 36px
}

.ot-hero-wrapper .slick-dots li {
    margin-right: 0
}

.hero-slider-wrap {
    position: absolute;
    inset: 0
}

.hero-slider-wrap:before {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, var(--title-color) 0%, rgba(25, 25, 25, 0.5) 100%);
    background: linear-gradient(180deg, var(--title-color) 0%, rgba(25, 25, 25, 0.5) 100%);
    z-index: 1;
    pointer-events: none
}

.hero-slider {
    height: 100%
}

.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide {
    height: 100%
}

@media (max-width: 1700px) {
    .ot-hero-wrapper .slick-dots {
        right: 15px
    }
}

@media (max-width: 880px) {
    .ot-hero-wrapper .slick-dots {
        display: none !important;
    }
}

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

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

.hero-subtitle {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: capitalize;
    display: block;
    margin-bottom: 30px;
    color: var(--white-color);
    font-family: var(--title-font);
}

.hero-title {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 100px;
    text-transform: capitalize;
    color: var(--white-color);
    font-family: var(--title-font);
}

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



.hero-style1 {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 400px 0 150px 0
}

.hero-style1 .search-box {
    border-radius: 6px;
    text-align: left;
    margin-top: 0
}

.hero-style1 .search-box .ot-btn {
    border-radius: 6px;
}

@media (max-width: 1700px) {
    .hero-title {
        font-size: 80px
    }
}

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

    .hero-title {
        font-size: 64px;
        line-height: 1.12
    }

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

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

    .hero-subtitle {
        font-size: 20px
    }

    .hero-title {
        font-size: 52px;
        line-height: 1.15
    }
}

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

    .hero-subtitle {
        font-size: 18px;
        letter-spacing: 0.08em;
        margin-bottom: 15px
    }

    .hero-title {
        font-size: 38px;
        line-height: 1.3
    }

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

@media (min-width: 1400px) {
    .hero-title {
        font-size: 90px
    }
}

.hero-content-left .hero-text {
    max-width: 286px;
    margin-bottom: 65px;
    margin-top: 90px
}

.hero-content-right {
    padding-top: 60px
}

.hero-content-right .hero-img {
    margin-top: 150px;
    text-align: center
}

.hero-subtitle2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 20px;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--title-font);
    text-transform: uppercase;
    line-height: 30px;
}

.hero-circle {
    --circle-size: 768px;
    text-align: center;
    border-radius: 50%;
    height: var(--circle-size);
    width: var(--circle-size);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
    padding-top: 200px
}

.hero-circle .hero-title {
    margin-bottom: 0 !important;
    padding: 0 20px;
}

@media (max-width: 1399px) {
    .hero-circle {
        --circle-size: 580px;
        padding-top: 100px
    }

    .hero-content-left .hero-text {
        margin-bottom: 40px;
        margin-top: 50px;
        max-width: 240px
    }

    .hero-content-right {
        padding-top: 0
    }

    .hero-content-right .hero-img {
        margin-top: 50px
    }
}

@media (max-width: 1199px) {
    .hero-circle {
        --circle-size: 680px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-content-left {
        text-align: center
    }

    .hero-content-left .hero-img {
        display: none
    }

    .hero-content-left .hero-text {
        margin-bottom: 30px;
        margin-top: 35px;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .hero-subtitle2 {
        font-size: 16px;
        letter-spacing: 0.05em;
        margin-bottom: 15px
    }

    .hero-circle {
        --circle-size: 500px
    }
}

@media (max-width: 575px) {
    .hero-circle {
        width: calc(100vw - 24px);
        height: calc(100vw - 24px)
    }
}

@media (max-width: 375px) {
    .hero-circle .hero-title {
        font-size: 30px
    }
}

.error-content {
    text-align: center;
    max-width: 580px;
    margin: 0 auto
}

.error-img {
    margin-bottom: 40px;
    text-align: center
}

.error-title {
    margin-bottom: 22px
}

.error-text {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .error-img {
        margin-bottom: 30px
    }

    .error-title {
        margin-bottom: 15px
    }

    .error-text {
        margin-bottom: 20px
    }
}

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

.contact-info:last-of-type {
    margin-bottom: 0
}

.contact-info__icon {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 74px;
    background-color: rgba(232, 73, 77, 0.08);
    color: var(--theme-color);
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info__text {
    margin-bottom: 4px;
    color: #858585;
    text-transform: capitalize;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.contact-info__link {
    font-size: 22px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    line-height: 35px;
}

.contact-info__link a {
    color: var(--title-color)
}

.contact-info__link:hover {
    color: var(--theme-color)
}

.contact-form {
    padding: 65px;
    background-color: var(--white-color);
    position: relative;
    z-index: 3
}

.contact-form .form-title {
    margin: -0.22em auto 40px auto
}

.contact-form input {
    height: 60px
}

.contact-form textarea.form-control,
.contact-form textarea {
    min-height: 230px
}

.contact-map {
    line-height: 0.001px;
    margin-top: -200px;
    position: relative;
    z-index: 2
}

.contact-map:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(232, 73, 77, 0.08);
    pointer-events: none;
    z-index: 1
}

.contact-map iframe {
    height: 760px;
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

@media (max-width: 1199px) {
    .contact-form {
        padding: 60px
    }

    .contact-map iframe {
        height: 500px
    }
}

@media (max-width: 575px) {
    .contact-form {
        padding: 50px 20px
    }

    .contact-info__icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        min-width: 60px
    }

    .contact-info__icon img {
        max-width: 20px
    }

    .contact-info__text {
        margin-bottom: 0px
    }

    .contact-info__link {
        font-size: 18px;
        word-break: break-all
    }
}

.img-box1 {
    position: relative;
    z-index: 2;
    padding-top: 125px
}

.img-box1 .img1 {
    display: inline-block;
    position: relative;
    /* max-width: 90% */
}

.img-box1 .img2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    max-width: 90%
}

.img-box1 .spin-btn {
    position: absolute;
    top: 65px;
    right: 65px
}

/* .list-two-column {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
} */

.team-box {
    position: relative;
    text-align: center;
    /* margin-top: -20px */
    margin-bottom: 40px;
}

.team-box:last-child() {
    margin-bottom: 0;
}

.team-box .team-img {
    border-radius: 50%;
    overflow: hidden;
    max-width: 330px;
    margin: 0 auto -160px auto;
    position: relative;
    z-index: 3;
    padding: 20px;
    background-color: var(--white-color)
}

.team-images {
    overflow: hidden;
}

.team-box .team-img img {
    width: 100%;
    border-radius: inherit
}

.team-box .box-title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-weight: 500;
    font-family: var(--title-font);
}

.team-box .team-content {
    padding: 195px 10px 40px 10px;
    border-radius: 160px 160px 10px 10px;
    position: relative;
    z-index: 2
}

.team-box .team-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: -webkit-linear-gradient(top, var(--theme-color) 0%, rgba(232, 73, 77, 0) 100%);
    background-image: linear-gradient(180deg, var(--theme-color) 0%, rgba(232, 73, 77, 0) 100%);
    opacity: 0.2;
    z-index: -1;
    border-radius: inherit
}

.team-box .team-desig {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.team-box .team-text {
    max-width: 370px;
    margin: 20px auto -0.52em auto;
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 991px) {
    .team-box .box-title {
        font-size: 26px
    }
}

.testi-card {
    background-color: var(--white-color);
    padding: 56px 60px 60px 60px;
    border: 1px solid var(--color-border);
    position: relative;
    z-index: 2;
}

.testi-card__title {
    font-size: 20px;
    margin-bottom: 18px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    line-height: 20px;
}

.testi-card__title img {
    margin-right: 10px
}

.testi-card__avater {
    width: 120px;
    border-radius: 99px;
    overflow: hidden
}

.testi-card__profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.testi-card__name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--black-color);
}

.testi-card__desig {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 400;
}

.testi-card__text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--color-border);
    position: relative;
    font-family: var(--body-font);

}

.testi-card__text:before,
.testi-card__text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 185px;
    border-style: solid;
    border-width: 40px 60px 0 0;
    border-color: var(--color-border) transparent transparent transparent;
    z-index: 2
}

.testi-card__text:before {
    left: 187px;
    border-width: 36px 55px 0 0;
    border-color: var(--white-color) transparent transparent transparent;
    z-index: 3
}

.testi-card__rating {
    margin-top: -0.22em;
    margin-bottom: 23px;
    color: var(--theme-color);
    font-size: 14px
}

.testi-card__rating i {
    margin-left: 3px
}

@media (max-width: 767px) {
    .testi-card {
        padding: 40px
    }

    .testi-card__text {
        font-size: 16px
    }

    .testi-card__avater {
        max-width: 100px
    }

    .testi-card__profile {
        gap: 20px;
        padding-top: 10px;
    }
}

@media (max-width: 575px) {
    .testi-card {
        padding: 40px 15px
    }

    .testi-card__text:before,
    .testi-card__text:after {
        left: 130px;
        border-width: 30px 40px 0 0
    }

    .testi-card__text:before {
        left: 132px;
        border-width: 26px 35px 0 0
    }
}

.testi-box {
    background-color: var(--white-color);
    border: 1px solid var(--color-border);
    padding: 40px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.testi-box:hover {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--white-color)
}

.testi-box__text {
    font-size: 20px;
    color: var(--title-color);
    line-height: 35px;
    margin-bottom: 33px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-border);
    font-weight: 400;
    font-family: var(--body-font);
}

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

.testi-box__avater img {
    border-radius: 999px
}

.testi-box__review {
    color: var(--theme-color);
    margin-bottom: 25px
}

.testi-box__review i:not(:last-child) {
    margin-right: 3px;
}

.testi-box__name {
    font-size: 19px;
    margin-bottom: 8px;
    font-family: var(--title-font);
    font-weight: 700;
    line-height: 24px;
}

.testi-box__desig {
    color: #4f4f4f;
    font-size: 14px;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    font-family: var(--body-font);
    line-height: 17px;
}

@media (max-width: 420px) {
    .testi-box {
        padding: 40px 20px
    }
}

.testi-grid {
    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: 50px;
    --border-gap: 70px
}

.testi-grid__content {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-left: var(--gap);
    -webkit-box-flex: 600px;
    -webkit-flex: 600px;
    -ms-flex: 600px;
    flex: 600px;
    max-width: 600px;
    position: relative
}

.testi-grid__content:before,
.testi-grid__content:after {
    content: '';
    position: absolute;
    top: 55%;
    right: calc(100% + var(--gap));
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent var(--color-border) transparent;
    z-index: 2
}

.testi-grid__content:before {
    top: calc(55% + 1px);
    right: calc(100% + var(gap) - 1px);
    border-width: 0 0 38px 38px;
    border-color: transparent transparent var(--white-color) transparent;
    z-index: 3
}

.testi-grid__text {
    font-size: 24px;
    color: var(--body-color);
    font-family: var(--title-font);
    text-transform: capitalize;
    line-height: 140%;
    margin-bottom: 30px;
    font-weight: 400;
}

.testi-grid__quote {
    font-size: 60px;
    color: var(--theme-color);
    margin-bottom: 20px
}

.testi-grid__img {
    -webkit-box-flex: 330px;
    -webkit-flex: 330px;
    -ms-flex: 330px;
    flex: 330px;
    position: relative;
    margin-right: var(--border-gap);
}

.testi-grid__img:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(0px - var(--border-gap));
    height: 100%;
    width: 1px;
    background-color: var(--color-border);
}

.testi-grid__review {
    color: var(--theme-color);
    margin-bottom: 25px
}

.testi-grid__review i:not(:last-child) {
    margin-left: 3px
}

.testi-grid__name {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--title-color);
    font-family: var(--title-font);
    line-height: 120%;
}

.testi-grid__desig {
    color: var(--theme-color);
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-family: var(--title-font);
}

.gr-bg2 .testi-grid {
    --white-color: #FCE6E3;
    border-color: #414141
}

@media (max-width: 1399px) {
    .testi-grid__text {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px
    }
}

@media (max-width: 1199px) {
    .testi-grid {
        --gap: 30px;
        --border-gap: 65px
    }

    .testi-grid__quote {
        font-size: 50px;
        margin-bottom: 15px
    }

    .testi-grid__text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .testi-grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .testi-grid__img {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        border-bottom: 1px solid #4f4f4f;
        padding-bottom: var(--border-gap);
        margin-right: 0
    }

    .testi-grid__img img {
        width: 100%
    }

    .testi-grid__img:after {
        display: none
    }

    .testi-grid__content {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: 0;
        margin-top: var(--gap)
    }

    .testi-grid__content:after {
        top: calc(0px - var(--gap) - 40px);
        right: 50%
    }

    .testi-grid__content:before {
        top: calc(0px - var(--gap) - 38px);
        right: calc(50% + 1px);
    }
}

.blog-card {
    position: relative;
    overflow: hidden;
}

.blog-card .blog-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 18px;
    color: var(--white-color);
    font-family: var(--title-font);
}

.blog-card .blog-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-card .blog-img:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: -webkit-linear-gradient(top, rgba(25, 25, 25, 0) 0%, var(--title-color) 100%);
    background-image: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, var(--title-color) 100%);
    z-index: 2
}

.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 545px;
}

.blog-card .blog-content {
    padding: 35px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 30px;
    width: 100%;
}

.blog-card .blog-cat {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;

}

.blog-cat {
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

}

.miyaco-blog-desc {
    font-family: var(--title-font);
    color: var(--body-font);
    font-weight: 400;
    font-size: 16px;
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 575px) {
    .blog-card .blog-title {
        font-size: 26px
    }
}

.blog-box {
    position: relative
}

.blog-box .blog-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: -0.2em
}

.blog-box .box-title {
    text-transform: capitalize;
    margin-bottom: -0.2em;
    margin-top: 17px;
    font-weight: 500
}

.blog-box .blog-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 26px
}

.blog-box .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-box .blog-cat {
    color: var(--body-color)
}

.blog-box .blog-cat:hover {
    color: var(--theme-color)
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px 10px
}

.blog-list:not(:last-child) {
    margin-bottom: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid var(--color-border);
}

.blog-list .blog-title {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0
}

.blog-list .blog-date {
    position: static;
    margin-bottom: 25px
}

.blog-list .blog-img {
    max-width: 270px;
    border-radius: 50%;
    overflow: hidden;
    height: 270px;
}

.blog-list .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.blog-list .blog-content {
    -webkit-box-flex: 690px;
    -webkit-flex: 690px;
    -ms-flex: 690px;
    flex: 690px;
    max-width: 690px;
    margin: 0 auto 0 80px
}

.blog-list .blog-text {
    margin-bottom: -0.4em;
    font-family: var(--body-font);
    color: var(--body-color);
    font-size: 16px;
    line-height: 30px;
    font-family: 400;
}

.blog-list .blog-cat {
    color: var(--body-color);
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.blog-list .blog-cat:hover {
    color: var(--theme-color)
}

.blog-list .icon-btn {
    --btn-size: 100px;
    min-width: 100px;
    font-size: 46px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.blog-list .icon-btn:hover {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.blog-list:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 1399px) {
    .blog-list .blog-content {
        margin: 0 20px 0 20px
    }
}

@media (max-width: 991px) {
    .blog-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .blog-list .blog-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .blog-list .blog-cat {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575px) {
    .blog-list .blog-title {
        font-size: 26px
    }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

.checklist-title {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 6px;
}

.checklist-desc {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--body-font);
    line-height: 28px;
}

.list-two-column {
    margin-bottom: 60px;
}

.miyaco-packge-list-details .checklist ul {
    display: block;
}

.miyaco-packge-list-details .checklist li {
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
}

.miyaco-about-us li {
    font-weight: 500;
}

.checklist li {
    position: relative;
    display: flex;
    gap: 20px;
}

.checklist li:not(:last-child) {
    margin-bottom: 29px;
}

@media (max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom: 32px
    }
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 35px
    }
}

.ot-custom-dots .dot-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid var(--theme-color);
    border-radius: 99px;
    position: relative;
    cursor: pointer;
    -webkit-transform: scale(0.67);
    -ms-transform: scale(0.67);
    transform: scale(0.67);
    opacity: 0.5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin: 0 -5px
}

.ot-custom-dots .dot-btn:before {
    content: "";
    height: 9px;
    width: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--theme-color);
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ot-custom-dots .dot-btn.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin: 0
}

.ot-custom-dots .indicator {
    position: absolute
}

.icon-box .slick-arrow:first-child {
    margin-right: 5px
}

.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: 15px 30px
}

.text-slide {
    white-space: nowrap;
    word-wrap: nowrap;
    word-break: keep-all;
    color: var(--theme-color);
    text-transform: capitalize;
    line-height: 1
}

.text-slide a {
    position: relative;
    font-family: var(--title-font);
    font-size: 100px;
    font-weight: 600;
}

.text-slide a:after {
    content: "/";
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    color: var(--theme-color)
}

.text-slide a img {
    position: absolute;
    top: 0;
    left: 0
}

.text-slide.alt a:after {
    display: none
}

.text-slide.alt a:before {
    content: "/";
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .text-slide a {
        font-size: 70px
    }
}

@media (max-width: 767px) {
    .text-slide a {
        font-size: 50px;
        gap: 10px
    }
}

@media (max-width: 575px) {
    .text-slide a {
        font-size: 36px
    }
}

.text-slide-devider {
    margin: 40px 0 30px 0;
    opacity: 1;
    background-color: var(--color-border)
}

@media (max-width: 991px) {
    .text-slide-devider {
        margin: 20px 0 15px 0
    }
}

@media (max-width: 1199px) {
    p.mb-30 {
        margin-bottom: 25px
    }

    p.mb-35 {
        margin-bottom: 28px
    }

    p.mb-40 {
        margin-bottom: 32px
    }

    p.mb-45 {
        margin-bottom: 35px
    }
}

.why-text {
    max-width: 550px;
    margin-bottom: 40px
}

.why-area {
    padding: 65px;
    background-position: left center
}

@media (max-width: 767px) {
    .why-area {
        padding: 50px 18px
    }
}

.cta-sec1 {
    margin-bottom: -350px;
    padding-bottom: 350px
}

.category-list {
    padding: 65px 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.category-list:not(:last-of-type) {
    /* border-bottom: 1px solid var(--color-border); */
    border-bottom: 1px solid #f1f1f1;
}

.category-list__img {
    position: absolute;
    right: 20%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 2
}

.category-list__title {
    font-size: 30px;
    margin-bottom: 0;
    width: 330px;
    font-family: var(--title-font);
}

.category-list__title a {
    color: inherit
}

.category-list__title a:hover {
    color: var(--theme-color)
}

.category-list__text {
    max-width: 495px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 30px;
    color: var(--body-color);
}

.category-list-area {
    background-color: var(--white-color)
}

.category-list-area:hover .category-list {
    opacity: 0.5
}

.category-list:not(:hover) .ot-btn:not(:hover) {
    color: var(--title-color)
}

.category-list:not(:hover) .ot-btn:not(:hover) .icon-circle {
    background-color: rgba(232, 73, 77, 0.2);
    color: var(--theme-color)
}

span.cat-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    left: 0;
    top: 0;
}

.category-list:hover {
    opacity: 1 !important
}

.category-list:hover .category-list__img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg)
}

@media (max-width: 1199px) {
    .category-list {
        padding: 50px 40px
    }

    .category-list__title {
        font-size: 26px;
        width: 230px
    }

    .category-list__text {
        max-width: 440px
    }

    .category-list__img {
        top: 45px;
        right: 25%;
        max-width: 200px
    }
}

@media (max-width: 991px) {
    .category-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        padding: 35px 40px
    }

    .category-list__title {
        width: 280px
    }

    .category-list__text {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width: 767px) {
    .category-list__title {
        width: 100%
    }

    .category-list__text {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset
    }

    .category-list__img {
        height: 150px;
        object-fit: contain;
    }
}

@media (max-width: 575px) {
    .category-list {
        padding: 25px 30px
    }

    .category-list__img {
        max-width: 100px
    }
}

.category-card {
    padding: 65px 45px;
    border: 1px solid var(--color-border);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.category-card:before,
.category-card:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-card:after {
    z-index: -2;
    background-color: var(--title-color);
    opacity: 0.8
}

.category-card:not(:first-of-type) {
    margin-top: -1px
}

.category-card__title {
    font-size: 30px;
    margin-bottom: 25px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    font-family: var(--title-font);
}

.category-card__title a {
    color: var(--title-color)
}

/* .category-card .category-card__title a {
    color: var(--white-color)
} */

.category-card__title a:hover {
    color: var(--theme-color)
}

.category-card__text {
    max-width: 495px;
    margin-bottom: 45px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4f4f4f;
}

.category-card.style2 {
    padding: 40px;
    /* height: 100%; */
    min-height: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.category-card.style2 .category-card__title {
    margin-bottom: 260px;
    -webkit-transition: margin 0.4s ease-in-out;
    transition: margin 0.4s ease-in-out
}

.category-card.style2:after {
    background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0) 0%, var(--title-color) 100%);
    background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, var(--title-color) 100%);
    opacity: 1
}

.category-card:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.category-card:hover .category-card__title {
    color: var(--white-color)
}

.category-card:hover .category-card__title a {
    color: var(--white-color)
}

.category-card .category-card__title a:hover {
    color: var(--theme-color);
}

.category-card:hover .category-card__text {
    color: var(--white-color)
}

.category-card:hover.style2 .category-card__title {
    margin-bottom: 30px !important
}

.slick-current.slick-center .category-card:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.slick-current.slick-center .category-card__title {
    color: var(--white-color)
}

.slick-current.slick-center .category-card__text {
    color: var(--white-color)
}

.slick-current.slick-active .category-card.style2 .category-card__title {
    margin-bottom: 30px !important;
}

.slick-current.slick-active .category-card.style2 .category-card__title {
    color: var(--white-color);
}

.slick-current.slick-active .category-card.style2 .category-card__title:hover a {
    color: var(--theme-color);
}

.slick-current.slick-active .category-card__text {
    color: var(--white-color)
}

.miyaco-category-three .slick-current.slick-center .category-card.style2 .category-card__title {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .category-card.style2 .category-card__title {
        margin-bottom: 190px
    }
}

@media (max-width: 767px) {
    .miyaco-category-three .category-card.style2 {
        min-height: 460px;
    }

    .miyaco-category-three .category-card.style2 .category-card__title {
        margin-bottom: 140px;
    }
}

@media (max-width: 575px) {
    .miyaco-category-three .category-card {
        padding: 45px 25px;
    }

    .miyaco-category-three .category-card.style2 .category-card__title {
        margin-bottom: 80px;
    }

    .category-card__title {
        margin-bottom: 20px;
        font-size: 24px
    }

    .category-card__text {
        margin-bottom: 25px
    }
}

.band-search {
    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: 0;
    width: 100%
}

.band-search .input-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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
}

.band-search .nice-select:after {
    line-height: 30px
}

.band-search .form-select {
    padding: 0 35px 0 20px;
    background-color: var(--white-color);
    border: none;
    height: 30px;
    line-height: 30px
}

.band-search .form-group {
    -webkit-box-flex: 275px;
    -webkit-flex: 275px;
    -ms-flex: 275px;
    flex: 275px;
    border-right: 1px solid #4f4f4f
}

.band-search .form-group:last-child {
    border-right: 1px solid transparent;
}

.band-search .form-group.br-0 {
    border-right: none !important
}

.band-search .form-group>i {
    right: unset;
    left: 20px;
    top: 8px;
    color: var(--theme-color)
}

.band-search .form-group:has(i) .form-select {
    padding: 0 35px 0 38px
}

.band-search .form-btn {
    width: 165px
}

.band-search .form-btn .ot-btn {
    min-width: auto;
    width: 100%;
    border-radius: 99px
}

.search-box {
    background-color: var(--white-color);
    padding: 18px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
    border-radius: 99px;
    position: relative;
    z-index: 3;
    max-width: 1060px;
    margin: -48px auto 0 auto
}

.search-box.bg-title {
    background-color: var(--title-color);
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 65px;
    border-radius: 6px;
    padding-left: 10px
}

.search-box.bg-title .band-search .form-select {
    background-color: var(--title-color)
}

.search-box.bg-title .band-search .form-group {
    border-right: 1px solid #414141
}

.search-box.bg-title .band-search .form-group>i {
    color: #858585
}

.search-box.bg-title .band-search .form-btn .ot-btn {
    border-radius: 6px
}

.search-box.bg-title .form-control,
.search-box.bg-title .form-select {
    color: #858585
}

@media (max-width: 1199px) {
    .search-box.bg-title .band-search .form-btn .ot-btn {
        border-radius: 6px;
        font-size: 0
    }

    .search-box.bg-title .band-search .form-btn .ot-btn i {
        font-size: 16px;
        margin-right: 0 !important
    }
}

@media (max-width: 991px) {
    .search-box {
        border-radius: 0
    }

    .band-search {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .band-search .form-group {
        border-right: none !important
    }

    .band-search .input-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px
    }

    .search-box.bg-title .band-search .form-btn .ot-btn {
        font-size: 16px
    }

    .search-box.bg-title .band-search .form-btn .ot-btn i {
        margin-right: 6px !important
    }
}

@media (max-width: 575px) {
    .band-search .form-btn {
        margin-top: 15px;
        margin-left: 20px
    }
}

.gallery-card {
    position: relative
}

.gallery-card:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    opacity: 0.8;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.miyaco-image-gallery .gallery-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.gallery-card .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    font-size: 40px;
    color: var(--white-color)
}

.gallery-card .gallery-btn:hover {
    color: var(--title-color)
}

.gallery-card:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.gallery-card:hover .gallery-btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1
}

.gallery-video {
    position: relative
}

.gallery-video .gallery-img {
    border-radius: 10px;
    overflow: hidden
}

.gallery-video .gallery-img img {
    width: 100%
}

.gallery-video .play-btn {
    position: absolute;
    top: 30px;
    left: 30px
}

.gallery-video .play-btn>i {
    --icon-size: 60px;
    line-height: 56px;
    font-size: 18px;
    border: 2px solid;
    color: var(--white-color);
    background-color: rgba(255, 255, 255, 0.3) !important
}

.gallery-video .play-btn:hover>i {
    color: var(--theme-color)
}

.accordion-card {
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--smoke-color);
    border: 1px solid rgba(133, 133, 133, 0.2);
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.accordion-card .accordion-button {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: var(--smoke-color);
    padding: 0 0 0 45px;
    line-height: 30px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\f078";
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: rgba(232, 73, 77, 0.1);
    background-image: none;
    font-family: 'Font Awesome 5 Free';
    color: var(--theme-color);
    font-weight: 900;
    font-size: 0.7em;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    right: unset;
    border-radius: 99px
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed):after {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    background-color: var(--white-color);
    padding: 23px 25px 30px 25px;
    margin: 30px 0 0 0
}

.accordion-card .faq-text {
    margin-bottom: -0.48em
}

.accordion-card:last-child {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .accordion-card {
        padding: 20px
    }

    .accordion-card .accordion-button {
        font-size: 18px
    }
}

.band-card {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    overflow: hidden;
}

.band-card .band-img {
    position: relative
}

.band-card .band-img .icon-btn {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border: none;
    font-size: 20px;
    line-height: 2.9;
}

.band-card .band-img .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.band-card .band-text {
    margin-bottom: -0.4em
}

.band-card .box-title {
    margin-top: 25px;
    margin-bottom: 4px
}

.band-card .band-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

.band-card .band-content .box-title {
    color: var(--white-color)
}

.band-card .band-content .band-text {
    color: var(--white-color)
}

.band-card.has-overlay {
    overflow: hidden
}

.band-card.has-overlay:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(25, 25, 25, 0) 0%, var(--title-color) 100%);
    background-image: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, var(--title-color) 100%);
    z-index: 1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

.slick-current .band-card .band-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slick-center .band-card:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

#bandSlide1 .slick-list {
    padding-right: 248px;
}

/* #brands-slider-dots .ot-container .slick-list {
    padding-right: 248px;
} */

/* #bandSlide4 {
    cursor: url("../img/theme-img/mouse_cursor.png"), auto
} */

@media (max-width: 1399px) {
    #bandSlide1 .slick-list {
        padding-right: 0
    }
}

.band-profile .band-img {
    margin-bottom: 30px
}

.band-profile .band-title {
    font-weight: 600;
    margin-bottom: 0
}

.band-profile .title-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.band-profile .price {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.band-profile .price .amount {
    font-size: 30px;
    font-weight: 600;
    color: var(--theme-color)
}

.band-profile .button-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.band-profile .band-content {
    padding-top: 30px;
    border-top: 1px solid var(--color-border);
    margin-top: 30px
}

.band-share {
    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
}

.band-share .icon-btn {
    --btn-size: 36px;
    background-color: rgba(133, 133, 133, 0.2);
    border-color: transparent;
    color: var(--title-color)
}

.band-share .ot-social a {
    --icon-size: 36px;
    font-size: 13px
}

.top-music {
    padding: 30px 10px;
    text-align: center;
    border: 1px solid var(--color-border);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 30px;
}

.top-music:last-child() {
    margin-bottom: 0;
}

.top-music__img {
    border-radius: 50%;
    overflow: hidden;
    max-width: 205px;
    margin: 0 auto 25px auto;
    position: relative
}

.top-music .top-music__img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 205px;
    width: 205px;
    min-width: 205px;
}

.top-music .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-color: var(--white-color);
    color: var(--theme-color)
}

.top-music .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.top-music__title {
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--title-color);
    font-size: 24px;
    line-height: 35px;
    font-family: var(--title-font);
}

.top-music__text {
    margin-bottom: -0.5em;
    font-family: var(--body-font);
}

.top-music__text .music-cat {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--body-font);
    color: var(--title-color);
}

.top-music:hover {
    background-color: var(--white-color);
    border-color: var(--white-color)
}

.top-music:hover .top-music__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.band-thumb img,
.band-gallery img {
    width: 100%
}

.band-thumb {
    cursor: pointer
}

.process-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.process-list:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.process-list-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 65px;
    position: relative;
    z-index: 3
}

.process-list-img {
    -webkit-box-flex: 595px;
    -webkit-flex: 595px;
    -ms-flex: 595px;
    flex: 595px
}

.process-list-wrap {
    -webkit-box-flex: 620px;
    -webkit-flex: 620px;
    -ms-flex: 620px;
    flex: 620px
}

.process-list:not(:last-of-type) {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.process-list__number {
    width: 46px;
    height: 46px;
    line-height: 46px;
    min-width: 46px;
    background-color: var(--white-color);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    text-align: center
}

.process-list .box-title {
    padding-top: 0;
    margin-bottom: 26px;
    color: var(--title-color);
}

.process-list__content {
    max-width: 490px;
    margin-top: 15px;
}

.process-list__text {
    margin-bottom: 0;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--body-color);
}

.process-list:hover:before {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

.img-fh {
    height: 100%;
    position: relative
}

.img-fh img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1399px) {
    .process-list-area {
        /* padding: 10px; */
        gap: 50px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .process-list-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .process-list-img {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%
    }

    .process-list-img img {
        width: 100%;
        max-height: 700px;
        object-fit: cover
    }

    .process-list-wrap {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%
    }

    .process-list-img img {
        width: 100%;
        max-height: 700px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .process-list-area {
        padding: 0px;
        /* padding-top: 50px; */
        gap: 40px
    }
}

@media (max-width: 375px) {
    .process-list-area {
        /* padding: 0px; */
    }

    .process-list:not(:last-of-type) {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.process-grid {
    --gap: 30px;
    border-color: #858585;
    position: relative
}

.process-grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 0;
}

.process-grid .icon-btn {
    position: absolute;
    right: var(--gap);
    --btn-size: 32px;
    font-size: 12px;
    outline: 10px solid var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-grid:nth-child(odd) {
    padding: 0 var(--gap) var(--gap) var(--gap);
    border-left: 1px solid;
    border-bottom: 1px solid
}

.process-grid:nth-child(odd) .icon-btn {
    bottom: calc(var(--btn-size)/-2)
}

.process-grid:nth-child(even) {
    padding: var(--gap) var(--gap) 0 var(--gap);
    border-top: 1px solid;
    border-left: 1px solid
}

.process-grid:nth-child(even) .icon-btn {
    top: calc(var(--btn-size)/-2)
}

.process-grid:last-child .icon-btn {
    right: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.process-grid__number {
    width: 46px;
    height: 46px;
    line-height: 20px;
    min-width: 46px;
    background-color: var(--smoke-color);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    text-align: center;
    font-family: var(--title-font);
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-grid .box-title {
    margin-top: 22px
}

.process-grid__content {
    max-width: 490px
}

.process-grid__text {
    margin-bottom: -.52em;
    max-width: 385px;
    font-family: var(--body-font);
    color: var(--body-color);
    line-height: 1.875;
    font-weight: 400;
}

.bg-smoke .process-grid .icon-btn {
    outline: 10px solid var(--smoke-color)
}

@media (max-width: 1199px) {
    .process-grid {
        --gap: 20px
    }
}

@media (max-width: 767px) {
    .process-grid {
        --gap: 30px
    }

    .process-grid-wrap {
        grid-template-columns: repeat(1, 1fr)
    }

    .process-grid:first-child {
        border-top: 1px solid
    }

    .process-grid:nth-child(odd) {
        padding: var(--gap) 0 var(--gap) var(--gap)
    }

    .process-grid:nth-child(even) {
        border-left: none;
        border-top: none;
        border-right: 1px solid;
        border-bottom: 1px solid;
        padding: var(--gap) var(--gap) var(--gap) 0
    }
}

@media (max-width: 340px) {
    .process-grid {
        --gap: 20px
    }
}

.brand-box {
    text-align: center;
    opacity: 0.3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: center;
}

.brand-box:hover {
    opacity: 1
}

@media (max-width: 575px) {
    .brand-box img {
        max-width: 80px
    }
}

.equiry-cart-form-cart-form {
    text-align: center
}

.cart_table {
    --border-color: #DCDCDC;
    border: none;
    margin-bottom: 30px
}

.cart_table thead th {
    border: none;
    border-bottom: 1px solid var(--color-border)
}

.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 0 0 20px 0
}

.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 .cart-col-price {
    width: 360px
}

.cart_table th:last-of-type,
.cart_table td:last-of-type {
    text-align: right
}

.cart_table td {
    border: none;
    border-bottom: 1px solid var(--color-border);
    color: var(--body-color);
    padding: 20px 0;
    position: relative;
    vertical-align: middle
}

.cart_table .cart-band {
    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: 16px
}

.cart_table .cart-band .title {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 10px
}

.cart_table .cart-band .title:hover {
    color: var(--theme-color)
}

.cart_table .cart-band .category {
    color: var(--body-color);
    font-weight: 500
}

.cart_table .cart-band .category:hover {
    color: var(--theme-color)
}

.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px
}

.cart_table .actions {
    text-align: right;
    vertical-align: middle;
    border-bottom: none;
    padding-bottom: 0
}

.cart_table .actions>.ot-btn {
    margin-right: 15px
}

.cart_table .actions>.ot-btn:last-child {
    margin-right: 0
}

.cart_table .actions .cart-total {
    margin-right: 16px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color)
}

.cart_table .ot-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cart_table .ot-cart-coupon input {
    width: calc(100% - 200px);
    height: 60px;
    margin-right: 10px;
    background-color: var(--white-color)
}

.cart_table .ot-cart-coupon .ot-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media (max-width: 1199px) {
    .cart_table .cart-col-price {
        width: 160px
    }
}

@media (max-width: 991px) {
    .cart_table .actions .cart-total {
        margin-bottom: 8px
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        margin-bottom: 10px;
        margin-top: -20px;
        border: none
    }

    .cart_table thead {
        display: none
    }

    .cart_table .cart-band {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: left;
        margin-left: auto
    }

    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid var(--color-border);
        border-bottom: none
    }

    .cart_table td:last-of-type {
        border-bottom: 1px solid var(--color-border)
    }

    .cart_table td::before {
        display: block
    }

    .cart_table td.actions {
        padding-left: 15px;
        padding-bottom: 15px;
        text-align: center
    }

    .cart_table td.actions>.ot-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>.ot-btn:last-child {
        margin-right: auto
    }

    .cart_table .ot-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: 20px
    }

    .cart_table .ot-cart-coupon input {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (max-width: 375px) {
    .cart_table .cart-band img {
        width: 70px
    }

    .cart_table .cart-band .title {
        font-size: 16px
    }
}

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

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.6rem
}

.mt-n3 {
    margin-top: -1rem
}

.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: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

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

/*========================================= */
/*================== Add CSS Style ======================= */
/*========================================= */
.header-button .ot-btn .icon-circle svg {
    width: 22px;
    height: 22px;
    fill: var(--theme-color);
}

.category-trigger-wrap .ot-btn .icon-circle svg {
    width: 22px;
    height: 22px;
    fill: var(--white-color);
}

.inquiry-list svg {
    width: 15px;
    height: 15px;
    fill: var(--white-color);
    margin-right: 5px;
}

.menu-expand svg {
    fill: var(--white-color);
    width: 15px;
    height: 15px;
    transition: 0.4s;
}

.menu-expand:hover svg {
    fill: var(--theme-color2);
}

button.menu-expand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
}

.bg-black .ot-menu-toggle svg {
    width: 30px;
    height: 30px;
    fill: var(--theme-color);
}

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-layout2 .header-logo.margin-left {
    margin-right: 0;
}

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

.Copyright-widget-wrp .copyright-box a {
    color: var(--light-color);
    transition: all 0.4s;
}

.Copyright-widget-wrp .copyright-box a:hover {
    color: var(--theme-color);
}

.ot-btn.style2 .icon-circle svg {
    fill: var(--white-color);
    transition: all 0.4s;
}

.ot-btn.style2:hover .icon-circle svg {
    fill: var(--theme-color);
}

.img-box1 .img1 img {
    object-fit: cover;
    display: block;
    object-position: center;
    height: 618px;
    width: 560px;
}

.img-box1 .img2 img {
    object-fit: cover;
    display: block;
    object-position: center;
    width: 415px;
    height: 513px;
}

.checklist li svg {
    width: 20px;
    height: 20px;
    fill: #414141;
}

.ot-btn .icon-circle svg {
    fill: var(--theme-color);
    transition: 0.4s;
}

.category-list:hover .ot-btn .icon-circle svg {
    fill: var(--white-color);
}

.ot-btn.btn-transparent:hover .icon-circle svg {
    fill: var(--theme-color);
}

.band-card .band-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
}

#brands-slider-dots {
    position: relative;
    z-index: 1;
}

#brands-slider-dots ul.slick-dots {
    position: absolute;
    top: -100px;
    right: 10px;
    display: inline-block;
    width: 240px;
    text-align: right;
}

@media(max-width: 1024px) {
    #brands-slider-dots ul.slick-dots {
        text-align: center;
        right: 0;
    }

    .bands-slider-wrap ul.slick-dots {
        top: -74px;
    }
}

.miyaco-testimaonal-v2 .testitwo-slider ul.slick-dots {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

.category-list-area .category-list__img img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.band-card .band-img .icon-btn svg {
    width: 20px;
    height: 20px;
    fill: var(--theme-color);
    transition: 0.3s;
}

.band-card .band-img .icon-btn:hover svg {
    fill: var(--white-color);
}

.ot-btn svg {
    width: 20px;
    height: 20px;
    fill: var(--white-color);
    transition: 0.3s;
}

.ot-btn.style2 svg {
    width: 20px;
    height: 20px;
    fill: var(--white-color);
    transition: 0.3s;
}

.miyaco-blog-dec {
    margin-top: 15px;
    color: var(--smoke-color);
}

.down-content .blog-cat:hover {
    color: var(--theme-color);
}

/* Tesiti Area Style  */
.testi-card__text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--color-border);
    position: relative;
    line-height: 30px;
    color: var(--body-color);
}

.testi-card__text:before,
.testi-card__text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 185px;
    border-style: solid;
    border-width: 40px 60px 0 0;
    border-color: var(--color-border) transparent transparent transparent;
    z-index: 2;
}

.testi-card__text:before {
    left: 187px;
    border-width: 36px 55px 0 0;
    border-color: var(--white-color) transparent transparent transparent;
    z-index: 3;
}

/* Testi Slider Style  */
.miyaco-testimonial-wrp .slick-dots,
.miyaco-testimonial-two .slick-dots {
    position: absolute;
    content: '';
    top: -115px;
    right: 10px;
    display: inline-block;
    width: 280px;
    z-index: 1;
    text-align: right;
}

.testi-card .testi-card__title i {
    margin-right: 10px;
}

.testi-card .testi-card__title svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.testi-box__name {
    color: var(--black-color);
}

.miyaco-brands-category .sec-btn {
    margin-bottom: 0;
    margin-top: 30px;
}

.testi-grid__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-grid__quote svg {
    width: 30px;
    height: 30px;
    fill: var(--theme-color);
}

.spin-btn.style2 svg {
    width: 20px;
    height: 20px;
    fill: var(--white-color);
    transition: 0.4s;
}

.spin-btn.style2:hover svg {
    fill: var(--theme-color);
}

.blog-list .icon-btn svg {
    width: 40px;
    height: 40px;
    fill: var(--white-color);
}

.testi-grid .testi-grid-img img {
    width: 100%;
    object-fit: cover;
}

.sec-btn {
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.category-list__title a {
    color: var(--black-color);
}

.category-card:hover .category-list__title a {
    color: var(--white-color);
}

.miyaco-category-three .ot-btn .icon-circle svg {
    fill: var(--white-color);
}

.slick-current.slick-active .category-card:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

/* .text-slide {
    font-size: 80px;
    font-weight: 600;
} */

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

.text-slide a:hover {
    color: var(--black-color);
}

.button-three .link-btn svg {
    width: 15px;
    height: 15px;
    fill: var(--black-color);
}

.button-three .link-btn {
    color: var(--black-color);
}

.process-grid .icon-btn svg {
    width: 15px;
    height: 15px;
    fill: var(--body-color);
    transition: 0.4s;
}

.process-grid .icon-btn:hover svg,
.footer-wrapper .ot-social a:hover svg {
    fill: var(--white-color);
}

.process-grid:last-child .icon-btn svg {
    fill: var(--white-color);
}

.footer-wrapper .ot-social a svg {
    width: 20px;
    height: 20px;
    fill: var(--light-color);
}

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

.accordion-button:not(.collapsed) {
    color: var(--black-color);
    /* background-color: var(--color-border); */
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: rotate(180deg);
}

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

/* div#primary {
    background: #f1f1f1;
    padding: 150px 0;
} */

.footer-social-widget ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.footer-social-widget ul li a {
    font-size: 16px;
    color: var(--body-color);
    position: relative;
    margin-right: 15px;
    transition: 0.3s;
}

.footer-social-widget ul li a:hover {
    color: var(--theme-color);
}

.miyaco-bands-details-img {
    margin-bottom: 30px;
}

.band-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ot-bands-wrapper .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12 {
    padding: 0;
}

/* Author Style =================== */
.author-widget-wrap .avatar img {
    border-radius: 50%;
}

.author-widget-wrap .author-info {
    margin: 15px 0 15px 0;
}

.author-widget-wrap .author-info .name {
    text-transform: capitalize;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.miyaco-more-acts,
.miyaco-packge-list-wrp {
    padding: 34px 40px 40px 40px;
    background: var(--white-color);
    margin-bottom: 20px;
}

@media (max-width: 375px) {

    .miyaco-more-acts,
    .miyaco-packge-list-wrp,
    .widget.widget_tag_cloud {
        padding: 30px 20px;
    }
}

@media (max-width: 320px) {

    .miyaco-more-acts,
    .miyaco-packge-list-wrp {
        padding: 35px 25px;
    }
}

.bands-tag.tagcloud ul {
    display: flex;
    flex-wrap: wrap;
}

.widget_tag_cloud .bands-tag.tagcloud ul li a {
    border: 1px solid rgba(133, 133, 133, 0.2);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--body-color);
    margin-right: 10px;
}

.widget_tag_cloud .bands-tag.tagcloud ul li a:hover {
    border: 1px solid var(--theme-color);
    color: var(--white-color);
}

.quote-text {
    margin: 10px 0;
}

.title-area .title {
    color: var(--title-color);
}

/* Theme Css  end */
.miyaco-band-gallery .band-gallery img {
    height: 450px;
    object-fit: cover;
    object-position: top center;
}

.second-gallery .band-thumb img {
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.band-text {
    color: var(--body-color);
    font-family: var(--body-font);
}

.error-dec {
    color: var(--title-color);
    font-family: var(--body-font);
}

.error-dec h1,
.error-dec h2,
.error-dec h3,
.error-dec h4,
.error-dec h5 {
    color: var(--title-color);
}

.error-dec h6 {
    color: var(--body-color);
    font-family: var(--body-font);
    line-height: 1.75em;
    margin-bottom: 0;
}

.error-button .theme-btns {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    background: var(--theme-color);
    padding: 15px 25px;
    border-radius: 30px;
    color: var(--white-color);
    position: relative;
    z-index: 1;
}

.error-button .theme-btns::before {
    content: "";
    position: absolute;
    height: 40px;
    right: 25px;
    top: 12px;
    width: 40px;
    background-color: var(--theme-color2);
    z-index: -1;
    transition: 0.5s ease;
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
}

.error-button .theme-btns:hover::before,
.error-button .theme-btns.active::before {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
}

.error-button .theme-btns:hover,
.error-button .theme-btns.active {
    color: var(--white-color);
}

.wp-block-search__button svg {
    fill: var(--white-color);
}

/* form Style =============== */
input.main-control,
textarea.main-control {
    background: var(--smoke-color);
    border: 1px solid var(--smoke-color);
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color);
}

textarea.main-control {
    padding: 15px 20px;
    color: var(--body-color);
    height: 200px;
}

input.main-control:focus,
textarea.main-control:focus {
    border: 1px solid var(--theme-color);
    outline: none;
    background-color: var(--white-color);
    box-shadow: none;
}

.ot-btn.main-control-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 25px 13px 25px;
    border-radius: 20px;
    width: 190px;
    cursor: pointer;
}

.ot-btn.main-control-btn:hover,
.ot-btn.main-control-btn.active {
    color: var(--white-color);
}

.ot-btn.main-control-btn:before {
    content: "";
    position: absolute;
    height: 40px;
    right: 25px;
    top: 12px;
    width: 40px;
    background-color: var(--theme-color2);
    z-index: -1;
    transition: 0.5s ease;
    border-radius: inherit;
    opacity: 0;
}

.ot-btn.main-control-btn:hover::before,
.ot-btn.main-control-btn.active::before {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
}

button.ot-btn.sent-btn {
    padding: 16px 30px;
    font-family: var(--title-font);
}

button.ot-btn.sent-btn i {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-left: 5px;
    font-weight: 700;
}

button.ot-btn.sent-btn:hover i {
    transform: rotate(0deg);
}


.col-12.col-xl-4.col-lg-4.col-md-6.filter-item {
    top: -30px;
}

.filter-item {
    margin-bottom: 20px;
    /* Adds space only at the bottom */
}

/* enquiry From css ================== */
.form-label {
    margin-bottom: .5rem;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--title-color);
}

.enquiry-form .enquiry-form-control {
    background: var(--smoke-color);
    border: 1px solid var(--smoke-color);
    border-radius: 0;
    transition: 0.3s;
}

.form-select.nice-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--body-color);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    appearance: none;
    border-radius: 0;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
}

form .form-select.nice-select {
    border: 1px solid var(--smoke-color);
    background-color: var(--smoke-color);
}

.input-wrap .form-select.nice-select {
    border: 1px solid transparent;
    background-color: transparent;
}

.form-group.enquiry-form.textarea-enquiry-form {
    margin-top: 20px;
}

.form-select.nice-select:focus,
textarea.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--theme-color);
}

.input-wrap .form-select.nice-select:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid transparent;
}

.textarea-enquiry-form textarea {
    height: 190px;
}

.form-select.nice-select option {
    color: var(--body-color);
}

.miyacocore-widget-post-thum li img {
    max-width: 110px;
}

/* Advance Btn Css  */
.band-search .form-btn .ot-btn {
    min-width: auto;
    width: 100%;
    border-radius: 99px;
    padding: 18px 25px 18px 25px;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

.band-search .form-btn .ot-btn i {
    margin-right: 8px;
}

/*========== Pagination style =================== */
.pagination-area {
    margin-top: 20px;
}

.pagination-area ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-area ul li {
    margin: 0 8px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--title-font);
    transition: 0.3s;
    cursor: pointer;
}

.pagination-area ul li:hover {
    background: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
}

.pagination-area ul li:hover a {
    color: var(--white-color);
}

.pagination-area ul li.active {
    background: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
}

.pagination-area ul li.active a {
    color: var(--white-color);
}

.pagination-area ul li.active:hover {
    background: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
}

.pagination-area ul li a,
.pagination-area ul li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 3.5;
}

.header-info p {
    margin-bottom: 0;
}

/* Bottom To Top ======================= */
/* div#back-top {
    display: none;
} */
.to-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.to-top {
    position: fixed;
    right: 30px;
    bottom: 70px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    /* visibility: hidden; */
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background: var(--white-color);
    border: 2px solid var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-color);
}

.to-top:hover {
    background: #efe4e4;
}

.to-top i {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.img-height img {
    object-fit: cover;
    height: 980px;
}

/* TAEM details style start ====================== */
.team-details-wraper .row {
    align-items: center;
}

.team-details-wraper .team-datails-image img {
    object-fit: cover;
    width: 100%;
}

.team-details-title {
    font-family: var(--title-font);
    color: var(--title-color);
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

.team-details-designation {
    font-family: var(--title-font);
    margin-bottom: 30px;
    color: var(--theme-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.team-sort-dec {
    color: var(--body-color);
    font-family: var(--body-font);
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.team-social-area {
    margin-bottom: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--color-border);
}

.team-social-area ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.team-social-area ul li a {
    width: 40px;
    height: 40px;
    background: var(--white-color);
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--title-color);
    transition: 0.3s;
}

.team-social-area ul li a:hover {
    background: var(--theme-color);
    color: var(--white-color);
}

.team-details-contact-area {
    width: 49%;
    display: inline-flex;
    gap: 20px;
    margin-bottom: 30px;
}

.team-details-contact-label {
    color: var(--body-color);
    font-family: var(--body-font);
    margin-bottom: 5px;
}

.team-details-icon {
    font-size: 20px;
    font-family: var(--title-font);
    height: 57px;
    width: 57px;
    min-width: 57px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
}

.team-details-icon i {
    color: var(--theme-color);
}

.team-details-contact-text p,
.team-details-contact-text a,
.team-details-contact-text {
    font-size: 18px;
    color: var(--title-color);
    transition: 0.3s;
    font-family: var(--title-font);
    font-weight: 600;
}

.team-details-contact-text a:hover {
    color: var(--theme-color);
}

/* Home Two Play button Style === */
.miyaco-home-two-play-button .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear
}

.miyaco-home-two-play-button .hero-video video {
    height: 100%;
    width: 100%
}

.miyaco-home-two-play-button .hero-video .close-video {
    position: absolute;
    top: 100px;
    right: 100px;
    color: var(--theme-color);
    cursor: pointer
}

.miyaco-home-two-play-button .hero-video.show {
    visibility: visible;
    opacity: 1
}

@media (max-width: 991px) {
    .team-datails-image {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .team-details-contact-area {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .team-contact-form {
        padding: 40px 25px;
    }
}


.post-thumbnail-wrapper {
    overflow: hidden;
}

.post-thumbnail-wrapper img {
    transition: .3s;
    transform: scale(1);
}

.all-posts-wrapper .post-thumbnail-wrapper:hover img {
    transform: scale(1.02);
}

/* pagination  */
.nav-links .page-numbers {
    padding: 0;
    margin: 0;
}

/* .form-group {
    margin-bottom: 0;
} */

.bands-slider-wrap {
    overflow-x: hidden;
}

.miyaco-blockquote blockquote {
    margin: 15px 0;
}

.miyaco-blockquote .quote-text {
    margin-top: 60px;
    font-weight: 500;
    line-height: inherit;
    font-family: var(--body-font);
    margin-bottom: 19px;
    font-size: 24px;
}

div#faqAccordion {
    max-width: 950px;
    margin: auto;
}

@media (max-width: 1400px) {
    .category-card.style2 {
        min-height: 590px
    }
}

@media (max-width: 1200px) {
    .newsletter-form .icon-btn {
        right: 20px;
    }
}

@media (max-width: 1024px) {

    #brands-slider-dots ul.slick-dots,
    .miyaco-testimonial-wrp .slick-dots,
    .miyaco-testimonial-two .slick-dots {
        width: 100%;
        text-align: center;
        right: 0;
        top: -75px;
    }

    .newsletter-form .icon-btn {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .newsletter-form .icon-btn {
        right: 10px;
    }
}

@media (max-width: 991px) {
    .sticky-title.js-sticky.is-sticky {
        position: unset !important;
    }

    .row.js-stickyWrapper {
        flex-direction: column-reverse;
        gap: 60px;
    }
}

@media (max-width: 767px) {

    #brands-slider-dots ul.slick-dots,
    .miyaco-testimonial-wrp .slick-dots,
    .miyaco-testimonial-two .slick-dots {
        top: -80px;
    }

    .newsletter-form .icon-btn {
        right: 15px;
    }

    .img-height img {
        height: 450px;
    }

    .miyaco-band-gallery .band-gallery img {
        height: auto;
    }

    .padding-left .e-con-inner {
        margin-top: 0;
        padding-top: 0;
    }

    .band-card .band-img img {
        height: 320px;
    }

    .form-select.nice-select {
        margin-bottom: 20px;
    }

    .input-wrap .form-select.nice-select {
        margin-bottom: 0px;
    }

    .form-group.enquiry-form.textarea-enquiry-form {
        margin-top: 0;
    }

    .second-gallery .band-thumb img {
        height: auto;
    }

    blockquote p,
    .wp-block-quote p {
        font-size: 18px;
    }

    blockquote {
        padding: 75px 20px 20px 20px;
    }

    .team-details-wraper .team-datails-image img {
        height: auto;
    }

    .miyaco-blockquote .quote-text {
        margin-top: 40px;
        margin-bottom: 6px;
    }

    .miyaco-about-us .list-two-column .checklist li {
        width: 85%;
    }
}

@media (mix-width: 575px) {

    .miyaco-container-fluid .text-slide .text-slide a {
        font-size: 36px;
        line-height: 1.3em;
    }

    .miyaco-band-gallery .band-gallery img {
        height: auto;
    }
}

@media (max-width: 450px) {
    .newsletter-form .icon-btn {
        right: 10px;
    }

    .form-select.nice-select {
        margin-bottom: 30px;
    }

    .input-wrap .form-select.nice-select {
        margin-bottom: 0px;
    }

    .form-group.enquiry-form.textarea-enquiry-form {
        margin-top: 0px;
    }

    .miyaco-hero-image .hero-circle .hero-title.home-two-title {
        font-size: 30px;
    }

    .padding-padding {
        padding: 50px 20px;
    }

    .band-us {
        padding: 50px 30px;
    }

    .img-box1 .img1 .spin-btn {
        margin: -40px;
    }

}

@media (mix-width: 375px) {

    #block-2,
    #block-6,
    #block-9,
    .sidebar-widget-area .widget {
        padding: 30px 20px;
    }

    .testi-card__name {
        padding-top: 10px;
    }
}

@media (max-width: 320px) {
    .more-band .bands-slider-wrap {
        padding: 0px 0px 20px 0px;
    }

    .more-band .bands-slider-wrap #brands-slider-dots ul.slick-dots {
        top: 517px;
    }

    .miyaco-about-us .list-two-column .checklist li {
        width: 180px;
    }
}

.ico {
    transition: transform 0.3s ease;
    /* Smooth transition */
}

.link-btn:hover .ico {
    transform: rotate(90deg);
    /* Rotate on hover */
}

.pagination-area.cat-pagination ul li {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}









/*------------------- 3.9. Overlay -------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

[data-overlay=overlay1]:before {
    background-color: #131B23;
}

[data-opacity="1"]:before {
    opacity: 0.1;
}

[data-opacity="2"]:before {
    opacity: 0.2;
}

[data-opacity="3"]:before {
    opacity: 0.3;
}

[data-opacity="4"]:before {
    opacity: 0.4;
}

[data-opacity="5"]:before {
    opacity: 0.5;
}

[data-opacity="6"]:before {
    opacity: 0.6;
}

[data-opacity="7"]:before {
    opacity: 0.7;
}

[data-opacity="8"]:before {
    opacity: 0.8;
}

[data-opacity="9"]:before {
    opacity: 0.9;
}

[data-opacity="10"]:before {
    opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

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

    30% {
        opacity: 1;
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }

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

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

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

@keyframes moving {
    0% {
        transform: translateX(0);
    }

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

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

.jump {
    animation: jumpAni 7s linear infinite;
}

.jump1 {
    animation: jumpAni 6s linear infinite;
}

.jump2 {
    animation: jumpAni 5s linear infinite;
}

.jump3 {
    animation: jumpAni 4s linear infinite;
}

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

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

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

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

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

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

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

.spin {
    animation: spin 15s linear infinite;
}

.spin-slow {
    animation: spin 50s linear infinite;
}

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

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

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

.scalein.slider-animated {
    --animation-name: scalein;
}

.slidetopleft.slider-animated {
    --animation-name: slidetopleft;
}

.slidebottomright.slider-animated {
    --animation-name: slidebottomright;
}

.slideinleft.slider-animated {
    --animation-name: slideinleft;
}

.slideinright.slider-animated {
    --animation-name: slideinright;
}

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

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

.rollinleft.slider-animated {
    --animation-name: rollinleft;
}

.rollinright.slider-animated {
    --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright,
.slider-custom-anim-top,
.slider-custom-anim-left,
.slider-custom-anim-right {
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.slider-custom-anim-top.slider-animated {
    --animation-name: custom-anim-top;
    animation: var(--animation-name) 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slider-custom-anim-left.slider-animated {
    --animation-name: custom-anim-left;
    animation: var(--animation-name) 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.slider-custom-anim-right.slider-animated {
    --animation-name: custom-anim-right;
    animation: var(--animation-name) 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.slider-animated {
    opacity: 1;
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }

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

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }

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

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }

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

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

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

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(100px) translateY(100px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

.slider-custom-anim-top {
    opacity: 0;
}

.slider-custom-anim-left {
    opacity: 0;
}

.slider-custom-anim-right {
    opacity: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

    0% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    75% {
        border-top-color: var(--white-color);
        border-left-color: var(--white-color);
        border-right-color: var(--white-color);
        border-bottom-color: transparent;
    }

    100% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }
}

/*img-animation**********************/
.custom-anim-right {
    animation: custom-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes custom-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.custom-anim-left {
    animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes custom-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.custom-anim-top {
    animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes custom-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@media (max-width: 767px) {

    .custom-anim-right,
    .custom-anim-left,
    .custom-anim-top {
        animation: none;
        opacity: 1;
    }
}

.common-word-class {
    overflow: hidden;
    padding-bottom: 2px;
}