@use "sass:math";
:root {
    --theme-color: #4aa760;
    --theme-color2: #fe6e2f;
    --title-color: #141414;
    --body-color: #54595f;
    --smoke-color: #f5f5f5;
    --smoke-color2: #f8f7f3;
    --smoke-color3: #fdebd7;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #b5b5b5;
    --gray-color: #bdbdbd;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #dbdbdb;
    --title-font: "Inter", sans-serif;
    --body-font: "Inter", sans-serif;
    --style-font: "Covered By Your Grace", cursive;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1224px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}
html,
body {
    scroll-behavior: smooth !important;
}
body {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    leading-trim: both;
    text-edge: cap;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}
h2 {
    font-size: 27px;
}
iframe {
    border: none;
    width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
    outline: none;
}
input:focus {
    outline: none;
    box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}
th {
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
}
td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}
a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
a:hover {
    color: var(--title-color);
}
a:active,
a.nice-select.open,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    line-height: inherit;
}
button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
img {
    border: none;
    max-width: 100%;
}
ins {
    text-decoration: none;
}
pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
    display: none;
}
p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.625;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.h1,
h1 {
    font-size: 70px;
    line-height: 1.143;
}
.h2,
h2 {
    font-size: 27px;
    line-height: 1.222;
}
.h3,
h3 {
    font-size: 25px;
    line-height: 1.278;
}
.h4,
h4 {
    font-size: 30px;
    line-height: 1.333;
}
.h5,
h5 {
    font-size: 24px;
    line-height: 1.417;
}
.h6,
h6 {
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 1399px) {
    .h1,
    h1 {
        font-size: 48px;
    }
    .h2,
    h2 {
        font-size: 27px;
    }
}
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3;
    }
    .h2,
    h2 {
        font-size: 27px;
        line-height: 1.25;
    }
    .h3,
    h3 {
        font-size: 25px;
        line-height: 1.333;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 20px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 25px;
        line-height: 1.3;
    }
    .h3,
    h3 {
        font-size: 25px;
    }
    .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: 30px;
    }
}
@media (max-width: 340px) {
    .h1,
    h1 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
    .container-xxl.px-0,
    .container-xl.px-0,
    .container-lg.px-0,
    .container-md.px-0,
    .container-sm.px-0,
    .container.px-0 {
        max-width: var(--main-container);
    }
    .row:not([class*="gx-"]) {
        --bs-gutter-x: 24px;
    }
}
@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;
    }
}
.container-full {
    padding-left: 24px;
    padding-right: 24px;
}
@media (max-width: 575px) {
    .container-full {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.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;
}
.gx-20 {
    --bs-gutter-x: 20px;
}
@media (min-width: 1299px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }
}
@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }
    .gx-25 {
        --bs-gutter-x: 25px;
    }
    .gx-40 {
        --bs-gutter-x: 40px;
    }
}
@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}
select,
.form-control,
.form-select,
textarea,
input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color2);
    border-radius: 4px;
    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: var(--theme-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color);
}
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color);
}
select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
    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;
}
.size-sm .form-control {
    height: 46px;
}
.size-sm > i {
    top: 14px !important;
}
.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 25px 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: 4px;
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}
.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    line-height: 1;
    color: var(--body-color);
}
.form-group > i.fa-envelope {
    padding-top: 1px;
}
.form-group > i.fa-comment {
    margin-top: -2px;
}
.form-group > i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color2);
}
.form-group.has-label > i {
    top: 50px;
}
[class*="col-"].form-group > i {
    right: calc((var(--bs-gutter-x) / 2) + 25px);
}
[class*="col-"].form-group .style2 ~ i {
    left: calc((var(--bs-gutter-x) / 2) + 25px);
}
option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}
input[type="checkbox"] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
input[type="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: 40px 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: 5px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.slick-dots button:hover {
    border-color: var(--title-color);
}
.slick-dots .slick-active button {
    width: 60px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: var(--theme-color);
}
.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    border: none;
    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, 16px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    border-radius: 99px;
    z-index: 2;
}
.slick-arrow:hover {
    background-color: var(--theme-color2);
}
.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto;
}
.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);
}
.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    -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 {
        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;
    }
}
.ot-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;
}
.ot-menu-wrapper .mobile-logo {
    padding-bottom: 50px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.ot-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}
.ot-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%;
}
.ot-menu-wrapper .ot-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.ot-menu-wrapper .ot-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}
.ot-menu-wrapper.ot-body-visible {
    opacity: 1;
    visibility: visible;
}
.ot-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 {
    margin: 0;
    padding: 0 0;
}
.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: 18px;
}
.ot-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}
.ot-mobile-menu ul li.ot-active > a {
    color: var(--theme-color);
}
.ot-mobile-menu ul li.ot-active > a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.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);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}
.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}
.ot-mobile-menu ul .ot-item-has-children > a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
}
.ot-mobile-menu ul .ot-item-has-children.ot-active > a .ot-mean-expand:before {
    content: "\f068";
}
.ot-mobile-menu ul .ot-item-has-children.ot-active > a:after {
    content: "\f068";
}
.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); */
    background: none;
    color: var(--title-color);
    display: inline-block;
    border-radius: 5px;
}
.ot-menu-toggle:hover {
    /* background-color: var(--title-color); */
    background: none;
}
@media (max-width: 400px) {
    .ot-menu-wrapper .ot-menu-area {
        width: 100%;
        max-width: 270px;
    }
    .ot-mobile-menu > ul {
        padding: 0 20px;
    }
}
:root {
    --input-height: 56px;
}
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    position: relative;
    line-height: calc(var(--input-height) - 2px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.nice-select:after {
    content: "\f0d7";
    font-family: var(--icon-font);
    font-weight: 900;
    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: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(calc(-1 * $input-height / 2));
    -ms-transform: scale(0.75) translateY(calc(-1 * $input-height / 2));
    transform: scale(0.75) translateY(calc(-1 * $input-height / 2));
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--smoke-color);
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.nice-select.form-select:after {
    display: none;
}
.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 {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--white-color);
}
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 24px solid var(--theme-color);
    -webkit-animation: prixClipFix 2s infinite linear;
    animation: prixClipFix 2s infinite linear;
}
@-webkit-keyframes prixClipFix {
    0% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    }
    75% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}
@keyframes prixClipFix {
    0% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    }
    75% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}
.ot-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color2);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 18px;
    /* min-width: 142px; */
    border-radius: 4px;
    cursor: pointer;
}
.ot-btn:after,
.ot-btn:before {
    content: "";
    position: absolute;
    height: 400%;
    left: 50%;
    top: 50%;
    width: 0;
    background-color: var(--title-color);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    z-index: -1;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}
.ot-btn:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.ot-btn:hover,
.ot-btn.active {
    color: var(--white-color);
}
.ot-btn:hover:after,
.ot-btn:hover:before,
.ot-btn.active:after,
.ot-btn.active:before {
    width: calc(100% - 20px);
}
.ot-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--theme-color2);
    padding: 19.5px 27px;
    box-shadow: none;
}
.ot-btn.style2:hover {
    color: var(--white-color);
}
.ot-btn.style2:hover:before,
.ot-btn.style2:hover:after {
    background-color: var(--theme-color2);
}
.ot-btn.style3:after,
.ot-btn.style3:before {
    background-color: var(--white-color);
}
.ot-btn.style3:hover {
    color: var(--title-color);
}
.ot-btn.style4 {
    background-color: var(--theme-color2);
    color: var(--white-color);
}
.ot-btn.style4:hover {
    color: var(--white-color);
}
.ot-btn.style4:hover:before,
.ot-btn.style4:hover:after {
    background-color: var(--title-color);
}
.ot-btn.style5 {
    background-color: var(--white-color);
}
.ot-btn.style5:hover {
    color: var(--white-color);
}
.ot-btn.style5:hover:before,
.ot-btn.style5:hover:after {
    background-color: var(--theme-color2);
}
.ot-btn.btn-sm {
    padding: 16px 30px;
}
.ot-btn.w-100:hover::before,
.ot-btn.w-100.active::before {
    height: 760%;
}
.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.icon-btn:hover {
    background-color: var(--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-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: transparent;
    border: 1px solid 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(--white-color);
    color: var(--theme-color);
}
.play-btn.style2 > i {
    --icon-size: 100px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid 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: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color);
}
.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.link-btn:hover {
    color: var(--theme-color);
}
.link-btn:hover::before {
    width: 100%;
}
.line-btn {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--body-color);
}
.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 51px;
    height: 1px;
    background-color: var(--body-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: 100%;
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 40px;
    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: 35px;
    font-size: 16px;
    color: var(--theme-color2);
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 3px solid rgba(255, 156, 0, 0.3);
    box-shadow: none;
    border-radius: 50%;
}
.scroll-top svg {
    color: var(--theme-color2);
    border-radius: 50%;
    background: var(--white-color);
}
.scroll-top svg path {
    fill: none;
}
.scroll-top .progress-circle path {
    stroke: var(--theme-color2);
    stroke-width: 8px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 11px);
    margin-top: -0.23em;
}
.sub-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-color2);
    font-family: var(--style-font);
    text-transform: capitalize;
    margin-bottom: 24px;
    position: relative;
    display: block;
}
.sub-title img {
    margin: -8px 10px 0 0;
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 11px);
    position: relative;
    z-index: 2;
}
.title-area .sec-title {
    margin-bottom: 22px;
}
.title-area.mb-0 .sec-title {
    margin-bottom: -0.23em;
}
.mb-34 {
    margin-bottom: 34px;
}
.box-title {
    font-size: 22px;
    line-height: 1.455;
    margin-top: -0.32em;
    font-weight: 600;
}
.box-title a {
    color: inherit;
}
.box-title a:hover {
    color: var(--theme-color);
}
.title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}
.title-wrap .box-title {
    margin: 0;
}
.sec-text {
    max-width: 670px;
}
.title-area.text-center .sec-text {
    margin-left: auto;
    margin-right: auto;
}
.sec-btn {
    margin-bottom: var(--section-title-space);
}
@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px;
    }
    .title-area,
    .sec-title {
        --section-title-space: 60px;
    }
    .title-area.mb-30,
    .sec-title.mb-30 {
        margin-bottom: 25px;
    }
    .title-area.mb-40,
    .sec-title.mb-40 {
        margin-bottom: 30px;
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 32px;
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 35px;
    }
    .title-area.mb-25,
    .sec-title.mb-25 {
        margin-bottom: 15px;
    }
    .title-area.mb-35,
    .sec-title.mb-35 {
        margin-bottom: 25px;
    }
    .sec-btn {
        --section-title-space: 65px;
    }
}
@media (max-width: 991px) {
    .title-area,
    .sec-title {
        --section-title-space: 45px;
    }
    .title-area.mb-40,
    .sec-title.mb-40 {
        margin-bottom: 25px;
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 27px;
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 28px;
    }
    .sec-btn {
        --section-title-space: 45px;
    }
}
@media (max-width: 575px) {
    .sub-title .text {
        padding: 2px 12px;
        min-width: 120px;
    }
}
.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: -4px;
    right: -4px;
    font-weight: 400;
}
.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.box-text {
    margin-bottom: -0.4em;
}
.rounded-20 {
    border-radius: 20px;
}
@media (max-width: 767px) {
    .rounded-20 {
        border-radius: 10px;
    }
}
.rounded-10 {
    border-radius: 10px;
}
.ot-social a {
    display: inline-block;
    width: var(--icon-size, 44px);
    height: var(--icon-size, 44px);
    line-height: var(--icon-size, 44px);
    background-color: transparent;
    color: var(--body-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    border: none;
    background-color: var(--smoke-color);
}
.ot-social a:last-child {
    margin-right: 0;
}
.ot-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px;
}
.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    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: 10px;
    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;
}
.box-icon img,
.box-img img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.box-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}
.box-bottom .line-btn {
    margin-bottom: -0.5em;
    white-space: nowrap;
}
.text-social {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 40px;
}
.text-social a {
    font-weight: 700;
    color: var(--title-color);
    text-transform: uppercase;
}
.text-social a:hover {
    color: var(--theme-color);
}
@media (max-width: 375px) {
    .text-social a {
        font-size: 14px;
    }
}
.xdsoft_datetimepicker {
    background-color: var(--white-color);
    z-index: 5;
}
.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.font-icon {
    font-family: var(--icon-font);
}
.font-title {
    font-family: var(--title-font);
}
.font-body {
    font-family: var(--body-font);
}
.font-style {
    font-family: var(--style-font);
}
.fw-extralight {
    font-weight: 100;
}
.fw-light {
    font-weight: 300;
}
.fw-normal {
    font-weight: 400;
}
.fw-medium {
    font-weight: 500;
}
.fw-semibold {
    font-weight: 600;
}
.fw-bold {
    font-weight: 700;
}
.fw-extrabold {
    font-weight: 800;
}
.fs-md {
    font-size: 18px;
}
.fs-lg {
    font-size: 20px;
}
.fs-xs {
    font-size: 14px;
}
.fs-60 {
    font-size: 60px;
    line-height: 74px;
}
@media (max-width: 1199px) {
    .fs-60 {
        font-size: 50px;
        line-height: 62px;
    }
}
@media (max-width: 991px) {
    .fs-60 {
        font-size: 38px;
        line-height: 1.33;
    }
}
@media (max-width: 767px) {
    .fs-60 {
        font-size: 32px;
    }
}
.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-smoke3 {
    background-color: var(--smoke-color3) !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-body {
    background-color: var(--body-color) !important;
}
.gr-bg1 {
    background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color2));
    background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}
.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-left {
    background-position: left center;
}
.bg-top {
    background-position: top center;
}
.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="theme2"]:before {
    background-color: var(--theme-color2);
}
[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-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;
}
.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: 0 0 -10px 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 10px 0;
    padding: 17px 45px 17px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.313;
    color: var(--title-color);
    border-radius: 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
    position: relative;
}
.widget_nav_menu a::after,
.widget_meta a::after,
.widget_pages a::after,
.widget_archive a::after,
.widget_categories a::after {
    content: "\f061";
    position: absolute;
    right: 25px;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 16px;
    text-align: center;
    font-family: var(--icon-font);
    font-weight: 400;
    color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: #edf6ef;
    pointer-events: none;
}
.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    height: 100%;
    width: 4px;
    border-radius: 4px 0 0 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--white-color);
}
.widget_nav_menu a:hover:after,
.widget_meta a:hover:after,
.widget_pages a:hover:after,
.widget_archive a:hover:after,
.widget_categories a:hover:after {
    color: var(--white-color);
    background-color: #5cb070;
}
.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before {
    width: 100%;
    border-radius: 4px;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative;
}
.widget_nav_menu li img,
.widget_meta li img,
.widget_pages li img,
.widget_archive li img,
.widget_categories li img {
    position: absolute;
    top: 50%;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
    color: var(--theme-color);
    background-color: #edf6ef;
    min-width: 23px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 16px;
    font-size: 12px;
    text-align: right;
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 24px;
    top: calc(50% - 15px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
    pointer-events: none;
}
.widget_nav_menu li:hover img,
.widget_meta li:hover img,
.widget_pages li:hover img,
.widget_archive li:hover img,
.widget_categories li:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.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(--white-color);
    background-color: #5cb070;
}
.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 {
    --widget-padding-x: 40px;
    --widget-padding-y: 40px;
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
    background-color: var(--smoke-color2);
}
.widget select,
.widget input {
    height: 56px;
    background-color: var(--input-bg, #fff);
    border-color: var(--white-color);
}
.widget[data-overlay]:before {
    z-index: -1;
}
.widget_title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.1em 0 28px 0;
}
.widget_title:before {
    content: "";
    height: 17px;
    width: 4px;
    background-color: var(--theme-color);
    position: absolute;
    top: 1px;
    left: calc(var(--widget-padding-x) * -1);
}
.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 {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    background-color: transparent;
    color: var(--title-color);
    display: inline-block;
    font-size: 18px;
}
.widget .search-form button:hover {
    background-color: transparent;
    color: var(--theme-color);
}
.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 18px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: var(--title-color);
    background-color: var(--white-color);
    border-radius: 4px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border-color: var(--theme-color);
}
.wp-block-tag-cloud,
.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px;
}
.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 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;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}
.recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.recent-post .media-img {
    margin-right: 20px;
    width: 80px;
    overflow: hidden;
    border-radius: 6px;
}
.recent-post .media-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.recent-post .post-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: -0.15em 0 8px 0;
    font-family: var(--title-font);
    text-transform: capitalize;
}
.recent-post .recent-post-meta {
    margin-bottom: -0.3em;
}
.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
}
.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover {
    color: var(--theme-color);
}
.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sidebar-area {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    right: 0;
    margin-bottom: -10px;
}
.sidebar-area-wrap {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}
.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;
}
.widget_shopping_cart .widget_title {
    margin-bottom: 30px;
    border-bottom: none;
}
.widget_shopping_cart ul {
    margin: 0;
    padding: 0;
}
.widget_shopping_cart ul li {
    list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
    text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    font-size: 20px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--white-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
    color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
    color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px;
}
.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}
.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 20px;
    color: var(--white-color);
    font-family: var(--title-font);
}
.widget_shopping_cart .amount {
    padding-left: 5px;
}
.widget_shopping_cart .ot-btn {
    margin-right: 15px;
}
.widget_shopping_cart .ot-btn:last-child {
    margin-right: 0;
}
.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px;
}
.author-widget-wrap {
    text-align: center;
}
.author-widget-wrap .avater {
    margin-bottom: 20px;
}
.author-widget-wrap .avater img {
    border-radius: 50%;
}
.author-widget-wrap .name {
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: 15px;
}
.author-widget-wrap .name a {
    color: inherit;
}
.author-widget-wrap .name a:hover {
    color: var(--theme-color);
}
.author-widget-wrap .author-bio {
    color: var(--white-color);
    margin-bottom: 23px;
}
.author-widget-wrap .author-social {
    display: block;
}
.author-widget-wrap .author-social a {
    font-size: 16px;
    color: var(--white-color);
    position: relative;
    border-right: 1px solid var(--body-color);
    padding: 6px 15px 6px 0;
    margin-right: 12px;
}
.author-widget-wrap .author-social a:last-child {
    padding: 6px 0 6px 0;
    margin-right: 0;
    border-right: none;
}
.author-widget-wrap .author-social a:hover {
    color: var(--theme-color);
}
.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 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 40px;
}
.widget-banner {
    text-align: center;
    padding-top: 150px;
}
.widget-banner .box-title {
    color: var(--white-color);
    margin-bottom: 18px;
}
.widget-banner .box-link {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--white-color);
}
.widget-banner .box-link a {
    color: var(--white-color);
}
.widget-banner .box-link a:hover {
    color: var(--theme-color2);
}
.widget-banner .ot-btn {
    margin-top: 25px;
}
.info-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info-list li {
    color: var(--white-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 14px;
    padding-top: 14px;
}
.info-list li:first-child {
    padding-top: 0;
}
.info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -0.4em;
}
.info-list strong {
    font-weight: bold;
    color: var(--theme-color);
    margin-right: 10px;
}
.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 {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px;
    }
    .widget_offer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .sidebar-area {
        padding-top: 30px;
    }
    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px;
    }
}
@media (max-width: 575px) {
    .widget {
        --widget-padding-y: 20px;
        --widget-padding-x: 20px;
        border-radius: 10px;
    }
}
@media (max-width: 330px) {
    .recent-post .media-img {
        margin-right: 15px;
    }
    .recent-post .post-title {
        font-size: 14px;
        line-height: 23px;
    }
    .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: 55px;
    background-color: transparent;
    border: 1px solid #283752;
}
.footer-widget input:focus,
.footer-widget select:focus {
    border-color: var(--theme-color);
    background-color: transparent;
}
.footer-widget .form-group > i {
    color: var(--theme-color);
}
.footer-widget .widget_title {
    max-width: 275px;
    margin-bottom: 35px;
    font-weight: 600;
    color: var(--white-color);
    display: block;
    position: relative;
    padding-left: 20px;
}
.footer-widget .widget_title:before {
    left: 0;
    top: 2px;
}
.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 20px;
    margin-bottom: 22px;
    font-family: var(--body-font);
    color: var(--body-color);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    border: none;
    background-color: transparent;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.footer-widget.widget_meta a:after,
.footer-widget.widget_pages a:after,
.footer-widget.widget_archive a:after,
.footer-widget.widget_categories a:after,
.footer-widget.widget_nav_menu a:after {
    content: "\f054";
    font-weight: 900;
    right: unset;
    left: 0;
    top: 3px;
    height: auto;
    width: auto;
    line-height: 1;
    background-color: transparent;
    border: none;
    color: inherit;
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: 0.4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform;
    font-size: 0.9em;
}
.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 a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color);
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.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: 310px;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
}
.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: 35px;
}
.ot-widget-about .about-text {
    margin-bottom: 25px;
    margin-top: -0.46em;
}
.footer-text {
    margin-top: -0.46em;
    margin-bottom: 30px;
}
.newsletter-widget {
    position: relative;
    z-index: 2;
    max-width: 280px;
}
.newsletter-widget .form-group {
    margin-bottom: 17px;
}
.newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.newsletter-form .form-control {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    color: var(--title-color);
}
.newsletter-form .form-control::-moz-placeholder {
    color: var(--title-color);
}
.newsletter-form .form-control::-webkit-input-placeholder {
    color: var(--title-color);
}
.newsletter-form .form-control:-ms-input-placeholder {
    color: var(--title-color);
}
.newsletter-form .form-control::-ms-input-placeholder {
    color: var(--title-color);
}
.newsletter-form .form-control::placeholder {
    color: var(--title-color);
}
.newsletter-form .form-control:focus {
    background-color: var(--white-color);
    border-color: var(--title-color);
}
.newsletter-form .icon-btn {
    min-width: 55px;
    height: 55px;
    border-radius: 0;
    background-color: var(--title-color);
    color: var(--white-color);
}
@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;
    }
}
.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;
}
.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}
@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}
@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}
.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    text-transform: uppercase;
}
.main-menu a:hover {
    color: var(--theme-color);
}
.main-menu > ul > li {
    margin: 0 15px;
}
.main-menu > ul > li > a {
    padding: 31.5px 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.menu-item-has-children > a:after {
    content: "\f078";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: 0;
}
.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(--white-color);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px;
}
.main-menu ul.sub-menu {
    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.menu-item-has-children > a:after {
    content: "";
    float: right;
    top: 1px;
}
.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 23px;
    text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 700;
}
.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;
}
@media (max-width: 1500px) {
    .main-menu > ul > li {
        margin: 0 13px;
    }
}
.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    position: relative;
}
.simple-icon:has(.badge) {
    padding-right: 8px;
}
.simple-icon .badge {
    top: -8px;
    right: 0;
    font-size: 11px;
    padding: 0.3em 0.45em;
}
.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: 22px;
}
.header-button .ot-btn {
    margin-left: 20px;
}
.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0;
}
.header-button .icon-btn:hover .badge {
    background-color: var(--title-color);
}
.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--body-color);
}
.social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
}
.social-links a:last-child {
    margin-right: 0 !important;
}
.social-links a:hover {
    color: var(--theme-color);
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.header-links li:not(:last-child) {
    margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
    content: "";
    height: 14px;
    width: 2px;
    background-color: var(--body-color);
    position: absolute;
    top: 0px;
    right: -30px;
    margin-top: 7px;
    opacity: 0.6;
}
.header-links li > i {
    margin-right: 6px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color);
}
.header-links a:hover {
    color: var(--theme-color);
}
.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px;
}
.header-links .social-links a {
    font-size: 14px;
}
.header-notice {
    margin: 0;
}
.header-top {
    padding: 6.5px 0;
    background-color: var(--theme-color);
    --body-color: #fff;
}
.header-top a:hover {
    color: var(--title-color);
}
.header-top .social-title {
    font-size: 14px;
    font-weight: 400;
}
.header-top .social-links a:hover {
    color: var(--title-color);
}
.header-layout1 {
    position: relative;
}
.header-layout1 .menu-area {
    position: relative;
    z-index: 2;
}
.header-layout1 .header-logo {
    position: relative;
    z-index: 2;
}
.header-layout1 .ot-menu-toggle {
    margin-left: auto;
}
@media (min-width: 1300px) {
    .header-layout1 {
        --main-container: 1600px;
    }
}
@media (max-width: 1399px) {
    .header-layout1 .header-button .ot-btn {
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    .header-layout1 .header-logo img {
        max-width: 160px;
    }
}
.header-layout2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header-layout2 .menu-area {
    position: relative;
    z-index: 2;
    padding: 0 40px;
    background-color: var(--white-color);
}
.header-layout2 .header-logo {
    position: relative;
    z-index: 2;
}
.header-layout2 .ot-menu-toggle {
    margin-left: auto;
}
@media (min-width: 1300px) {
    .header-layout2 {
        --main-container: 1520px;
    }
}
@media (max-width: 1399px) {
    .header-layout2 .header-button .ot-btn {
        margin-left: 0;
    }
    .header-layout2 .menu-area {
        padding: 0 15px;
    }
    .header-layout2 .main-menu > ul > li {
        margin: 0 11px;
    }
}
@media (max-width: 1199px) {
    .header-layout2 {
        position: relative;
    }
    .header-layout2 .menu-area {
        padding: 0 36px;
    }
    .header-layout2 .sticky-wrapper .container {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    .header-layout2 .main-menu > ul > li {
        margin: 0 16px;
    }
}
@media (max-width: 575px) {
    .header-layout2 .menu-area {
        padding: 0 12px;
    }
    .header-layout2 .header-logo img {
        max-width: 160px;
    }
}
.footer-wrapper {
    position: relative;
    z-index: 2;
}
.footer-wrapper .newsletter-title {
    color: var(--white-color);
}
.footer-wrapper .ot-social a {
    --icon-size: 44px;
    font-size: 14px;
    background-color: #282828;
}
.footer-wrapper .ot-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.widget-area {
    padding-top: var(--section-space);
    padding-bottom: 75px;
}
.copyright-wrap {
    padding: 26px 0;
    background-color: #282828;
}
@media (max-width: 1199px) {
    .copyright-wrap {
        padding: 24px 0;
    }
}
.copyright-wrap.bg-style1 {
    /* margin-top: -35px;
    padding: 72px 0 20px 0; */
    background-color: transparent;
    background-position: top center;
    background-size: 1920px 124px;
    background-repeat: repeat-x;
}
.copyright-text {
    margin: 0;
}
.copyright-text a {
    color: var(--theme-color);
}
.copyright-text a:hover {
    color: var(--white-color);
}
@media (max-width: 1399px) {
    .ot-social a {
        margin-right: 3px;
    }
    .ot-social a:last-child {
        margin-right: 0;
    }
}
.footer-links ul {
    padding: 0;
    margin: 0;
}
.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}
.footer-links li:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0;
}
.footer-links li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.footer-links li:last-child:after {
    display: none;
}
.footer-links a {
    font-family: inherit;
    color: var(--body-color);
}
.footer-links a:hover {
    color: var(--theme-color);
}
.footer-layout1 {
    background-color: var(--title-color);
    --body-color: #b5b5b5;
    overflow: hidden;
}
.newsletter-sec1 {
    background-position: bottom center;
    background-size: auto;
}
.ot-widget-contact {
    max-width: 230px;
}
.info-box {
    margin-bottom: 24px;
    padding-left: 35px;
    position: relative;
}
.info-box:last-child {
    margin-bottom: -5px;
}
.info-box_icon {
    font-size: 18px;
    line-height: 1;
    color: var(--theme-color);
    width: 32px;
    position: absolute;
    top: 5px;
    left: 0;
}
.info-box_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.45em;
    margin-bottom: 0;
}
.info-box_link {
    display: inline-block;
    color: var(--body-color);
}
.info-box_link:hover {
    color: var(--theme-color);
}
@media (max-width: 991px) {
    .footer-layout1 .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 38px;
    }
    .copyright-text {
        text-align: center;
    }
}
.newsletter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
}
@media (max-width: 991px) {
    .newsletter-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        text-align: center;
        padding: 40px 0;
    }
}
.newsletter-wrap .newsletter-title {
    margin-bottom: -0.23em;
    max-width: 460px;
    color: var(--white-color);
}
@media (max-width: 991px) {
    .newsletter-wrap .newsletter-title {
        max-width: 100%;
    }
}
.newsletter-form {
    max-width: 550px;
    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;
}
.newsletter-form .form-group {
    width: 100%;
}
.newsletter-form .form-control {
    width: 100%;
    color: var(--body-color);
    border-radius: 0;
}
.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 .ot-btn {
    min-width: 150px;
    border-radius: 0;
}
@media (max-width: 575px) {
    .newsletter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer-wrapper .footer-shape-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 36.2%;
    background-color: #1c232e;
}
@media (min-width: 1922px) {
    .footer-wrapper .footer-shape-bg {
        display: none;
    }
}
@media (max-width: 1700px) {
    .footer-wrapper .footer-shape-bg {
        display: none;
    }
}
@media (min-width: 1199px) {
    .footer-margin-sec .booking-form {
        padding-bottom: 226px;
    }
    .footer-margin-sec .schedule-card {
        margin-bottom: 146px;
    }
}
.footer-margin-sec {
    margin-bottom: -148px;
}
@media (max-width: 991px) {
    .footer-margin-sec {
        margin-bottom: -122px;
    }
}
@media (max-width: 767px) {
    .footer-margin-sec {
        margin-bottom: -117px;
    }
}
@media (max-width: 575px) {
    .footer-margin-sec {
        margin-bottom: -150px;
    }
}
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 28px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}
.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative;
}
.breadcumb-menu li:after {
    content: "\f324";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    color: inherit;
    font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--theme-color2);
}
.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: 600;
    font-size: 16px;
    color: #141414;
    text-transform: uppercase;
}
.breadcumb-title {
    font-weight: 700;
    font-size: 40px;
    color: #141414;
    margin: -0.2em 0 -0.2em 0;
    display: block;
    position: relative;
    text-align: center;
}
.breadcumb-wrapper {
    /* background-color: var(--title-color); */
    /* padding: 144px 0 165px 0; */
    padding-top: 114px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
    color: #141414;
}
@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 115px 0 130px;
    }
    .breadcumb-menu {
        margin: 20px 0 -0.5em 0;
    }
}
@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 44px 0 34px;
    }
    .breadcumb-menu {
        margin: 16px 0 -0.5em 0;
    }
    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px;
    }
    .breadcumb-title {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 34px;
    }
}
.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(--border-color);
    color: var(--title-color);
    background-color: var(--white-color);
    width: 56px;
    height: 56px;
    line-height: 54px;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    border-radius: 28px;
}
.ot-pagination span.active,
.ot-pagination span:hover,
.ot-pagination a.active,
.ot-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    box-shadow: none;
}
@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: 16px;
    line-height: 1.56;
    padding: 40px 40px 40px 40px;
    font-weight: 500;
    display: block;
    position: relative;
    background-color: var(--smoke-color2);
    overflow: hidden;
    margin: 35px 0;
    color: var(--title-color);
    border-left: 3px solid var(--theme-color);
    border-radius: 10px;
}
blockquote p,
.wp-block-quote p {
    font-size: inherit;
    font-family: inherit;
    margin-top: -0.3em;
    margin-bottom: 16px;
    line-height: inherit;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
}
blockquote p a,
.wp-block-quote p a {
    color: inherit;
}
blockquote:before,
.wp-block-quote:before {
    content: url('data:image/svg+xml,<svg width="60" height="42" viewBox="0 0 60 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.25" d="M49.4062 41.75C47.5312 41.75 46.0937 40.9525 45.0937 39.3575C44.0937 37.7625 44.0312 36.1225 44.9062 34.4375L48.75 26.75H41.25C39.1875 26.75 37.4212 26.015 35.9512 24.545C34.4812 23.075 33.7475 21.31 33.75 19.25V8C33.75 5.9375 34.485 4.17125 35.955 2.70126C37.425 1.23126 39.19 0.497506 41.25 0.500006H52.5C54.5625 0.500006 56.3287 1.23501 57.7987 2.70501C59.2687 4.175 60.0025 5.94 60 8V24.9687C60 25.5312 59.9525 26.11 59.8575 26.705C59.7625 27.3 59.56 27.8463 59.25 28.3438L53.9062 38.9375C53.4687 39.8125 52.8437 40.5 52.0312 41C51.2187 41.5 50.3437 41.75 49.4062 41.75ZM15.6563 41.75C13.7813 41.75 12.3438 40.9525 11.3438 39.3575C10.3438 37.7625 10.2813 36.1225 11.1563 34.4375L15 26.75H7.5C5.4375 26.75 3.67125 26.015 2.20126 24.545C0.731256 23.075 -0.00249363 21.31 6.36672e-06 19.25V8C6.36672e-06 5.9375 0.735005 4.17125 2.20501 2.70126C3.675 1.23126 5.44 0.497506 7.5 0.500006H18.75C20.8125 0.500006 22.5788 1.23501 24.0488 2.70501C25.5188 4.175 26.2525 5.94 26.25 8V24.9687C26.25 25.5312 26.2025 26.11 26.1075 26.705C26.0125 27.3 25.81 27.8463 25.5 28.3438L20.1563 38.9375C19.7188 39.8125 19.0938 40.5 18.2813 41C17.4688 41.5 16.5938 41.75 15.6563 41.75Z" fill="%23B3EEC1"/></svg>');
    font-family: var(--icon-font);
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 6rem;
    font-weight: 600;
    opacity: 1;
    line-height: 3.8rem;
    color: rgba(255, 157, 45, 0.25);
    font-style: normal;
}
blockquote cite,
.wp-block-quote cite {
    display: block;
    font-size: 20px;
    position: relative;
    border-color: inherit;
    line-height: 1;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: -0.2em;
    font-style: normal;
    font-family: var(--title-font);
    padding-left: 50px;
    margin-left: 10px;
    white-space: nowrap;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
blockquote cite:before,
.wp-block-quote cite:before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 8px;
    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(--title-color);
}
.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
    padding: 40px 15px 40px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px;
}
.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
    padding: 40px 15px 40px 15px;
}
.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
    font-size: 14px;
}
.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
    bottom: 6px;
}
.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
    bottom: 7px;
}
@media (max-width: 1199px) {
    blockquote,
    .wp-block-quote {
        font-size: 18px;
        padding: 40px 20px 40px 20px;
    }
    blockquote:before,
    .wp-block-quote:before {
        font-size: 4rem;
        line-height: 2.5rem;
    }
    blockquote.style-left-icon,
    blockquote.is-large:not(.is-style-plain),
    blockquote.is-style-large:not(.is-style-plain),
    blockquote.has-text-align-right,
    .wp-block-quote.style-left-icon,
    .wp-block-quote.is-large:not(.is-style-plain),
    .wp-block-quote.is-style-large:not(.is-style-plain),
    .wp-block-quote.has-text-align-right {
        padding: 40px 20px 40px 20px;
    }
}
@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%;
    }
    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px;
    }
}
@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;
    }
}
.blog-meta {
    display: block;
}
.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 14px;
    color: var(--body-color);
    font-family: var(--body-font);
    position: relative;
    margin-right: 16px;
}
.blog-meta span i,
.blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0;
}
.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
    padding-right: 20px;
}
.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
    content: "";
    height: 16px;
    width: 1px;
    background-color: #d8dde1;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}
.blog-meta .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.blog-meta a:hover {
    color: var(--theme-color);
}
@media (max-width: 1199px) {
    .blog-meta span,
    .blog-meta a {
        margin-right: 15px;
    }
    .blog-meta span:not(:last-child),
    .blog-meta a:not(:last-child) {
        padding-right: 15px;
    }
}
@media (max-width: 575px) {
    .blog-meta span,
    .blog-meta a {
        margin-right: 20px;
    }
    .blog-meta span:not(:last-child),
    .blog-meta a:not(:last-child) {
        padding-right: 0;
    }
    .blog-meta span:not(:last-child):after,
    .blog-meta a:not(:last-child):after {
        display: none;
    }
}
.blog-audio,
.blog-img,
.blog-video {
    line-height: 0px;
}
.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: 50px;
    margin-bottom: 40px;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    background-color: var(--smoke-color2);
    border-radius: 10px;
    overflow: hidden;
}
.blog-author .auhtor-img {
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.blog-author .author-name {
    font-size: 20px;
    margin-top: -0.2em;
    margin-bottom: 10px;
}
.blog-author .author-text {
    margin-bottom: -0.5em;
}
.blog-author .media-body {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
@media (max-width: 1199px) {
    .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) {
    .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: 150px;
    }
}
@media (max-width: 767px) {
    .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: 575px) {
    .blog-author {
        gap: 30px;
        padding: 25px;
        text-align: center;
    }
}
.social-links a {
    display: inline-block;
    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-top: 1px solid var(--smoke-color);
    border-bottom: 1px solid var(--smoke-color);
    padding: 30px 0;
    margin-top: var(--blog-space-y, 60px);
    margin-bottom: 30px;
}
.blog-navigation > div {
    min-width: 220px;
}
.blog-navigation .nav-text {
    font-size: 18px;
    font-family: var(--body-font);
    color: var(--title-color);
    display: inline-block;
    font-weight: 600;
}
.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;
}
.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;
}
.blog-navigation .nav-btn:hover .nav-text {
    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: 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 {
        font-size: 14px;
    }
    .blog-navigation .blog-btn {
        display: none;
    }
}
@media (min-width: 1300px) {
    .blog-single,
    .page-sidebar,
    .ot-comment-form,
    .ot-comments-wrap,
    .blog-navigation,
    .blog-author {
        margin-right: 16px;
    }
}
.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
}
.blog-single .blog-title {
    margin-bottom: 13px;
    font-size: 32px;
    line-height: 1.278;
    font-weight: 700;
}
.blog-single .ot-btn {
    padding: 16px 25px;
}
.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.5em 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);
    border-radius: 10px;
    margin-bottom: 35px;
}
.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
}
.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;
}
@media (max-width: 1399px) {
    .blog-single {
        --blog-space-x: 30px;
        --blog-space-y: 30px;
        margin-bottom: 40px;
    }
}
@media (max-width: 1199px) {
    .blog-single .blog-title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .blog-single .blog-title {
        font-size: 28px;
        line-height: 1.35;
    }
    .blog-single .blog-text {
        margin-bottom: 15px;
    }
    .blog-single .blog-bottom {
        padding-top: 15px;
    }
}
@media (max-width: 575px) {
    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
        border-radius: 10px;
    }
    .blog-single .blog-audio,
    .blog-single .blog-img,
    .blog-single .blog-video {
        margin-bottom: 30px;
    }
}
@media (max-width: 375px) {
    .blog-single .blog-title {
        font-size: 24px;
    }
}
.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-top: 35px;
}
.share-links > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-y: 20px;
}
.share-links .ot-social {
    display: inline-block;
}
.share-links .ot-social a {
    --icon-size: 40px;
    font-size: 14px;
}
.blog-details .blog-single {
    background-color: var(--white-color);
}
@media (max-width: 1399px) {
    .share-links {
        --blog-space-x: 20px;
    }
}
@media (max-width: 991px) {
    .share-links {
        --blog-space-x: 40px;
    }
}
@media (max-width: 767px) {
    .share-links {
        --blog-space-x: 20px;
    }
    .blog-inner-title {
        font-size: 26px;
    }
    .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0;
    }
}
@media (max-width: 575px) {
    .blog-inner-title {
        font-size: 24px;
    }
}
.ot-comment-form {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    position: relative;
}
.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,
.ot-comments-wrap {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 50px;
}
.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(--border-color);
}
.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;
    margin-bottom: 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: 80px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
}
.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: 4px;
    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: 10px;
    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.4em;
}
.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;
    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(--border-color);
}
.ot-comments-wrap.ot-comment-form {
    margin: 0;
}
@media (max-width: 1399px) {
    .ot-comment-form,
    .ot-comments-wrap {
        --blog-space-x: 30px;
        --blog-space-y: 30px;
    }
}
@media (max-width: 1199px) {
    .ot-comments-wrap .children {
        margin-left: 40px;
    }
}
@media (max-width: 767px) {
    .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: 575px) {
    .ot-comment-form,
    .ot-comments-wrap {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
    }
}
.ot-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 102px;
    text-align: center;
}
@media (max-width: 768px) {
    .ot-hero-wrapper {
        margin-top: 0px;
        height: 163vh;
        /* height: 118vh; */
    }
}
@media (max-width: 500px) {
    .ot-hero-wrapper {
        height: 118vh;
    }
}
@media (max-width: 768px) {
    .ot-hero-wrapper .hero-inner {
        /* height: 100vh; */
    }
}
.ot-hero-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
    background: url("../img/hero/banner-img.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
@media (max-width: 500px) {
    .ot-hero-wrapper::after {
        background: #eee;
        background: url("../img/hero/responsive-banner.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
}
.ot-hero-bg {
    position: absolute;
    inset: 0;
}
.ot-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-title {
    font-weight: 700;
    font-size: 120px;
    line-height: 1;
    margin-top: -0.135em;
    margin-bottom: 43px;
    text-transform: capitalize;
}
.hero-title .title1,
.hero-title .title2 {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.hero-subtitle {
    font-family: var(--style-font);
    font-size: 30px;
    color: var(--theme-color);
    display: block;
    margin-bottom: 25px;
}
.hero-text {
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
    .hero-title {
        font-size: 100px;
        line-height: 1.14;
    }
}
@media (max-width: 1199px) {
    .hero-title {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
    .hero-title {
        font-size: 70px;
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 60px;
        margin-bottom: 35px;
    }
}
@media (max-width: 575px) {
    .hero-title {
        font-size: 48px;
        line-height: 1.3;
    }
}
@media (max-width: 375px) {
    .hero-title {
        font-size: 42px;
    }
}
.hero-1 .ot-hero-bg {
    background-position: bottom center;
}
.hero-1 .play-btn {
    position: absolute;
    top: calc(50% - 125px);
    right: 100px;
    z-index: 10;
}
@media (max-width: 991px) {
    .hero-1 .play-btn {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .hero-1 .play-btn {
        position: relative;
        right: unset;
        top: unset;
        margin-bottom: 50px;
    }
}
.hero-style1 {
    position: relative;
    z-index: 5;
    padding: 190px 0 300px 0;
    text-align: left;
}
.hero-style1 .hero-title {
    color: var(--white-color);
}
.hero-style1 .hero-text {
    color: var(--white-color);
    max-width: 575px;
}
.hero-style1 .ot-btn.style4:hover {
    color: var(--theme-color2);
}
.hero-style1 .ot-btn.style4:before,
.hero-style1 .ot-btn.style4:after {
    background-color: var(--white-color);
}
@media (max-width: 1199px) {
    .hero-style1 {
        padding: 150px 0 220px 0;
    }
    .hero-style1 .hero-text {
        max-width: 550px;
    }
}
@media (max-width: 991px) {
    .hero-style1 {
        padding: 120px 0 190px 0;
    }
}
@media (max-width: 767px) {
    .hero-style1 {
        text-align: center;
    }
    .hero-style1 .title1,
    .hero-style1 .title2 {
        margin-left: auto;
        margin-right: auto;
    }
}
.hero-title2 {
    font-size: 52px;
    line-height: 95px;
    margin-bottom: 46px;
    margin-top: -0.14em;
}
.hero-title2 .title {
    display: block;
}
@media (max-width: 1399px) {
    .hero-title2 {
       font-size: 41px;
        line-height: 50px;
    }
}
@media (max-width: 1199px) {
    .hero-title2 {
       font-size: 41px;
        line-height: 50px;
        margin-bottom: 35px;
    }
}
@media (max-width: 575px) {
    .hero-title2 {
        font-size: 35px;
    }
}
@media (max-width: 340px) {
    .hero-title2 {
        font-size: 33px;
    }
}
.hero-2 .hero-img {
    position: absolute;
    top: 25%;
    right: -80px;
}
.hero-2 .hero-img img {
    border-radius: 999px 999px 0 0;
}
/* .hero-style2 {
    padding: 320px 0 180px 0;
} */
.hero-style2 .hero-title2 {
    color: var(--white-color);
}
@media (max-width: 2560px) {
    /* .hero-style2 {
        padding: 198px 0;
        text-align: center;
    } */
}
@media (max-width: 1399px) {
    .hero-2 .hero-img {
        right: 0;
    }
}
@media (max-width: 1299px) {
    .hero-2 .hero-img {
        max-width: 460px;
    }
}
@media (max-width: 1199px) {
    .hero-2 .hero-img {
        top: 12%;
    }
    .hero-style2 {
        padding: 150px 0;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .hero-2 .hero-img {
        position: relative;
        top: unset;
        right: unset;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-2 .hero-img img {
        width: 100%;
    }
    .hero-style2 {
        padding: 100px 0 50px 0;
        text-align: center;
    }
}
.error-content {
    text-align: center;
    max-width: 640px;
    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;
    }
}
.popup-search-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.popup-search-box .search-content {
    background-color: var(--white-color);
    height: 350px;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: visibility 0.8s step-end, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    transition: visibility 0.8s step-end, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end,
        -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
}
.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--theme-color);
}
.popup-search-box button.searchClose:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.popup-search-box form {
    display: block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}
.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: var(--title-color);
    border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
    color: var(--title-color);
}
.popup-search-box form input::-webkit-input-placeholder {
    color: var(--title-color);
}
.popup-search-box form input:-ms-input-placeholder {
    color: var(--title-color);
}
.popup-search-box form input::-ms-input-placeholder {
    color: var(--title-color);
}
.popup-search-box form input::placeholder {
    color: var(--title-color);
}
.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: var(--theme-color);
    font-size: 24px;
    right: 12px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}
.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.popup-search-box.show {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
}
.popup-search-box.show .search-content {
    -webkit-transition: visibility 0.8s step-start, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    transition: visibility 0.8s step-start, -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start,
        -webkit-transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.popup-search-box.show form {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
    --body-color: #fff;
    background-color: var(--title-color);
    width: 650px;
    margin-left: auto;
    padding: 80px 60px 40px 130px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s;
    -webkit-clip-path: ellipse(100% 100% at 100% 50%);
    clip-path: ellipse(100% 100% at 100% 50%);
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.sidemenu-wrapper.show .sidemenu-content .widget {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.sidemenu-wrapper.show .sidemenu-content .widget:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.sidemenu-wrapper.show .sidemenu-content .widget:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.input-white .form-control,
.input-white .form-select {
    background-color: #f8f7f3;
}
.input-white .form-group > i {
    background-color: var(--white-color);
}
.contact-feature {
    border-radius: 10px;
    background-color: var(--smoke-color2);
    text-align: center;
    padding: 40px 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: 1px solid transparent;
}
.contact-feature .box-icon {
    width: 100px;
    height: 100px;
    line-height: 96px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 25px auto;
}
.contact-feature .box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.contact-feature .box-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-feature .box-text a {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
}
.contact-feature .box-text a:hover {
    color: var(--theme-color);
}
.contact-feature:hover {
    border-color: var(--theme-color);
}
.contact-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.contact-form {
    background-color: white;
    padding: 31px 100px;
    border: 1px solid #0000000d;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}
@media (max-width: 1199px) {
    .contact-form {
        padding: 60px;
    }
}
@media (max-width: 575px) {
    .contact-form {
        padding: 40px 20px;
    }
}
.contact-map {
    margin-top: -325px;
    line-height: 0px;
    background-color: #f8f7f3 !important;
}
@media (max-width: 1199px) {
    /* .contact-map {
        margin-top: -200px;
    } */
}
.contact-map {
    height: 385px;
    /* -webkit-filter: invert(0.8) grayscale(1);
    filter: invert(0.8) grayscale(1); */
}
@media (max-width: 1199px) {
    .contact-map {
        height: 385px;
    }
}
@media (min-width: 1300px) {
    .img-box1 {
        margin-right: 56px;
    }
}
@media (max-width: 1199px) {
    .img-box1 {
        text-align: center;
    }
}
.about-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    gap: 20px;
    max-width: 190px;
}
.about-feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--smoke-color2);
    border-radius: 10px;
    padding: 30px;
}
.about-feature .box-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -0.26em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.about-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media (max-width: 1199px) {
    .about-feature-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        padding: 30px 60px;
    }
}
@media (max-width: 767px) {
    .about-feature-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        padding: 30px 30px;
    }
}
@media (max-width: 575px) {
    .about-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .about-feature-wrap {
        gap: 15px;
        padding: 30px 10px;
    }
}
.about-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;
    text-align: left;
    gap: 15px;
}
.about-profile .avater {
    border-radius: 99px;
    overflow: hidden;
}
.about-profile .box-title {
    font-size: 16px;
    margin-bottom: 8px;
}
.about-profile .box-text {
    font-size: 14px;
}
.btn-group .about-profile {
    margin-left: 15px;
}
@media (max-width: 575px) {
    .btn-group .about-profile {
        margin-left: 0;
    }
}
@media (min-width: 1300px) {
    .img-box2 {
        margin-right: 56px;
    }
}
.img-box2 {
    margin-left: -36px;
}
@media (max-width: 1199px) {
    .img-box2 {
        margin-left: 0;
        text-align: center;
    }
}
.img-box2 img {
    border-radius: 15px;
}
.me-xxl-5 img {
    border-radius: 15px;
}
.about-media {
    background-color: var(--smoke-color2);
    border-radius: 12px;
    padding: 35px;
    text-align: left;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.about-media-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.about-media .d-flex {
    margin-bottom: 15px;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-media .box-title {
    font-size: 20px;
    font-weight: 700;
    max-width: 140px;
    margin-bottom: -0.4em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.about-media .box-text {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.about-media.item-active {
    background-color: var(--theme-color);
}
.about-media.item-active .box-text,
.about-media.item-active .box-title {
    color: var(--white-color);
}
.about-media.item-active .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
    .about-media-wrap {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .about-media-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}
.ot-team {
    position: relative;
}
.ot-team .box-img {
    position: relative;
    overflow: hidden;
}
.ot-team .box-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.ot-team .box-title {
    margin-bottom: 0px;
}
.ot-team:hover .box-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.team-box {
    position: relative;
    overflow: hidden;
}
.team-box .box-img {
    border-radius: 10px;
}
.team-box .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
}
.team-box .ot-social {
    width: 45px;
}
.team-box .ot-social a {
    margin: 0 0 7px 0;
    color: var(--theme-color);
}
.team-box .ot-social a:hover {
    background-color: var(--theme-color2);
    color: var(--white-color);
}
.team-box .box-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 3;
    padding: 0 0 50px 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-box .box-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 268px;
    background-color: var(--theme-color);
    -webkit-clip-path: path(
        "M103.919 0.668457C68.1085 4.7711 44.1667 6.57312 19.2696 40.2856C12.6961 51.7735 8.4872 70.8843 8.46627 86.2985V94.2154L3.09996 97.733L0.00793457 99.8725V114.214L7.50098 107.884L11.4564 104.769L21.0299 114.214C32.905 125.844 38.816 129.568 49.0662 135.728C73.0194 150.123 102.679 155.073 127.568 146.338C152.925 137.437 178.767 121.935 214.307 82.7773C235.505 59.4234 245.329 51.5187 256.847 43.2618C258.951 41.754 268.008 35.6765 268.008 35.3754C268.008 35.3754 250.93 28.3668 232.242 22.2005C204.814 13.1507 182.264 7.96883 156.674 4.4389C143.484 2.6196 124.642 1.06792 103.919 0.668457Z"
    );
    clip-path: path(
        "M103.919 0.668457C68.1085 4.7711 44.1667 6.57312 19.2696 40.2856C12.6961 51.7735 8.4872 70.8843 8.46627 86.2985V94.2154L3.09996 97.733L0.00793457 99.8725V114.214L7.50098 107.884L11.4564 104.769L21.0299 114.214C32.905 125.844 38.816 129.568 49.0662 135.728C73.0194 150.123 102.679 155.073 127.568 146.338C152.925 137.437 178.767 121.935 214.307 82.7773C235.505 59.4234 245.329 51.5187 256.847 43.2618C258.951 41.754 268.008 35.6765 268.008 35.3754C268.008 35.3754 250.93 28.3668 232.242 22.2005C204.814 13.1507 182.264 7.96883 156.674 4.4389C143.484 2.6196 124.642 1.06792 103.919 0.668457Z"
    );
    z-index: -1;
}
.team-box .box-title {
    color: var(--white-color);
    margin-top: 12px;
}
.team-box .box-title a:hover {
    color: var(--title-color);
}
.team-box .box-text {
    color: var(--white-color);
}
.team-box:hover .box-img:after {
    opacity: 0.7;
}
.team-box:hover .box-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
@media (max-width: 767px) {
    .team-box:hover .box-content {
        -webkit-transform: translateY(0) scale(0.9);
        -ms-transform: translateY(0) scale(0.9);
        transform: translateY(0) scale(0.9);
    }
}
@media (max-width: 575px) {
    .team-box:hover .box-content {
        -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@media (max-width: 767px) {
    .team-box {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}
.about-card__img {
    border-radius: 10px;
    box-shadow: 0px 6px 30px rgba(160, 160, 160, 0.15);
    background-color: var(--white-color);
    padding: 40px;
}
@media (max-width: 575px) {
    .about-card__img {
        border-radius: 15px;
        padding: 20px;
    }
}
.about-card__img img {
    width: 100%;
    border-radius: inherit;
}
.about-card__box {
    padding-left: 30px;
}
.about-card__title {
    margin-top: -0.3em;
    margin-bottom: 5px;
}
.about-card__desig {
    color: var(--theme-color);
    display: block;
    margin-bottom: 26px;
}
.about-card .box-title {
    margin-bottom: 10px;
}
.about-info-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px 10px;
    padding: 20px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 40px;
}
.about-info .box-title {
    font-size: 18px;
    margin-bottom: 3px;
}
.about-info a {
    color: var(--body-color);
}
.about-info a:hover {
    color: var(--theme-color);
}
@media (max-width: 1399px) {
    .about-card__box {
        padding-left: 0;
    }
}
@media (max-width: 1199px) {
    .about-card__img {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .about-info-wrap {
        grid-template-columns: auto auto;
    }
}
@media (max-width: 375px) {
    .about-info-wrap {
        grid-template-columns: auto;
    }
}
.testi-card {
    background-color: var(--smoke-color2);
    padding: 0 40px 40px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin-top: 50px;
    background-size: auto;
    background-position: bottom -1px center;
    background-repeat: repeat-x;
}
.testi-card .box-img {
    width: 100px;
    border-radius: 999px;
    overflow: hidden;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-bottom: -30px;
}
.testi-card .box-quote {
    position: absolute;
    top: 40px;
    right: 40px;
}
.testi-card .box-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.testi-card .box-desig {
    font-weight: 500;
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
}
@media (max-width: 375px) {
    .testi-card {
        padding: 0 30px 30px 30px;
    }
    .testi-card .box-quote {
        top: 30px;
        right: 30px;
        max-width: 60px;
    }
    .testi-card .box-quote svg {
        max-width: 100%;
    }
}
.testi-box {
    background-color: var(--white-color);
    padding: 50px;
    border-radius: 10px;
    background-size: auto;
    background-position: bottom -1px center;
    background-repeat: repeat-x;
}
.testi-box .box-img {
    width: 80px;
    position: relative;
    margin-bottom: 10px;
}
.testi-box .box-img > img {
    border-radius: 10px;
}
.testi-box .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: 25px;
    margin-top: 36px;
}
.testi-box .box-quote {
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    border-radius: 99px;
    text-align: center;
}
.testi-box .box-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.testi-box .box-text {
    font-size: 20px;
    line-height: 34px;
    margin-top: -0.4em;
}
.testi-box .box-desig {
    font-family: var(--style-font);
    font-weight: 500;
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    color: var(--theme-color);
}
@media (max-width: 991px) {
    .testi-box {
        padding: 40px;
    }
    .testi-box .box-text {
        font-size: 18px;
        line-height: 32px;
    }
}
@media (max-width: 350px) {
    .testi-box {
        padding: 40px 20px;
    }
}
.blog-box {
    background-color: var(--smoke-color2);
}
.blog-box .blog-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}
.blog-box .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-box .blog-img .date {
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    bottom: 35px;
    left: 35px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 12px;
    text-align: center;
}
.blog-box .blog-img .date span {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.blog-box .blog-content {
    padding: 35px 35px 0 35px;
}
.blog-box .blog-meta {
    margin-bottom: 18px;
    margin-top: -0.5em;
    gap: 5px 20px;
}
.blog-box .box-title {
    font-size: 22px;
}
.blog-box .box-bottom {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 2px dashed var(--border-color);
}
.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.feature-card {
    background-color: var(--theme-color);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 40px;
    border-radius: 0 0 11px 11px;
    position: relative;
    z-index: 2;
    background-position: bottom center;
    background-size: 392px 90px;
    background-repeat: repeat-x;
}
.feature-card:before {
    content: "";
    height: calc(100% - 4px);
    width: 100%;
    background-color: var(--white-color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 0 0 10px 10px;
}
.feature-card .box-icon {
    width: 91px;
    height: 91px;
    line-height: 91px;
    background-color: var(--theme-color);
    border-radius: 99px;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.feature-card .box-icon:before {
    content: "";
    position: absolute;
    inset: 1px 1px 1px 0;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.feature-card .box-subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--style-font);
    color: var(--theme-color2);
    display: block;
    margin-bottom: 20px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.feature-card .box-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -0.26em;
    max-width: 200px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.feature-card:hover:before {
    height: 0;
}
.feature-card:hover .box-subtitle {
    font-weight: 400;
}
.feature-card:hover .box-subtitle,
.feature-card:hover .box-title {
    color: var(--white-color);
}
.feature-card:hover .box-icon {
    background-color: var(--white-color);
}
.feature-card:hover .box-icon:before {
    background-color: var(--theme-color);
}
.feature-card:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.feature-sec1 {
    margin-top: -118px;
    z-index: 3;
}
@media (max-width: 1299px) {
    .feature-card {
        gap: 20px;
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .feature-card .box-title {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .feature-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .feature-card .box-title {
        margin-left: auto;
        margin-right: auto;
    }
}
/* .points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
} */
/* @media (max-width: 500px) {
    .points {
        grid-template-columns: repeat(2, 1fr);
    }
} */
.checklist .point {
    color: var(--body-color);
    margin-bottom: 16px;
    font-weight: 500;
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
}
.checklist .point p {
    margin-bottom: 0;
}
.checklist .point div {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.checklist .point i {
    color: var(--theme-color);
    margin-right: 8px;
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.checklist li {
    color: var(--body-color);
    margin-bottom: 16px;
    font-weight: 500;
    position: relative;
}
.checklist li:last-child {
    margin-bottom: 0;
}
.checklist li i {
    color: var(--theme-color);
    margin-right: 8px;
}
.icon-box .slick-arrow:first-child {
    margin-right: 5px;
}
.brand-box {
    text-align: center;
}
.brand-box img {
    -webkit-filter: brightness(0) invert(0.6);
    filter: brightness(0) invert(0.6);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.brand-box:hover img {
    -webkit-filter: none;
    filter: none;
}
.filter-menu {
    margin-top: -20px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
.filter-menu .ot-btn {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    padding: 15px 30px;
    color: var(--body-color);
    min-width: auto;
}
.filter-menu .ot-btn:before,
.filter-menu .ot-btn:after {
    background-color: var(--theme-color);
}
.filter-menu .ot-btn.active,
.filter-menu .ot-btn:hover {
    color: var(--white-color);
    border-color: var(--theme-color);
}
.filter-menu .ot-btn.active:after,
.filter-menu .ot-btn.active:before,
.filter-menu .ot-btn:hover:after,
.filter-menu .ot-btn:hover:before {
    width: calc(100% - 30px);
}
@media (max-width: 991px) {
    .filter-menu .ot-btn {
        padding: 13px 20px;
    }
}
@media (max-width: 991px) {
    .filter-menu {
        margin-top: -10px;
        margin-bottom: 45px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@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;
    }
}
.video-sec1 {
    background-position: top center;
}
@media (min-width: 1300px) {
    .img-box3 {
        margin-left: 50px;
        position: relative;
    }
    .img-box3 img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
}
@media (max-width: 1299px) {
    .img-box3 img {
        width: 100%;
        max-width: 100%;
    }
}
.cta-sec1 {
    padding-bottom: 240px;
}
/* .why-area1 {
    padding: 80px 80px 0 80px;
    border-radius: 20px 20px;
    background-color: var(--white-color);
    position: relative;
    z-index: 4;
    margin-top: -240px;
} */
@media (max-width: 767px) {
    .why-area1 {
        /* padding: 40px 20px 0 20px; */
        padding-top: 0px;
    }
}
.why-feature {
    background-color: var(--smoke-color2);
    border-radius: 15px;
    padding: 25px 17px 25px 25px;
    background-size: auto;
    background-position: bottom right;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.why-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.why-feature .box-icon {
    width: 81px;
    height: 81px;
    line-height: 81px;
    background-color: var(--theme-color);
    border-radius: 99px;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 26px;
}
.why-feature .box-icon:before {
    content: "";
    position: absolute;
    inset: 1px 1px 1px 0;
    background-color: var(--smoke-color2);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.why-feature .box-icon:after {
    content: url('data:image/svg+xml,<svg width="49" height="19" viewBox="0 0 49 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.7901 3.06577C28.3694 1.61373 24.3006 0.487671 19.5538 0.132069C14.6261 -0.238349 7.45306 0.813628 2.69113 2.25085C-2.07081 3.68808 2.78154 2.51756 2.78154 2.51756C19.6894 -2.14971 31.2024 2.48792 37.8932 7.14038C45.1567 12.1929 48.5021 18.3418 48.5323 18.4159L48.9994 18.2233C48.9692 18.164 45.6841 11.8077 38.2851 6.66625C36.4918 5.39201 34.3218 4.13258 31.7901 3.06577Z" fill="%234AA760"/></svg>');
    position: absolute;
    top: 5px;
    right: -3px;
    line-height: 1px;
}
.why-feature .box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -0.34em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.why-feature:hover {
    background-color: var(--theme-color);
}

.why-feature:hover .box-title {
    color: var(--white-color);
}
.why-feature .box-p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: -0.34em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.why-feature:hover .box-p {
    color: var(--white-color);
}

.why-feature:hover .box-icon {
    background-color: var(--white-color);
}
.why-feature:hover .box-icon:before {
    background-color: var(--theme-color);
}
.why-feature:hover .box-icon:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.why-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
    .why-feature {
        text-align: center;
    }
    .why-feature-wrap {
        grid-template-columns: auto;
    }
    .why-feature .box-icon {
        margin-left: auto;
        margin-right: auto;
    }
}
.counter-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.counter-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--smoke-color2);
    border-radius: 10px;
    padding: 60px;
    background-position: bottom -1px center;
    background-size: auto;
    background-repeat: repeat-x;
}
.counter-card .box-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
.counter-card .box-number {
    font-size: 40px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 5px;
    text-transform: uppercase;
}
.counter-card .box-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.counter-card:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.counter-sec1 {
    margin-top: -105px;
}
.video-sec1 {
    padding-bottom: 105px;
}
@media (max-width: 1199px) {
    .counter-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .counter-card-wrap {
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .counter-card {
        -webkit-box-flex: calc(50% - 10px);
        -webkit-flex: calc(50% - 10px);
        -ms-flex: calc(50% - 10px);
        flex: calc(50% - 10px);
    }
    .counter-card-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 35px 10px;
        padding: 40px 10px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
.counter-box {
    border: 1px solid var(--border-color);
    padding: 45px;
    border-radius: 10px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.counter-box-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin-top: 40px;
}
.counter-box:nth-child(even) {
    margin-top: -40px;
}
.counter-box .box-icon {
    margin-bottom: 14px;
}
.counter-box .box-number {
    font-size: 45px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.counter-box .box-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -0.5em;
}
.counter-box:hover {
    background-color: var(--smoke-color2);
    border-color: var(--smoke-color2);
}
@media (max-width: 1199px) {
    .counter-box {
        padding: 30px;
    }
    .counter-box-wrap {
        gap: 24px;
    }
}
@media (max-width: 991px) {
    .counter-box {
        padding: 45px;
    }
    .counter-box-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .counter-box .box-icon {
        height: 60px;
    }
}
@media (max-width: 575px) {
    .counter-box {
        padding: 20px;
    }
    .counter-box-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media (max-width: 375px) {
    .counter-box {
        padding: 35px;
    }
    .counter-box-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .counter-box:nth-child(even) {
        margin-top: 0;
    }
}
.category-card {
    background: var(--smoke-color2);
    text-align: center;
    padding: 40px 10px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.category-card .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-size: auto;
    background-position: bottom -1px center;
    background-repeat: repeat-x;
}
.category-card .box-img {
    margin-bottom: 20px;
}
.category-card .box-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: -0.34em;
}
.category-card .box-title a:hover {
    color: var(--title-color);
}
.category-card:hover {
    background-color: var(--theme-color);
}
.category-card:hover .box-title {
    color: var(--white-color);
}
.category-card:hover .box-img img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.gallery-card {
    position: relative;
    z-index: 2;
}
.gallery-card .box-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.gallery-card .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 1;
    border-radius: inherit;
}
.gallery-card .box-img img {
    width: 100%;
}
.gallery-card .box-img.rounded-10 {
    border-radius: 10px;
}
.gallery-card .icon-btn {
    border: var(--theme-color2);
    background-color: var(--theme-color2);
    color: var(--white-color);
}
.gallery-card .icon-btn:hover {
    background-color: var(--title-color);
}
.gallery-card .box-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    max-width: 332px;
    width: 100%;
    height: 220px;
    z-index: 3;
    padding: 0 0 30px 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.gallery-card .box-content:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    -webkit-clip-path: path(
        "M111.629 1.33667C66.7894 7.77967 36.8458 26.8753 21.6239 59.8553C14.7691 74.7063 10.4459 96.0394 10.42 115.187V124.478L3.2902 129.291L0.00317383 131.451L0.00406188 151.805L9.06802 142.818L14.1923 138.495L27.5898 152.827C42.3212 167.275 51.5173 174.525 64.2328 182.177C93.9474 200.059 125.29 205.728 156.166 194.877C187.621 183.821 219.466 158.657 263.555 110.014C289.851 81.0027 310.175 61.3377 324.463 51.0807C327.073 49.2077 331.77 46.3649 331.77 45.9909C331.77 45.9909 301.217 33.8759 278.034 26.216C244.009 14.974 209.6 6.83862 177.856 2.45362C161.492 0.193621 124.316 -0.485328 111.629 1.33667Z"
    );
    clip-path: path(
        "M111.629 1.33667C66.7894 7.77967 36.8458 26.8753 21.6239 59.8553C14.7691 74.7063 10.4459 96.0394 10.42 115.187V124.478L3.2902 129.291L0.00317383 131.451L0.00406188 151.805L9.06802 142.818L14.1923 138.495L27.5898 152.827C42.3212 167.275 51.5173 174.525 64.2328 182.177C93.9474 200.059 125.29 205.728 156.166 194.877C187.621 183.821 219.466 158.657 263.555 110.014C289.851 81.0027 310.175 61.3377 324.463 51.0807C327.073 49.2077 331.77 46.3649 331.77 45.9909C331.77 45.9909 301.217 33.8759 278.034 26.216C244.009 14.974 209.6 6.83862 177.856 2.45362C161.492 0.193621 124.316 -0.485328 111.629 1.33667Z"
    );
    z-index: -1;
}
.gallery-card .box-title {
    font-size: 24px;
    color: var(--white-color);
    margin-top: 25px;
    margin-bottom: 5px;
}
.gallery-card .box-title a:hover {
    color: var(--title-color);
}
.gallery-card .box-subtitle {
    font-family: var(--style-font);
    font-size: 20px;
    color: var(--white-color);
    letter-spacing: 0.08em;
}
.gallery-card:hover .box-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0.6;
}
.gallery-card:hover .box-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 991px) {
    .gallery-card .box-img {
        border-radius: 10px;
    }
    .gallery-card .box-content {
        padding-left: 25px;
        height: 155px;
    }
    .gallery-card .box-content::before {
        height: 140px;
        -webkit-clip-path: path(
            "M78.9047 0.962231C47.209 5.47021 26.0429 18.8309 15.283 41.906C10.4376 52.2968 7.38165 67.2229 7.36329 80.6202V87.1209L2.32349 90.4879L0 91.9998L0.000627734 106.24L6.40765 99.9523L10.0298 96.9282L19.5001 106.956C29.9133 117.064 36.4137 122.137 45.4019 127.491C66.4062 140.002 88.5614 143.969 110.386 136.377C132.621 128.641 155.131 111.034 186.296 77.0004C204.884 56.7022 219.25 42.9432 229.35 35.7667C231.195 34.4562 234.515 32.4672 234.515 32.2055C234.515 32.2055 212.919 23.729 196.531 18.3695C172.48 10.5038 148.157 4.81178 125.718 1.74373C114.151 0.162471 87.8724 -0.31257 78.9047 0.962231Z"
        );
        clip-path: path(
            "M78.9047 0.962231C47.209 5.47021 26.0429 18.8309 15.283 41.906C10.4376 52.2968 7.38165 67.2229 7.36329 80.6202V87.1209L2.32349 90.4879L0 91.9998L0.000627734 106.24L6.40765 99.9523L10.0298 96.9282L19.5001 106.956C29.9133 117.064 36.4137 122.137 45.4019 127.491C66.4062 140.002 88.5614 143.969 110.386 136.377C132.621 128.641 155.131 111.034 186.296 77.0004C204.884 56.7022 219.25 42.9432 229.35 35.7667C231.195 34.4562 234.515 32.4672 234.515 32.2055C234.515 32.2055 212.919 23.729 196.531 18.3695C172.48 10.5038 148.157 4.81178 125.718 1.74373C114.151 0.162471 87.8724 -0.31257 78.9047 0.962231Z"
        );
    }
    .gallery-card .box-title {
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 12px;
    }
    .gallery-card .box-subtitle {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .cta-sec2 {
        background-position: bottom left;
    }
}
.gallery-slider1 .slick-list {
    padding-right: 21%;
    padding-left: 21%;
}
@media (max-width: 1399px) {
    .gallery-slider1 .slick-list {
        padding-right: 15%;
        padding-left: 15%;
    }
}
@media (max-width: 1199px) {
    .gallery-slider1 .slick-list {
        padding-right: 10%;
        padding-left: 10%;
    }
}
@media (max-width: 991px) {
    .gallery-slider1 .slick-list {
        padding-right: 20%;
        padding-left: 20%;
    }
}
@media (max-width: 575px) {
    .gallery-slider1 .slick-list {
        padding-right: 12px;
        padding-left: 12px;
    }
}
.project-header {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .project-header {
        margin-bottom: 40px;
    }
}
.project-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    background-color: var(--smoke-color2);
    padding: 50px;
    border-radius: 10px;
}
@media (max-width: 575px) {
    .project-info-wrap {
        padding: 30px;
    }
}
@media (max-width: 400px) {
    .project-info-wrap {
        grid-template-columns: auto;
    }
}
.project-info:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 24px;
}
@media (max-width: 375px) {
    .project-info:nth-child(-n + 3) {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 24px;
    }
}
.project-info .box-subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: -0.4em;
}
.project-info .box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -0.4em;
}
.service-card {
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
}
.service-card .box-img img {
    width: 100%;
}
.service-card .box-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-image: 100% 100%;
    text-align: center;
    margin: 0 auto -38px auto;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}
.service-card .box-content {
    position: relative;
    z-index: 3;
    background-color: var(--white-color);
    margin-bottom: -46px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-card .box-content .shape {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 33px;
    background-size: 432px 33px;
    background-position: bottom -1px center;
    background-repeat: repeat-x;
}
.service-card .box-title {
    margin-bottom: 8px;
}
.service-card .box-text {
    padding: 0 15px;
}
@media (max-width: 575px) {
    .service-card .box-text {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.service-card .ot-btn {
    width: 100%;
    padding: 16px 30px;
    background-color: var(--theme-color2);
    border-radius: 0;
    margin-top: 30px;
}
.service-card:hover .box-content {
    -webkit-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
}
.service-box {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--white-color);
    cursor: pointer;
}
.service-box .box-img {
    position: relative;
}
.service-box .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
}
.service-box .box-img .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    visibility: hidden;
    opacity: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-box .box-img .icon-btn:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}
.service-box .box-img img {
    width: 100%;
}
.service-box .box-icon {
    width: 91px;
    height: 91px;
    line-height: 91px;
    background-color: var(--theme-color);
    border-radius: 99px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-box .box-icon:before {
    content: "";
    position: absolute;
    inset: 1px 1px 1px 0;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-box .box-content {
    background-color: var(--white-color);
    background-position: top right;
    background-size: auto;
    padding: 35px;
    position: relative;
}
.service-box .box-content .shape {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 12px;
    background-size: auto;
    background-position: top -1px center;
    background-repeat: repeat-x;
    z-index: 2;
}
.service-box .box-content.bg-smoke2 .box-icon:before {
    background-color: var(--smoke-color2);
}
.service-box .box-title {
    font-weight: 700;
    margin-bottom: 15px;
}
@media (max-width: 575px) {
    .service-box .box-text {
        max-width: 300px;
    }
}
.service-box:hover .box-img:after {
    opacity: 0.6;
}
.service-box:hover .box-img .icon-btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}
.service-box:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.page-title {
    margin-top: -0.3em;
    font-size: 36px;
    margin-bottom: 20px;
}
.check-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.check-feature .box-icon {
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 99px;
}
.check-feature .box-text {
    margin-top: -0.45em;
}
.page-bottom {
    margin-top: 50px;
    padding-top: 60px;
    border-top: 1px solid var(--border-color);
}
@media (max-width: 991px) {
    .page-bottom {
        margin-top: 35px;
        padding-top: 40px;
    }
}
.page-img {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 10px;
}
.page-single {
    margin-bottom: 30px;
}
.service-feature {
    background-color: var(--smoke-color);
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
}
.service-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.service-feature_icon {
    background: var(--white-color);
    box-shadow: 0px 4px 20px rgba(159, 159, 159, 0.15);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 10px;
    font-size: 44px;
    color: var(--theme-color);
}
.service-feature_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.3em;
}
.service-feature_text {
    margin-bottom: -0.5em;
}
@media (max-width: 1299px) {
    .page-title {
        font-size: 34px;
    }
}
@media (max-width: 1299px) {
    .service-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 30px 10px;
    }
    .service-feature-wrap {
        gap: 24px;
    }
    .service-feature_text {
        margin-bottom: -0.5em;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1199px) {
    .page-title {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .page-title {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .page-title {
        font-size: 24px;
    }
    .service-feature-wrap {
        grid-template-columns: auto;
    }
}
.process-card {
    width: 280px;
    height: 280px;
    background-color: var(--theme-color);
    border-radius: 999px;
    padding: 55px 25px;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.process-card-wrap {
    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;
}
.process-card:before {
    content: "";
    position: absolute;
    inset: 2px 3px 2px 0;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.process-card .box-number {
    width: 50px;
    height: 56px;
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    position: absolute;
    top: 38px;
    left: 7px;
    background-image: url('data:image/svg+xml,<svg width="51" height="57" viewBox="0 0 51 57" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M45.268 12.782C47.6966 4.90697 50.4109 0.531982 50.4109 0.531982C50.4109 0.531982 -15.0179 7.24035 5.69647 46.1778C35.268 59.7404 39.8394 30.282 45.268 12.782Z" fill="%23FF9C00"/><path d="M47.2681 2.71948C47.2681 2.71948 43.6967 5.34451 38.5538 9.71951C33.4109 13.9487 26.8395 20.0736 20.8395 26.6361C17.8395 29.9903 14.9823 33.3445 12.5538 36.6987C11.9823 37.5737 11.4109 38.3028 10.8395 39.1778C10.268 40.0528 9.6966 40.782 9.26803 41.657C8.6966 42.3862 8.26802 43.2612 7.83945 43.9903C7.41088 44.7195 6.98232 45.5945 6.69661 46.3236C6.26804 47.0528 5.9823 47.782 5.69659 48.5111C5.41087 49.2403 5.12519 49.8237 4.83948 50.407C4.55376 50.9903 4.41087 51.5736 4.26801 52.157C4.12516 52.7403 3.98232 53.1778 3.83946 53.6153C3.55374 54.4903 3.4109 55.2195 3.4109 55.8028C3.26805 56.2403 3.26804 56.532 3.26804 56.532L0.410889 55.9487C0.410889 55.9487 0.410897 55.657 0.553755 55.0736C0.696612 54.4903 0.839461 53.7612 1.12518 52.7403C1.26803 52.3028 1.41088 51.7195 1.6966 51.1362C1.98231 50.5528 2.12517 49.9695 2.41088 49.2403C2.6966 48.5111 2.98233 47.9278 3.4109 47.1987C3.69662 46.4695 4.12517 45.7403 4.55375 45.0112C4.98232 44.282 5.41088 43.407 5.83945 42.6778C6.26803 41.9486 6.83947 41.0737 7.4109 40.1987C7.98233 39.3237 8.55377 38.5945 9.1252 37.7195C9.69663 36.8445 10.4109 36.1153 10.9823 35.2403C13.5538 31.8862 16.5538 28.532 19.8395 25.3237C26.1252 18.907 32.9824 13.2195 38.2681 9.13614C43.5538 5.19864 47.2681 2.71948 47.2681 2.71948Z" fill="%23FF9C00"/></svg>');
    background-size: 100% 100%;
    line-height: 56px;
    padding-right: 6px;
}
.process-card .box-icon {
    margin-bottom: 30px;
}
.process-card .box-title {
    margin-bottom: 11px;
}
.process-card:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media (max-width: 1199px) {
    .process-card {
        width: 224px;
        height: 224px;
        padding: 18px 10px;
    }
    .process-card .box-number {
        left: 0;
    }
}
@media (max-width: 991px) {
    .process-card {
        width: calc(50% - 12px);
        aspect-ratio: 16 / 16;
        padding: 27px 10px;
    }
    .process-card-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
    }
}
@media (max-width: 575px) {
    .process-card {
        width: 280px;
        height: 280px;
        padding: 55px 25px;
    }
    .process-card-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .process-card .box-number {
        left: 7px;
    }
}
.woocommerce-message,
.woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 6px;
}
.woocommerce-message a,
.woocommerce-info a {
    color: var(--white-color);
    text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
    color: var(--title-color);
}
.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 400;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 11px;
}
.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300;
}
.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.woocommerce-form-login-toggle .woocommerce-info a {
    color: inherit;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
    color: var(--title-color);
}
.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;
    border-radius: 15px;
}
@media (max-width: 575px) {
    .woocommerce-form-register,
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px;
    }
}
.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 20px;
}
.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0;
}
.woocommerce-form-login {
    margin-bottom: 30px;
}
.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
}
nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none;
}
nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
    color: var(--title-color);
    font-weight: 700;
    padding: 7px 17px;
    display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}
.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700;
}
.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
table.variations,
.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}
table.variations td,
.woocommerce-grouped-product-list-item td {
    border: none;
    vertical-align: middle;
    padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
    padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list-item label {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list-item label a {
    color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
    color: var(--theme-color);
}
table.variations .label,
.woocommerce-grouped-product-list-item .label {
    border: none;
}
table.variations__label,
.woocommerce-grouped-product-list-item__label {
    border: none !important;
    font-weight: 600;
}
table.variations__price,
.woocommerce-grouped-product-list-item__price {
    border: none !important;
}
table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
    font-size: 18px !important;
}
table.variations del,
.woocommerce-grouped-product-list-item del {
    margin-left: 12px;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid var(--border-color);
}
.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
    margin-bottom: 0;
}
.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
    margin: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-family: var(--title-font);
    font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
    border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
    border-bottom: 1px solid #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
    border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
    padding: 30px 5px;
}
table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}
table.variations td {
    padding: 0;
}
table.variations td.label {
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
table.variations select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0;
    padding-right: 54px;
    padding-left: 20px;
    height: 50px;
}
table.variations .reset_variations {
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 25px;
}
.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
    width: auto !important;
}
.woocommerce-grouped-product-list-item__label:after,
.woocommerce-grouped-product-list-item__price:after {
    display: none;
}
.woocommerce-variation.single_variation {
    margin-bottom: 30px;
}
.woocommerce-variation.single_variation .price {
    color: var(--title-color);
    font-weight: 700;
}
.wooscp-table-items td.woocommerce-product-attributes-item__value {
    padding-left: 15px !important;
}
.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline;
}
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111;
}
table.woocommerce-product-attributes {
    margin-bottom: 30px;
}
#woosq-popup .product_meta {
    margin-top: 20px;
}
#woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 5px;
}
#woosq-popup .single-product .product .actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
#woosq-popup .single-product .product .actions > div {
    height: auto;
    overflow: visible;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.login-tab {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-tab button.nav-link {
    background-color: var(--smoke-color);
    color: var(--title-color);
    padding: 11px 39px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px ​15px 0;
}
.login-tab button.nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px;
}
.star-rating:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    color: #e1e1e1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-color);
    letter-spacing: 3px;
}
.rating-select label {
    margin: 0;
    margin-right: 10px;
}
.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
}
.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\e28b";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
    content: "\e28b";
    font-weight: 400;
}
.rating-select p.stars:hover a::before {
    content: "\e28b";
    font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
    content: "\e28b";
    font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
    content: "\e28b";
    font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
    content: "\e28b";
    font-weight: 700;
}
@media (max-width: 767px) {
    .woocommerce-message,
    .woocommerce-info {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px 10px 37px;
    }
    .woocommerce-message:before,
    .woocommerce-info:before {
        font-size: 16px;
        top: 10px;
        left: 15px;
    }
}
.ot-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: var(--white-color);
    box-shadow: 0px 3px 15px rgba(160, 160, 160, 0.15);
    border-radius: 0;
    padding: 20px;
}
.ot-product .product-title {
    font-size: 19px;
    margin: 10px 0 10px 0;
    font-weight: 700;
}
.ot-product .product-title a {
    color: inherit;
}
.ot-product .product-title a:hover {
    color: var(--theme-color);
}
.ot-product .category {
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0 12px;
    z-index: 3;
    border-radius: 4px;
}
.ot-product .price {
    display: block;
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: -0.4em;
    font-family: var(--body-font);
}
.ot-product .price del {
    margin-left: 10px;
    color: #a9a9a9;
}
.ot-product .product-img {
    background-color: var(--smoke-color);
    overflow: hidden;
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
    background-color: var(--smoke-color2);
    z-index: 2;
    border-radius: 0;
}
.ot-product .product-img:before {
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: 0;
    /* background-color: var(--title-color); */
    background: none;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.ot-product .product-img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ot-product .transparent-img {
    padding: 15px;
}
.ot-product .transparent-img img {
    max-width: 174px;
    border-radius: 999px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}
.ot-product .star-rating {
    margin: 0 auto 10px auto;
    width: 93px;
}
.ot-product .star-rating span:before {
    color: var(--theme-color2);
}
.ot-product .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ot-product .actions .icon-btn {
    --btn-size: 40px;
    font-size: 14px;
    border-color: var(--white-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    color: var(--white-color);
    background-color: transparent;
    border-radius: 0;
}
.ot-product .actions .icon-btn:hover {
    color: var(--white-color);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}
.ot-product .actions > * {
    margin: 0 var(--icon-gap-x, 5px);
}
.ot-product .actions > * > a {
    margin: 0;
}
.ot-product .icon-btn {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.ot-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px;
}
.ot-product .tinv-wishlist a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 50%;
}
.ot-product .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.ot-product .add_to_cart_button.added {
    display: none;
}
.ot-product .added_to_cart {
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 0;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}
.ot-product .added_to_cart:after {
    content: "\f07a";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700;
}
.ot-product .added_to_cart:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.ot-product .action-btn {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 25px;
}
.ot-product:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ot-product:hover .product-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 0.7;
}
.ot-product:hover .transparent-img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.ot-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.ot-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ot-product.list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    height: 100%;
    box-shadow: none;
    padding: 0;
}
.ot-product.list-view .product-img {
    width: 100%;
    max-width: 100px;
    margin: 0;
    padding: 0;
    border-radius: 99px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.ot-product.list-view .product-img:before {
    --space: 10px;
}
.ot-product.list-view .category {
    top: 10px;
    right: 10px;
}
.ot-product.list-view .star-rating {
    margin: 0 auto 10px 0;
    width: 93px;
}
.ot-product.list-view .product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 20px;
}
.ot-product.list-view .actions {
    --icon-gap-x: 2px;
}
.ot-product.list-view .actions .icon-btn {
    --btn-size: 35px;
    --btn-font-size: 13px;
    border-radius: 99px;
}
.ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.ot-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    font-size: 20px;
}
.ot-product.list-view .tinv-wishlist a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.ot-product.list-view .added_to_cart {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.ot-product.list-view .added_to_cart:after {
    font-size: 16px;
}
.ot-product.list-view .action-btn {
    padding: 8px 15px;
}
.ot-product.list-view .tag {
    top: 8px;
    right: 8px;
    padding: 0px 15px;
}
.ot-product.list-view .product-title {
    font-size: 24px;
    margin: -0.3em 0 0 0;
}
.ot-product.list-view .title-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}
.ot-product.list-view .price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    background-color: var(--smoke-color3);
    border-radius: 99px;
    padding: 0 12px;
    margin-top: -3px;
}
#productCarousel .slick-arrow {
    top: 37.5%;
}
.mfp-content {
    margin: 1.5rem auto;
}
.mfp-content .product-details-img {
    padding-top: 15px;
}
.mfp-content .product-about {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mfp-content .container {
    position: relative;
}
.mfp-content .product-big-img {
    margin-top: 12px;
    margin-bottom: 12px;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.woosq-popup {
    border-radius: 10px;
}
.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
    display: none;
}
.woosq-product > .product .summary {
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.woosq-product .thumbnails .slick-list {
    display: block;
}
.woosq-product .thumbnails .slick-dots li button {
    width: 12px;
    height: 12px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: var(--theme-color);
    opacity: 0.4;
}
.woosq-product .thumbnails .slick-dots li button:before {
    display: none;
}
.woosq-product .thumbnails .slick-dots li.slick-active button {
    opacity: 1;
}
.woosq-product .tinv-wraper {
    display: none;
}
.ot-sort-bar {
    padding: 15px;
    margin: 0 0 30px 0;
    background-color: var(--smoke-color2);
    border-radius: 14px;
}
.ot-sort-bar .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 15px;
}
.ot-sort-bar select {
    height: 50px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
    font-size: 16px;
    margin: 0;
    color: var(--body-color);
}
.ot-sort-bar .woocommerce-ordering {
    margin-bottom: 0;
}
.ot-sort-bar .woocommerce-result-count {
    padding-left: 15px;
    margin-bottom: 0;
    color: var(--body-color);
}
.ot-sort-bar .nav a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    text-align: center;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--body-color);
    margin: 0 0 0 10px;
    border-radius: 5px;
}
.ot-sort-bar .nav a.active,
.ot-sort-bar .nav a:hover {
    color: var(--theme-color);
}
.product-thumb-area {
    position: relative;
    margin-right: 10px;
}
.product-thumb-area .product-thumb-tab {
    position: absolute;
    top: 0;
    left: 0;
}
.product-thumb-tab {
    --thumb: 120px;
    --gap: 10px;
    max-width: var(--thumb);
    margin-left: calc(0px - var(--thumb) / 2);
    position: relative;
    z-index: 3;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
}
.product-thumb-tab .tab-btn {
    background-color: var(--white-color);
    cursor: pointer;
    height: var(--thumb);
    width: var(--thumb);
    padding: var(--gap);
}
.product-thumb-tab .tab-btn img {
    max-width: 100%;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 20px;
}
.product-thumb-tab .indicator {
    position: absolute;
    top: calc(var(--pos-y) + var(--gap));
    left: calc(var(--pos-x) + var(--gap));
    width: calc(var(--width-set) - var(--gap) * 2);
    height: calc(var(--height-set) - var(--gap) * 2);
    border: 2px solid var(--theme-color);
    pointer-events: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.product-big-img {
    background-color: var(--smoke-color2);
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.product-big-img .img {
    width: 100%;
}
.product-big-img .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.product-big-img .transparent-img {
    text-align: center;
    padding: 60px;
}
.product-big-img .transparent-img img {
    max-width: 480px;
    -webkit-filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.15));
}
.product-big-img .slick-dots {
    margin: -11px 0 0 0 !important;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    --border-color: #c0c0c0;
}
.product-big-img:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.product-big-img:hover .transparent-img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.quantity {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.quantity > .screen-reader-text {
    display: inline-block;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: none;
    border-right: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
    border-right: none;
}
.quantity .qty-btn {
    font-size: 16px;
}
.product_meta {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    margin: 35px 0 0 0;
}
.product_meta > span {
    display: block;
    margin-bottom: 5px;
    color: var(--title-color);
    font-weight: bold;
}
.product_meta > span:last-child {
    margin-bottom: 0;
}
.product_meta > span a {
    color: inherit;
}
.product_meta > span a:hover {
    color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
    position: relative;
    color: var(--body-color);
    font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
    content: ",";
    margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
    display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
    margin-left: 7px;
}
.product-tab-style1 {
    border-bottom: 2px solid var(--theme-color2);
    margin: 80px auto 40px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px 24px;
    position: relative;
}
.product-tab-style1 .nav-link {
    padding: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
}
.product-tab-style1 .nav-link.active {
    color: var(--theme-color);
}
.product-tab-style1 .indicator {
    position: absolute;
    bottom: calc(var(--pos-y) - 3px);
    left: var(--pos-x);
    width: var(--width-set);
    height: 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--theme-color);
    z-index: 2;
}
.product-tab-style1 .indicator:after {
    content: "";
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: var(--theme-color) transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: calc(50% - 8px);
}
@media (max-width: 767px) {
    .product-tab-style1 .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 375px) {
    .product-tab-style1 .nav-link {
        font-size: 14px;
    }
}
#productTabContent {
    margin-bottom: -10px;
}
#additional_information {
    margin-bottom: 40px;
}
.product-inner-list > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.product-inner-list li {
    position: relative;
    padding-left: 15px;
}
.product-inner-list li:before {
    content: "-";
    position: absolute;
    left: 0;
}
.share-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px;
}
.share-title i {
    color: var(--theme-color);
}
.summary-content .product-title,
.product-about .product-title {
    margin: 0 0 22px 0;
}
.summary-content .product_title,
.product-about .product_title {
    margin-bottom: 22px !important;
}
.summary-content > .price,
.product-about > .price {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color);
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 14px;
    margin-top: -0.2em;
}
.summary-content > .price del,
.product-about > .price del {
    color: var(--gray-color);
    font-weight: 500;
    margin-left: 15px;
}
.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
    width: 80px;
    font-size: 12px;
    margin-right: 8px;
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
    color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
    margin: 29px 0 29px 0;
}
.summary-content .actions,
.product-about .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin: 32px 0 27px 0;
}
.summary-content .actions .ot-btn .btn-icon,
.product-about .actions .ot-btn .btn-icon {
    padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
    border-color: var(--border-color);
}
.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}
.summary-content .share,
.product-about .share {
    margin-top: 25px;
}
.summary-content .ot-social a,
.product-about .ot-social a {
    --icon-size: 40px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid var(--border-color);
    border-radius: 0;
}
.summary-content .ot-social a:hover,
.product-about .ot-social a:hover {
    border-color: var(--theme-color);
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 54px;
    height: 54px;
    line-height: 48px;
    display: inline-block;
    border-radius: 5px;
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px;
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
}
.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.summary-content .quantity,
.product-about .quantity {
    position: relative;
}
.summary-content .quantity:after,
.product-about .quantity:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--border-color);
    position: absolute;
    top: 0;
    left: 55px;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
    width: 112px;
    height: 56px;
    border: 1px solid var(--border-color);
    background-color: transparent;
    color: var(--title-color);
    padding: 0 21px;
    text-align: left;
    font-weight: 500;
    border-radius: 5px;
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
    color: var(--title-color);
    background-color: transparent;
    position: absolute;
    right: 21px;
    height: auto;
    width: auto;
    border: none;
}
.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
    bottom: 8px;
}
.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
    top: 8px;
}
.woocommerce-Reviews .ot-comments-wrap {
    padding: 0;
    margin-right: 0 !important;
    box-shadow: none;
    border: none;
}
.woocommerce-Reviews .ot-comments-wrap .comment-avater {
    width: 90px;
    height: auto;
    text-align: center;
    border-radius: 5px;
}
.woocommerce-Reviews .ot-comments-wrap .comment-avater img {
    height: 90px;
    border-radius: inherit;
}
.woocommerce-Reviews .ot-comments-wrap .star-rating {
    margin: 12px auto 0 auto;
}
.woocommerce-Reviews .ot-comment-form {
    padding: 60px;
    background-color: var(--smoke-color2);
    box-shadow: none;
    margin-right: 0 !important;
    margin-top: 28px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.woocommerce-Reviews .ot-comment-form input,
.woocommerce-Reviews .ot-comment-form .form-control {
    background-color: var(--white-color);
}
.woocommerce-Reviews .ot-comment-form .blog-inner-title {
    margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
    display: grid;
    margin: -12px !important;
    margin-bottom: 28px !important;
}
.woocommerce-Reviews .comment-list li {
    width: 50%;
}
@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list li {
        width: 100%;
    }
}
.woocommerce-Reviews .ot-post-comment {
    border: 1px solid var(--border-color) !important;
    padding: 40px !important;
    box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
    margin: 12px;
    border-radius: 10px;
}
.woocommerce-Reviews .ot-post-comment .text {
    margin-bottom: -0.5em;
}
.woocommerce-Reviews .ot-post-comment .name {
    margin-bottom: 12px;
}
.woocommerce-Reviews .ot-post-comment .commented-on {
    margin-bottom: 12px;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1199px) {
    .woocommerce-Reviews .ot-post-comment {
        padding: 30px !important;
    }
}
@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .woocommerce-Reviews .ot-comment-form {
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .woocommerce-Reviews .ot-post-comment {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }
    .woocommerce-Reviews .ot-post-comment .name {
        margin-bottom: 3px;
    }
    .woocommerce-Reviews .ot-post-comment .commented-on {
        position: static;
    }
}
@media (max-width: 575px) {
    .woocommerce-Reviews .ot-post-comment {
        display: block;
    }
    .woocommerce-Reviews .ot-post-comment .comment-avater {
        margin-bottom: 20px;
    }
    .woocommerce-Reviews .ot-comment-form {
        padding: 40px 20px;
    }
}
#description {
    margin-bottom: 30px;
}
.product-details .ot-comments-wrap {
    margin-top: 0;
}
.product-details .border-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.product-details .border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color);
}
.product-inner-title {
    font-size: 32px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 7px 0;
    margin: 0 0 30px 0;
}
.related-product-wrapper {
    padding-top: 115px;
}
@media (max-width: 1299px) {
    .product-thumb-tab {
        --thumb: 100px;
        margin-left: -40px;
    }
    .product-thumb-area {
        margin-right: 0;
    }
}
@media (max-width: 1199px) {
    .ot-sort-bar select {
        min-width: auto;
    }
    .product-tab-style1 {
        margin: 55px 0 40px 0;
    }
    .summary-content,
    .product-about {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .product-big-img {
        margin-bottom: 40px;
    }
    .product-thumb-tab {
        margin-left: -10px;
    }
    .ot-sort-bar .row {
        --bs-gutter-x: 20px;
    }
    .ot-sort-bar .nav a:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    .ot-sort-bar .nav a:last-child:before {
        display: none;
    }
    .woosq-product > .product .thumbnails {
        max-height: 400px;
        min-height: 200px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .ot-sort-bar {
        text-align: center;
        padding: 10px 15px 15px 15px;
    }
    .ot-sort-bar .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ot-sort-bar select {
        margin: 0 auto;
    }
    .ot-sort-bar .woocommerce-result-count {
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .product-about .actions {
        gap: 15px 15px;
    }
    .product-thumb-tab {
        --thumb: 74px;
        --gap: 6px;
    }
    .product-thumb-tab .tab-btn:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .product-grid {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 375px) {
    .ot-product.list-view .product-content {
        padding: 0 0 0 15px;
    }
}
.woocommerce-cart-form {
    text-align: center;
}
.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px;
}
.cart_table thead {
    background-color: #ecf0f1;
}
.cart_table thead th {
    border: none !important;
}
.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    border: none;
    padding: 27px 15px;
}
.cart_table th {
    font-size: 16px;
}
.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;
    font-size: 14px;
}
.cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: #8b8b8b;
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
}
.cart_table .product-quantity {
    color: var(--title-color);
}
.cart_table .product-quantity input {
    position: relative;
    top: -2px;
}
.cart_table .cart-productname {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color);
}
.cart_table .cart-productimage {
    display: inline-block;
    border: none;
}
.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px;
}
.cart_table .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_table td.product-quantity {
    min-width: 155px;
}
.cart_table .qty-btn {
    border: 2px solid var(--smoke-color) !important;
    background-color: transparent;
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 4px;
}
.cart_table .qty-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--smoke-color);
    width: 60px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 3px;
    border-radius: 4px;
    padding: 0;
}
.cart_table .qty-input::-moz-placeholder {
    color: var(--title-color);
}
.cart_table .qty-input::-webkit-input-placeholder {
    color: var(--title-color);
}
.cart_table .qty-input:-ms-input-placeholder {
    color: var(--title-color);
}
.cart_table .qty-input::-ms-input-placeholder {
    color: var(--title-color);
}
.cart_table .qty-input::placeholder {
    color: var(--title-color);
}
.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart_table .qty-input[type="number"] {
    -moz-appearance: textfield;
}
.cart_table .actions {
    text-align: right;
    vertical-align: middle;
    padding-left: 20px;
}
.cart_table .actions > .ot-btn {
    font-size: 16px;
    padding: 20px 28px;
    margin-right: 15px;
}
.cart_table .actions > .ot-btn:last-child {
    margin-right: 0;
}
.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);
    margin-right: 10px;
}
.cart_table .ot-cart-coupon .ot-btn {
    font-size: 16px;
    padding: 20px 25px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.cart_totals {
    border: 1px solid #ecf0f1;
    text-align: left;
}
.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid #ecf0f1;
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
    text-align: left;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: #f9fbfb;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}
.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
    color: var(--theme-color);
}
.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
    display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0;
}
.cart_totals .amount {
    font-weight: 700;
}
.cart_totals .order-total .amount {
    color: var(--theme-color);
}
.empty-notice {
    margin: 40px auto;
}
@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 18px;
    }
    .cart_table .cart-productname {
        font-size: 14px;
    }
    .cart_table .ot-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart_table .actions {
        text-align: center;
    }
    .cart_table .cart-productimage {
        max-width: 100px;
    }
}
@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none;
    }
    .cart_table thead {
        display: none;
    }
    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid #f3f3f3;
        border-bottom: none;
    }
    .cart_table td::before {
        display: block;
    }
    .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3;
    }
    .cart_table td.actions {
        padding-left: 15px;
        text-align: center;
    }
    .cart_table td.actions > .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: 10px;
    }
    .cart_table .ot-cart-coupon input {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px;
    }
    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 17%;
        line-height: 1.4;
    }
}
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
    margin-bottom: 0;
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    margin-bottom: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: 0;
}
.woocommerce-checkout .select2-dropdown {
    border: none;
    border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 4px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
    color: var(--body-color);
}
.woocommerce-checkout .shipping_address {
    margin-top: -3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    padding: 0;
}
.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
    margin-bottom: var(--bs-gutter-x);
}
#ship-to-different-address {
    margin-top: 15px;
    margin-bottom: 22px;
}
.select2-container--default .select2-selection--single {
    height: 56px;
    border: 1px solid transparent;
    background-color: var(--smoke-color);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
    padding-left: 25px;
    padding-right: 25px;
}
.woocommerce-billing-fields .form-row {
    margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: var(--icon-font);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    line-height: 56px;
    margin-right: 30px;
}
span.select2-selection.select2-selection--single:focus {
    outline: none;
}
.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}
.checkout-ordertable th {
    font-weight: 800;
    text-align: left;
}
.checkout-ordertable ul {
    margin: 0;
    padding: 0;
}
.checkout-ordertable .order-total .amount {
    color: var(--theme-color);
}
.checkout-ordertable input[type="hidden"] ~ label {
    color: var(--theme-color);
}
.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout-payment {
    text-align: left;
}
.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.woocommerce-checkout-payment ul li {
    padding-top: 12px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 16px;
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label {
    margin-bottom: 17px;
    color: var(--body-color);
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    margin-bottom: -2px;
    margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
    padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
    color: #a1b1bc;
    background-color: #ecf0f1;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}
.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}
.ot-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none;
    }
    .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
        max-width: 150px;
    }
    .checkout-ordertable th,
    .checkout-ordertable td {
        padding: 5px 20px 5px 60px;
    }
}
.tinv-wishlist input[type="checkbox"] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    vertical-align: middle;
    width: auto;
    height: auto;
}
.tinv-wishlist .tinv-header {
    margin-top: -0.6rem;
    text-transform: capitalize;
}
.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: #eee;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 10px;
    font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.tinv-wishlist table {
    border: none;
}
.tinv-wishlist table th {
    color: var(--title-color);
}
.tinv-wishlist table td,
.tinv-wishlist table th {
    padding: 15.3px 10px;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
}
.tinv-wishlist table thead {
    background-color: var(--smoke-color);
}
.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
    width: 40px;
    text-align: center;
}
.tinv-wishlist .product-thumbnail {
    width: 110px;
}
.tinv-wishlist .stock.in-stock {
    margin-bottom: 0;
}
.tinv-wishlist ins {
    text-decoration: none;
}
.tinv-wishlist .product-remove button {
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 5px;
    padding-top: 0;
}
.tinv-wishlist .product-remove button i {
    line-height: 22px;
    font-size: 16px;
}
.tinv-wishlist .tinvwl-mobile {
    display: none;
}
.tinv-wishlist .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 295px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tinv-wishlist .social-buttons ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 16px;
}
.tinv-wishlist .product-stock .stock {
    display: block;
}
.tinv-wishlist .product-stock span {
    display: inline;
}
.tinv-wishlist .product-stock i {
    margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color);
}
.tinv-wishlist button.button {
    border: none;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--theme-color);
    color: #fff;
    padding: 1px 15px 3px 15px;
    min-width: 140px;
    border-radius: 4px;
}
.tinv-wishlist button.button i {
    font-size: 16px !important;
    margin-right: 4px !important;
}
.tinv-wishlist button.button:hover {
    background-color: var(--title-color);
    color: #fff;
}
.tinv-wishlist .tinvwl-buttons-group button i {
    font-size: 14px;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
}
.tinv-wishlist th {
    font-size: 16px;
}
.tinv-wishlist td.product-name a {
    color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
    color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
    margin-left: 8px;
    font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
    display: inline-block;
    margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
    background-color: var(--theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
    margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
    line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
@media only screen and (min-width: 1024px) {
    .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
        float: left !important;
        width: 40% !important;
        margin-right: 4%;
    }
    .tinv-wishlist tfoot .tinvwl-to-right {
        float: right;
        width: auto;
        text-align: left;
    }
    .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
        margin-top: -10px;
    }
}
@media (max-width: 991px) {
    .tinvwl-full {
        display: none;
    }
    .tinv-wishlist .tinvwl-mobile {
        display: block;
    }
    .tinvwl-txt {
        display: inline-block !important;
    }
    .product-stock {
        width: 40px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
        border-bottom: 1px solid var(--border-color);
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
    .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
        display: none;
    }
    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border: 1px solid var(--border-color);
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        display: block;
        width: 100% !important;
        text-align: center;
    }
    .product-name {
        text-align: center;
    }
    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border-bottom: none;
    }
    .tinv-wishlist table tfoot {
        border-bottom: 1px solid var(--border-color);
    }
    .tinv-wishlist .social-buttons {
        max-width: 100%;
        margin-left: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tinv-wishlist .social-buttons ul {
        margin-left: unset;
        margin-top: 5px;
    }
    .tinvwl-txt {
        display: inline-block !important;
    }
}
.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: -0.25rem;
}
.mt-n2 {
    margin-top: -0.6rem;
}
.mt-n3 {
    margin-top: -1rem;
}
.mt-n4 {
    margin-top: -1.5rem;
}
.mt-n5 {
    margin-top: -3rem;
}
.mb-n1 {
    margin-bottom: -0.25rem;
}
.mb-n2 {
    margin-bottom: -0.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);
}
.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 40px);
}
.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px);
}
@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }
    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }
    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }
    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }
    .space-top-md-none {
        padding-top: 0;
    }
    .space-extra2,
    .space-extra2-top {
        padding-top: 70px;
    }
    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 70px;
    }
}
@media (max-width: 1299px) {
    .header-layout2 .header-button .ot-btn {
        display: none;
    }
}
.text-video-btn {
    --icon-size: 150px;
    width: var(--icon-size);
    height: var(--icon-size);
    line-height: var(--icon-size);
    display: inline-block;
    font-size: 28px;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 999px;
}
.text-video-btn .bg-text {
    background-size: 100% 100%;
    height: 88%;
    width: 88%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: playSpin 25s linear infinite;
    animation: playSpin 25s linear infinite;
}
@-webkit-keyframes playSpin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes playSpin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.ot-video .text-video-btn {
    position: absolute;
    top: calc(50% - var(--icon-size) / 2);
    left: calc(50% - var(--icon-size) / 2);
    z-index: 3;
}
.hero-3 {
    margin-top: 40px;
}
.hero-3 .hero-video {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -382px;
    border-radius: 0;
}
@media (max-width: 1399px) {
    .hero-3 .hero-video {
        margin-left: 12px;
        margin-right: 12px;
    }
}
@media (max-width: 1199px) {
    .hero-3 {
        margin-top: 0;
    }
    .hero-3 .hero-video {
        margin-top: -260px;
    }
}
.hero-style3 {
    padding: 220px 0 450px 0;
    text-align: center;
}
.hero-style3 .hero-subtitle {
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 36px;
}
.hero-style3 .hero-title {
    color: var(--white-color);
    text-transform: uppercase;
}
.hero-style3 .hero-title > span {
    margin-left: auto;
    margin-right: auto;
}
.hero-style3 .hero-title .title1 {
    font-weight: 400;
}
@media (max-width: 1199px) {
    .hero-style3 {
        padding: 100px 0 300px 0;
    }
}
.hero-4 .text-video-btn {
    position: absolute;
    top: calc(50% - 125px);
    right: 0;
    z-index: 10;
}
@media (max-width: 991px) {
    .hero-4 .text-video-btn {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .hero-4 .text-video-btn {
        position: relative;
        right: unset;
        top: unset;
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .hero-2 .hero-img > img {
        width: 100%;
    }
}
.hero-5 .hero-img .text-video-btn {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: -40px;
}
.hero-5 .hero-img .text-video-btn img {
    width: auto !important;
}
@media (max-width: 767px) {
    .hero-5 .hero-img .text-video-btn {
        left: 0;
    }
}

/* _______________________________________________ */

/* .banner-heading {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.gap-top {
    padding-top: 65px !important;
}
@media (max-width: 428px) {
    .gap-top {
        padding-top: 45px !important;
    }
}

.sustainability {
    display: flex;
    justify-content: space-between !important;
}

@media (max-width: 481px) {
    .service-box {
        margin-bottom: 30px;
    }
}

/* sicky button */

.shimmer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.461);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 290;
    display: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 1199px) {
    .container {
        padding: 0px 10px;
        max-width: 100%;
    }
}

.contact-button-sticky-desktop {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 300;
}
@media (max-width: 768px) {
    .contact-button-sticky-desktop {
        bottom: 40px;
    }
}
.contact-button-sticky-desktop .options {
    width: 300px;
    position: absolute;
    top: -320px;
    right: 0;
    border-radius: 10px;
    padding: 20px;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: white;
}
.contact-button-sticky-desktop .options .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: black;
}
.contact-button-sticky-desktop .options .close ion-icon {
    width: 22px;
    height: 22px;
    color: black;
    border-radius: 100%;
    cursor: pointer;
}
.contact-button-sticky-desktop .options .head {
    display: flex;
    align-items: center;
    color: black;
}
.contact-button-sticky-desktop .options .head .icon {
    width: 44px;
    border-radius: 100%;
}
.contact-button-sticky-desktop .options .head .icon img {
    width: 100%;
}
.contact-button-sticky-desktop .options .head .info .title {
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}
.contact-button-sticky-desktop .options .head .info .position {
    font-size: 12px;
    margin-left: 10px;
    opacity: 0.7;
}
.contact-button-sticky-desktop .options .content {
    margin-top: 20px;
    font-weight: 400;
    line-height: 25px;
    color: black;
    font-size: 16px;
}
.contact-button-sticky-desktop .options .button {
    margin-top: 10px;
}
.contact-button-sticky-desktop .options .button a {
    text-decoration: none;
    font-size: 15px;
    display: block;
    background: black;
    color: white;
    padding: 13px 20px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.contact-button-sticky-desktop .options .button a .desk-show,
.contact-button-sticky-desktop .options .button a .mob-show {
    display: none;
}
@media (min-width: 768px) {
    .contact-button-sticky-desktop .options .button a .desk-show {
        display: block;
    }
}
@media (max-width: 768px) {
    .contact-button-sticky-desktop .options .button a .mob-show {
        display: block;
    }
}
.contact-button-sticky-desktop .options .button a ion-icon {
    margin-right: 10px;
    font-size: 20px;
}
.contact-button-sticky-desktop .options .button a:nth-child(1) {
    background: #eee;
    color: black;
}
.contact-button-sticky-desktop .options .button a:nth-child(2) {
    background: #197c5b;
    color: white;
}
.contact-button-sticky-desktop button {
    width: 150px;
    height: 50px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    color: white;
    border-radius: 10px;
    animation: borderPulse 2000ms infinite ease-out;
    display: none;
}

.contact-button-sticky-desktop-active .options {
    transition: 0.3s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

@keyframes borderPulse {
    0%,
    45% {
        box-shadow: 0px 0px 0px 0px rgba(120, 119, 142, 0.7);
    }
    100% {
        box-shadow: 0px 0px 0px 15px rgba(242, 242, 242, 0.01);
    }
}

.banner-heading {
    /*margin-top: 125px !important;*/
}
/*@media (max-width: 768px) {*/
/*    .banner-heading {*/
/*        margin-top: 23px;*/
/*    }*/
/*}*/
