:root {
    --theme-color: #ff4701;
    --title-color: #1B1B1B;
    --body-color: #74787C;
    --smoke-color: #F7F7F7;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #B0B0B0;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #f2f2f2;
    --title-font: 'Radio Canada', sans-serif;
    --body-font: 'Inter', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 80px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}



html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.text-justify {
    text-align: justify;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
.langauge a.nice-select.open,
a.nice-select.open,
.header-layout7 .langauge a.nice-select.open,
.header-layout8 .header-right .langauge a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
.langauge input.nice-select.open,
input.nice-select.open,
.header-layout7 .langauge input.nice-select.open,
.header-layout8 .header-right .langauge input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
.langauge textarea.nice-select.open,
textarea.nice-select.open,
.header-layout7 .langauge textarea.nice-select.open,
.header-layout8 .header-right .langauge textarea.nice-select.open {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: 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,
.langauge a.nice-select.open,
a.nice-select.open,
.header-layout7 .langauge a.nice-select.open,
.header-layout8 .header-right .langauge a.nice-select.open,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    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 {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 36px
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 30px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

p.has-drop-cap {
    margin-bottom: 20px
}

.page--item p:last-child .alignright {
    clear: right
}

.blog-title,
.pagi-title,
.breadcumb-title {
    word-break: break-word
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: var(--body-color)
}

.bypostauthor,
.gallery-caption {
    display: block
}

.page-links,
.clearfix {
    clear: both
}

.page--item {
    margin-bottom: 30px
}

.page--item p {
    line-height: 1.8
}

.content-none-search {
    margin-top: 30px
}

.wp-block-button.aligncenter {
    text-align: center
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

@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)
    }
}

@media (min-width: 1700px) {
    .th-container {
        --main-container: 1508px;
        display: block;
        margin: auto
    }

    .container.cta-wrap {
        --main-container: 1666px
    }
}

@media (min-width: 1600px) {
    .th-container {
        --main-container: 1508px
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width: 1922px) {
    .th-container {
        margin-right: auto
    }
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 1199px) {
    .row:not([class*="gx-"]) {
        --bs-gutter-x: 30px
    }
}

.gy-30 {
    --bs-gutter-y: 30px
}

.gy-40 {
    --bs-gutter-y: 40px
}

.gx-108 {
    --bs-gutter-x: 108px
}

@media (min-width: 1700px) {
    .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: 1199px) {
    .gx-108 {
        --bs-gutter-x: 40px
    }
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.slick-track {
    min-width: 100%
}

.slick-list {
    padding: 0 !important
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 38px 0 30px 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: 25px
}

.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(--dots-bg, #D8D8D8);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative
}

.slick-dots button:hover {
    border-color: var(--theme-color)
}

.slick-dots button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden
}

.slick-dots .slick-active button {
    background-color: var(--theme-color)
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--border-color);
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    font-size: var(--icon-font-size, 20px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 2;
    border-radius: 0
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--title-color);
    border-color: transparent
}



.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1700px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px
    }
}

@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px
    }
}

@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 56px;
        margin-right: 10px
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 10px
    }

    .slick-dots {
        margin: 8px 0 38px 0
    }
}

.icon-box .slick-arrow {
    --icon-size: 55px;
    margin-right: 0
}

.icon-box .slick-arrow:first-child {
    margin-right: 5px
}

:root {
    --input-height: 56px
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: #000;

}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -17px;
    top: 17px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 32px;
    font-size: 18px;
    z-index: 1;
    color: var(--title-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu .new-label {
    font-size: 13px;
    background-color: var(--theme-color);
    color: var(--title-color);
    padding: 2px 5px;
    border-radius: 4px;
    position: relative;
    top: -1px
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color)
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle {
    width: 50px;
    height: 50px;
    line-height: 51px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--title-color);
    display: inline-block;
    border-radius: 0
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px
    }

    .th-mobile-menu>ul {
        padding: 0 20px
    }
}


@-webkit-keyframes strikes {
    from {
        left: 25px
    }

    to {
        left: -80px;
        opacity: 0
    }
}

@keyframes strikes {
    from {
        left: 25px
    }

    to {
        left: -80px;
        opacity: 0
    }
}

@-webkit-keyframes dots {
    from {
        width: 0px
    }

    to {
        width: 15px
    }
}

@keyframes dots {
    from {
        width: 0px
    }

    to {
        width: 15px
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 31px;
    border-radius: 0;
    border: none
}

.th-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200%;
    background-color: var(--title-color);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.th-btn>i {
    margin-left: 5px
}

.th-btn:hover,
.th-btn.active {
    color: var(--white-color)
}

.th-btn:hover::before,
.th-btn.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.th-btn.style-skew {
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    margin-left: 10px;
    margin-right: 10px
}

.th-btn.style-skew .btn-text {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg)
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 17.5px 38px
}

.th-btn.style2:hover {
    color: var(--title-color)
}

.th-btn.style2:hover:before {
    background-color: var(--white-color)
}

.th-btn.style3:hover {
    color: var(--white-color)
}

.th-btn.style3:before {
    background-color: var(--title-color)
}

.th-btn.style4 {
    color: var(--title-color);
    background-color: var(--white-color)
}

.th-btn.style4:before {
    background-color: var(--theme-color)
}

.th-btn.style5 {
    background-color: var(--white-color);
    color: var(--theme-color);
    border: 2px solid #EEEEEE;
    padding: 20px 34.5px
}

.th-btn.style5:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.th-btn.style5:hover:before {
    background-color: var(--theme-color)
}

.th-btn.style6 {
    color: var(--white-color);
    background-color: var(--title-color);
    background-image: url("../img/bg/pattern_bg_2.png");
    background-repeat: repeat
}

.th-btn.style6:hover {
    color: var(--title-color)
}

.th-btn.style6:before {
    background-color: var(--white-color)
}

.th-btn.fw-btn {
    width: 100%
}

.th-btn.radius-btn {
    border-radius: 30px
}

.th-btn.radius-btn2 {
    border-radius: 0px 0px 20px 0px
}



.line-btn {
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color)
}

.line-btn i {
    margin-left: 10px;
    font-size: 0.9rem
}

.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.line-btn:hover {
    color: var(--title-color)
}

.line-btn:hover::before {
    background-color: var(--title-color);
    width: 45px
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: none
}

.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.icon-btn:hover .badge {
    background-color: var(--title-color)
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 767px) {

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 20px
    }
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
    margin-top: -0.24em;
    font-size: 44px;
    text-transform: capitalize;
    line-height: 54px
}

.sec-title span {
    color: var(--theme-color);
}

.sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-top: -0.41em;
    margin-bottom: 28px;
    display: block
}

@media (max-width: 767px) {
    .sub-title {
        margin-bottom: 18px
    }
}

.shadow-title {
    font-family: var(--title-font);
    font-size: 150px;
    font-weight: bold;
    line-height: initial;
    background: -webkit-linear-gradient(top, #EDEDED 0%, transparent 84.54%);
    background: linear-gradient(180deg, #EDEDED 0%, transparent 84.54%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: -1
}

.shadow-title.dark-color {
    background: -webkit-linear-gradient(top, #232732 0%, transparent 84.54%);
    background: linear-gradient(180deg, #232732 0%, transparent 84.54%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2;
    margin-top: -0.40em
}

@media (max-width: 1199px) {
    .title-area.text-xl-start {
        text-align: center
    }
}

.title-area.text-center .sub-title {
    padding-left: 0
}

.title-area.text-center .sub-title:before,
.title-area.text-center .sub-title:after {
    left: -60px
}

@media (max-width: 575px) {

    .title-area.text-center .sub-title:before,
    .title-area.text-center .sub-title:after {
        left: -40px
    }
}

.title-area.text-center .sub-title:after {
    left: -40px
}

@media (max-width: 575px) {
    .title-area.text-center .sub-title:after {
        left: -30px
    }
}

.title-area .sub-title {
    display: inline-block;
    color: var(--theme-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--title-font);
    position: relative;
    margin-bottom: 25px;
    padding-left: 60px;
    margin-top: -0.34em;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .title-area .sub-title {
        margin-bottom: 18px
    }
}

@media (max-width: 575px) {
    .title-area .sub-title {
        padding-left: 40px
    }
}

.title-area .sub-title .double-line:before,
.title-area .sub-title:before,
.title-area .sub-title .double-line:after,
.title-area .sub-title:after {
    position: absolute;
    content: '';
    background-color: var(--theme-color);
    left: 0px;
    top: 7px;
    height: 2px;
    width: 50px
}

@media (max-width: 575px) {

    .title-area .sub-title .double-line:before,
    .title-area .sub-title:before,
    .title-area .sub-title .double-line:after,
    .title-area .sub-title:after {
        width: 30px
    }
}

@media (max-width: 375px) {

    .title-area .sub-title .double-line:before,
    .title-area .sub-title:before,
    .title-area .sub-title .double-line:after,
    .title-area .sub-title:after {
        display: none
    }
}

.title-area .sub-title .double-line:after,
.title-area .sub-title:after {
    margin-top: 3px;
    width: 30px;
    left: 18px
}

@media (max-width: 575px) {

    .title-area .sub-title .double-line:after,
    .title-area .sub-title:after {
        width: 20px;
        left: 10px
    }
}

@media (max-width: 375px) {

    .title-area .sub-title .double-line:after,
    .title-area .sub-title:after {
        display: none
    }
}

.title-area .sub-title .double-line:before,
.title-area .sub-title:before {
    width: 50px;
    top: auto;
    bottom: 7px
}

@media (max-width: 575px) {

    .title-area .sub-title .double-line:before,
    .title-area .sub-title:before {
        width: 30px
    }
}

.title-area .sub-title .double-line {
    margin-left: 0
}

.title-area .sub-title .double-line:before,
.title-area .sub-title .double-line:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    right: -10px;
    left: auto
}

.title-area .sub-title.style2 {
    padding: 0;
    margin-top: 4px
}

.title-area .sub-title.style2:before,
.title-area .sub-title.style2:after {
    display: none
}

.title-area .sub-title.style2 img {
    margin: 0 8px 0 0
}

.title-area .sub-title .sub-title2 {
    background-color: var(--theme-color);
    border-radius: 5px;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color)
}

.title-area .sec-title {
    margin-bottom: 15px
}

.title-area p.tagline {
    color: #ff4701;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.41em
}

.sec-btn {
    margin-bottom: var(--section-title-space)
}

@media (max-width: 1399px) {
    .sec-title {
        font-size: 42px
    }

    .shadow-title {
        font-size: 120px
    }

    .title-area,
    .sec-title {
        --section-title-space: 50px
    }
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 18px
    }

    .sec-title {
        font-size: 38px;
        line-height: 48px
    }

    .shadow-title {
        font-size: 96px
    }

    .title-area,
    .sec-title {
        --section-title-space: 50px
    }

    .title-area.mb-40,
    .sec-title.mb-40 {
        margin-bottom: 35px
    }

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 35px
    }

    .title-area.mb-25,
    .sec-title.mb-25 {
        margin-bottom: 20px
    }

    .title-area.mb-35,
    .sec-title.mb-35 {
        margin-bottom: 30px
    }

    .title-area.mb-30,
    .sec-title.mb-30 {
        margin-bottom: 22px
    }

    .sec-btn {
        --section-title-space: 65px
    }
}

@media (max-width: 991px) {
    .sec-title {
        font-size: 34px;
        line-height: 44px
    }

    .shadow-title {
        font-size: 88px
    }

    .sub-title {
        margin-bottom: 12px
    }

    .title-area,
    .sec-title {
        --section-title-space: 40px
    }

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 35px
    }

    .sec-btn {
        --section-title-space: 50px
    }
}

@media (max-width: 767px) {
    .sec-title {
        font-size: 26px;
        line-height: 38px
    }

    .shadow-title {
        font-size: 60px
    }
}

@media (max-width: 575px) {
    .journey-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 375px) {
    .shadow-title {
        font-size: 50px;
        top: 55%
    }
}

.image-scale-hover {
    overflow: hidden
}

.image-scale-hover img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

.image-scale-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.shape-mockup-wrap {
    position: relative;
    z-index: 2
}

.shape-mockup {
    position: absolute;
    z-index: -1
}

.shape-mockup.z-index-3 {
    z-index: 3
}

.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px
}

.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);
    font-weight: 400;
    font-size: 12px;
    padding: .25em .45em;
    border-radius: 50%
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 42px);
    background-color: var(--smoke-color);
    color: var(--body-color);
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%
}

.th-social a:last-child {
    margin-right: 0
}

.th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.th-social.style2 a {
    background-color: transparent;
    border: 1px solid var(--body-color)
}

.th-social.style2 a:hover {
    background-color: var(--theme-color);
    color: var(--title-color);
    border-color: var(--theme-color)
}

.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.btn-group.style2 {
    gap: 20px;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-group.style3 {
    gap: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-group .style-skew:first-child {
    margin-right: 0
}

.btn-group .style-skew:last-child {
    margin-left: 0
}

@media (max-width: 991px) {
    p.mb-35 {
        margin-bottom: 30px
    }
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.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-20 {
    font-size: 20px
}

.fs-lg {
    font-size: 22px
}

.fs-xs {
    font-size: 14px
}

@media (max-width: 1199px) {
    .fs-lg {
        font-size: 18px
    }

    .fs-20 {
        font-size: 17px
    }
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !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-black1 {
    background-color: #1B1F29
}

.gr-bg1 {
    background: -webkit-linear-gradient(top, #F7F7F7 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #F7F7F7 0%, rgba(255, 255, 255, 0) 100%)
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-center {
    background-size: auto;
    background-position: top center
}

.text-theme {
    color: var(--theme-color) !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] [class*="container"] {
    position: relative;
    z-index: 2
}

[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay="theme"]:before {
    background-color: var(--theme-color)
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-overlay="overlay1"]:before {
    background-color: #010B23
}

[data-overlay="overlay2"]:before {
    background-color: #050505
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.ripple-animation,
.play-btn:after,
.play-btn:before,
.about-call-btn:after,
.about-call-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.9);
        transform: scale(1.9);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0
    }
}

@-webkit-keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.moving {
    -webkit-animation: moving 35s linear infinite;
    animation: moving 35s linear infinite
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: translateX(calc(-100vw + 100%));
        transform: translateX(calc(-100vw + 100%))
    }

    51% {
        -webkit-transform: translateX(calc(-100vw + 100%)) rotateY(180deg);
        transform: translateX(calc(-100vw + 100%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: translateX(calc(-100vw + 100%));
        transform: translateX(calc(-100vw + 100%))
    }

    51% {
        -webkit-transform: translateX(calc(-100vw + 100%)) rotateY(180deg);
        transform: translateX(calc(-100vw + 100%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

.movingX {
    -webkit-animation: movingX 35s linear infinite;
    animation: movingX 35s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw - 100%));
        transform: translateX(calc(100vw - 100%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
        transform: translateX(calc(100vw - 100%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg)
    }

    50% {
        -webkit-transform: translateX(calc(100vw - 100%));
        transform: translateX(calc(100vw - 100%))
    }

    51% {
        -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
        transform: translateX(calc(100vw - 100%)) rotateY(180deg)
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg)
    }
}

.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(-60px);
        transform: translateY(-60px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    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(60px);
        transform: translateY(60px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.movingY {
    -webkit-animation: movingY 17s linear infinite;
    animation: movingY 17s linear infinite
}

@-webkit-keyframes movingY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes movingY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.movingY-reverse {
    -webkit-animation: movingYReverseAni 17s linear infinite;
    animation: movingYReverseAni 17s linear infinite
}

@-webkit-keyframes movingYReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes movingYReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@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)
    }
}

.zoom {
    -webkit-animation: zoom 15s linear infinite;
    animation: zoom 15s linear infinite
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.ding-dong {
    -webkit-animation: ding-dong 2s linear;
    animation: ding-dong 2s linear
}

@-webkit-keyframes ding-dong {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    5% {
        -webkit-transform: rotateZ(5.3deg);
        transform: rotate(5.3deg)
    }

    10% {
        -webkit-transform: rotateZ(7.8deg);
        transform: rotate(7.8deg)
    }

    15% {
        -webkit-transform: rotateZ(7deg);
        transform: rotate(7deg)
    }

    20% {
        -webkit-transform: rotateZ(3.9deg);
        transform: rotate(3.9deg)
    }

    20% {
        -webkit-transform: rotateZ(3.9deg);
        transform: rotate(3.9deg)
    }

    25% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    30% {
        -webkit-transform: rotateZ(-3.2deg);
        transform: rotate(-3.2deg)
    }

    35% {
        -webkit-transform: rotateZ(-4.7deg);
        transform: rotate(-4.7deg)
    }

    40% {
        -webkit-transform: rotate(-4.3deg);
        transform: rotate(-4.3deg)
    }

    45% {
        -webkit-transform: rotateZ(-2.4deg);
        transform: rotate(-2.4deg)
    }

    50% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    55% {
        -webkit-transform: rotateZ(2deg);
        transform: rotate(2deg)
    }

    60% {
        -webkit-transform: rotateZ(2.9deg);
        transform: rotate(2.9deg)
    }

    65% {
        -webkit-transform: rotateZ(2.6deg);
        transform: rotate(2.6deg)
    }

    70% {
        -webkit-transform: rotateZ(1.4deg);
        transform: rotate(1.4deg)
    }

    75% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    80% {
        -webkit-transform: rotateZ(-1.2deg);
        transform: rotate(-1.2deg)
    }

    85% {
        -webkit-transform: rotateZ(-1.7deg);
        transform: rotate(-1.7deg)
    }

    90% {
        -webkit-transform: rotateZ(-1.6deg);
        transform: rotate(-1.6deg)
    }

    95% {
        -webkit-transform: rotateZ(-0.9deg);
        transform: rotate(-0.9deg)
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }
}

@keyframes ding-dong {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    5% {
        -webkit-transform: rotateZ(5.3deg);
        transform: rotate(5.3deg)
    }

    10% {
        -webkit-transform: rotateZ(7.8deg);
        transform: rotate(7.8deg)
    }

    15% {
        -webkit-transform: rotateZ(7deg);
        transform: rotate(7deg)
    }

    20% {
        -webkit-transform: rotateZ(3.9deg);
        transform: rotate(3.9deg)
    }

    20% {
        -webkit-transform: rotateZ(3.9deg);
        transform: rotate(3.9deg)
    }

    25% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    30% {
        -webkit-transform: rotateZ(-3.2deg);
        transform: rotate(-3.2deg)
    }

    35% {
        -webkit-transform: rotateZ(-4.7deg);
        transform: rotate(-4.7deg)
    }

    40% {
        -webkit-transform: rotate(-4.3deg);
        transform: rotate(-4.3deg)
    }

    45% {
        -webkit-transform: rotateZ(-2.4deg);
        transform: rotate(-2.4deg)
    }

    50% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    55% {
        -webkit-transform: rotateZ(2deg);
        transform: rotate(2deg)
    }

    60% {
        -webkit-transform: rotateZ(2.9deg);
        transform: rotate(2.9deg)
    }

    65% {
        -webkit-transform: rotateZ(2.6deg);
        transform: rotate(2.6deg)
    }

    70% {
        -webkit-transform: rotateZ(1.4deg);
        transform: rotate(1.4deg)
    }

    75% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }

    80% {
        -webkit-transform: rotateZ(-1.2deg);
        transform: rotate(-1.2deg)
    }

    85% {
        -webkit-transform: rotateZ(-1.7deg);
        transform: rotate(-1.7deg)
    }

    90% {
        -webkit-transform: rotateZ(-1.6deg);
        transform: rotate(-1.6deg)
    }

    95% {
        -webkit-transform: rotateZ(-0.9deg);
        transform: rotate(-0.9deg)
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

@-webkit-keyframes lineMove {
    0% {
        bottom: 0;
        opacity: 1
    }

    50% {
        bottom: 100%;
        opacity: 0.3
    }

    100% {
        bottom: 0;
        opacity: 1
    }
}

@keyframes lineMove {
    0% {
        bottom: 0;
        opacity: 1
    }

    50% {
        bottom: 100%;
        opacity: 0.3
    }

    100% {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes lineMove2 {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 100%;
        opacity: 0.3
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes lineMove2 {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 100%;
        opacity: 0.3
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes shapePulse {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    50% {
        -webkit-transform: scaleY(0.88);
        transform: scaleY(0.88)
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes shapePulse {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    50% {
        -webkit-transform: scaleY(0.88);
        transform: scaleY(0.88)
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.movingTopRight {
    -webkit-animation: movingTopRight 15s linear infinite;
    animation: movingTopRight 15s linear infinite
}

@-webkit-keyframes movingTopRight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(-90px, 90px);
        transform: translate(-90px, 90px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes movingTopRight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(-90px, 90px);
        transform: translate(-90px, 90px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.movingBottomLeft {
    -webkit-animation: movingBottomLeft 15s linear infinite;
    animation: movingBottomLeft 15s linear infinite
}

@-webkit-keyframes movingBottomLeft {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(90px, -90px);
        transform: translate(90px, -90px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes movingBottomLeft {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(90px, -90px);
        transform: translate(90px, -90px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes bgSlide {
    0% {
        background-position: 0 0
    }

    0% {
        background-position: 0 -50%
    }

    0% {
        background-position: 0 0
    }
}

@keyframes bgSlide {
    0% {
        background-position: 0 0
    }

    0% {
        background-position: 0 -50%
    }

    0% {
        background-position: 0 0
    }
}

.scalein.th-animated {
    --animation-name: scalein
}

.slidetopleft.th-animated {
    --animation-name: slidetopleft
}

.slidebottomright.th-animated {
    --animation-name: slidebottomright
}

.slideinleft.th-animated {
    --animation-name: slideinleft
}

.slideinright.th-animated {
    --animation-name: slideinright
}

.slideinup.th-animated {
    --animation-name: slideinup
}

.slideindown.th-animated {
    --animation-name: slideindown
}

.rollinleft.th-animated {
    --animation-name: rollinleft
}

.rollinright.th-animated {
    --animation-name: rollinright
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.th-animated {
    opacity: 1
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-90px);
        transform: translateX(-90px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-90px);
        transform: translateX(-90px)
    }

    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)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.widget_nav_menu>ul,
.widget_nav_menu .menu,
.widget_meta>ul,
.widget_meta .menu,
.widget_pages>ul,
.widget_pages .menu,
.widget_archive>ul,
.widget_archive .menu,
.widget_categories>ul,
.widget_categories .menu,
.wp-block-categories>ul,
.wp-block-categories .menu {
    margin: -20px 0 -20px 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 16px 45px 19px 27px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 0;
    border-bottom: 1px solid #E0E0E0
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
    content: "\f07c";
    position: absolute;
    left: 0;
    top: 17px;
    font-family: var(--icon-font);
    font-weight: 500
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
    display: block;
    position: relative
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.wp-block-categories li:last-child a {
    border-bottom: none
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.wp-block-categories li>span {
    color: var(--body-color);
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
    color: var(--theme-color)
}

.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span,
.wp-block-categories a:hover~span {
    color: var(--theme-color)
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.wp-block-categories .children {
    margin-left: 10px
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
    color: inherit
}

.th-blog ul.wp-block-archives li {
    margin: 5px 0
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 30px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative
}

.widget select,
.widget input {
    height: 55px;
    border: none;
    background-color: var(--input-bg, #fff);
    border-radius: 0
}

.widget.no-banner-widget {
    padding: 0
}

.widget_title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1em;
    text-transform: uppercase;
    margin: -0.07em 0 29px 0
}

.wp-block-search__label,
.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 17px;
    margin: -0.12em 0 30px 0
}

.wp-block-search__label:after,
.wp-block-search__label:before,
.widget_title:after,
.widget_title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #E0E0E0;
    position: absolute;
    bottom: 0;
    left: 0
}

.wp-block-search__label:after,
.widget_title:after {
    background-color: var(--theme-color);
    width: 30px
}

.widget .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.widget .search-form button {
    border: none;
    width: 55px;
    height: 55px;
    background-color: var(--theme-color);
    color: var(--title-color);
    display: inline-block
}

.widget .search-form button:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.price_slider_wrapper .button {
    position: relative;
    background-color: transparent;
    color: var(--theme-color);
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: center;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 0;
    font-size: 14px;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in
}

.price_slider_wrapper .button:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 43px;
    height: 2px;
    background-color: var(--theme-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10.5px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--title-color) !important
}

.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    position: relative;
    margin-right: 15px;
    max-width: 95px;
    border-radius: 10px;
    overflow: hidden
}

.recent-post .media-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .media-img:after {
    content: '\f0c1';
    font-family: var(--icon-font);
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 95px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--theme-color);
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .post-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 -0.1em 0;
    font-family: var(--title-font);
    text-transform: capitalize;
    margin-bottom: 5px
}

.recent-post .line-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px
}

.recent-post .line-btn:hover {
    color: var(--white-color)
}

.recent-post .line-btn:before {
    display: none
}

.recent-post .recent-post-meta {
    margin-top: -0.4em;
    margin-bottom: 0px
}

.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 {
    color: var(--theme-color);
    margin-right: 8px
}

.recent-post:hover .media-img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.wp-block-calendar,
.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
    z-index: 1
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
    color: inherit
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
    left: auto;
    right: 20px
}

.wp-block-calendar caption,
.calendar_wrap caption {
    caption-side: top;
    text-align: center;
    color: var(--title-color);
    background-color: #f1dbbe
}

.wp-block-calendar th,
.calendar_wrap th {
    font-size: 14px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #fff;
    color: #01133c;
    font-weight: 500
}

.wp-block-calendar th a,
.calendar_wrap th a {
    color: inherit
}

.wp-block-calendar td,
.calendar_wrap td {
    font-size: 14px;
    padding: 5px;
    color: #01133c;
    border: 1px solid #ededed;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.wp-block-calendar #today,
.calendar_wrap #today {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: #ededed
}

.wp-block-calendar thead,
.calendar_wrap thead {
    background-color: #f6f6f6
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
    margin-bottom: 0
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
    display: none
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden
}

.sidebar-gallery .gallery-thumb img {
    width: 100%
}

.widget_shopping_cart .widget_title {
    margin-bottom: 30px;
    border-bottom: none
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0
}

.widget_shopping_cart ul li {
    list-style-type: none
}

.widget_shopping_cart.style2 .cart_list a:not(.remove):hover {
    color: var(--theme-color)
}

.widget_shopping_cart.style2 .cart_list a.remove:hover {
    color: var(--theme-color)
}

.widget_shopping_cart.style3 .cart_list a:not(.remove):hover {
    color: var(--theme-color)
}

.widget_shopping_cart.style3 .cart_list a.remove:hover {
    color: var(--theme-color)
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    text-align: left
}

.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color)
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
    color: var(--theme-color)
}

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--body-color)
}

.widget_shopping_cart .cart_list a.remove:hover {
    color: var(--theme-color)
}

.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 5px
}

.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500
}

.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--body-font)
}

.widget_shopping_cart .total strong {
    font-family: var(--title-font)
}

.widget_shopping_cart .amount {
    padding-left: 5px
}

.widget_shopping_cart .th-btn {
    margin-right: 15px
}

.widget_shopping_cart .th-btn:last-child {
    margin-right: 0
}

.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

.sidebar-area {
    margin-bottom: -10px
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0
}

.sidebar-area .wp-block-tag-cloud a,
.sidebar-area .tagcloud a {
    border: none
}

.sidebar-area .newsletter-form button {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-top: 10px
}

.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
}

.donwload-media-wrap {
    margin-top: -4px;
    margin-bottom: -4px
}

.download-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E7E7
}

.download-media_icon {
    margin-right: 15px
}

.download-media_icon i {
    font-size: 30px;
    color: var(--theme-color)
}

.download-media_title {
    color: var(--title-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -4px
}

.download-media_text {
    color: var(--body-color);
    text-transform: uppercase;
    font-size: 14px
}

.download-media_btn {
    margin-left: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center
}

.download-media_btn:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.download-media:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_offer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--title-color);
    z-index: 2
}

.widget_offer.style2 {
    padding-top: 60px;
    padding-bottom: 60px
}

.widget_offer.style2 .offer-banner {
    text-align: center
}

.widget_offer.style2 .offer-banner .banner-logo {
    margin-bottom: 20px
}

.widget_offer.style2 .offer-banner .banner-title {
    color: var(--white-color);
    max-width: 280px;
    margin: 0 auto 20px auto
}

.widget_offer.style2 .offer-banner .offer {
    background-color: var(--white-color);
    padding: 30px 30px 60px 30px;
    margin-bottom: 0
}

.widget_offer.style2 .offer-banner .offer-title {
    color: var(--title-color);
    margin-bottom: 3px;
    text-transform: uppercase
}

.widget_offer.style2 .offer-banner .offer-text {
    font-family: var(--title-font);
    margin-bottom: -0.3em
}

.widget_offer.style2 .offer-banner .th-btn {
    margin-top: -30px
}

.widget_offer:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(27, 27, 27, 0.85);
    z-index: -1
}

.offer-banner {
    text-align: center
}

.offer-banner .banner-logo {
    margin-bottom: 25px
}

.offer-banner .banner-title {
    position: relative;
    color: var(--title-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    width: 297px;
    height: 100%;
    margin: -35px auto 20px auto;
    padding: 28px 30px;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0 0);
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0 0);
    z-index: 2;
    margin-bottom: 40px
}

@media (max-width: 1199px) {
    .offer-banner .banner-title {
        width: 100%;
        margin: 0px auto 20px auto
    }
}

.offer-banner .banner-title:before {
    content: "";
    position: absolute;
    inset: 5px;
    top: 0;
    background-color: var(--white-color);
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0 0);
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0 0);
    z-index: -1
}

.offer-banner .offer {
    margin-bottom: 30px
}

.offer-banner .offer-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: var(--white-color)
}

.offer-banner .offer-text {
    font-family: var(--title-font)
}

.offer-banner .offter-num {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px
}

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 20px
    }

    .recent-post .post-title {
        font-size: 18px;
        line-height: 24px
    }

    .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 {
        padding: 30px 20px
    }
}

.sidemenu-wrapper .widget_title {
    position: relative;
    border: none;
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 15px 0;
    margin: 0 0 35px 0;
    max-width: 275px
}

.sidemenu-wrapper .widget_title:before,
.sidemenu-wrapper .widget_title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: var(--theme-color)
}

.sidemenu-wrapper .widget_title:after {
    width: 16px;
    border: 3px solid var(--title-color);
    height: 10px;
    background-color: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite
}

.sidemenu-wrapper .recent-post {
    max-width: 280px
}

.sidemenu-wrapper .recent-post .post-title {
    color: var(--white-color)
}

.sidemenu-wrapper .contact-link a:hover {
    color: var(--white-color) !important;

}

.sidemenu-wrapper.shopping-cart .widget_title {
    color: var(--title-color)
}

.footer-widget {
    margin-bottom: 40px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent
}

.footer-widget .widget_title {
    position: relative;
    border: none;
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 15px 0;
    margin: 0 0 35px 0;
    max-width: 275px
}

.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: var(--theme-color)
}

.footer-widget .widget_title:after {
    width: 16px;
    border: 3px solid var(--title-color);
    height: 10px;
    background-color: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -4px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -4px
}

.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 28px;
    margin-bottom: 22px;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    position: relative;
    border-bottom: none
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: "\f061";
    font-weight: 900;
    left: 0;
    top: 0;
    color: inherit
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color)
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-widget .recent-post {
    max-width: 280px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2B2F3A
}

.footer-widget .recent-post .media-img {
    margin-right: 20px
}

.footer-widget .recent-post .post-title {
    color: var(--white-color)
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .footer-logo {
    margin-bottom: 15px
}

.th-widget-schedule {
    margin-top: -0.25em
}

.th-widget-schedule .footer-info {
    padding-left: 0
}

.footer-table {
    margin-top: -15px;
    border: none;
    margin-bottom: 0
}

.footer-table th,
.footer-table td {
    border: none;
    padding: 8px 0;
    font-size: 16px
}

.footer-table td {
    padding-left: 50px
}

.footer-table th {
    padding-right: 13px;
    font-weight: 500;
    color: var(--white-color)
}

@-webkit-keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

.th-widget-about {
    max-width: 290px
}

.footer-text {
    margin-bottom: 30px;
    margin-top: -0.5em
}

.footer-info-title {
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 7px;
    margin-top: -0.2em
}

.footer-info {
    position: relative;
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 35px;
    max-width: 300px
}

.footer-info:last-child {
    margin-bottom: 0
}

.footer-info i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--title-color);
    position: absolute;
    left: 0;
    font-size: 16px
}

.footer-info:nth-child(2) i {
    background-color: var(--theme-color)
}

.footer-info:nth-child(3) i {
    background-color: var(--theme-color)
}

@media (max-width: 1199px) {
    .recent-post .post-title {
        font-size: 16px;
        line-height: 22px
    }
}

.th-header {
    position: relative;
    z-index: 41;

}

.sticky-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07)
}

.sticky-wrapper.sticky {
    top: 0
}

.sticky-wrapper.sticky .header-logo {
    padding-bottom: 0;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .sticky-wrapper.sticky .header-logo {
        margin-top: 0
    }
}

.th-header .sticky-wrapper {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 6px 6px;
}

.th-header .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    -webkit-animation: headerSticky .95s ease forwards;
    animation: headerSticky .95s ease forwards
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.main-menu a .new-label {
    font-size: 13px;
    background-color: var(--theme-color);
    color: var(--title-color);
    padding: 2px 5px;
    border-radius: 4px;
    position: relative;
    top: -1px
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 14px
}

.main-menu>ul>li>a {
    padding: 27px 0
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\2b";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: var(--theme-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f068";
    color: var(--theme-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    border-bottom: 2px solid var(--theme-color);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 10px 20px 18px 18px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 5px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize
}







.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.header-notice {
    margin-bottom: 0
}

.header-link {
    display: inline-block;
    color: var(--title-color);
    margin-right: 40px
}

.header-link:last-child {
    margin-right: 0
}

.header-link:hover {
    color: var(--theme-color)
}

.header-link .icon-btn {
    margin-right: 10px;
    font-size: 14px
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.header-button .dropdown-link {
    margin-right: 15px
}

.header-button .th-btn {
    margin-left: 15px
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links i {
    margin-right: 7px
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400
}

.header-links li:not(:last-child) {
    padding: 0 20px 0 0;
    margin: 0 15px 0 0
}

.header-links li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--theme-color);
    width: 1px;
    height: 20px;
    margin: -10px 0 0 0
}

.header-social .social-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0
}

.header-social i {
    margin: 0 !important
}

.header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

.header-social a:last-child {
    margin-right: 0
}

.header-social a:hover {
    color: var(--theme-color)
}

.dropdown-link {
    position: relative
}

.dropdown-link>a {
    color: var(--title-color)
}

.dropdown-toggle::after {
    content: '\f107';
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 10px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--border-color)
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0;
}

.dropdown-menu li:after {
    display: none
}

.dropdown-menu li a {
    display: block
}

.dropdown-menu a {
    color: var(--body-color)
}

.dropdown-menu a:hover {
    color: var(--theme-color)
}

.dropdown-menu:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color)
}

.icon-style2 {
    background-color: transparent;
    border: 1px dashed;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 44px;
    color: var(--white-color);
    font-size: 16px
}

.simple-icon {
    font-size: 36px
}

.header-layout1 {
    --main-container: 1440px
}


.header-layout1 .header-top {
    background-color: var(--theme-color);
    padding: 6px 0;
    --body-color: #1b1b1b
}

.header-layout1 .header-top a,
.header-layout1 .header-top li,
.header-layout1 .header-top p,
.header-layout1 .header-top span,
.header-layout1 .header-top i {
    color: var(--white-color)
}

.header-layout1 .header-top a:hover {
    color: var(--white-color)
}

.header-layout1 .header-top li:before {
    background-color: var(--title-color)
}

.header-layout1 .simple-icon {
    color: var(--white-color)
}

.header-layout1 .dropdown-menu {
    --body-color: #74787C
}

.header-layout1 .logo-shape {
    display: inline-block;
    height: 100%;
    width: 38%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
    z-index: -1
}

.header-layout1 .menu-area {
    position: relative;
    background-color: #fff;
    background-size: auto;
    background-repeat: repeat;
    z-index: 2
}

.header-layout1 .main-menu>ul>li {
    margin: 0 15px;
}

.header-layout1 .main-menu>ul>li>a {
    color: var(--title-color);
    padding: 30px 0
}

.header-layout1 .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.header-layout1 .main-menu ul li.menu-item-has-children>a:after {
    color: var(--title-color)
}

.header-layout1 .main-menu ul li.menu-item-has-children>a:hover:after {
    color: var(--theme-color)
}

.header-layout1 .th-menu-toggle {
    margin: 20px 0
}

.header-layout1 .header-button {
    margin-left: 10px
}

@media (min-width: 1922px) {
    .header-layout1 {
        --main-container: 1440px
    }

    .header-layout1 .container {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1700px) {
    .header-layout1 .logo-shape {
        width: 28%
    }
}

@media (max-width: 1399px) {
    .header-layout1 .container {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1199px) {
    .header-layout1 .logo-shape {
        width: 30%
    }

    .th-header .header-logo {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .header-layout1 .logo-shape {
        width: 60%
    }

}

@media (max-width: 767px) {
    .header-layout1 .header-layout1 .header-top {
        padding: 8px 0
    }
}

@media (max-width: 375px) {
    .header-layout1 .logo-shape {
        width: 70%
    }
}



@media (max-width: 991px) {

    .th-header .sideMenuToggler,
    .th-header .searchBoxToggler {
        display: none
    }

    .header-layout6 .header-top:before {
        width: 58%
    }

    .header-layout6 .menu-top {
        padding: 12px 0
    }

    .header-layout6 .menu-area {
        padding: 4px 20px 4px 10px
    }

    .header-layout6 .header-button .dropdown-link {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .header-layout6 .header-top:before {
        display: none
    }
}

@media (max-width: 575px) {
    .header-layout6 .header-logo {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0
    }
}

.header-layout2 .header-top .dropdown-link ul li a {
    color: var(--title-color)
}

.header-layout2 .header-top .dropdown-link ul li a:hover {
    color: var(--theme-color)
}

.footer-wrapper {
    position: relative;
    z-index: 2
}

.footer-wrapper .newsletter-title {
    color: var(--white-color)
}

.widget-area {
    padding-top: 100px;
    padding-bottom: 60px
}

@media (max-width: 991px) {
    .widget-area {
        padding-top: 80px
    }
}

.copyright-wrap {
    padding: 22px 0
}

.copyright-text {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400
}

.copyright-text a {
    color: inherit
}

.footer-layout1 {
    background-color: var(--title-color);
    --body-color: #ADADAD
}

.footer-layout1 .copyright-wrap {
    background-color: var(--theme-color);
    text-align: center
}

.footer-layout1 .copyright-text {
    color: var(--title-color)
}

.footer-layout1 .copyright-text a:hover {
    color: var(--white-color)
}

.footer-layout1 .widget-area {
    padding-top: 100px;
    padding-bottom: 45px
}

@media (max-width: 991px) {
    .footer-layout1 .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 24px
    }
}

.footer-layout2 {
    --body-color: #ADADAD;
    background-color: var(--title-color)
}

.footer-layout2 .widget-area {
    padding-top: 100px;
    padding-bottom: 60px
}

.footer-layout2 .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #323232
}

.footer-layout2 .copyright-wrap {
    padding: 20px 0;
    border-top: 1px solid #323232
}

.footer-layout2 .copyright-text {
    text-align: center
}

.footer-layout2 .copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout3 {
    --body-color: #ADADAD;
    background-color: #161921
}

.footer-layout3 .widget-area {
    padding-top: 100px;
    padding-bottom: 60px
}

.footer-layout3 .copyright-wrap {
    padding: 20px 0;
    background-color: #1B1F29
}

.footer-layout3 .copyright-text {
    color: var(--white-color);
    text-align: center;
    font-weight: 500
}

.footer-layout3 .copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout3 .style-skew {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
    margin-left: 0;
    margin-right: 0
}

.footer-layout3 .style-skew .btn-text {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}

@media (max-width: 1199px) {
    .footer-wrapper .newsletter-form {
        gap: 15px 0
    }

    .footer-top .footer-logo {
        text-align: center;
        margin: 0 auto 30px auto
    }
}

@media (max-width: 991px) {
    .footer-layout2 .widget-area {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .footer-layout2 .footer-top {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .footer-wrapper .newsletter-form {
        max-width: 400px
    }

    .newsletter-wrap .newsletter-title {
        font-size: 22px
    }

    .newsletter-wrap .newsletter-text {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .newsletter-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        border-left: none;
        gap: 20px
    }

    .newsletter-wrap .newsletter-title {
        text-align: center
    }

    .footer-wrapper .newsletter-form {
        max-width: 550px;
        gap: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .footer-wrapper .newsletter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 40px 0 -0.5em 0;
    list-style-type: none;
    position: relative
}

@media (max-width: 1199px) {
    .breadcumb-menu {
        margin: 30px 0 -0.5em 0
    }
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: '\f061';
    position: relative;
    margin-left: 10px;
    font-weight: 600;
    font-size: 15px;
    color: var(--theme-color);
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    color: var(--white-color)
}

.breadcumb-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 74px;
    color: var(--white-color);
    margin: -0.18em 0 -0.35em 0
}

@media (max-width: 1199px) {
    .breadcumb-title {
        margin: -0.40em 0 -0.35em 0
    }
}

@media (max-width: 991px) {
    .breadcumb-title {
        margin: -0.25em 0 -0.35em 0
    }
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 147px 0;
    text-align: center;
    overflow: hidden
}

@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 48px
    }

    .breadcumb-wrapper {
        padding: 130px 0
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 140px 0 100px 0
    }

    .breadcumb-menu {
        margin: 30px 0 -0.5em 0
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }

    .breadcumb-title {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 120px 0 100px 0
    }

    .breadcumb-title {
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width: 575px) {
    .breadcumb-wrapper {
        padding: 80px 0
    }

    .breadcumb-title {
        font-size: 25px;
        line-height: 35px
    }
}


.th-hero-wrapper {
    position: relative
}

.th-hero-wrapper .slick-arrow {
    --icon-size: 60px;
    --pos-x: 200px;
    font-size: 16px;
    z-index: 4;
    border-radius: 50%;
    z-index: 5;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.6)
}

.th-hero-wrapper .slick-arrow:hover {
    background-color: var(--white-color);
    color: var(--title-color);
    border-color: var(--white-color)
}

.th-hero-wrapper .btn-group {
    gap: 20px
}

.th-hero-wrapper .text-bg {
    position: relative;
    display: inline-block;
    color: var(--title-color);
    padding: 0 33px 0 30px;
    z-index: 2
}

.th-hero-wrapper .text-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url("../img/bg/pattern_bg_1.png") repeat;
    z-index: -1;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg)
}

.th-hero-wrapper .container {
    position: relative;
    z-index: 3
}

.th-hero-slide {
    position: relative;
    height: 100%;
}

.th-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.th-hero-bg img {
    height: 105%;
    width: 100%;
    object-fit: cover;
}

.scroll-bottom {
    color: var(--white-color);
    border: 2px solid;
    padding: 29px 9px 2px 9px;
    border-radius: 999px;
    position: relative
}

.scroll-bottom:before {
    content: "";
    height: 15px;
    width: 2px;
    background-color: var(--white-color);
    position: absolute;
    top: 10px;
    left: 15px;
    border-radius: 10px;
    -webkit-animation: lineDown 1.5s infinite;
    animation: lineDown 1.5s infinite
}

.scroll-bottom:hover {
    color: var(--theme-color)
}

.scroll-bottom:hover::before {
    background-color: var(--theme-color)
}

@-webkit-keyframes lineDown {
    0% {
        -webkit-transform: 0;
        transform: 0;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0
    }
}

@keyframes lineDown {
    0% {
        -webkit-transform: 0;
        transform: 0;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0
    }
}

@media (max-width: 1700px) {
    .th-hero-wrapper .slick-arrow {
        --pos-x: 80px
    }
}

@media (max-width: 991px) {
    .th-hero-wrapper .btn-group {
        gap: 15px
    }
}

@media (max-width: 767px) {
    .th-hero-wrapper .th-btn {
        padding: 17px 26px
    }

    .th-hero-wrapper .th-btn.style2 {
        padding: 15px 24px
    }
}

.hero-2 .icon-box {
    position: absolute;
    top: 50%;
    right: 115px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px
}

.hero-2 .icon-box .slick-arrow {
    --pos-x: 0;
    border-radius: 0;
    margin: 5px 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.15)
}

.hero-2 .icon-box .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--title-color)
}

.hero-2 .icon-box .slick-arrow:first-child {
    margin-right: 0
}

.hero-slider-2 .th-hero-slide {
    padding: 80px 0 160px 0
}

.hero-style2 .hero-subtitle {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--white-color);
    margin-bottom: 31px;
    margin-top: -0.35em
}

.hero-style2 .hero-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.167;
    color: var(--white-color);
    margin-bottom: 0
}

.hero-style2 .hero-title:last-of-type {
    margin-bottom: 28px
}

.hero-style2 .hero-text {
    max-width: 610px;
    margin-bottom: 43px
}

@media (min-width:1200px) and (max-width: 1440px) {
    .hero-slider-2 .th-hero-slide {
        padding: 100px 0 70px 0
    }
}

@media (max-width: 1399px) {
    .hero-2 .icon-box {
        right: 40px
    }

}

@media (max-width: 1199px) {
    .hero-slider-2 .th-hero-slide {
        padding: 100px 0 70px 0
    }
}

@media (max-width: 991px) {
    .hero-slider-2 .th-hero-slide {
        padding: 100px 0 150px 0
    }

    .hero-style2 .hero-subtitle {
        font-size: 16px;
        margin-bottom: 20px
    }

    .hero-style2 .hero-title {
        font-size: 44px;
        line-height: 1.2
    }

    .hero-style2 .hero-title:last-of-type {
        margin-bottom: 20px
    }

    .hero-style2 .hero-text {
        max-width: 520px;
        margin-bottom: 36px
    }
}

@media (max-width: 767px) {
    .hero-2 .icon-box {
        display: none
    }

    .hero-style2 {
        text-align: center
    }

    .hero-style2 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .hero-slider-2 .th-hero-slide {
        padding: 90px 0
    }

    .hero-style2 .hero-title {
        font-size: 34px
    }
}

@media (max-width: 375px) {
    .hero-style2 .hero-title {
        font-size: 28px;
        line-height: 1.3
    }
}

.hero-slider-3 .slick-dots,
.hero-slider-6 .slick-dots {
    position: absolute;
    top: 50%;
    left: 120px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-slider-3 .slick-dots li,
.hero-slider-6 .slick-dots li {
    display: block;
    margin: 30px 0
}

.hero-slider-3 .slick-dots button,
.hero-slider-6 .slick-dots button {
    border-radius: 0
}

.hero-slider-3 .slick-dots button:before,
.hero-slider-6 .slick-dots button:before {
    border-radius: 0
}

.hero-slider-3 .th-hero-slide {
    padding: 365px 0 245px 0
}

.hero-slider-3 .hero-style2 {
    padding-left: 456px
}

.hero-slider-3 .hero-text {
    font-weight: 100;
    font-size: 20px
}

@media (max-width: 1700px) {

    .hero-slider-3 .slick-dots,
    .hero-slider-6 .slick-dots {
        left: 35px
    }
}

@media (max-width: 1399px) {
    .hero-slider-3 .th-hero-slide {
        padding: 315px 0 155px 0
    }
}

@media (max-width: 1199px) {
    .hero-slider-3 .hero-style2 {
        padding-left: 160px
    }
}

@media (max-width: 991px) {
    .hero-slider-3 .th-hero-slide {
        padding: 230px 0 100px 0
    }

    .hero-slider-3 .hero-style2 {
        padding-left: 0
    }

    .hero-slider-3 .hero-style2 .hero-text {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .hero-slider-3 .hero-style2 .hero-text {
        font-size: 16px
    }
}

.hero-slider-4 .th-hero-slide {
    padding: 230px 0
}

@media (max-width: 1199px) {
    .hero-slider-4 .th-hero-slide {
        padding: 180px 0
    }
}

@media (max-width: 991px) {
    .hero-slider-4 .th-hero-slide {
        padding: 140px 0
    }
}

.hero-style4 {
    position: relative;
    z-index: 2;
    text-align: center
}

.hero-style4 .hero-title {
    color: var(--white-color);
    font-size: 110px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px
}

.hero-style4 .hero-title:first-of-type {
    font-size: 60px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: -0.15em
}

.hero-style4 .hero-text {
    max-width: 635px;
    margin-left: auto;
    margin-right: auto
}

.hero-style4 .btn-group {
    margin-top: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1700px) {
    .hero-style4 .hero-title {
        font-size: 96px
    }
}

@media (max-width: 1399px) {
    .hero-style4 .hero-title {
        font-size: 80px
    }

    .hero-style4 .hero-title:first-of-type {
        font-size: 52px
    }
}

@media (max-width: 991px) {
    .hero-style4 .hero-title {
        font-size: 64px
    }

    .hero-style4 .hero-title:first-of-type {
        font-size: 44px
    }

    .hero-style4 .hero-text {
        max-width: 560px
    }

    .hero-style4 .btn-group {
        margin-top: 46px
    }
}

@media (max-width: 767px) {
    .hero-style4 .hero-title {
        font-size: 52px;
        margin-bottom: 17px
    }

    .hero-style4 .hero-title:first-of-type {
        font-size: 38px
    }

    .hero-style4 .hero-text {
        max-width: 440px
    }

    .hero-style4 .btn-group {
        margin-top: 40px
    }
}

@media (max-width: 575px) {
    .hero-style4 .hero-title {
        font-size: 44px
    }

    .hero-style4 .hero-title:first-of-type {
        font-size: 32px
    }
}

@media (max-width: 375px) {
    .hero-style4 .hero-title {
        font-size: 36px
    }

    .hero-style4 .hero-title:first-of-type {
        font-size: 26px
    }
}

.hero-slider-5 .th-hero-slide {
    padding: 210px 0 355px 0
}

.hero-slider-5 .play-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-slider-5 .play-btn>i {
    --icon-size: 80px
}

.hero-style5 {
    max-width: 620px
}

.hero-style5 .hero-title {
    color: var(--white-color);
    font-size: 72px;
    line-height: 1.2;
    margin-top: -0.22em;
    margin-bottom: 20px
}

.hero-style5 .hero-title:first-of-type {
    margin-bottom: 10px !important
}

.hero-text {
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: -0.55em;
    line-height: 1.667
}

@media (max-width: 1399px) {
    .hero-slider-5 .th-hero-slide {
        padding: 180px 0 355px 0
    }

    .hero-style5 .hero-title {
        font-size: 62px
    }
}

@media (max-width: 1199px) {
    .hero-slider-5 .th-hero-slide {
        padding: 140px 0 410px 0
    }

    .hero-slider-5 .play-btn {
        right: 12px
    }

    .hero-style5 .hero-title {
        font-size: 54px
    }
}

@media (max-width: 991px) {
    .hero-text {
        font-size: 16px;
        line-height: 1.556
    }

    .hero-style5 {
        max-width: 560px
    }

    .hero-style5 .hero-title {
        font-size: 46px
    }

    .hero-slider-5 .th-hero-slide {
        padding: 100px 0
    }

    .hero-slider-5 .play-btn>i {
        --icon-size: 60px
    }
}

@media (max-width: 767px) {
    .hero-style5 {
        text-align: center
    }

    .hero-style5 .hero-title {
        font-size: 40px
    }

    .hero-slider-5 .play-btn {
        position: static;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .hero-style5 .hero-title {
        font-size: 32px
    }
}

@media (max-width: 375px) {
    .hero-style5 .hero-title {
        font-size: 28px
    }
}

.hero-slider-6 .th-hero-slide {
    background-color: var(--title-color);
    padding: 205px 0 190px 0;
    position: relative
}

.hero-slider-6 .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48%
}

.hero-slider-6 .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-slider-6 .hero-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.hero-style6 {
    position: relative;
    z-index: 2
}

.hero-style6 .hero-title {
    color: var(--white-color);
    font-size: 60px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 25px
}

.hero-style6 .hero-title:first-of-type {
    margin-bottom: 0 !important
}

.hero-style6 .hero-text {
    max-width: 550px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: -0.4em
}

.hero-style6 .video-btn {
    margin-bottom: 40px
}

.hero-style6 .btn-group {
    margin-top: 40px
}

@media (max-width: 1399px) {
    .hero-slider-6 .th-hero-slide {
        padding: 170px 0 160px 0
    }

    .hero-style6 .hero-title {
        font-size: 52px
    }
}

@media (max-width: 1199px) {
    .hero-slider-6 .th-hero-slide {
        padding: 140px 0 150px 0
    }

    .hero-style6 .hero-title {
        font-size: 44px
    }

    .hero-style6 .hero-text {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .hero-style6 .hero-title {
        font-size: 40px
    }

    .hero-slider-6 .th-hero-slide {
        padding: 100px 0
    }

    .hero-slider-6 .hero-img {
        position: relative;
        width: 100%;
        top: -100px
    }

    .hero-slider-6 .hero-shape {
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        --animation-name: slidebottomright
    }
}

@media (max-width: 767px) {
    .hero-style6 {
        text-align: center
    }

    .hero-style6 .hero-title {
        font-size: 34px
    }

    .hero-style6 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .hero-style6 .hero-title {
        font-size: 30px
    }

    .hero-style6 .hero-text {
        font-size: 16px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 375px) {
    .hero-style6 .hero-title {
        font-size: 28px
    }
}

.error-content {
    text-align: center
}

.error-img {
    text-align: center;
    margin-bottom: 50px
}

.error-title {
    margin-bottom: 20px
}

.error-text {
    margin-bottom: 35px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 991px) {
    .error-img {
        margin-bottom: 30px
    }

    .error-title {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .error-title {
        margin-bottom: 20px
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    color: var(--theme-color);
    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
}

.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: var(--theme-color);
    color: var(--title-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
    color: #fff
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::placeholder {
    color: #fff
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0
}

.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .th-social a {
    background-color: transparent;
    border: 1px solid
}

.sidemenu-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

@media (max-width: 575px) {
    .tinv-wishlist button.button {
        min-width: 120px
    }
}

.position-relative {
    z-index: 1
}

.body-shape1 {
    position: absolute;
    left: 0;
    bottom: var(--section-space);
    z-index: -1
}

@media (max-width: 1700px) {
    .body-shape1 {
        bottom: 30%
    }
}

@media (max-width: 1399px) {
    .body-shape1 {
        bottom: 0;
        max-width: 220px
    }
}

.service-grid {
    background-color: var(--smoke-color);
    position: relative
}

.service-grid_img {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.service-grid_img.style2 {
    height: 324px
}

@media (max-width: 1700px) {
    .service-grid_img {
        height: 100%
    }
}

.service-grid_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.service-grid_content {
    background-color: var(--white-color);
    padding: 40px
}

.service-grid_text {
    margin-bottom: 21px
}

.service-grid_title {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: -0.3em;
    margin-bottom: 14px
}

.service-grid_title a {
    color: inherit
}

.service-grid_title a:hover {
    color: var(--theme-color)
}

.service-grid:hover .service-grid_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 991px) {
    .service-grid_title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .service-grid_content {
        padding: 40px 20px
    }
}

.service-card {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.service-card:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-image: -webkit-linear-gradient(top, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.5155) 20.53%, rgba(27, 27, 27, 0.7215) 34.47%, #1B1B1B 91.05%);
    background-image: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.5155) 20.53%, rgba(27, 27, 27, 0.7215) 34.47%, #1B1B1B 91.05%)
}

.service-card_content {
    position: relative;
    padding: 40px 25px 40px 40px;
    z-index: 3
}

.service-card_content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 32px;
    text-align: center;
    margin-bottom: 28px
}

.service-card_subtitle {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px
}

.service-card_title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -0.32em;
    margin-bottom: 15px
}

@media (max-width: 1299px) {
    .service-card_title {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .service-card_title {
        font-size: 16px
    }
}

.service-card_title a {
    color: inherit
}

.service-card_title a:hover {
    color: var(--theme-color)
}

.service-card_text {
    margin-bottom: 20px
}

.service-card .th-btn {
    background-color: transparent;
    border: 1px solid #efefef;
    color: var(--title-color) !important
}

.service-card .th-btn:before {
    background-color: var(--theme-color)
}

.service-card .th-btn:hover {
    border-color: var(--theme-color) !important;
    color: var(--white-color)
}

.service-card:hover .service-card_title {
    color: var(--white-color)
}

.service-card:hover .service-card_content:before {
    height: 0
}

.service-card:hover .service-card_overlay:before {
    height: 0
}

.service-card:hover .th-btn {
    color: var(--white-color) !important;
    border-color: var(--white-color)
}

@media (max-width: 991px) {
    .service-card_content {
        padding: 40px 20px
    }
}

@media (max-width: 767px) {
    .service-card_content {
        padding: 50px
    }
}

@media (max-width: 575px) {
    .service-card_content {
        padding: 40px
    }
}

@media (max-width: 375px) {
    .service-card_content {
        padding: 40px 15px
    }
}

.service-box {
    --space: 30px;
    position: relative;
    text-align: center
}

.service-box_img {
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(1, 19, 60, 0.05)
}

.service-box_img img {
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.service-box_icon {
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    font-size: 36px;
    background-color: var(--theme-color);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    margin: 0 auto -21px auto;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.service-box_content {
    background-color: var(--white-color);
    width: calc(100% - var(--space)*2);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    margin-left: var(--space);
    margin-top: -50px;
    position: relative;
    z-index: 2;
    height: 135px
}

.service-box_title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600
}

.service-box_title a {
    color: inherit
}

.service-box_title a:hover {
    color: var(--theme-color)
}

.service-box_text {
    max-width: 250px;
    margin: 0 auto 0 auto;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.service-box .th-btn {
    width: calc(100% - var(--space)*2);
    margin-left: auto;
    margin-right: auto
}

.service-box:hover .service-box_content {
    margin-top: -115px;
    height: 200px;
    background-color: var(--title-color)
}

.service-box:hover .service-box_title {
    color: var(--white-color)
}

.service-box:hover .service-box_text {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.service-box:hover .service-box_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1199px) {
    .service-box {
        --space: 15px
    }
}

@media (max-width: 767px) {
    .service-box {
        --space: 30px
    }
}

@media (max-width: 375px) {
    .service-box {
        --space: 15px
    }
}

.service-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1);
    background-color: var(--white-color);
    padding: 30px;
    gap: 20px
}

.service-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.service-feature_icon {
    min-width: 50px
}

.service-feature_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-feature_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: -0.36em
}

@media (max-width: 1199px) {
    .service-feature_title {
        font-size: 18px
    }
}

.service-feature_text {
    margin-bottom: -0.5em
}

.service-feature:hover .service-feature_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .service-feature {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service-feature-wrap {
        gap: 24px
    }
}

@media (max-width: 767px) {
    .service-feature {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .service-feature-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 575px) {
    .service-feature-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px
    }
}

.service-process {
    border: 1px solid #EEEEEE;
    background-color: var(--white-color);
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0px 6px 39px rgba(0, 0, 0, 0.04)
}

.service-process-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.service-process_num {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: bold;
    color: var(--title-color);
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 15px solid #FFF9E8;
    box-sizing: content-box;
    background-color: var(--theme-color);
    border-radius: 50%;
    margin: 0 auto 25px auto
}

.service-process_title {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: -0.36em;
    text-transform: uppercase
}

.service-process_text {
    max-width: 250px;
    margin: 0 auto -0.5em auto
}

@media (max-width: 1199px) {
    .service-process-wrap {
        gap: 24px
    }
}

@media (max-width: 767px) {
    .service-process-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px
    }
}

.contact-info-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
}

.style3.info-card {
    border-right: 1px solid #2E3341;
    gap: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 0
}

.style3.info-card:first-child {
    border-left: 1px solid #2E3341
}

.style3 .info-card_icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: var(--title-color)
}

.style3 .info-card_text {
    margin-bottom: 0px;
    font-size: 14px;
    color: #ADADAD
}

.style3 .info-card_link {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color)
}

.style3 .info-card_link:hover {
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .contact-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .style3.info-card {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-right: none;
        border-bottom: 1px solid #2E3341;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 30px 0
    }

    .style3.info-card:first-child {
        border-left: none
    }

    .style3.info-card:last-child {
        border-bottom: none
    }
}

.map-sec {
    line-height: 1px
}

.map-sec iframe {
    aspect-ratio: 16 / 4.6;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media (max-width: 991px) {
    .map-sec iframe {
        aspect-ratio: 16 / 6
    }
}

@media (max-width: 767px) {
    .contact-box_content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .map-sec iframe {
        height: 220px
    }
}

.img-box1 {
    position: relative
}

.img-box1 .img1 img {
    width: 100%
}

.img-box1 .img2 {
    position: absolute;
    left: -88px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid var(--white-color);
    -webkit-filter: drop-shadow(0px 8px 31px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 8px 31px rgba(0, 0, 0, 0.15))
}

.img-box1 .info-card {
    background-color: var(--title-color);
    position: absolute;
    bottom: -40px;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%);
    padding: 40px;
    width: 65%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.img-box1 .info-card_icon i {
    background-color: var(--white-color);
    transition: all 0.4s;
}

.img-box1 .info-card:hover i {
    transform: scale(1.3) rotate(360deg);

}

.about-call-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-right: 20px
}

.about-call-btn>i {
    display: inline-block;
    width: var(--icon-size, 36px);
    height: var(--icon-size, 36px);
    line-height: var(--icon-size, 36px);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--title-color);
    font-size: var(--icon-font-size, 1.1em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.about-call-btn:after,
.about-call-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.about-call-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.info-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
}

.info-card_icon {
    color: var(--white-color)
}

.info-card_icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--theme-color);
    color: inherit;
    font-size: 18px;
    text-align: center;
    border-radius: 50%
}

.info-card_icon.style2 i {
    color: var(--white-color)
}

.info-card_text {
    margin-bottom: 5px
}

.info-card_link {
    font-size: 24px;
    font-weight: 600;


}

.info-card_link:hover {
    color: var(--theme-color) !important
}

.journey-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 27px;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.journey-box .journey-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.journey-box .journey-year {
    font-size: 80px;
    font-weight: bold;
    display: block;
    color: var(--theme-color);
    line-height: 1;
    letter-spacing: -0.06em
}

@media (max-width: 1399px) {
    .img-box1 .img2 {
        left: -30px
    }
}

@media (max-width: 1199px) {
    .journey-wrap {
        gap: 20px 100px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 767px) {
    .journey-wrap {
        gap: 20px 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media (max-width: 575px) {
    .img-box1 .img2 {
        left: -12px;
        max-width: 60%
    }

    .img-box1 .info-card {
        right: 0;
        padding: 20px;
        width: 100%;
    }
}

.img-box2 {
    position: relative
}

.img-box2 .img2 {
    margin-top: -37%;
    text-align: right
}

.img-box2 .img2 img {
    border: 8px solid var(--white-color);
    border-right: none;
    border-bottom: none
}

.img-box2 .play-btn {
    position: absolute;
    top: 15.4%;
    right: 12%
}

.img-box2 .play-btn:after,
.img-box2 .play-btn:before {
    background-color: rgba(0, 0, 0, 0.13)
}

.about-quote {
    border: 1px solid var(--border-color);
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.05);
    background-color: var(--white-color);
    padding: 27px 35px;
    margin-bottom: 30px
}

.about-quote .text {
    margin-bottom: 10px
}

.about-quote .name {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    font-style: normal;
    margin-right: 8px
}

.about-quote .desig {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    position: relative;
    display: inline-block
}

.about-quote .desig:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: var(--theme-color);
    border-radius: 50%;
    position: relative;
    top: -3px;
    margin-right: 10px
}

.info-card.style2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEDED
}

@media (max-width: 767px) {
    .about-quote {
        padding: 27px 20px
    }
}

.img-box3 {
    position: relative;
    padding-right: 16px
}

.img-box3 .img1 {
    text-align: right
}

.img-box3 .img2 {
    position: absolute;
    left: 30px;
    top: 40px;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.img-box3 .img3 {
    border: 10px solid var(--white-color);
    position: absolute;
    left: -10px;
    bottom: 30px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.th-experience {
    max-width: 120px;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 20px 5px 24px 5px
}

.th-experience .experience-year {
    font-size: 36px;
    margin-bottom: 7px;
    color: var(--theme-color)
}

.th-experience .experience-text {
    margin-bottom: 0;
    line-height: 1.4
}

.experience-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 40px;
    padding-bottom: 40px
}

.dots-list ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0
}

.dots-list li {
    padding-left: 17px;
    position: relative
}

.dots-list li:not(:last-child) {
    margin-bottom: 11px
}

.dots-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--theme-color);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    margin-right: 10px
}

@media (max-width: 1199px) {
    .img-box3 {
        padding-right: 0
    }

    .img-box3 .img1 img {
        width: 70%
    }

    .img-box3 .img2 {
        width: 40%
    }

    .img-box3 .img2 img {
        width: 100%
    }

    .img-box3 .img3 {
        width: 45%
    }

    .img-box3 .img3 img {
        width: 100%
    }
}

@media (max-width: 767px) {
    .experience-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 23px;
        margin-bottom: 30px
    }

    .th-experience {
        display: block;
        width: 100%;
        max-width: 100%
    }
}

.img-box4 {
    padding-right: 15px
}

.img-box4 .img2 {
    text-align: right;
    margin-top: -51.2%
}

@media (max-width: 1199px) {
    .img-box4 {
        padding-right: 0
    }

    .img-box4 .img1 {
        width: 70%
    }

    .img-box4 .img1 img {
        width: 100%
    }

    .img-box4 .img2 {
        width: 48%;
        margin-left: auto
    }

    .img-box4 .img2 img {
        width: 100%
    }
}

.about-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.about-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    gap: 20px;
    margin-bottom: 40px
}

.about-info_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--theme-color);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    text-align: center
}

.about-info_subtitle {
    margin-bottom: 0
}

.about-info_title {
    font-family: var(--body-font);
    font-size: 18px;
    margin-bottom: 0
}

.about-info_title a {
    color: inherit
}

.about-info_title a:hover {
    color: var(--theme-color)
}

.border-title {
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
    padding-bottom: 20px
}

.experience-box {
    padding: 34px 30px 34px 65px;
    border: 1px solid #F1F1F1;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
    margin-right: -1px
}

.experience-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.03)
}

.experience-box_num {
    font-size: 12px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -13px;
    left: -13px
}

.experience-box_num::first-letter {
    font-size: 18px;
    font-weight: bold
}

.experience-box_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: -0.2em
}

.experience-box_text {
    font-size: 14px;
    margin-bottom: -0.44em
}

@media (max-width: 1199px) {
    .team-about_desig {
        margin-bottom: 20px
    }

    .team-about_text {
        margin-bottom: 25px
    }

    .about-info-wrap {
        margin-bottom: 30px
    }

    .border-title {
        margin-bottom: 24px;
        padding-bottom: 15px
    }
}

@media (max-width: 767px) {
    .experience-box {
        padding: 30px 30px 30px 50px
    }
}

@media (max-width: 575px) {
    .about-info-wrap {
        grid-template-columns: repeat(1, 1fr)
    }

    .experience-box {
        padding: 30px 30px 30px 65px
    }

    .experience-box-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.gallery-row {
    --bs-gutter-y: 1.5rem
}

.gallery-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    position: relative
}

.gallery-card {
    position: relative
}

.gallery-card.style2 .gallery-img {
    border-radius: 20px
}

.gallery-card.style2 .gallery-img:before {
    border-radius: 20px
}

.gallery-card.style2 .gallery-img img {
    border-radius: 20px;
    height: 400px;
    width: 100%;
}

.gallery-card.style2 .icon-btn {
    border-radius: 12px
}

.gallery-card.style3 .gallery-img:before {
    inset: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: rgba(0, 0, 0, 0.6)
}

.gallery-card.style3 .icon-btn {
    border-radius: 0px
}

.gallery-card .gallery-img {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-card .gallery-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0
}

.gallery-card .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0
}

.gallery-card .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 20px 0 0 -28px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.gallery-card .icon-btn:hover {
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--theme-color)
}

.filter-item .gallery-card:hover .icon-btn {
    margin: -28px 0 0 -28px;
    visibility: visible;
    opacity: 1
}

.filter-item .gallery-card:hover .gallery-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1
}

.filter-item .gallery-card:hover .gallery-overlay {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1
}

.filter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 40px;
    margin-top: 22px;
    position: relative
}

.filter-menu button {
    border: none;
    padding: 0;
    margin-bottom: 5px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--body-color);
    position: relative
}

.filter-menu button.active,
.filter-menu button:hover {
    color: var(--theme-color)
}

.filter-menu .indicator {
    position: absolute;
    height: 12px;
    background-image: url("../img/theme-img/button_shape.html");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: calc(var(--width-set) + 24px);
    left: calc(var(--pos-x) - 12px);
    top: calc(var(--pos-y) + 20px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1700px) {
    .gallery-card .gallery-img img {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .filter-menu {
        gap: 8px 17px
    }
}

@media (max-width: 767px) {
    .filter-menu {
        gap: 8px 22px
    }
}

.flipster__item--current .gallery-card .icon-btn {
    margin: -28px 0 0 -28px;
    visibility: visible;
    opacity: 1
}

.flipster__item--current .gallery-card .gallery-overlay {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1
}

.flip-gallery {
    overflow: hidden
}

.flip-gallery-area {
    position: relative;
    margin-top: -24px
}

.flip-gallery .flipster__nav {
    margin: 0 auto 50px auto
}

.flip-gallery .flipster__nav__item--current .flipster__nav__child {
    display: none
}

.flip-gallery .flipster__button {
    top: 56.8%
}

.flipster__button {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 1px solid var(--theme-color);
    font-size: 16px;
    background-color: var(--white-color);
    text-align: center;
    opacity: 1
}

.flipster__button svg {
    max-width: 13px
}

.flipster__button--prev {
    left: 21%
}

.flipster__button--next {
    right: 21%
}

.flipster__nav__item {
    margin: 0 18px
}

.flipster__nav__link {
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: var(--body-color)
}

.flipster__nav__link:after {
    bottom: 0;
    top: unset;
    height: 2px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: var(--theme-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.flipster__nav__link:hover {
    color: var(--theme-color)
}

.flipster__nav__link:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.flipster__nav__item--current .flipster__nav__link {
    color: var(--theme-color)
}

.flipster__nav__item--current .flipster__nav__link:after {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important
}

.flipster__nav__link:focus:after {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important
}

@media (max-width: 1199px) {
    .flipster__button--prev {
        left: 12%
    }

    .flipster__button--next {
        right: 12%
    }
}

@media (max-width: 991px) {
    .flip-gallery-area {
        margin-top: -18px
    }

    .flip-gallery .flipster__nav {
        margin: 0 auto 40px auto
    }

    .flipster__button--prev {
        left: 0
    }

    .flipster__button--next {
        right: 0
    }
}

@media (max-width: 767px) {
    .flip-gallery .flip-items {
        margin-top: -70px
    }

    .flip-gallery .flipster__button {
        top: 52%
    }

    .gallery-card.gallery-flip {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media (max-width: 460px) {
    .flip-gallery .flip-items {
        margin-top: -90px
    }

    .flip-gallery .flipster__button {
        display: none
    }

    .gallery-card.gallery-flip {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@media (max-width: 360px) {
    .gallery-card.gallery-flip {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.testi-card {
    padding: 40px;
    border: 1px solid var(--border-color);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.05);
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
    height: 340px;
}

.testi-card_img {
    width: 50px
}

.testi-card_icon {
    position: absolute;
    bottom: 35px;
    right: 40px;
    z-index: -1
}

.testi-card_icon i {
    font-size: 60px;
    color: #F0F0F0
}

.testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.testi-card_name {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: -0.24em
}

.testi-card_desig {
    font-size: 14px;
    color: var(--theme-color);
    margin-bottom: -0.491em;
    display: block
}

.testi-card_text {
    margin-top: -0.5em;
    margin-bottom: 20px;
    font-size: 18px;
    height: 200px;
    overflow: scroll;
}

.testi-card_text::-webkit-scrollbar {
    display: none;
}

.testi-card_content {
    position: relative
}

.testi-card_review {
    position: absolute;
    bottom: 0;
    right: 0
}

.testi-card_review i {
    color: var(--theme-color)
}

@media (max-width: 1399px) {
    .testi-card_text {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .testi-card {
        padding: 40px 20px
    }
}

.testi-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px 70px
}

.testi-box_img {
    position: relative;
    min-width: 360px
}

.testi-box_icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: var(--theme-color);
    text-align: center;
    position: absolute;
    top: 30px;
    right: -30px
}

.testi-box_name {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px
}

.testi-box_desig {
    font-family: var(--title-font);
    margin-bottom: -0.491em;
    display: block
}

.testi-box_text {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.8
}

.testi-box_review {
    position: absolute;
    bottom: 45px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.testi-box_review i {
    color: var(--theme-color)
}

@media (max-width: 1399px) {
    .testi-box {
        gap: 30px 60px
    }

    .testi-box_img {
        min-width: 310px
    }

    .testi-box_text {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 1.75
    }

    .testi-box_review {
        bottom: 20px
    }
}

@media (max-width: 991px) {
    .testi-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .testi-box_review {
        bottom: 20px
    }
}

@media (max-width: 575px) {
    .testi-box_img {
        max-width: 100%;
        min-width: auto
    }

    .testi-box_review {
        bottom: 15px
    }
}

@media (max-width: 375px) {
    .testi-box_icon {
        top: 12px;
        right: -12px
    }

    .testi-box_review {
        position: static;
        margin-top: 25px
    }
}

.counter-card {
    position: relative;
    text-align: center
}

.counter-card::before,
.counter-card::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--white-color);
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.counter-card:after {
    width: 10px;
    height: 10px;
    background-color: var(--theme-color)
}



.counter-card_number {
    font-size: 60px;
    color: var(--white-color);
    margin-bottom: 0
}

.counter-card_text {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 500;
    display: block;
    margin-bottom: -0.55em
}

.counter-wrap {
    position: relative
}

.counter-wrap .counter-line {
    width: 100%;
    height: 2px;
    background-color: rgba(243, 243, 243, 0.2);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1199px) {
    .counter-card_number {
        font-size: 48px
    }

    .counter-card_text {
        font-size: 16px;

    }
}

@media (max-width: 991px) {
    .counter-wrap .counter-line {
        display: none
    }

    .counter-card_icon {
        margin-bottom: 0
    }
}

.shape-icon {
    width: 136px;
    height: 136px;
    line-height: 153px;
    margin: 0 auto 40px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center;
    position: relative;
    z-index: 2
}

.shape-icon .shape {
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1
}

.shape-icon i {
    font-size: 48px;
    color: var(--title-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card {
    background-color: var(--white-color);
    padding: 60px;
    position: relative;
    text-align: center;
    z-index: 2
}

.feature-card:before {
    content: "";
    height: 100%;
    width: 0;
    background-color: var(--title-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card_icon .shape {
    background-color: var(--theme-color)
}

.feature-card_title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: -0.3em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card_text {
    margin-bottom: -0.5em
}

.feature-card.active:before {
    width: 100%
}

.feature-card.active .feature-card_title {
    color: var(--white-color)
}

.feature-card.active .feature-card_icon i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .feature-card {
        padding: 60px 25px
    }
}

@media (max-width: 575px) {
    .feature-card {
        padding: 50px 15px
    }

    .feature-card_title {
        font-size: 20px
    }

    .feature-card_text {
        max-width: 265px;
        margin-left: auto;
        margin-right: auto
    }
}

.skill-feature {
    margin-bottom: 45px
}

.skill-feature:last-child {
    margin-bottom: 0
}

.skill-feature.style2 {
    margin-top: 40px;
    margin-bottom: 0px
}

.skill-feature.style2 .progress {
    background-color: #E7E7E7
}

.skill-feature.style2 .progress:after {
    display: none
}

.skill-feature.style2 .progress-bar {
    height: 4px;
    margin: 2px;
    border-radius: 4px;
    overflow: visible
}

.skill-feature.style2 .skill-feature_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.skill-feature_title,
.skill-feature .progress-value {
    margin-top: -0.36em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.skill-feature .progress {
    position: relative;
    height: 8px;
    background-color: transparent;
    overflow: visible
}

.skill-feature .progress:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #F1F1F1
}

.skill-feature .progress-bar {
    background-color: var(--theme-color)
}

.skill-feature .progress-value {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: bold;
    margin-bottom: 0;
    position: absolute;
    top: -34px;
    right: 0
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    color: var(--body-color);
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    padding-left: 28px
}

.checklist li:before {
    content: "\f058";
    font-family: var(--icon-font);
    font-weight: 500;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.call-btn_icon {
    color: var(--title-color);
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 50%
}

.call-btn_label {
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    color: var(--white-color);
    display: block;
    margin-top: -4px
}

.call-btn_link {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 600
}

.call-btn_link a {
    color: inherit
}

.call-btn_link a:hover {
    color: var(--theme-color)
}

@media (max-width: 767px) {
    .call-btn_link {
        font-size: 20px
    }
}

.call-big {
    font-size: 60px;
    font-weight: bold;
    display: block;
    margin-bottom: 32px;
    line-height: 1
}

.call-big:hover {
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .call-big {
        font-size: 52px
    }
}

@media (max-width: 767px) {
    .call-big {
        font-size: 42px;
        margin-bottom: 22px
    }
}

@media (max-width: 575px) {
    .call-big {
        font-size: 28px
    }
}



.process-card {
    max-width: 300px;
    text-align: center
}

.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;
    gap: 50px 20px;
    position: relative
}

.process-card_icon .shape {
    background-color: var(--white-color)
}

.process-card_icon i {
    color: var(--theme-color)
}

.process-card_num {
    color: var(--title-color);
    background-color: var(--theme-color);
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border: 5px solid var(--white-color);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%
}

.process-card_title {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: -0.3em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.process-card_text {
    color: var(--light-color);
    margin-bottom: -0.5em
}

.process-card:hover .process-card_icon i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.process-line {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 760px
}

.process-line img {
    width: 100%
}

@media (max-width: 991px) {
    .process-card-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .process-line {
        display: none
    }
}

@media (max-width: 767px) {
    .process-card {
        max-width: 500px
    }
}

@media (max-width: 575px) {
    .process-card {
        max-width: 300px
    }
}

.process-box {
    max-width: 300px;
    text-align: center;
    position: relative
}

.process-box-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;
    gap: 10px 20px;
    position: relative
}

.process-box_icon {
    position: relative;
    width: var(--icon-size, 130px);
    height: var(--icon-size, 130px);
    line-height: var(--icon-size, 130px);
    border-radius: 50%;
    margin: 0 auto 30px auto;
    text-align: center;
    background-color: var(--white-color);
    border: 1px solid #e4e4e4
}

.process-box_icon i {
    line-height: var(--icon-size, 130px);
    font-size: 50px;
    color: var(--title-color)
}

.process-box_icon:after {
    content: "";
    width: 180px;
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    top: 75%;
    left: 97%;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg)
}

.process-box_num {
    color: var(--white-color);
    background-color: var(--theme-color);
    font-size: 48px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: var(--icon-size, 130px);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.process-box_title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: -0.3em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.process-box_text {
    margin-bottom: -0.5em
}

.process-box.style2 {
    margin-top: 60px
}

.process-box.style2 .process-box_icon:after {
    top: 26%;
    -webkit-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg)
}

.process-box:last-child .process-box_icon:after {
    display: none
}

.process-box:hover .process-box_num {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media (max-width: 991px) {
    .process-box {
        min-width: calc(50% - 10px)
    }

    .process-box-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .process-box_icon:after {
        width: 300px;
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    .process-box:nth-child(2) .process-box_icon:after {
        display: none
    }
}

@media (max-width: 767px) {
    .process-box {
        min-width: 100%
    }

    .process-box-wrap {
        gap: 40px 20px
    }

    .process-box_icon {
        margin-bottom: 25px
    }

    .process-box_icon:after {
        display: none
    }

    .process-box_title {
        margin-bottom: 10px
    }

    .process-box_text {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px
    }

    .process-box.style2 {
        margin-top: 0
    }
}

.accordion-card {
    margin-bottom: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: bold;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: var(--smoke-color);
    padding: 17px 70px 17px 25px;
    min-height: 60px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\f063";
    width: 60px;
    height: 60px;
    height: 100%;
    line-height: 1;
    background-color: var(--theme-color);
    background-image: none;
    font-family: var(--icon-font);
    color: var(--title-color);
    font-weight: 900;
    font-size: 0.9em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    color: var(--theme-color)
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: "\f062";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    padding: 30px 0 20px 0;
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 30px
}

.accordion-card .faq-text {
    margin-bottom: 0
}

.accordion-card .faq-img {
    height: 100%
}

.accordion-card .faq-img img {
    height: 100%;
    object-fit: cover
}

.accordion-card:last-child {
    margin-bottom: 0
}

.accordion-card:last-child .accordion-body {
    padding-bottom: 0
}

@media (max-width: 767px) {
    .accordion-card .accordion-body {
        grid-template-columns: 100%
    }

    .accordion-card .faq-img img {
        width: 100%;
        max-width: 300px;
        height: 180px
    }

    .accordion-card .faq-text {
        margin-bottom: -0.56em
    }
}

.faq-sidebar .form-group {
    margin-bottom: 30px
}

.taxi-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    position: relative
}

.taxi-tab .th-btn {
    font-weight: 600;
    color: var(--white-color);
    padding: 16px 30px;
    background-color: var(--title-color);
    border-radius: 999px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.taxi-tab .th-btn:before {
    background-color: var(--theme-color);
    border-radius: inherit;
    width: calc(100% + 2px);
    left: -1px
}

.taxi-tab .th-btn.active,
.taxi-tab .th-btn:hover {
    background-color: var(--theme-color);
    color: var(--title-color)
}

.taxi-card-slide {
    background-color: var(--white-color);
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 60px 60px;
    overflow: hidden
}

.taxi-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;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .taxi-feature {
        gap: 10px
    }
}

.taxi-feature:last-child {
    margin-bottom: 0
}

.taxi-feature_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 36px;
    background-color: var(--title-color);
    border-radius: 50%;
    text-align: center
}

.taxi-feature_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    min-width: 129px;
    text-transform: uppercase
}

@media (max-width: 1299px) {
    .taxi-feature_title {
        font-size: 14px
    }
}

.taxi-feature_info {
    font-family: var(--title-font)
}

.taxi-img {
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 493px
}

.taxi-img.style2 {
    max-width: 520px
}

.taxi-img.style2 img {
    max-height: 268px
}

.taxi-about {
    max-width: 259px
}

.taxi-about_rate {
    font-family: var(--title-font);
    font-weight: 500;
    display: block;
    margin-bottom: 5px
}

.taxi-about_title {
    font-size: 30px
}

.taxi-about_text {
    margin-bottom: 22px
}

@media (max-width: 1399px) {
    .taxi-img {
        max-width: 440px
    }
}

@media (max-width: 1199px) {
    .taxi-card-slide {
        padding: 30px 20px
    }

    .taxi-img {
        max-width: 350px
    }

    .taxi-tab {
        gap: 10px
    }

    .taxi-tab .th-btn {
        min-width: auto;
        font-size: 14px;
        padding: 15px 20px
    }
}

@media (max-width: 991px) {
    .taxi-tab .th-btn {
        font-size: 13px;
        padding: 15px 15px
    }

    .taxi-card-slide .taxi-feature {
        gap: 10px
    }

    .taxi-card-slide .taxi-feature_title {
        font-size: 13px;
        min-width: 106px
    }

    .taxi-img {
        max-width: 230px
    }

    .taxi-about {
        max-width: 182px
    }

    .taxi-about_title {
        font-size: 24px
    }

    .taxi-about_text {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .taxi-img {
        max-width: 100%;
        margin-bottom: 15px
    }

    .taxi-feature {
        width: 196px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575px) {
    .taxi-about {
        margin-bottom: 30px;
        max-width: 100%;
        text-align: center
    }

    .taxi-feature {
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .taxi-feature_title {
        font-size: 16px;
        min-width: auto;
        margin-right: auto
    }
}

.taxi-grid {
    text-align: center
}

.taxi-grid_img {
    border: 1px solid var(--smoke-color);
    padding-bottom: 165px
}

.taxi-grid_img img {
    background-color: var(--smoke-color);
    width: 100%;
    padding: 50px 40px 100px 40px
}

.taxi-grid_icon i {
    width: 100px;
    height: 100px;
    line-height: 80px;
    background-color: var(--theme-color);
    color: var(--title-color);
    border: 10px solid var(--smoke-color);
    font-size: 36px;
    border-radius: 50%;
    margin-top: -50px;
    margin-bottom: 27px
}

.taxi-grid_price {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 1.4;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 10px solid var(--smoke-color);
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    margin: 0 auto -22px auto;
    padding: 20px 5px
}

.taxi-grid .day {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400
}

.taxi-grid_content {
    background-color: var(--title-color);
    margin-top: -215px;
    padding: 0 40px 40px 40px;
    position: relative;
    z-index: 2;
    max-width: calc(100% - 60px);
    margin-left: 30px
}

.taxi-grid_title {
    font-size: 20px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 5px
}

.taxi-grid_title a {
    color: inherit
}

.taxi-grid_title a:hover {
    color: var(--theme-color)
}

.taxi-grid_subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 19px
}

.taxi-grid_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.taxi-grid_info span {
    color: #ADADAD
}

.taxi-grid .th-btn {
    margin-top: 15px;
    width: 100%
}

.taxi-grid .th-btn:before {
    background-color: var(--white-color)
}

.taxi-grid .th-btn:hover {
    color: var(--title-color)
}

@media (max-width: 375px) {
    .taxi-grid_content {
        padding: 0 20px 40px 20px
    }
}

.taxi-grid.style2 .taxi-grid_img {
    border-color: transparent
}

.taxi-grid.style2 .taxi-grid_icon i {
    color: var(--white-color)
}

.taxi-grid.style2 .th-btn {
    margin-top: 7px
}

.taxi-box {
    text-align: center;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: 0px 13px 18px rgba(0, 0, 0, 0.05);
    padding: 40px
}

.taxi-box_img {
    margin-bottom: 25px
}

.taxi-box_img img {
    height: 105px
}

.taxi-box_title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px
}

.taxi-box_title a {
    color: inherit
}

.taxi-box_title a:hover {
    color: var(--theme-color)
}

.taxi-box_rate {
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color)
}

.taxi-box_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.taxi-box .taxi-feature {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.taxi-box .taxi-feature_title {
    min-width: auto;
    margin-right: auto
}

.taxi-box .th-btn {
    width: 100%;
    margin-top: 20px
}

@media (max-width: 375px) {
    .taxi-box {
        padding: 40px 20px
    }
}

.taxi-rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background-color: var(--title-color);
    padding: 8px 45px 8px 25px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%)
}

.taxi-rate_text {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0
}

.taxi-details {
    padding-left: 15px
}

.taxi-details_content {
    border: 1px solid #F2F2F2;
    background-color: var(--white-color);
    padding: 40px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px
}

@media (max-width: 1299px) {
    .taxi-details_content {
        gap: 20px
    }
}

@media (max-width: 1199px) {
    .taxi-details_content {
        display: block
    }
}

@media (max-width: 767px) {
    .taxi-details_content {
        padding: 25px
    }
}

.taxi-details-img {
    height: 100%;
    padding: 78px 20px;
    position: relative;
    background-color: var(--smoke-color)
}

@media (max-width: 1199px) {
    .taxi-details-img {
        margin-bottom: 40px;
        text-align: center;
        padding: 78px 20px
    }
}

.taxi-details-img .taxi-rate {
    position: absolute;
    top: 0;
    left: 0
}

.taxi-details-img .taxi-rate:nth-of-type(2) {
    top: 57px
}

.taxi-details-img .taxi-img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.taxi-details_subtitle {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -0.4em;
    margin-bottom: 0;
    color: var(--title-color)
}

.taxi-details_title {
    margin-bottom: 10px
}

.taxi-details_text {
    margin-bottom: 25px
}

.taxi-details-img.style2 {
    padding: 135px 40px 50px 0
}

@media (max-width: 1199px) {
    .taxi-details-img.style2 {
        padding: 135px 40px 0 0;
        margin-bottom: 0
    }
}

.taxi-details-img.style2 .taxi-img {
    margin-left: -225px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@media (max-width: 1199px) {
    .taxi-details-img.style2 .taxi-img {
        margin-left: 10px;
        margin-bottom: -50px
    }
}

@media (max-width: 991px) {
    .taxi-details-img.style2 .taxi-img {
        max-width: 100%;
        margin-left: 0
    }
}

.taxi-feature-wrap {
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 25px;
    gap: 0 47px
}

.taxi-feature-wrap .taxi-feature {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.taxi-feature-wrap .taxi-feature_title {
    font-family: var(--body-font);
    margin-right: auto;
    min-width: auto
}

@media (max-width: 1199px) {
    .taxi-details {
        padding-left: 0
    }

    .taxi-details-img .taxi-img {
        display: block;
        margin: auto
    }
}

@media (max-width: 991px) {
    .taxi-rate_text {
        font-size: 16px
    }

    .taxi-details-img .taxi-img {
        max-width: 100%
    }

    .taxi-details_subtitle {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .taxi-details {
        padding-top: 20px;
        text-align: center
    }

    .taxi-details_title {
        margin-bottom: 15px
    }

    .taxi-feature-wrap {
        margin-top: 25px;
        padding-top: 25px;
        margin-bottom: 20px;
        gap: 0 40px
    }

    .taxi-feature-wrap .taxi-feature {
        width: auto;
        margin-left: unset;
        margin-right: unset
    }

    .taxi-feature-wrap .taxi-feature_title {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .taxi-feature-wrap {
        grid-template-columns: auto
    }

    .taxi-feature_title {
        font-size: 16px
    }
}

.download-btn {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 15px 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--title-color);
    border-radius: 999px
}

.download-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.download-btn i {
    font-size: 35px
}

.download-btn .small-text {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 5px
}

.download-btn .big-text {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
    color: inherit
}

.download-btn:hover {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color)
}

.app-mockup {
    position: absolute;
    bottom: 0;
    right: 12%;
    z-index: -1
}

.app-mockup.download-mockup {
    position: absolute;
    top: -36px;
    right: -18%
}

@media (max-width: 1399px) {
    .app-mockup.download-mockup {
        top: 33px;
        right: 2%;
        max-width: 100%;
        bottom: 0px;
        margin: 40px auto -80px auto
    }
}

@media (max-width: 1199px) {
    .app-mockup.download-mockup {
        position: relative;
        max-width: 420px;
        margin: 40px auto -80px;
        right: 0px
    }
}

@media (max-width: 1024px) {
    .app-mockup.download-mockup {
        margin: 40px auto 0px;
        top: 0
    }
}

.app-mockup img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.download-desc {
    max-width: 660px
}

@media (max-width: 1700px) {
    .app-mockup {
        right: 10%
    }
}

@media (max-width: 1499px) {
    .app-mockup {
        right: 0%
    }
}

@media (max-width: 1399px) {
    .app-mockup {
        right: 2%;
        max-width: 43%
    }

    .app-mockup img {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .app-mockup {
        max-width: 38%
    }
}

@media (max-width: 991px) {
    .app-mockup {
        position: relative;
        max-width: 420px;
        margin: 40px auto -80px auto;
        right: 0
    }

    .download-btn-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cta-wrap {
    position: relative;
    z-index: 2
}

.cta-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 65%;
    z-index: 3
}

.cta-bg-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1700px) {
    .cta-bg-shape {
        max-width: 55%
    }
}

@media (max-width: 991px) {
    .cta-bg-shape {
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .cta-bg-shape {
        max-width: 45%
    }
}

@media (max-width: 575px) {
    .cta-wrap {
        text-align: center
    }

    .cta-wrap .info-card {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cta-bg-shape {
        max-width: 100%;
        position: relative;
        top: -80px;
        left: 0;
        margin-bottom: -35px
    }

    .cta-bg-shape img {
        height: 250px
    }
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.5rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.5rem
}

.mb-n3 {
    margin-bottom: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.mb-18 {
    margin-bottom: 18px
}

.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
    }
}

[dir="rtl"] .ml-5 {
    margin-right: 5px;
    margin-left: 0
}

[dir="rtl"] .ml-10 {
    margin-right: 10px;
    margin-left: 0
}

[dir="rtl"] .ml-15 {
    margin-right: 15px;
    margin-left: 0
}

[dir="rtl"] .ml-20 {
    margin-right: 20px;
    margin-left: 0
}

[dir="rtl"] .ml-25 {
    margin-right: 25px;
    margin-left: 0
}

[dir="rtl"] .ml-30 {
    margin-right: 30px;
    margin-left: 0
}

[dir="rtl"] .ml-35 {
    margin-right: 35px;
    margin-left: 0
}

[dir="rtl"] .ml-40 {
    margin-right: 40px;
    margin-left: 0
}

[dir="rtl"] .ml-45 {
    margin-right: 45px;
    margin-left: 0
}

[dir="rtl"] .ml-50 {
    margin-right: 50px;
    margin-left: 0
}

[dir="rtl"] .mr-5 {
    margin-left: 5px;
    margin-right: 0
}

[dir="rtl"] .mr-10 {
    margin-left: 10px;
    margin-right: 0
}

[dir="rtl"] .mr-15 {
    margin-left: 15px;
    margin-right: 0
}

[dir="rtl"] .mr-20 {
    margin-left: 20px;
    margin-right: 0
}

[dir="rtl"] .mr-25 {
    margin-left: 25px;
    margin-right: 0
}

[dir="rtl"] .mr-30 {
    margin-left: 30px;
    margin-right: 0
}

[dir="rtl"] .mr-35 {
    margin-left: 35px;
    margin-right: 0
}

[dir="rtl"] .mr-40 {
    margin-left: 40px;
    margin-right: 0
}

[dir="rtl"] .mr-45 {
    margin-left: 45px;
    margin-right: 0
}

[dir="rtl"] .mr-50 {
    margin-left: 50px;
    margin-right: 0
}

[dir="rtl"] .pl-5 {
    padding-left: 0;
    padding-right: 5px
}

[dir="rtl"] .pl-10 {
    padding-left: 0;
    padding-right: 10px
}

[dir="rtl"] .pl-15 {
    padding-left: 0;
    padding-right: 15px
}

[dir="rtl"] .pl-20 {
    padding-left: 0;
    padding-right: 20px
}

[dir="rtl"] .pl-25 {
    padding-left: 0;
    padding-right: 25px
}

[dir="rtl"] .pl-30 {
    padding-left: 0;
    padding-right: 30px
}

[dir="rtl"] .pl-35 {
    padding-left: 0;
    padding-right: 35px
}

[dir="rtl"] .pl-40 {
    padding-left: 0;
    padding-right: 40px
}

[dir="rtl"] .pl-45 {
    padding-left: 0;
    padding-right: 45px
}

[dir="rtl"] .pl-50 {
    padding-left: 0;
    padding-right: 50px
}

[dir="rtl"] .pr-5 {
    padding-right: 0;
    padding-left: 5px
}

[dir="rtl"] .pr-10 {
    padding-right: 0;
    padding-left: 10px
}

[dir="rtl"] .pr-15 {
    padding-right: 0;
    padding-left: 15px
}

[dir="rtl"] .pr-20 {
    padding-right: 0;
    padding-left: 20px
}

[dir="rtl"] .pr-25 {
    padding-right: 0;
    padding-left: 25px
}

[dir="rtl"] .pr-30 {
    padding-right: 0;
    padding-left: 30px
}

[dir="rtl"] .pr-35 {
    padding-right: 0;
    padding-left: 35px
}

[dir="rtl"] .pr-40 {
    padding-right: 0;
    padding-left: 40px
}

[dir="rtl"] .pr-45 {
    padding-right: 0;
    padding-left: 45px
}

[dir="rtl"] .pr-50 {
    padding-right: 0;
    padding-left: 50px
}

[dir="rtl"] .mr-80 {
    margin-left: 80px;
    margin-right: 0
}

@media (max-width: 767px) {
    [dir="rtl"] .mr-80 {
        margin-left: 0
    }
}

[dir="rtl"] .offset-lg-2 {
    margin-left: 16.66666667%
}

[dir="rtl"] .main-menu ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 100%;
    top: 0px;
    margin: 0px 16px 0px 0px
}

[dir="rtl"] .main-menu ul li.menu-item-has-children>a::after {
    margin: 0 4px 0 0
}

[dir="rtl"] .header-links li:not(:last-child) {
    padding: 0 0 0 20px;
    margin: 0 0 0 15px
}

[dir="rtl"] .header-links li:not(:last-child):before {
    right: unset;
    left: 0
}

[dir="rtl"] .header-links i {
    margin: 0 0 0 7px
}

[dir="rtl"] .header-layout1 .logo-shape {
    left: unset;
    right: 0;
    -webkit-clip-path: polygon(4% 0, 100% 1%, 100% 100%, 0 100%);
    clip-path: polygon(4% 0, 100% 1%, 100% 100%, 0 100%)
}

[dir="rtl"] .header-layout1 .container {
    margin-left: 100px;
    margin-right: auto
}

@media (min-width: 1922px) {
    [dir="rtl"] .header-layout1 {
        --main-container: 1440px
    }

    [dir="rtl"] .header-layout1 .container {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1399px) {
    [dir="rtl"] .header-layout1 .container {
        margin-left: auto;
        margin-right: auto
    }
}

[dir="rtl"] .header-layout2 .header-top .header-links i {
    margin-right: 0px;
    margin-left: 7px
}

[dir="rtl"] .header-layout2 .header-link {
    padding: 0 0 0 30px;
    margin: 0 0 0 30px;
    border-right: 1px solid transparent;
    border-left: 1px solid #343434
}

[dir="rtl"] .header-layout2 .header-link .icon-btn {
    margin: 0 0 0 10px
}

[dir="rtl"] .header-layout2 .header-link:last-child {
    padding: 0;
    margin: 0;
    border-left: none
}

[dir="rtl"] .header-layout2 .logo-shape {
    left: unset;
    right: 0;
    -webkit-clip-path: polygon(16% 0, 100% 1%, 100% 100%, 0 100%);
    clip-path: polygon(16% 0, 100% 1%, 100% 100%, 0 100%);
    z-index: -1
}

[dir="rtl"] .header-layout2 .menu-area .container {
    margin-left: 105px;
    margin-right: auto
}

@media (min-width: 1922px) {
    [dir="rtl"] .header-layout2 .menu-area .container {
        margin-left: auto
    }
}

@media (max-width: 1399px) {
    [dir="rtl"] .header-layout2 .menu-area .container {
        margin-left: auto
    }
}

[dir="rtl"] .header-layout3 .top-left {
    padding: 0 50px 0 0
}

[dir="rtl"] .header-layout3 .top-right {
    padding: 0 0 0 50px
}

[dir="rtl"] .header-layout3 .header-social a {
    margin: 0 0 0 15px
}

[dir="rtl"] .header-layout3 .header-social a:last-child {
    margin: 0
}

[dir="rtl"] .header-layout3 .header-logo {
    border-right: 5px solid transparent;
    border-left: 5px solid var(--theme-color)
}

[dir="rtl"] .header-layout6 .header-top:before {
    left: unset;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 100% 47%, 100% 100%, 0% 100%, 2% 56%, 0% 0%);
    clip-path: polygon(100% 0, 100% 47%, 100% 100%, 0% 100%, 2% 56%, 0% 0%)
}

[dir="rtl"] .header-layout7 .logo-shape {
    left: unset;
    right: 0
}

[dir="rtl"] .header-layout7 .main-menu {
    padding: 0 60px 0 0
}

@media (max-width: 1899px) {
    [dir="rtl"] .header-layout7 .main-menu {
        padding: 0 70px 0 0
    }
}

@media (max-width: 1799px) {
    [dir="rtl"] .header-layout7 .main-menu {
        padding: 0 90px 0 0
    }
}

@media (max-width: 1699px) {
    [dir="rtl"] .header-layout7 .main-menu {
        padding: 0 130px 0 0
    }
}

@media (max-width: 1399px) {
    [dir="rtl"] .header-layout7 .main-menu {
        padding: 0 70px 0 0
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .header-layout7 .main-menu {
        padding-right: 0
    }
}

[dir="rtl"] .header-layout7 .header-logo {
    margin-top: -50px
}

@media (min-width: 1922px) {
    [dir="rtl"] .header-layout7 .header-logo {
        margin: 0 -50px 0 0
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .header-layout7 .header-logo {
        margin-top: -20px
    }
}

@media (max-width: 767px) {
    [dir="rtl"] .header-layout7 .header-logo {
        margin-top: 6px
    }
}

[dir="rtl"] .header-layout7 .menu-area:before {
    right: unset;
    left: 0;
    border-radius: 0px 50px 50px 0px
}

[dir="rtl"] .header-layout7 .header-links {
    margin: 0 380px 0 0
}

@media (min-width: 1922px) {
    [dir="rtl"] .header-layout7 .header-links {
        margin: 0 280px 0 0
    }
}

@media (max-width: 1399px) {
    [dir="rtl"] .header-layout7 .header-links {
        margin: 0 310px 0 0
    }
}

@media (max-width: 1399px) {
    [dir="rtl"] .header-layout7 .header-links {
        margin: 0 250px 0 0
    }
}

@media (max-width: 1299px) {
    [dir="rtl"] .header-layout7 .header-links {
        margin: 0 180px 0 0
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .header-layout7 .header-links {
        display: none
    }
}

[dir="rtl"] .header-layout7 .header-links ul li {
    padding: 0;
    margin: 0 0 0 30px
}

[dir="rtl"] .header-layout7 .sticky-wrapper.sticky .header-logo {
    padding-bottom: 0;
    margin-top: 0px
}

[dir="rtl"] .header-layout7 .langauge .nice-select {
    border-right: 1px solid transparent;
    border-left: 1px solid #74757B;
    padding-left: 35px;
    margin-left: 35px
}

[dir="rtl"] .header-layout7 .th-menu-toggle {
    right: unset;
    left: 20px
}

[dir="rtl"] .header-layout8 .header-right .langauge {
    border-left: 1px solid transparent;
    border-right: 1px solid var(--body-color);
    margin-right: 40px;
    padding: 0 40px 0 0
}

[dir="rtl"] .header-layout8 .logo-bg {
    left: unset;
    right: 0
}

[dir="rtl"] .header-layout8 .logo-bg:before {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 14% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 14% 100%)
}

[dir="rtl"] .header-layout8 .main-menu {
    padding: 0 130px 0 0
}

@media (max-width: 1399px) {
    [dir="rtl"] .header-layout8 .main-menu {
        padding: 0 90px 0 0
    }
}

[dir="rtl"] .header-layout9 .main-menu {
    padding: 0 0 0 30px
}

[dir="rtl"] .header-layout9 .header-links {
    margin: 0 300px 0 0
}

@media (max-width: 1199px) {
    [dir="rtl"] .header-layout9 .header-links {
        margin: 0 200px 0 0
    }
}

[dir="rtl"] .header-layout9 .logo-bg {
    left: unset;
    right: 0
}

[dir="rtl"] .header-layout9 .logo-bg:before {
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 100% 100%, 0 20%);
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 100% 100%, 0 20%)
}

[dir="rtl"] .header-layout9 .logo-bg:after {
    left: unset;
    right: 0;
    -webkit-clip-path: polygon(16% 0%, 100% 1%, 100% 100%, 18% 100%, 0% 50%);
    clip-path: polygon(16% 0%, 100% 1%, 100% 100%, 18% 100%, 0% 50%)
}

[dir="rtl"] .footer-widget .widget_title:before {
    left: unset;
    right: 0
}

[dir="rtl"] .footer-widget .widget_title:after {
    left: unset;
    right: 40px
}

[dir="rtl"] .footer-widget .recent-post .media-img {
    margin: 0 0 0 20px
}

[dir="rtl"] .footer-widget.widget_meta a,
[dir="rtl"] .footer-widget.widget_pages a,
[dir="rtl"] .footer-widget.widget_archive a,
[dir="rtl"] .footer-widget.widget_categories a,
[dir="rtl"] .footer-widget.widget_nav_menu a {
    padding: 0 28px 0 0
}

[dir="rtl"] .footer-widget.widget_meta a:before,
[dir="rtl"] .footer-widget.widget_pages a:before,
[dir="rtl"] .footer-widget.widget_archive a:before,
[dir="rtl"] .footer-widget.widget_categories a:before,
[dir="rtl"] .footer-widget.widget_nav_menu a:before {
    content: "\f060";
    left: unset;
    right: 0
}

[dir="rtl"] .line-btn i {
    margin: 0 10px 0 0
}

[dir="rtl"] .footer-newsletter-content {
    padding: 0 40px 0 0;
    margin: 0 100px 0 0
}

@media (max-width: 991px) {
    [dir="rtl"] .footer-newsletter-content {
        margin: 0;
        padding: 0;
        text-align: center
    }
}

[dir="rtl"] .footer-newsletter-content:before {
    left: unset;
    right: 0
}

[dir="rtl"] .footer-newsletter .newsletter-form .th-btn {
    min-width: 170px
}

@media (max-width: 991px) {
    [dir="rtl"] .footer-newsletter .newsletter-form .th-btn {
        min-width: 100%
    }
}

[dir="rtl"] .footer-layout7 .copyright-text {
    text-align: center
}

[dir="rtl"] .footer-layout9 .copyright-text {
    text-align: right
}

[dir="rtl"] .footer-layout9 .copyright-text a {
    color: var(--white-color)
}

[dir="rtl"] .img-box2 .img2 {
    text-align: left
}

[dir="rtl"] .img-box2 .play-btn {
    right: unset;
    left: 12%
}

[dir="rtl"] .app-mockup {
    right: unset;
    left: 12%
}

@media (max-width: 1700px) {
    [dir="rtl"] .app-mockup {
        left: 10%
    }
}

@media (max-width: 1499px) {
    [dir="rtl"] .app-mockup {
        left: 0%;
        max-width: 43%
    }
}

[dir="rtl"] .img-box1 .img2 {
    left: unset;
    right: -88px
}

[dir="rtl"] .img-box1 .info-card {
    right: unset;
    left: 16%
}

[dir="rtl"] .dots-list li {
    padding: 0 17px 0 0
}

[dir="rtl"] .dots-list li:before {
    left: unset;
    right: 0;
    margin: 0 0 0 10px
}

[dir="rtl"] .testi-box_review {
    right: unset;
    left: 0px
}

[dir="rtl"] .testi-box_icon {
    right: unset;
    left: -30px
}

@media (max-width: 375px) {
    [dir="rtl"] .testi-box_icon {
        left: -12px
    }
}

[dir="rtl"] .img-box7 .img2 {
    right: unset;
    left: -22px
}

[dir="rtl"] .img-box7 .journey-box {
    right: unset;
    left: -22px
}

[dir="rtl"] .icon-box .slick-arrow:first-child {
    margin: 0 0 0 5px
}

[dir="rtl"] .img-box4 .th-experience {
    right: unset;
    left: 15px
}

[dir="rtl"] .img-box4 .img2 {
    text-align: left
}

[dir="rtl"] .img-box8 .year-counter {
    left: auto;
    right: -25%
}

@media (max-width: 991px) {
    [dir="rtl"] .img-box8 .year-counter {
        right: -20%
    }
}

[dir="rtl"] .about-call-text .about-call-btn {
    margin: 0 0 0 25px
}

[dir="rtl"] .about-profile .avater {
    margin: 0 0 0 20px
}

[dir="rtl"] .booking-form.style2 .booking-select-class {
    position: relative
}

[dir="rtl"] .booking-form.style2 .booking-select-class input[type="radio"]~label {
    padding: 13px 44px 13px 33px
}

[dir="rtl"] .booking-form.style2 .booking-select-class input[type="radio"]~label:before {
    left: auto;
    right: 20px
}

[dir="rtl"] .cta-bg-shape {
    right: unset;
    left: 0
}

[dir="rtl"] .newsletter-wrap {
    padding: 0 25px 0 0;
    border-left: 2px solid transparent;
    border-right: 2px solid var(--theme-color)
}

[dir="rtl"] .tab-menu4 button:not(:last-child):after {
    margin: 0 10px 0 0
}

[dir="rtl"] .taxi-item_feature img {
    margin: 0 0 0 10px
}

[dir="rtl"] .download-image {
    margin: -50px 30px 0px -36px
}

@media (max-width: 1199px) {
    [dir="rtl"] .download-image {
        text-align: center;
        margin: 50px 0px 0px 0px
    }
}

[dir="rtl"] .feature-video {
    margin: 0 -70% 0 0
}

@media (max-width: 1199px) {
    [dir="rtl"] .feature-video {
        margin: 0 0 60px 0
    }
}

[dir="rtl"] .brand-title:before {
    margin-left: 0;
    margin-right: -26.9rem
}

[dir="rtl"] .brand-title:after {
    margin-left: 0;
    margin-right: 1rem
}

[dir="rtl"] .testi-box-area .testi-box-img {
    margin: 0 20px 0 -60px
}

[dir="rtl"] .testi-box-area:before {
    background: -webkit-linear-gradient(right, rgba(247, 244, 237, 0) 48.96%, #545D7E 100%);
    background: linear-gradient(-90deg, rgba(247, 244, 237, 0) 48.96%, #545D7E 100%)
}

[dir="rtl"] .booking-image {
    left: unset;
    right: 0px
}

[dir="rtl"] .booking-image:before {
    left: unset;
    right: 0px
}

[dir="rtl"] .booking-content {
    left: unset;
    right: -10%
}

[dir="rtl"] .booking-image-wrapper .booking-img {
    margin: -101px -100px 0 0px
}

[dir="rtl"] .taxi-image {
    margin: 0 0 0 -50%;
    padding: 0 40px 0 0
}

[dir="rtl"] .price-card.style2 .price-taxi {
    right: unset;
    left: 0px
}

@media (max-width: 1700px) {
    [dir="rtl"] .price-card.style2 .price-taxi {
        left: -30px
    }
}

[dir="rtl"] .contact-card.style2 .info-card .border-line {
    right: unset;
    left: -15px
}

[dir="rtl"] .counter-box-wrap:not(:last-of-type) {
    border-right: 1px solid transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

@media (max-width: 1199px) {
    [dir="rtl"] .counter-box-wrap:not(:last-of-type) {
        border-left: none
    }
}

[dir="rtl"] .download-area {
    background-position: right bottom
}

[dir="rtl"] .blog-grid:nth-child(1) {
    margin: 0 0 0 15px
}

@media (max-width: 991px) {
    [dir="rtl"] .blog-grid:nth-child(1) {
        margin-bottom: 30px
    }
}

[dir="rtl"] .recent-post .recent-post-meta a i {
    margin: 0 0 0 8px
}

[dir="rtl"] .blog-meta.style2 span,
[dir="rtl"] .blog-meta.style2 a {
    margin: 0 0 0 20px
}

[dir="rtl"] .blog-meta.style2 span:before,
[dir="rtl"] .blog-meta.style2 a:before {
    margin: 0 0 0 10px
}

[dir="rtl"] .blog-grid:nth-child(2) {
    margin: 0 15px 30px 0
}

[dir="rtl"] .blog-grid:nth-child(3) {
    margin: 0 15px 30px 0
}

[dir="rtl"] .blog-grid:nth-child(1) .blog-content {
    left: unset;
    right: 0px;
    bottom: 30px
}

[dir="rtl"] .hero-1 {
    padding: 0 0 0 80px
}

@media (max-width: 1399px) {
    [dir="rtl"] .hero-1 {
        padding: 0 0 0 40px
    }
}

@media (max-width: 767px) {
    [dir="rtl"] .hero-1 {
        padding: 0
    }
}

[dir="rtl"] .hero-1 .hero-shape {
    right: unset;
    left: 0;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 140px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 140px) 100%, 0 100%, 0 0)
}

[dir="rtl"] .hero-1 .slick-dots {
    right: unset;
    left: 20%
}

@media (max-width: 1399px) {
    [dir="rtl"] .hero-1 .slick-dots {
        left: 10%
    }
}

[dir="rtl"] .hero-style1 {
    padding: 0 40px 0 0
}

@media (max-width: 1399px) {
    [dir="rtl"] .hero-style1 {
        padding: 0 20px 0 0
    }
}

[dir="rtl"] .hero-2 .icon-box {
    right: unset;
    left: 115px
}

@media (max-width: 1399px) {
    [dir="rtl"] .hero-2 .icon-box {
        left: 40px
    }
}

[dir="rtl"] .hero-slider-3 .hero-style2 {
    padding: 0 456px 0 0
}

[dir="rtl"] .hero-slider-3 .slick-dots,
[dir="rtl"] .hero-slider-6 .slick-dots {
    left: unset;
    right: 120px
}

@media (max-width: 1700px) {

    [dir="rtl"] .hero-slider-3 .slick-dots,
    [dir="rtl"] .hero-slider-6 .slick-dots {
        right: 35px
    }
}

[dir="rtl"] .th-hero-wrapper.hero-slider-6 {
    overflow: hidden
}

@media (max-width: 1199px) {
    [dir="rtl"] .hero-slider-3 .hero-style2 {
        padding: 0 160px 0 0
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .hero-slider-3 .hero-style2 {
        padding: 0
    }
}

[dir="rtl"] .hero-slider-6 .hero-img {
    right: unset;
    left: 0
}

[dir="rtl"] .video-btn .play-btn {
    margin: 0 0 0 25px
}

[dir="rtl"] .hero-style7 .hero-subtitle {
    margin: -0.3rem 0px 20px 0px;
    padding-right: 60px
}

[dir="rtl"] .hero-style7 .hero-subtitle:before,
[dir="rtl"] .hero-style7 .hero-subtitle:after {
    right: 0px;
    left: auto
}

[dir="rtl"] .hero-style7 .hero-subtitle:before {
    right: -40px;
    width: 30px
}

[dir="rtl"] .hero-style7 .hero-subtitle:after {
    right: -60px;
    width: 50px
}

[dir="rtl"] .hero-slider-7 .slick-dots {
    left: unset;
    right: 160px
}

@media (max-width: 1799px) {
    [dir="rtl"] .hero-slider-7 .slick-dots {
        right: 60px
    }
}

[dir="rtl"] .hero-9 .hero-img {
    right: unset;
    left: 0
}

[dir="rtl"] .hero-9 .hero-img:before {
    background: -webkit-linear-gradient(right, #1B1B1B 1.56%, rgba(27, 27, 27, 0.920498) 10.26%, rgba(27, 27, 27, 0.857198) 17.55%, rgba(27, 27, 27, 0) 77.18%);
    background: linear-gradient(-90deg, #1B1B1B 1.56%, rgba(27, 27, 27, 0.920498) 10.26%, rgba(27, 27, 27, 0.857198) 17.55%, rgba(27, 27, 27, 0) 77.18%)
}

[dir="rtl"] .hero-9 .icon-box {
    left: unset;
    right: 147px
}

[dir="rtl"] .hero-9 .hero-overlay {
    left: unset;
    right: 0
}

[dir="rtl"] .hero-style9 {
    padding-left: 0px;
    padding-right: 50px
}

@media (max-width: 1399px) {
    [dir="rtl"] .hero-style9 {
        padding-right: 150px
    }
}

@media (max-width: 767px) {
    [dir="rtl"] .hero-style9 {
        padding-right: 0
    }
}

[dir="rtl"] .hero-8 .th-hero-bg:before {
    left: auto;
    right: 0;
    background: -webkit-linear-gradient(right, #000 31.25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(-90deg, #000 31.25%, rgba(0, 0, 0, 0) 100%)
}

[dir="rtl"] .hero-8 .icon-box {
    left: unset;
    right: 147px
}

@media (max-width: 1799px) {
    [dir="rtl"] .hero-8 .icon-box {
        right: 60px
    }
}

[dir="rtl"] .title-area .sub-title.style2 img {
    margin: 0 0 0 8px
}

.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;
    margin-bottom: 30px
}

.about-profile .avater {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.about-profile .name {
    font-size: 20px;
    margin-bottom: 7px
}

.service-block {
    background-color: var(--white-color);
    box-shadow: 0px 10px 15px rgba(1, 19, 60, 0.1)
}

.service-block_content {
    padding: 40px
}

.service-block_img img {
    width: 100%
}

.service-block_title {
    margin-top: -0.34em;
    margin-bottom: 18px;
    font-size: 26px;
    color: var(--title-color)
}

.service-block_title a {
    color: inherit
}

.service-block_title a:hover {
    color: var(--theme-color)
}

.service-block_text {
    margin-bottom: 25px
}

.layer-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white-color);
    min-width: 140px;
    text-align: center;
    display: inline-block;
    padding: 13px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease
}

.layer-btn:before,
.layer-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-clip-path: path("M4.77572 7.15303L134.616 0.451976C138.017 0.276495 140.651 2.97042 139.858 5.81668L129.663 42.5037C129.104 44.5189 126.97 45.9169 124.558 45.8494L11.9635 42.6792C9.65315 42.6137 7.68677 41.2175 7.17678 39.2814L0.125911 12.4657C-0.562063 9.84309 1.65075 7.31501 4.77572 7.15303Z");
    clip-path: path("M4.77572 7.15303L134.616 0.451976C138.017 0.276495 140.651 2.97042 139.858 5.81668L129.663 42.5037C129.104 44.5189 126.97 45.9169 124.558 45.8494L11.9635 42.6792C9.65315 42.6137 7.68677 41.2175 7.17678 39.2814L0.125911 12.4657C-0.562063 9.84309 1.65075 7.31501 4.77572 7.15303Z");
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease
}

.layer-btn:after {
    background-color: var(--title-color);
    width: calc(100% - 14px);
    -webkit-clip-path: path("M0.685507 5.20052L10.3052 46.479C10.8117 48.6504 13.1683 50.1583 15.7901 49.9867L117.025 43.3917C119.474 43.2317 121.454 41.6485 121.765 39.5986L125.753 13.371C126.126 10.9143 123.997 8.69085 121.065 8.47487L6.22523 0.0170836C2.78708 -0.235532 0.0214925 2.35233 0.685507 5.20052Z");
    clip-path: path("M0.685507 5.20052L10.3052 46.479C10.8117 48.6504 13.1683 50.1583 15.7901 49.9867L117.025 43.3917C119.474 43.2317 121.454 41.6485 121.765 39.5986L125.753 13.371C126.126 10.9143 123.997 8.69085 121.065 8.47487L6.22523 0.0170836C2.78708 -0.235532 0.0214925 2.35233 0.685507 5.20052Z");
    left: 4px
}

.layer-btn:hover {
    color: var(--title-color)
}

.layer-btn:hover:after {
    background-color: var(--theme-color)
}

.layer-btn:hover:before {
    background-color: var(--title-color)
}

@media (max-width: 1199px) {
    .service-block_content {
        padding: 40px 25px
    }
}

@media (max-width: 991px) {
    .service-block_content {
        padding: 40px
    }
}

@media (max-width: 375px) {
    .service-block_content {
        padding: 40px 15px
    }
}

.feature-box {
    background-color: var(--white-color);
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.feature-box_icon {
    height: 85px;
    line-height: 55px;
    margin-bottom: 20px
}

.feature-box_icon img {
    margin-right: 10px;
    width: 50px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.feature-box_icon:before {
    -webkit-clip-path: path("M4.22993 11.3142L119.231 0.54407C122.243 0.262032 124.576 4.59178 123.874 9.16637L114.845 68.134C114.349 71.3728 112.459 73.6198 110.323 73.5113L10.5962 68.416C8.54993 68.3106 6.80829 66.0667 6.35658 62.955L0.111521 19.8559C-0.497827 15.6377 1.46209 11.5745 4.22993 11.3142Z");
    clip-path: path("M4.22993 11.3142L119.231 0.54407C122.243 0.262032 124.576 4.59178 123.874 9.16637L114.845 68.134C114.349 71.3728 112.459 73.6198 110.323 73.5113L10.5962 68.416C8.54993 68.3106 6.80829 66.0667 6.35658 62.955L0.111521 19.8559C-0.497827 15.6377 1.46209 11.5745 4.22993 11.3142Z")
}

.feature-box_icon:after {
    -webkit-clip-path: path("M0.264273 8.35532L8.78453 74.6993C9.23321 78.1891 11.3205 80.6128 13.6426 80.337L103.308 69.7373C105.477 69.4801 107.231 66.9355 107.507 63.6378L111.037 21.4902C111.367 17.5417 109.482 13.9682 106.885 13.6211L5.16937 0.0274576C2.12566 -0.378553 -0.323854 3.78073 0.264273 8.35532Z");
    clip-path: path("M0.264273 8.35532L8.78453 74.6993C9.23321 78.1891 11.3205 80.6128 13.6426 80.337L103.308 69.7373C105.477 69.4801 107.231 66.9355 107.507 63.6378L111.037 21.4902C111.367 17.5417 109.482 13.9682 106.885 13.6211L5.16937 0.0274576C2.12566 -0.378553 -0.323854 3.78073 0.264273 8.35532Z")
}

.feature-box_img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -22px;
    right: -22px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.feature-box_img img {
    width: 150px
}

.feature-box_title {
    font-size: 22px;
    font-weight: 600
}

.feature-box_text {
    margin-bottom: -0.5em;
    color: var(--title-color)
}

.feature-box:hover .feature-box_icon img {
    -webkit-filter: none;
    filter: none
}

.feature-box:hover .feature-box_icon:before {
    background-color: var(--title-color)
}

.feature-box:hover .feature-box_icon:after {
    background-color: var(--theme-color)
}

.feature-box:hover .feature-box_img {
    visibility: visible;
    opacity: 0.06;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#particle1 {
    width: 645px;
    height: 450px;
    position: absolute;
    bottom: 0;
    left: 0
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

@media (max-width: 1199px) {
    .particle {
        max-width: 100% !important
    }
}

.price-box-wrap {
    position: relative;
    background-color: #01133C;
    padding: 70px 50px;
    z-index: 3
}

.price-box-wrap>.row {
    row-gap: 70px
}

.price-box {
    background-color: #050505;
    color: var(--white-color);
    text-align: center;
    padding: 0 30px;
    max-width: 285px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    z-index: 2;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.price-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #010d2a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.price-box_package {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 7px;
    color: var(--title-color);
    padding: 12px 11px 12px 11px;
    min-width: 180px;
    font-size: 20px;
    font-family: var(--title-font);
    font-weight: 500
}

.price-box_package:before {
    background-color: var(--white-color) !important;
    -webkit-clip-path: path("M6.14046 7.15303L173.078 0.451976C177.45 0.276495 180.837 2.97042 179.818 5.81668L166.71 42.5037C165.991 44.5189 163.247 45.9169 160.147 45.8494L15.3819 42.6792C12.4114 42.6137 9.88324 41.2175 9.22754 39.2814L0.162129 12.4657C-0.722408 9.84309 2.12263 7.31501 6.14046 7.15303Z");
    clip-path: path("M6.14046 7.15303L173.078 0.451976C177.45 0.276495 180.837 2.97042 179.818 5.81668L166.71 42.5037C165.991 44.5189 163.247 45.9169 160.147 45.8494L15.3819 42.6792C12.4114 42.6137 9.88324 41.2175 9.22754 39.2814L0.162129 12.4657C-0.722408 9.84309 2.12263 7.31501 6.14046 7.15303Z")
}

.price-box_package:after {
    background-color: var(--theme-color);
    -webkit-clip-path: path("M0.738718 5.20052L13.1068 46.479C13.7581 48.6503 16.788 50.1583 20.1589 49.9867L150.318 43.3917C153.467 43.2317 156.012 41.6485 156.413 39.5986L161.54 13.371C162.019 10.9143 159.282 8.69085 155.513 8.47487L7.86122 0.0170836C3.44074 -0.235532 -0.115015 2.35233 0.738718 5.20052Z");
    clip-path: path("M0.738718 5.20052L13.1068 46.479C13.7581 48.6503 16.788 50.1583 20.1589 49.9867L150.318 43.3917C153.467 43.2317 156.012 41.6485 156.413 39.5986L161.54 13.371C162.019 10.9143 159.282 8.69085 155.513 8.47487L7.86122 0.0170836C3.44074 -0.235532 -0.115015 2.35233 0.738718 5.20052Z")
}

.price-box_text {
    padding-bottom: 24px;
    margin-bottom: 24px;
    color: var(--white-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.price-box_info {
    color: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.price-box_info:last-of-type {
    margin-bottom: 0
}

.price-box .th-btn {
    margin-top: 9px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.price-box:hover:before {
    width: 0
}

.line-ani {
    position: absolute;
    top: var(--space, 50px);
    left: 33.33%;
    background-image: -webkit-linear-gradient(bottom, var(--theme-color) 0%, rgba(255, 199, 46, 0.15) 100%);
    background-image: linear-gradient(0deg, var(--theme-color) 0%, rgba(255, 199, 46, 0.15) 100%);
    height: calc(100% - var(--space, 50px)*2);
    width: 1px
}

.line-ani:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 9px;
    height: 9px;
    background-color: var(--theme-color);
    border-radius: 50%;
    -webkit-animation: lineMove 45s linear infinite forwards;
    animation: lineMove 45s linear infinite forwards
}

.line-ani:nth-of-type(2) {
    left: unset;
    right: 33.33%;
    background-image: -webkit-linear-gradient(top, var(--theme-color) 0%, rgba(255, 199, 46, 0.15) 100%);
    background-image: linear-gradient(180deg, var(--theme-color) 0%, rgba(255, 199, 46, 0.15) 100%)
}

.line-ani:nth-of-type(2)::before {
    -webkit-animation: lineMove2 45s linear infinite forwards;
    animation: lineMove2 45s linear infinite forwards
}

#particle2,
#particle3 {
    position: absolute;
    width: 500px;
    height: 400px;
    opacity: 0.3;
    z-index: -1
}

#particle2 {
    bottom: 0;
    left: 0
}

#particle3 {
    top: 0;
    right: 0
}

.sec-shape2 {
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width: 1199px) {
    .price-box-wrap {
        padding: 70px 20px
    }

    .price-box {
        padding: 0 20px;
        max-width: 270px
    }
}

@media (max-width: 991px) {
    .price-box {
        max-width: 100%
    }

    .line-ani {
        left: 50%
    }

    .line-ani:nth-of-type(2) {
        display: none
    }

    .sec-shape2 {
        max-width: 170px
    }
}

@media (max-width: 767px) {
    .price-box_text {
        font-size: 14px
    }

    .price-box_info {
        font-size: 14px
    }

    .particle {
        max-width: 100% !important
    }
}

@media (max-width: 575px) {
    .line-ani {
        display: none
    }
}

.testi-block {
    text-align: center;
    box-shadow: 0px 15px 15px rgba(7, 0, 35, 0.04);
    padding: 40px 30px;
    background-color: var(--white-color);
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative
}

.testi-block:before,
.testi-block:after {
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-color: var(--theme-color);
    top: 0;
    left: 0;
    -webkit-transition: height, width, 0.4s ease;
    transition: height, width, 0.4s ease
}

.testi-block:before {
    border-width: 2px 0 0 2px
}

.testi-block:after {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 5px 0
}

.testi-block_img {
    border-radius: 50%
}

.testi-block_img img {
    border-radius: inherit
}

.testi-block_quote {
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testi-block_text {
    margin-bottom: -0.4em
}

.testi-block_avater {
    margin-bottom: 20px
}

.testi-block_avater img {
    border-radius: 50%
}

.testi-block_name {
    margin-bottom: 5px;
    font-size: 22px
}

.testi-block_desig {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--theme-color)
}

.testi-block:hover:before,
.testi-block:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.th-icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.th-icon-box .icon-btn {
    border-radius: 0
}

.testi-block-area {
    position: relative;
    height: 100%;
    padding-bottom: 50px
}

.testi-block-area .th-icon-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testi-block-area .icon-btn {
    box-shadow: 0px 0px 20px rgba(1, 19, 60, 0.13)
}

@media (max-width: 1199px) {
    .testi-block {
        padding: 40px 20px
    }
}

.sec-border1 {
    width: 100%;
    height: 24.56px;
    background-repeat: repeat-x;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bgSlide 25s linear infinite;
    animation: bgSlide 25s linear infinite
}

.shape-img1 {
    position: relative;
    padding: 30px 40px 30px 30px;
    z-index: 2
}

.shape-img1 img {
    width: 100%
}

.shape-img1 .shape {
    height: 100%;
    width: 42%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: shapePulse 6s linear infinite;
    animation: shapePulse 6s linear infinite
}

.sec-shape1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-animation: moving 25s linear infinite;
    animation: moving 25s linear infinite
}

.cta-call {
    font-size: 54px;
    line-height: 1.18;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 35px;
    font-family: var(--title-font)
}

@media (max-width: 1399px) {
    .cta-call {
        font-size: 52px
    }
}

@media (max-width: 1199px) {
    .shape-img1 {
        padding-right: 0
    }

    .cta-call {
        font-size: 44px
    }

    .sec-shape1 img {
        height: 250px
    }
}

@media (max-width: 991px) {
    .cta-call {
        font-size: 32px;
        margin-bottom: 25px
    }

    .sec-shape1 img {
        height: 160px
    }
}

@media (max-width: 575px) {
    .cta-call {
        font-size: 28px
    }

    .shape-img1 {
        padding: 20px 0 20px 20px
    }
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.slider-shadow .slick-list {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-bottom: -30px;
    margin-top: -30px
}

.img-box4 {
    position: relative
}

.img-box4.style2 .img2 {
    margin-top: -46%
}

.img-box4 .th-experience {
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 2;
    background-color: var(--white-color);
    max-width: 120px
}

.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;
    gap: 25px
}

.about-feature-wrap {
    margin-bottom: 45px
}

.about-feature:not(:last-of-type) {
    margin-bottom: 25px
}

.about-feature_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--theme-color);
    text-align: center
}

.about-feature_title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.about-feature_text {
    margin-bottom: 0;
    max-width: 430px
}

@media (max-width: 375px) {
    .about-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about-feature-wrap {
        margin-bottom: 35px
    }
}


.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.slider-shadow .slick-list {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-bottom: -30px;
    margin-top: -30px
}

@media (max-width: 767px) {
    .download-area {
        padding: 50px 12px
    }
}

.brand-img.style2 img {
    -webkit-filter: none;
    filter: none
}

.brand-title {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: var(--title-color);
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .brand-title {
        font-size: 18px;
        line-height: 28px
    }
}

.brand-title:after,
.brand-title:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1.5px;
    width: 420px;
    background-color: #E0E0E0
}

@media (max-width: 575px) {

    .brand-title:after,
    .brand-title:before {
        display: none
    }
}

.brand-title:before {
    margin-left: -26.9rem
}

.brand-title:after {
    margin-left: 1rem
}

.brand-title .counter-card_number {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: var(--theme-color)
}

@media (max-width: 767px) {
    .brand-title .counter-card_number {
        font-size: 18px;
        line-height: 28px
    }
}

.brand-title .counter-title {
    color: var(--title-color);
    text-transform: uppercase
}

@media (max-width: 1399px) {
    .header-button .th-btn {
        display: none
    }
}

.header-layout7 .header-top {
    position: relative;
    background-color: var(--title-color);
    padding: 10px 0
}

@media (max-width: 1499px) {
    .header-layout7 .header-top {
        padding: 7px 0
    }
}

@media (max-width: 575px) {
    .header-layout7 .header-top {
        display: none
    }
}

.header-layout7 .header-logo {
    margin-top: -50px
}

@media (min-width: 1922px) {
    .header-layout7 .header-logo {
        margin-left: -50px
    }
}

@media (max-width: 991px) {
    .header-layout7 .header-logo {
        margin-top: -20px
    }
}

@media (max-width: 767px) {
    .header-layout7 .header-logo {
        margin-top: 6px
    }
}

.header-layout7 .header-links {
    position: relative;
    margin-left: 380px;
    z-index: 2
}

@media (min-width: 1922px) {
    .header-layout7 .header-links {
        margin-left: 280px
    }
}

@media (max-width: 1399px) {
    .header-layout7 .header-links {
        margin-left: 310px
    }
}

@media (max-width: 1399px) {
    .header-layout7 .header-links {
        margin-left: 250px
    }
}

@media (max-width: 1299px) {
    .header-layout7 .header-links {
        margin-left: 210px
    }
}

@media (max-width: 1199px) {
    .header-layout7 .header-links {
        display: none
    }
}

.header-layout7 .header-links ul li {
    padding: 0;
    margin-right: 30px
}

.header-layout7 .header-links ul li:before {
    background-color: transparent
}

.header-layout7 .header-links ul li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--theme-color);
    padding: 12px;
    text-align: center;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-layout7 .header-links ul li i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout7 .header-links ul li a {
    color: var(--white-color)
}

.header-layout7 .header-links ul li a:hover {
    color: var(--theme-color)
}

.header-layout7 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-layout7 .sticky-wrapper {
    background-color: transparent;
    position: relative;
    z-index: 3
}

.header-layout7 .sticky-wrapper.sticky {
    background-color: var(--title-color)
}

@media (max-width: 991px) {
    .header-layout7 .sticky-wrapper.sticky {
        padding: 15px 0
    }
}

.header-layout7 .langauge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media (max-width: 991px) {
    .header-layout7 .langauge {
        display: none
    }
}

.header-layout7 .langauge.lang-dropdown {
    position: relative
}

.header-layout7 .langauge.lang-dropdown .dropdown-toggle {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    height: 26px;
    line-height: 24px;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 35px;
    margin-right: 30px
}

.header-layout7 .langauge.lang-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    border-bottom: 2px solid var(--theme-color);
    border-radius: 0
}

.header-layout7 .langauge.lang-dropdown .gtranslate_wrapper a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-layout7 .langauge.lang-dropdown .gtranslate_wrapper a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout7 .langauge .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    border-radius: 0;
    padding: 0;
    padding-right: 35px;
    margin-right: 20px;
    border-right: 1px solid #74757B;
    height: 26px
}

.header-layout7 .langauge .nice-select .list {
    left: -20px
}

.header-layout7 .langauge .nice-select:after {
    content: "\f107";
    right: 20px;
    top: -14px;
    font-size: 16px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-bottom: none;
    border-right: none
}

.header-layout7 .langauge .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout7 .langauge .nice-select.open .list {
    left: -20px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.header-layout7 .langauge .nice-select .option {
    color: var(--title-color);
    min-height: 30px
}

.header-layout7 .langauge .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.header-layout7 .langauge .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.header-layout7 .langauge .nice-select .option:hover,
.header-layout7 .langauge .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

@media (max-width: 767px) {
    .header-layout7 .header-social {
        display: none
    }
}

.header-layout7 .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 0px 0 16px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.header-layout7 .header-social a:hover {
    color: var(--theme-color)
}

.header-layout7 .header-social .social-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    display: inline-block;
    margin: 0 0px 0 0
}

.header-layout7 .logo-shape {
    position: absolute;
    top: 0%;
    left: 0;
    width: 28%;
    height: 140px;
    overflow: hidden
}

@media (min-width: 2399px) {
    .header-layout7 .logo-shape {
        width: 30%
    }
}

@media (max-width: 1799px) {
    .header-layout7 .logo-shape {
        width: 35%
    }
}

@media (max-width: 1599px) {
    .header-layout7 .logo-shape {
        width: 36%
    }
}

@media (max-width: 1499px) {
    .header-layout7 .logo-shape {
        width: 35%
    }
}

@media (max-width: 1440px) {
    .header-layout7 .logo-shape {
        width: 35%
    }
}

@media (max-width: 1399px) {
    .header-layout7 .logo-shape {
        width: 36.5%
    }
}

@media (max-width: 1356px) {
    .header-layout7 .logo-shape {
        width: 37.5%
    }
}

@media (max-width: 1299px) {
    .header-layout7 .logo-shape {
        width: 42%
    }
}

@media (max-width: 1199px) {
    .header-layout7 .logo-shape {
        width: 39%
    }
}

@media (max-width: 1024px) {
    .header-layout7 .logo-shape {
        width: 45%
    }
}

@media (max-width: 991px) {
    .header-layout7 .logo-shape {
        width: 48%
    }
}

@media (max-width: 767px) {
    .header-layout7 .logo-shape {
        width: 60%
    }
}

@media (max-width: 575px) {
    .header-layout7 .logo-shape {
        width: 65%;
        height: 100%
    }
}

.header-layout7 .logo-shape img {
    width: 100%
}

@media (max-width: 1799px) {
    .header-layout7 .logo-shape img {
        width: 90%
    }
}

@media (max-width: 1699px) {
    .header-layout7 .logo-shape img {
        width: 95%
    }
}

@media (max-width: 1599px) {
    .header-layout7 .logo-shape img {
        width: 100%
    }
}

@media (max-width: 575px) {
    .header-layout7 .logo-shape img {
        height: 100%
    }
}

@media (max-width: 375px) {
    .header-layout7 .logo-shape img {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.header-layout7 .main-menu {
    padding-left: 60px
}

@media (max-width: 1899px) {
    .header-layout7 .main-menu {
        padding-left: 70px
    }
}

@media (max-width: 1799px) {
    .header-layout7 .main-menu {
        padding-left: 90px
    }
}

@media (max-width: 1699px) {
    .header-layout7 .main-menu {
        padding-left: 130px
    }
}

@media (max-width: 1399px) {
    .header-layout7 .main-menu {
        padding-left: 70px
    }
}

@media (max-width: 1199px) {
    .header-layout7 .main-menu {
        padding-left: 0
    }
}

.header-layout7 .menu-area {
    position: relative;
    z-index: 2;
    background-color: transparent
}

.header-layout7 .menu-area:before {
    content: "";
    position: absolute;
    right: 0;
    width: 78%;
    height: 80px;
    background-color: #F7F4ED;
    border-radius: 50px 0px 0px 50px;
    z-index: -1
}

@media (min-width: 2499px) {
    .header-layout7 .menu-area:before {
        width: 73%
    }
}

@media (max-width: 2499px) {
    .header-layout7 .menu-area:before {
        width: 74%
    }
}

@media (max-width: 2399px) {
    .header-layout7 .menu-area:before {
        width: 76%
    }
}

@media (max-width: 2199px) {
    .header-layout7 .menu-area:before {
        width: 78%
    }
}

@media (max-width: 1999px) {
    .header-layout7 .menu-area:before {
        width: 80%
    }
}

@media (max-width: 1922px) {
    .header-layout7 .menu-area:before {
        width: 78%
    }
}

@media (max-width: 1399px) {
    .header-layout7 .menu-area:before {
        width: 77%
    }
}

@media (max-width: 1199px) {
    .header-layout7 .menu-area:before {
        width: 65%
    }
}

@media (max-width: 767px) {
    .header-layout7 .menu-area:before {
        width: 57%
    }
}

@media (max-width: 575px) {
    .header-layout7 .menu-area:before {
        display: none
    }
}

.header-layout7 .th-menu-toggle {
    position: absolute;
    right: 20px;
    top: 15px
}

@media (max-width: 575px) {
    .header-layout7 .th-menu-toggle {
        top: 22px
    }
}

@media (min-width: 1400px) {
    .header-layout7 {
        --main-container: 1524px
    }
}

@media (max-width: 1299px) {
    .header-layout7 {
        --main-container: 100%
    }
}

.hero-slider-7 .slick-dots {
    position: absolute;
    top: 50%;
    left: 160px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1799px) {
    .hero-slider-7 .slick-dots {
        left: 60px
    }
}

@media (max-width: 1499px) {
    .hero-slider-7 .slick-dots {
        display: none !important
    }
}

.hero-slider-7 .slick-dots:before,
.hero-slider-7 .slick-dots:after {
    content: '';
    width: 4px;
    height: 100px;
    background-image: -webkit-linear-gradient(top, #FFC000 0%, rgba(255, 192, 0, 0.522) 30.21%, rgba(255, 192, 0, 0.1807) 55.73%, rgba(255, 192, 0, 0) 90.1%);
    background-image: linear-gradient(180deg, #FFC000 0%, rgba(255, 192, 0, 0.522) 30.21%, rgba(255, 192, 0, 0.1807) 55.73%, rgba(255, 192, 0, 0) 90.1%);
    position: absolute;
    left: calc(50% - 1.5px)
}

.hero-slider-7 .slick-dots:before {
    bottom: calc(100% + 5px);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.hero-slider-7 .slick-dots:after {
    top: calc(100% + 5px)
}

.hero-slider-7 .slick-dots li {
    display: block;
    margin: 28px 0
}

.hero-slider-7 .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 0
}

.hero-slider-7 .slick-dots li button:before {
    border-radius: 0
}

.hero-slider-7 .slick-dots .slick-active button {
    background-color: var(--theme-color)
}

.hero-style7 {
    position: relative;
    padding: 158px 0 254px 0;
    max-width: 638px
}

@media (max-width: 1299px) {
    .hero-style7 {
        padding: 110px 0 200px 0
    }
}

@media (max-width: 1199px) {
    .hero-style7 {
        padding: 110px 0 200px 0
    }
}

@media (max-width: 991px) {
    .hero-style7 {
        padding: 160px 0 200px 0
    }
}

@media (max-width: 575px) {
    .hero-style7 {
        padding: 100px 0 200px 0
    }
}

@media (max-width: 375px) {
    .hero-style7 {
        padding: 90px 0 170px 0
    }
}

.hero-style7 .hero-subtitle {
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--theme-color);
    display: block;
    margin: -0.3rem 0 20px 60px
}

@media (max-width: 575px) {
    .hero-style7 .hero-subtitle {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width: 375px) {
    .hero-style7 .hero-subtitle {
        font-size: 14px;
        line-height: 26px
    }
}

.hero-style7 .hero-subtitle:before,
.hero-style7 .hero-subtitle:after {
    position: absolute;
    content: '';
    background-color: var(--theme-color);
    height: 2px;
    top: 50%;
    right: auto;
    left: -10px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.hero-style7 .hero-subtitle:after {
    margin-top: -5px;
    width: 30px
}

.hero-style7 .hero-subtitle:before {
    width: 50px;
    margin-top: 3px
}

.hero-style7 .hero-title {
    font-weight: 600;
    font-size: 74px;
    line-height: 84px;
    color: var(--white-color);
    margin-bottom: 15px
}

@media (max-width: 991px) {
    .hero-style7 .hero-title {
        font-size: 54px;
        line-height: 64px
    }
}

@media (max-width: 767px) {
    .hero-style7 .hero-title {
        font-size: 44px;
        line-height: 54px
    }
}

@media (max-width: 375px) {
    .hero-style7 .hero-title {
        font-size: 34px;
        line-height: 44px
    }
}

.hero-style7 .hero-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px
}

.img-box7 {
    position: relative
}

.img-box7 .img1 {
    position: relative;
    width: 491px;
    height: 507px;
    -webkit-clip-path: path("M0 0H491V253.5V315.875L426 380.25L301 507H0V0Z");
    clip-path: path("M0 0H491V253.5V315.875L426 380.25L301 507H0V0Z")
}

@media (max-width: 991px) {
    .img-box7 .img1 {
        width: 100%;
        height: 100%
    }
}

.img-box7 .img2 {
    position: absolute;
    top: 42px;
    right: -22px;
    padding: 6px;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0px 8px 31px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 8px 31px rgba(0, 0, 0, 0.15))
}

@media (max-width: 1199px) {
    .img-box7 .img2 {
        right: 30%
    }
}

@media (max-width: 991px) {
    .img-box7 .img2 {
        right: 10%
    }
}

@media (max-width: 767px) {
    .img-box7 .img2 {
        right: 0%
    }
}

@media (max-width: 575px) {
    .img-box7 .img2 {
        display: none
    }
}

.img-box7 .journey-box {
    background-color: var(--white-color);
    padding: 40px;
    box-shadow: 0px 6px 30px rgba(25, 24, 37, 0.05);
    position: absolute;
    right: -22px;
    bottom: 0px
}

@media (max-width: 1199px) {
    .img-box7 .journey-box {
        right: 30%
    }
}

@media (max-width: 991px) {
    .img-box7 .journey-box {
        right: 10%
    }
}

@media (max-width: 767px) {
    .img-box7 .journey-box {
        right: 0%
    }
}

@media (max-width: 575px) {
    .img-box7 .journey-box {
        display: none
    }
}

.img-box7 .journey-box .journey-title {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px
}

.img-box7 .journey-box .journey-year {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 74px;
    margin-bottom: -0.4rem
}

.journey-wrap.style2 {
    background-color: #F7F7F7;
    padding: 16px;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: none;
    margin-bottom: 38px
}

@media (max-width: 767px) {
    .journey-wrap.style2 {
        gap: 10px
    }
}

.journey-wrap.style2 .journey-image {
    width: 152px
}

@media (max-width: 575px) {
    .journey-wrap.style2 .journey-image {
        width: 120px
    }
}

.journey-wrap.style2 img {
    width: 100%;
    height: 100%
}

@media (max-width: 500px) {
    .journey-wrap.style2 img {
        display: none
    }
}

.journey-wrap.style2 .checklist li {
    color: var(--body-color);
    margin-bottom: 6px;
    font-weight: 400;
    position: relative;
    padding-left: 28px
}

.booking-area {
    margin-top: -98px;
    position: relative;
    z-index: 9
}

@media (max-width: 1199px) {
    .counter-wrap.style2 {
        margin-bottom: 120px
    }
}

@media (max-width: 991px) {
    .counter-wrap.style2 {
        margin-bottom: 80px
    }
}

.counter-wrap.style2 .counter-line {
    top: 48%
}

.testi-item {
    position: relative;
    background: var(--white-color);
    padding: 40px;
    box-shadow: 0px 13px 15px rgba(0, 0, 0, 0.05)
}

.testi-item:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--title-color);
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1700px) {
    .testi-item {
        padding: 30px
    }
}

.testi-item_img img {
    border-radius: 0px
}

.testi-item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-top: -0.3rem;
    margin-bottom: 30px
}

.testi-item_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.testi-item_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 4px
}

@media (max-width: 1700px) {
    .testi-item_name {
        font-size: 16px;
        line-height: 26px
    }
}

.testi-item_desig {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color);
    margin-bottom: 0
}

.testi-item_review {
    background: var(--title-color);
    border-radius: 25px 0px 0px 0px;
    padding: 9px 16px;
    color: var(--theme-color);
    max-width: 130px;
    margin-left: auto;
    display: block;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: -1px;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.testi-item_review i {
    font-size: 12px;
    margin-right: 3px
}

.testi-item_quote {
    position: absolute;
    right: 40px;
    bottom: 50px
}

@media (max-width: 575px) {
    .testi-item_quote {
        right: 20px
    }
}

.testi-item:hover:after {
    background-color: var(--theme-color)
}

.testi-item:hover .testi-item_review {
    background: var(--theme-color);
    color: var(--white-color)
}

.footer-layout7 {
    position: relative;
    background-color: var(--title-color);
    --body-color: #ADADAD;
    z-index: 2
}

.footer-layout7 .copyright-wrap {
    background-color: #0B0B0B;
    text-align: center
}

.footer-layout7 .copyright-text {
    color: var(--body-color);
    text-transform: capitalize
}

.footer-layout7 .copyright-text a {
    color: var(--theme-color)
}

.footer-layout7 .copyright-text a:hover {
    color: var(--white-color)
}

.footer-layout7 .widget-area {
    padding-bottom: 45px
}

@media (max-width: 991px) {
    .footer-layout7 .widget-area {
        padding-top: 80px
    }
}

.footer-layout7 .about-text {
    margin-bottom: 26px
}

.footer-layout7 .about-logo {
    margin: -12px 0 25px 0
}

.footer-layout7 .working-time .title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--white-color);
    display: block;
    margin-bottom: 6px
}

.footer-layout7 .working-time .desc {
    margin-bottom: 35px
}

.footer-layout7 .footer-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 48px);
    background-color: #3D4250;
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.footer-layout7 .footer-social a:hover {
    background-color: var(--theme-color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.footer-layout7 .footer-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.footer-search-contact .form-control {
    background-color: #2C3240;
    color: var(--white-color);
    border: none;
    margin-bottom: 16px
}

.feature-video {
    position: relative;
    width: 841px;
    height: 653px;
    margin-left: -70%
}

@media (max-width: 1299px) {
    .feature-video {
        width: 790px;
        height: 615px
    }
}

@media (max-width: 1199px) {
    .feature-video {
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-bottom: 60px
    }
}

.feature-video img {
    width: 100%;
    height: 100%
}

.feature-video .play-btn {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

@media (max-width: 1299px) {
    .feature-video .play-btn {
        left: 50%
    }
}

@media (max-width: 1199px) {
    .feature-video .play-btn {
        left: 40%
    }
}

@media (max-width: 480px) {
    .feature-video .play-btn {
        left: 35%
    }
}

@media (max-width: 375px) {
    .feature-video .play-btn {
        left: 30%
    }
}

.feature-video .play-btn i {
    width: var(--icon-size, 80px);
    height: var(--icon-size, 80px);
    line-height: var(--icon-size, 80px);
    background-color: var(--white-color);
    color: var(--theme-color)
}

.feature-video .play-btn:after,
.feature-video .play-btn:before {
    background-color: var(--white-color)
}

.counter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 575px) {
    .counter-wrapper {
        display: block
    }
}

@media (max-width: 575px) {
    .counter-card.style2 {
        margin-bottom: 50px
    }
}

.counter-card.style2 .counter-card_number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 8px
}

.counter-card.style2 .counter-card_text {
    color: var(--body-color)
}

.blog-item {
    position: relative;
    background: var(--white-color);
    padding: 30px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08)
}

.blog-item:hover .blog-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-item .blog-meta.style2 {
    padding-top: 30px;
    margin-bottom: 10px;
    border-bottom: none
}

.blog-item .blog-meta.style2 span:before,
.blog-item .blog-meta.style2 a:before {
    content: "";
    background-color: var(--theme-color)
}

.blog-item .blog-img {
    position: relative;
    overflow: visible
}

.blog-item .blog-img .blog-date {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: var(--white-color);
    color: #74757B;
    padding: 12px 16px;
    display: block;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 110px;
    bottom: -21px;
    left: -4px;
    -webkit-clip-path: path("M105.433 37.039C108.448 44.3185 110 52.1207 110 60H50L0 60V26.8338C2.20445 23.5104 4.74004 20.4071 7.57359 17.5736C13.1451 12.0021 19.7595 7.58251 27.039 4.56723C34.3185 1.55195 42.1207 0 50 0C57.8793 0 65.6815 1.55195 72.961 4.56723C80.2405 7.58251 86.8549 12.0021 92.4264 17.5736C97.9979 23.1451 102.417 29.7595 105.433 37.039Z");
    clip-path: path("M105.433 37.039C108.448 44.3185 110 52.1207 110 60H50L0 60V26.8338C2.20445 23.5104 4.74004 20.4071 7.57359 17.5736C13.1451 12.0021 19.7595 7.58251 27.039 4.56723C34.3185 1.55195 42.1207 0 50 0C57.8793 0 65.6815 1.55195 72.961 4.56723C80.2405 7.58251 86.8549 12.0021 92.4264 17.5736C97.9979 23.1451 102.417 29.7595 105.433 37.039Z")
}

.blog-item .blog-img .month {
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: var(--theme-color);
    margin: auto
}

.blog-item_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 25px;
    padding-bottom: 25px;
    color: var(--title-color)
}

.blog-item_title:hover {
    color: var(--theme-color)
}

.blog-item_title a {
    color: inherit
}

.blog-item .link-btn {
    color: var(--theme-color)
}

.service-item {
    position: relative;
    background-color: var(--title-color);
    background-size: 100%, 100%;
    background-position: bottom center;
    padding: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.service-item.style2 {
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08)
}

.service-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-item_img {
    margin-bottom: 20px
}

.service-item_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: var(--title-color);
    margin-bottom: 12px
}

.service-item_title:hover {
    color: var(--theme-color)
}

.service-item_title a {
    color: inherit
}

.service-item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px
}

.service-item:hover:before {
    height: 0
}

.service-item:hover .service-item_title {
    color: var(--white-color)
}

.service-item:hover .service-item_text {
    color: #BDBDBD
}

.service-item:hover .line-btn {
    color: var(--theme-color)
}

.service-item:hover .line-btn:before {
    background-color: var(--theme-color)
}

.service-single {
    background: var(--white-color);
    padding: 40px;
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.08)
}

@media (max-width: 1199px) {
    .service-single {
        padding: 30px
    }
}

.service-feature {
    border-top: 5px solid var(--theme-color)
}

.service-feature.style2 {
    padding: 40px 50px;
    display: block;
    text-align: center
}

@media (max-width: 1299px) {
    .service-feature.style2 {
        padding: 30px
    }
}

@media (max-width: 1199px) {
    .service-feature.style2 {
        padding: 25px
    }
}

.service-feature.style2 .service-feature_icon {
    margin-bottom: 18px;
    min-height: 50px
}

.service-process-wrap.style2 .service-process {
    position: relative;
    background-color: transparent;
    padding: 50px 16px;
    border: 1px solid #EEEEEE;
    border-radius: 200px
}

@media (max-width: 1199px) {
    .service-process-wrap.style2 .service-process {
        padding: 70px 16px 50px 16px
    }
}

@media (max-width: 991px) {
    .service-process-wrap.style2 .service-process {
        padding: 70px 20px 50px 20px
    }
}

@media (max-width: 991px) {
    .service-process-wrap.style2 .service-process {
        padding: 50px 20px 40px 20px
    }
}

.service-process-wrap.style2 .service-process_num {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    position: absolute;
    top: -30px;
    left: 0
}

.service-process-wrap.style2 .service-process_title {
    font-size: 20px;
    margin-bottom: 4px
}

.service-process-wrap.style2 .service-process_text {
    line-height: 26px
}

@media (max-width: 1199px) {
    .ser-area .sec-btn {
        text-align: center
    }
}

.download-area3 {
    position: relative;
    z-index: 2;
    max-width: 1460px;
    display: block;
    margin: auto;
    margin-bottom: 120px
}

.download-area3:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(247, 247, 247, 0.96);
    z-index: -1
}

.download-area3 .sec-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    max-width: 600px
}

@media (max-width: 1199px) {
    .download-area3 .sec-text {
        display: block;
        margin: auto
    }
}

.download-image {
    margin: -50px -36px 0px 30px
}

@media (max-width: 1299px) {
    .download-image {
        margin: 50px 0px 0px 30px
    }
}

@media (max-width: 1199px) {
    .download-image {
        text-align: center;
        margin: 50px 0px 0px 0px
    }
}

.download-btn.style2 {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color)
}

.download-btn.style2:hover {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color)
}

@media (max-width: 1199px) {
    .download-btn-wrap.style2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.team-item {
    --space: 30px;
    position: relative;
    text-align: center
}

@media (max-width: 1299px) {
    .team-item {
        --space: 20px
    }
}

.team-item .info-item {
    margin-top: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.team-item_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 0px
}

.team-item_title:hover {
    color: var(--theme-color)
}

.team-item_title a {
    color: inherit
}

.team-item_desig {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color);
    display: block;
    margin-bottom: -0.3rem
}

.team-item .team-social a {
    background-color: transparent;
    width: var(--icon-size, 25px);
    height: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    color: #BDBDBD;
    margin-top: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.team-item .team-social a:hover {
    color: var(--theme-color)
}

.team-item .team-img img {
    width: 100%;
    height: 100%
}

.team-item_content {
    background-color: var(--white-color);
    position: absolute;
    bottom: -50px;
    left: var(--space);
    width: calc(100% - var(--space) * 2);
    text-align: center;
    padding: 20px 30px;
    box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1299px) {
    .team-item_content {
        padding: 15px 25px
    }
}

.team-item:hover .team-item_content {
    bottom: -25px;
    opacity: 1;
    visibility: visible
}

.team-item:hover .info-item {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: visible
}

.team-info {
    margin-bottom: 28px
}

.team-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.team-info ul li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.team-info ul li b {
    width: 100%;
    max-width: 200px;
    font-weight: 600;
    font-size: 18px;
    color: var(--title-color)
}

@media (max-width: 575px) {
    .team-info ul li b {
        max-width: 140px
    }
}

.team-info ul li span,
.team-info ul li a {
    color: var(--body-color)
}

.team-info ul li span:hover,
.team-info ul li a:hover {
    color: var(--theme-color)
}

.booking-section {
    margin-top: -93px;
    position: relative;
    z-index: 2
}

.tab-menu4.style2 {
    margin-top: -25px
}

.tab-menu4.style2 button {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 0
}

.tab-menu4.style3 button {
    color: var(--title-color);
    text-transform: capitalize
}

.tab-menu4.style3 button.active {
    color: var(--theme-color)
}

.tab-menu4 .tab-content .slick-list {
    overflow: visible
}

.taxi-item {
    --space: 20px;
    position: relative;
    background: var(--white-color);
    padding: 0px 40px 40px 40px;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    z-index: 2;
    margin-top: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.taxi-item.style2 {
    -webkit-filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.05));
    box-shadow: none
}

@media (max-width: 1299px) {
    .taxi-item {
        --space: 4px
    }
}

@media (max-width: 1199px) {
    .taxi-item {
        --space: 50px
    }
}

@media (max-width: 991px) {
    .taxi-item {
        --space: 0px
    }
}

@media (max-width: 767px) {
    .taxi-item {
        --space: 90px
    }
}

@media (max-width: 520px) {
    .taxi-item {
        --space: 60px
    }
}

@media (max-width: 480px) {
    .taxi-item {
        --space: 40px
    }
}

@media (max-width: 425px) {
    .taxi-item {
        --space: 30px
    }
}

@media (max-width: 375px) {
    .taxi-item {
        --space: 0px
    }
}

.taxi-item:before {
    content: "";
    position: absolute;
    top: -53px;
    left: var(--space);
    background: var(--white-color);
    width: calc(100% - var(--space) * 2);
    height: 100px;
    z-index: -1;
    -webkit-clip-path: path("M344 58.2774H0C53 14.2999 196 -47.2686 344 58.2774Z");
    clip-path: path("M344 58.2774H0C53 14.2999 196 -47.2686 344 58.2774Z")
}

@media (max-width: 1299px) {
    .taxi-item:before {
        top: -40px
    }
}

@media (max-width: 1199px) {
    .taxi-item:before {
        top: -50px
    }
}

@media (max-width: 991px) {
    .taxi-item:before {
        top: -30px
    }
}

@media (max-width: 767px) {
    .taxi-item:before {
        top: -50px
    }
}

.taxi-item_img {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    max-height: 150px
}

.taxi-item_title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 5px
}

.taxi-item_title:hover {
    color: var(--theme-color)
}

.taxi-item_title a {
    color: inherit
}

.taxi-item_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E7
}

.taxi-item_feature {
    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;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #74757B;
    margin-bottom: 20px
}

.taxi-item_feature img {
    margin-right: 10px
}

.taxi-item .th-btn {
    text-align: center;
    margin-top: 10px
}

.taxi-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

@media (max-width: 767px) {
    .taxi-area .container {
        max-width: 100%
    }
}

.checklist.style2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width: 450px) {
    .checklist.style2 ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.footer-search-contact.style2 .form-control {
    border-radius: 30px
}

.mt-60 {
    margin-top: 60px
}

.header-layout8 .header-top {
    background-color: #202530;
    --main-container: 1470px;
    position: relative;
    padding: 7px 0;
    z-index: 4
}

@media (max-width: 1199px) {
    .header-layout8 .header-top {
        padding: 14px 0
    }
}

.header-layout8 .header-top .header-social {
    position: relative;
    padding: 0 50px
}

.header-layout8 .header-top .header-social .social-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    margin: 0
}

@media (max-width: 375px) {
    .header-layout8 .header-top .header-social .social-title {
        display: none
    }
}

.header-layout8 .header-top .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--title-color);
    margin: 0 0px 0 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-layout8 .header-top .header-social a:hover {
    color: var(--white-color)
}

.header-layout8 .header-top .header-social:before,
.header-layout8 .header-top .header-social:after {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 379px;
    height: 56px;
    z-index: -1
}

.header-layout8 .header-top .header-social:before {
    width: 100%;
    -webkit-clip-path: polygon(8% 0, 92% 0, 100% 100%, 0% 100%);
    clip-path: polygon(8% 0, 92% 0, 100% 100%, 0% 100%);
    background-color: var(--theme-color)
}

.header-layout8 .header-top .header-social:after {
    width: calc(100% + 42px);
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: #FFC000;
    opacity: 0.4;
    left: -20px
}

.header-layout8 .menu-area {
    --main-container: 1470px;
    padding: 0;
    margin-left: 0;
    position: relative;
    z-index: 3
}

@media (max-width: 991px) {
    .header-layout8 .menu-area {
        padding: 14px 0
    }
}

.header-layout8 .menu-area .header-logo {
    padding-bottom: 0;
    padding-left: 20px
}

@media (max-width: 1700px) {
    .header-layout8 .menu-area .header-logo {
        max-height: 50px;
        max-width: 180px
    }
}

@media (max-width: 991px) {
    .header-layout8 .menu-area .header-logo {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .header-layout8 .menu-area .header-logo {
        margin-left: 0;
        padding: 0
    }
}

.header-layout8 .main-menu {
    padding-left: 130px
}

@media (max-width: 1399px) {
    .header-layout8 .main-menu {
        padding-left: 90px
    }
}

@media (max-width: 1199px) {
    .header-layout8 .header-links {
        display: none
    }
}

.header-layout8 .header-links ul li {
    padding: 0;
    margin-right: 40px
}

.header-layout8 .header-links ul li:before {
    background-color: transparent
}

.header-layout8 .header-links ul li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--theme-color);
    padding: 12px;
    text-align: center;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-layout8 .header-links ul li i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout8 .header-links ul li a {
    color: var(--white-color)
}

.header-layout8 .header-links ul li a:hover {
    color: var(--theme-color)
}

.header-layout8 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-layout8 .header-right .langauge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-left: 1px solid var(--body-color);
    margin-left: 0px;
    padding-left: 40px
}

@media (max-width: 1199px) {
    .header-layout8 .header-right .langauge {
        border-left: 1px solid transparent;
        padding-left: 0;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .header-layout8 .header-right .langauge {
        display: none
    }
}

.header-layout8 .header-right .langauge i {
    color: var(--white-color)
}

.header-layout8 .header-right .langauge.lang-dropdown {
    position: relative
}

.header-layout8 .header-right .langauge.lang-dropdown .dropdown-toggle {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    height: 26px;
    line-height: 24px;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 35px;
    margin-right: 30px
}

.header-layout8 .header-right .langauge.lang-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    border-bottom: 2px solid var(--theme-color);
    border-radius: 0
}

.header-layout8 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-layout8 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout8 .header-right .langauge .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--white-color);
    font-weight: 400;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    border-radius: 0;
    padding-right: 20px
}

.header-layout8 .header-right .langauge .nice-select:after {
    content: "\f107";
    right: 0px;
    top: -14px;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout8 .header-right .langauge .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout8 .header-right .langauge .nice-select.open .list {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.header-layout8 .header-right .langauge .nice-select .option {
    color: var(--title-color);
    min-height: 30px
}

.header-layout8 .header-right .langauge .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.header-layout8 .header-right .langauge .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.header-layout8 .header-right .langauge .nice-select .option:hover,
.header-layout8 .header-right .langauge .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.header-layout8 .header-button .icon-btn {
    border: 1px solid #E7E7E7
}

@media (max-width: 1399px) {
    .header-layout8 .header-button .th-btn {
        display: none
    }
}

.header-layout8 .sticky-wrapper {
    max-width: 1470px;
    margin: 0px auto 0 auto;
    border-radius: 0 0 10px 10px
}

.header-layout8 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    z-index: 0
}

@media (max-width: 1356px) {
    .header-layout8 .logo-bg {
        width: 29%
    }
}

@media (max-width: 1199px) {
    .header-layout8 .logo-bg {
        width: 35%
    }
}

@media (max-width: 1199px) {
    .header-layout8 .logo-bg {
        width: 40%
    }
}

.header-layout8 .logo-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--smoke-color);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0% 100%);
    z-index: -1;
    border-radius: 0 0 10px 10px
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.hero-8 {
    position: relative;
    overflow: hidden
}

.hero-8 .icon-box {
    position: absolute;
    top: 50%;
    left: 147px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px
}

@media (max-width: 1799px) {
    .hero-8 .icon-box {
        left: 60px
    }
}

@media (max-width: 1599px) {
    .hero-8 .icon-box {
        display: none !important
    }
}

.hero-8 .icon-box .slick-arrow {
    --pos-x: 0;
    margin: 5px 0;
    border: none;
    border-radius: 50%;
    color: var(--title-color);
    font-size: var(--icon-font-size, 20px);
    background-color: var(--white-color)
}

.hero-8 .icon-box .slick-arrow:hover {
    background-color: var(--theme-color)
}

.hero-8 .th-hero-bg:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, #000 31.25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, #000 31.25%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    z-index: 1
}

.hero-8 .th-hero-bg img {
    min-height: 930px;
    height: 100%;
    width: 765px;
    padding-top: 35px;
    object-fit: none
}

.hero-style8 {
    position: relative;
    padding: 290px 0 158px 0;
    max-width: 820px
}

@media (max-width: 1299px) {
    .hero-style8 {
        padding: 270px 0 100px 0
    }
}

@media (max-width: 991px) {
    .hero-style8 {
        padding: 260px 0 100px 0
    }
}

.hero-style8 .video-btn {
    padding-bottom: 30px
}

.hero-style8 .video-btn .hero-play-btn {
    position: relative;
    display: inline-block;
    width: var(--icon-size, 70px);
    height: var(--icon-size, 70px);
    line-height: var(--icon-size, 70px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.2em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.hero-style8 .video-btn .hero-play-btn:after,
.hero-style8 .video-btn .hero-play-btn:before {
    content: '';
    position: absolute;
    left: -13px;
    top: -29px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.hero-style8 .video-btn .hero-play-btn:before {
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px)
}

.hero-style8 .video-btn .hero-play-btn:after {
    left: -21px;
    top: -48px;
    width: var(--icon-size, 120px);
    height: var(--icon-size, 120px);
    line-height: var(--icon-size, 120px)
}

.hero-style8 .hero-subtitle {
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--theme-color);
    display: block;
    margin-left: 60px;
    margin-bottom: 20px
}

.hero-style8 .hero-subtitle:before,
.hero-style8 .hero-subtitle:after {
    position: absolute;
    content: '';
    background-color: var(--theme-color);
    height: 2px;
    top: 50%;
    right: auto;
    left: -10px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.hero-style8 .hero-subtitle:after {
    margin-top: -5px;
    width: 30px
}

.hero-style8 .hero-subtitle:before {
    width: 50px;
    margin-top: 3px
}

.hero-style8 .hero-title {
    font-weight: 600;
    font-size: 74px;
    line-height: 84px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width: 1199px) {
    .hero-style8 .hero-title {
        font-size: 54px;
        line-height: 64px
    }
}

@media (max-width: 991px) {
    .hero-style8 .hero-title {
        font-size: 44px;
        line-height: 54px
    }
}

@media (max-width: 375px) {
    .hero-style8 .hero-title {
        font-size: 30px;
        line-height: 40px
    }
}

.hero-style8 .hero-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 40px;
    max-width: 669px
}

.img-box8 {
    position: relative
}

.img-box8 .img1 {
    width: 545px;
    height: 571px;
    border-radius: 20px;
    border: 1.5px dashed var(--theme-color);
    padding: 10px
}

@media (max-width: 1199px) {
    .img-box8 .img1 {
        width: 100%;
        height: 100%
    }
}

.img-box8 .img1 img {
    width: 100%;
    height: 100%;
    max-height: 800px;
    border-radius: 20px
}

.img-box8 .year-counter {
    background-color: var(--theme-color);
    border: 6px solid var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 30px;
    border-radius: 50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -25%;
    top: 40%
}

@media (max-width: 1199px) {
    .img-box8 .year-counter {
        left: -10%
    }
}

@media (max-width: 991px) {
    .img-box8 .year-counter {
        left: -20%
    }
}

@media (max-width: 575px) {
    .img-box8 .year-counter {
        left: -10%
    }
}

@media (max-width: 375px) {
    .img-box8 .year-counter {
        display: none
    }
}

.img-box8 .year-counter_number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--white-color)
}

.img-box8 .year-counter_title {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 0
}

.about-feature-wrap.style2 {
    margin-bottom: 15px
}

.about-feature-wrap.style2 .about-feature {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px
}

.about-feature-wrap.style2 .about_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-top: -0.4rem;
    text-transform: uppercase;
    margin-bottom: 4px
}

.about-feature-wrap.style2 .about_text {
    max-width: 491px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.about-call-text {
    font-size: 24px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    line-height: 34px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.about-call-text:hover {
    color: var(--theme-color)
}

.about-call-text .about-call-btn {
    font-size: 16px;
    margin-right: 25px
}

.counter-wrap.style3 .counter-line {
    width: 100%;
    height: 2px;
    background-color: #E7E7E7;
    position: absolute;
    top: 62%;
    left: 0
}

.counter-card.style3:before,
.counter-card.style3:after {
    background-color: rgba(255, 192, 0, 0.3);
    width: 30px;
    height: 30px;
    top: calc(55% - 0px)
}

.counter-card.style3:after {
    width: 14px;
    height: 14px;
    background-color: var(--theme-color)
}

.counter-card.style3 .counter-card_number {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: var(--title-color);
    margin-bottom: 10px
}

.counter-card.style3 .counter-card_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: -0.3rem
}

.counter-card.style3 .counter-card_icon {
    text-align: center;
    background-size: auto;
    width: 130px;
    height: 130px;
    display: block;
    margin: auto;
    margin-bottom: 40px
}

.counter-card.style3 .counter-card_icon img {
    padding: 10px
}

.counter-card.style3 .counter-plus {
    color: var(--theme-color);
    font-weight: 400
}

.counter-card.style3:hover .counter-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.testi-area .slick-arrow {
    border-radius: 10px
}

.testi-area .slick-current.slick-active .testi-item .testi-shape2 {
    opacity: 1;
    visibility: visible
}

.testi-item.style2 {
    background: var(--white-color);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 2
}

.testi-item.style2:after {
    display: none
}

.testi-item.style2 .testi-item_star {
    color: var(--theme-color);
    margin-bottom: 15px
}

.testi-item.style2 .testi-item_star i {
    font-size: 14px
}

.testi-item.style2 .testi-item_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7
}

.testi-item.style2 .testi-item_img {
    min-width: 60px;
    border-radius: 10px
}

.testi-item.style2 .testi-item_img img {
    border-radius: 10px
}

.testi-item.style2 .testi-shape {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1
}

.testi-item.style2 .testi-shape img {
    opacity: 0.8
}

.testi-item.style2 .testi-shape2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.testi-item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.testi-item_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.footer-layout7 .copyright-wrap.style2 {
    text-align: left
}

.footer-layout7 .copyright-wrap .footer-links {
    text-align: right
}

@media (max-width: 991px) {
    .footer-layout7 .copyright-wrap .footer-links {
        display: none
    }
}

.footer-layout7 .copyright-wrap .footer-links ul {
    margin: 0;
    padding: 0
}

.footer-layout7 .copyright-wrap .footer-links ul li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px
}

.footer-layout7 .copyright-wrap .footer-links ul li a {
    color: #BDBDBD
}

.footer-layout7 .copyright-wrap .footer-links ul li a:hover {
    color: var(--theme-color)
}

.footer-layout7 .copyright-text {
    color: var(--body-color);
    text-transform: capitalize
}

@media (max-width: 991px) {
    .footer-layout7 .copyright-text {
        text-align: center
    }
}

.footer-layout7 .copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout7 .footer-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 48px);
    background-color: #3D4250;
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.footer-layout7 .footer-social a:hover {
    background-color: var(--theme-color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.blog-area .slick-arrow {
    border-radius: 10px
}

.blog-item.style3 {
    background: var(--white-color);
    padding: 30px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px
}

.blog-item.style3:hover .blog-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-item.style3 .blog-img {
    overflow: visible;
    border-radius: 10px
}

.blog-item.style3 .blog-img img {
    border-radius: 10px
}

.booking-form4 {
    position: relative;
    border-radius: 10px;
    border: none;
    padding: 80px 100px 120px 120px;
    box-shadow: none;
    z-index: 2;
    background-size: 100% 100%;
    margin-left: -25px;
    min-width: 680px;
    min-height: 581px;
    margin-bottom: -40px
}

.booking-form4.style2 {
    background-color: transparent
}

@media (max-width: 1299px) {
    .booking-form4 {
        padding: 50px 50px 50px 80px;
        min-width: 500px;
        margin-left: 0
    }
}

@media (max-width: 1199px) {
    .booking-form4 {
        padding: 50px 50px 50px 120px
    }
}

@media (max-width: 1199px) {
    .booking-form4 {
        margin-top: 40px
    }
}

@media (max-width: 991px) {
    .booking-form4 {
        padding: 50px 50px 80px 80px
    }
}

@media (max-width: 575px) {
    .booking-form4 {
        min-width: 100%;
        min-height: 100%;
        background-image: none !important;
        background-color: var(--white-color);
        box-shadow: 0px 6px 25px rgba(1, 19, 60, 0.09);
        padding: 30px;
        border-radius: 10px
    }
}

.booking-form4 select,
.booking-form4 .form-control,
.booking-form4 .form-select,
.booking-form4 textarea,
.booking-form4 input {
    height: 56px;
    border: 1px solid #E7E7E7;
    border-radius: 30px
}

.booking-text {
    max-width: 538px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #BDBDBD
}

@media (max-width: 1199px) {
    .booking-text {
        display: block;
        margin: auto
    }
}

.about-quote.style2 {
    background: #F7F7F7;
    border-radius: 10px;
    border: none;
    padding: 47px;
    margin-top: 40px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    min-width: 594px;
    -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%)
}

@media (max-width: 1299px) {
    .about-quote.style2 {
        min-width: 450px
    }
}

@media (max-width: 1199px) {
    .about-quote.style2 {
        padding: 25px;
        margin-top: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .about-quote.style2 {
        display: block;
        min-width: 100%
    }
}

@media (max-width: 575px) {
    .about-quote.style2 {
        text-align: center
    }
}

.about-quote.style2 .about-review-wrapp {
    background: var(--white-color);
    padding: 2px 30px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    min-width: 187px
}

@media (max-width: 575px) {
    .about-quote.style2 .about-review-wrapp {
        margin-bottom: 20px
    }
}

.about-quote.style2 .about-review {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--title-color);
    border-bottom: 1px solid #E7E7E7;
    display: block;
    text-align: center
}

.about-quote.style2 .star {
    text-align: center
}

.about-quote.style2 .star i {
    color: var(--theme-color);
    font-size: 12px;
    margin-right: 2px
}

.about-quote.style2 .text {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px
}

.about-quote.style2 .rating {
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.info-card.style4 {
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .info-card.style4 {
        margin-bottom: 40px
    }
}

.info-card.style4 .info-card_icon i {
    color: var(--title-color);
    font-size: 24px
}

.info-card.style4 .info-card_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    margin-bottom: 10px
}

.taxi-area2 {
    position: relative;
    overflow: hidden
}

@media (max-width: 1399px) {
    .taxi-area2 {
        padding: 120px 0
    }
}

@media (max-width: 991px) {
    .taxi-area2 {
        padding: 80px 0
    }
}

.taxi-tabs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 767px) {
    .taxi-tabs-wrapper {
        display: block
    }
}

.taxi-list_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px
}

@media (max-width: 375px) {
    .taxi-list_wrapper {
        display: block
    }
}

.taxi-list .taxi-title {
    color: var(--title-color);
    font-weight: 500;
    margin-bottom: 18px
}

.taxi-list .checklist li {
    margin-bottom: 5px;
    margin-top: -0.2rem
}

.taxi-list .th-btn {
    font-size: 14px;
    padding: 14px 23px;
    margin-top: 14px
}

.taxi-img img {
    max-height: 162px;
    border-radius: 10px
}

@media (max-width: 375px) {
    .taxi-img img {
        max-width: 100%;
        max-height: 100%
    }
}

.nav-tabs {
    border-bottom: 1px solid transparent
}

.nav-tabs.taxi-tabs-tabs {
    max-width: 200px;
    gap: 30px
}

@media (max-width: 767px) {
    .nav-tabs.taxi-tabs-tabs {
        max-width: 100%;
        gap: 20px
    }
}

@media (max-width: 575px) {
    .nav-tabs.taxi-tabs-tabs {
        gap: 10px
    }
}

@media (max-width: 375px) {
    .nav-tabs.taxi-tabs-tabs {
        gap: 5px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.nav-tabs.taxi-tabs-tabs .nav-link {
    background-color: var(--white-color);
    border: 1px solid #E7E7E7;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 20px 40px;
    min-width: 200px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 767px) {
    .nav-tabs.taxi-tabs-tabs .nav-link {
        padding: 14px 20px;
        min-width: 150px;
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .nav-tabs.taxi-tabs-tabs .nav-link {
        padding: 10px 16px;
        font-size: 16px;
        line-height: 26px;
        min-width: 120px
    }
}

@media (max-width: 375px) {
    .nav-tabs.taxi-tabs-tabs .nav-link {
        padding: 7px 10px;
        font-size: 12px;
        line-height: 24px;
        min-width: 90px
    }
}

.nav-tabs.taxi-tabs-tabs .nav-link:hover,
.nav-tabs.taxi-tabs-tabs .nav-link.active,
.nav-tabs.taxi-tabs-tabs .nav-link:focus {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--title-color)
}

.taxi-image {
    margin-right: -50%;
    padding-left: 40px;
    width: 915px
}

@media (max-width: 1399px) {
    .taxi-image {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .taxi-image {
        margin-top: 40px
    }
}

.price-card.style2 {
    position: relative;
    background: var(--white-color);
    padding: 50px 40px 40px 40px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    z-index: 2
}

@media (max-width: 575px) {
    .price-card.style2 {
        padding: 30px !important
    }
}

.price-card.style2 .price-taxi {
    position: absolute;
    right: 0px;
    top: 8px;
    z-index: -1
}

@media (max-width: 1299px) {
    .price-card.style2 .price-taxi {
        right: -30px
    }
}

@media (max-width: 375px) {
    .price-card.style2 .price-taxi {
        display: none
    }
}

.price-card.style2 .price-card_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0px
}

.price-card.style2 .price-card_subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #74757B;
    margin-bottom: 35px
}

.price-card.style2 .price-card_content .checklist {
    margin-bottom: 40px
}

.price-card.style2 .price-card_content .checklist ul {
    background: #F7F4ED;
    padding: 40px;
    border-radius: 10px
}

@media (max-width: 1700px) {
    .price-card.style2 .price-card_content .checklist ul {
        padding: 25px
    }
}

.price-card.style2 .price-card_content .checklist ul li {
    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;
    color: var(--title-color);
    padding: 0
}

.price-card.style2 .price-card_content .checklist ul li:last-child {
    margin-bottom: 0
}

.price-card.style2 .price-card_content .checklist ul li:before {
    display: none
}

.price-card.style2 .price-card_content .checklist ul li .price {
    color: var(--body-color);
    font-weight: 400
}

.price-card.style2 .price-card_content .th-btn {
    border-radius: 10px
}

.process-box-wrapper {
    position: relative
}

.process-box-wrapper.style2 .process-line {
    position: absolute;
    top: 7%;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 861px;
    z-index: -1
}

@media (max-width: 1199px) {
    .process-box-wrapper.style2 .process-line {
        top: 20%;
        left: 50%
    }
}

.process-item {
    position: relative;
    text-align: center;
    z-index: 2;
    background-size: 100% 100%;
    padding: 60px;
    width: 325px;
    display: block;
    margin: auto;
    margin-bottom: -20px
}

.process-item_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--theme-color);
    -webkit-clip-path: path("M39 1.88675C42.094 0.100423 45.906 0.100423 49 1.88675L82.3013 21.1132C85.3953 22.8996 87.3013 26.2008 87.3013 29.7735V68.2265C87.3013 71.7992 85.3953 75.1004 82.3013 76.8867L49 96.1133C45.906 97.8996 42.094 97.8996 39 96.1133L5.69873 76.8867C2.60472 75.1004 0.69873 71.7992 0.69873 68.2265V29.7735C0.69873 26.2008 2.60472 22.8996 5.69873 21.1132L39 1.88675Z");
    clip-path: path("M39 1.88675C42.094 0.100423 45.906 0.100423 49 1.88675L82.3013 21.1132C85.3953 22.8996 87.3013 26.2008 87.3013 29.7735V68.2265C87.3013 71.7992 85.3953 75.1004 82.3013 76.8867L49 96.1133C45.906 97.8996 42.094 97.8996 39 96.1133L5.69873 76.8867C2.60472 75.1004 0.69873 71.7992 0.69873 68.2265V29.7735C0.69873 26.2008 2.60472 22.8996 5.69873 21.1132L39 1.88675Z");
    display: block;
    margin: -60px auto 10px auto
}

.process-item_icon img {
    padding-right: 10px
}

.process-item_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.process-item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px
}

.process-item_num {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    background-color: var(--title-color);
    color: var(--theme-color);
    display: block;
    margin: auto;
    margin-bottom: -40px
}

.contact-card.style2 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-repeat: repeat;
    background-size: auto;
    background-color: var(--title-color);
    border-radius: 10px
}

@media (max-width: 1199px) {
    .contact-card.style2 {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 100px
    }
}

@media (max-width: 991px) {
    .contact-card.style2 {
        padding: 0 30px
    }
}

@media (max-width: 575px) {
    .contact-card.style2 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.contact-card.style2 .info-card {
    position: relative;
    z-index: 2
}

@media (max-width: 1299px) {
    .contact-card.style2 .info-card {
        padding: 35px 10px
    }
}

@media (max-width: 1199px) {
    .contact-card.style2 .info-card {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.contact-card.style2 .info-card.active {
    background-color: var(--theme-color);
    border-radius: 10px 0px 0 10px;
    -webkit-clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    max-width: 283px
}

.contact-card.style2 .info-card.active .footer-logo {
    text-align: center;
    display: block;
    margin: auto
}

.contact-card.style2 .info-card:last-child .border-line {
    display: none
}

.contact-card.style2 .info-card .border-line {
    content: "";
    position: absolute;
    right: -15px;
    width: 1px;
    height: 100%
}

@media (max-width: 1199px) {
    .contact-card.style2 .info-card .border-line {
        display: none
    }
}

@media (max-width: 991px) {
    .contact-area .container {
        max-width: 100%
    }
}

.footer-search-contact.style2 .form-control {
    border-radius: 30px
}

.th-video.style2 {
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%)
}

.th-video.style2 .play-btn:after,
.th-video.style2 .play-btn:before {
    background-color: var(--white-color)
}

.icon-box.style3 .slick-arrow {
    border-radius: 0px 0px 20px 0px
}

.accordion-card.style4 .accordion-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    padding: 17px 70px 17px 25px;
    min-height: 56px;
    border-radius: 0px 0px 20px 0px
}

.accordion-card.style4 .accordion-button:after {
    content: "\f0d7";
    min-width: 56px;
    min-height: 56px;
    color: var(--white-color);
    border-radius: 0px 0px 20px 0px
}

.accordion-card.style4 .accordion-button:not(.collapsed):after {
    content: "\f0d8";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion-card.style4 .accordion-body {
    padding: 25px;
    border-radius: 0px 0px 20px 0px;
    background: var(--white-color);
    box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.05)
}

.advantage-text {
    color: #BDBDBD;
    margin-bottom: 20px
}

.advantage-list_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px
}

@media (max-width: 575px) {
    .advantage-list_wrapper {
        display: block
    }
}

.advantage-list_wrapper .checklist {
    max-width: 238px
}

.advantage-list_wrapper .checklist li {
    padding-left: 20px;
    margin-bottom: 7px
}

.advantage-list_wrapper .checklist li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-color: var(--theme-color);
    width: 7px;
    height: 7px;
    border-radius: 7px
}

.info-card.style5 {
    gap: 15px
}

.info-card.style5 .info-card_text {
    font-size: 14px;
    color: var(--body-color)
}

.info-card.style5 .info-card_link {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

.info-card.style5 .about-call-btn {
    font-size: 16px
}

.info-card.style5 .about-call-btn i {
    color: var(--white-color);
    font-size: var(--icon-font-size, 1em)
}

.advan-list-title {
    font-size: 20px;
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 500;
    line-height: 30px;
    margin-top: -0.3rem
}

.advantage-img {
    max-width: 208px;
    border-radius: 0px 0px 50px 0px
}

@media (max-width: 575px) {
    .advantage-img {
        margin-bottom: 30px
    }
}

.advantage-img img {
    background-color: rgba(116, 117, 123, 0.5);
    padding: 10px;
    border-radius: 0px 0px 50px 0px
}

@media (max-width: 1199px) {
    .advantage-area {
        padding: 120px 0
    }
}

@media (max-width: 991px) {
    .advantage-area {
        padding: 80px 0
    }
}

.header-layout9 {
    position: relative
}

.header-layout9 .header-top {
    position: relative;
    padding: 8px 0;
    background-color: var(--title-color)
}

.header-layout9 .header-links {
    margin-left: 300px
}

@media (max-width: 1199px) {
    .header-layout9 .header-links {
        margin-left: 200px
    }
}

@media (max-width: 991px) {
    .header-layout9 .header-links {
        display: none
    }
}

.header-layout9 .header-links ul li {
    padding: 0;
    margin-right: 30px;
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .header-layout9 .header-links ul li {
        font-size: 14px;
        margin-right: 15px
    }
}

.header-layout9 .header-links ul li:before {
    background-color: transparent
}

.header-layout9 .header-links ul li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--white-color);
    padding: 12px;
    text-align: center;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.header-layout9 .header-links ul li i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout9 .header-links ul li a {
    color: var(--white-color)
}

.header-layout9 .header-links ul li a:hover {
    color: var(--theme-color)
}

.header-layout9 .header-social {
    position: relative;
    z-index: 9
}

.header-layout9 .header-social .social-title {
    color: var(--white-color)
}

.header-layout9 .header-social a {
    font-size: 16px;
    color: var(--white-color);
    margin: 0 0 0 15px
}

@media (max-width: 1399px) {
    .header-layout9 .header-social a {
        font-size: 14px
    }
}

.header-layout9 .header-social a:hover {
    color: var(--theme-color)
}

.header-layout9 .menu-area {
    position: relative;
    z-index: 3
}

@media (max-width: 991px) {
    .header-layout9 .menu-area {
        padding: 14px 0
    }
}

.header-layout9 .menu-area .icon-btn {
    background-color: var(--title-color);
    color: var(--white-color)
}

.header-layout9 .menu-area .icon-btn:hover {
    background-color: var(--theme-color)
}

.header-layout9 .menu-area .icon-btn:hover .badge {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.header-layout9 .main-menu {
    padding-right: 30px
}

@media (max-width: 1399px) {
    .header-layout9 .main-menu {
        padding-right: 0
    }
}

.header-layout9 .main-menu>ul>li>a {
    padding: 30px 0;
    color: var(--white-color)
}

.header-layout9 .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

@media (max-width: 575px) {
    .header-layout9 .header-logo {
        padding: 0
    }
}

.header-layout9 .sticky-wrapper {
    position: relative;
    background-color: var(--black-color);
    z-index: 6
}

.header-layout9 .sticky-wrapper.sticky {
    background-color: #000
}

@media (max-width: 991px) {
    .header-layout9 .sticky-wrapper.sticky .menu-area {
        padding: 16px 0
    }
}

.header-layout9 .sticky-wrapper.sticky .logo-bg {
    height: 106px
}

@media (max-width: 991px) {
    .header-layout9 .sticky-wrapper.sticky .logo-bg {
        height: 105px
    }
}

.header-layout9 .sticky-wrapper.sticky .logo-bg:before {
    height: 94%
}

.header-layout9 .sticky-wrapper.sticky .logo-bg:after {
    display: none
}

@media (min-width: 2299px) {
    .header-layout9 .sticky-wrapper.sticky .logo-bg:after {
        display: none
    }
}

.header-layout9 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    z-index: 0
}

@media (min-width: 2122px) {
    .header-layout9 .logo-bg {
        width: 31%
    }
}

@media (max-width: 1799px) {
    .header-layout9 .logo-bg {
        width: 22%
    }
}

@media (max-width: 1599px) {
    .header-layout9 .logo-bg {
        width: 20%
    }
}

@media (max-width: 1299px) {
    .header-layout9 .logo-bg {
        width: 25%
    }
}

@media (max-width: 991px) {
    .header-layout9 .logo-bg {
        width: 38%
    }
}

@media (max-width: 767px) {
    .header-layout9 .logo-bg {
        display: none
    }
}

.header-layout9 .logo-bg:before {
    content: '';
    position: absolute;
    top: -60%;
    left: 0;
    height: 570px;
    width: 100%;
    background-color: var(--black-color);
    -webkit-clip-path: polygon(0% 0%, 79% 0, 100% 20%, 0 100%, 0% 100%);
    clip-path: polygon(0% 0%, 79% 0, 100% 20%, 0 100%, 0% 100%);
    z-index: -1
}

.header-layout9 .logo-bg:after {
    content: '';
    position: absolute;
    top: -30%;
    left: 0;
    height: 160px;
    width: 92%;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    z-index: -1
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (min-width: 1400px) {
    .header-layout9 {
        --main-container: 1620px
    }
}

@media (max-width: 1399px) {
    .header-layout9 {
        --main-container: 100%
    }
}

.hero-9 {
    background-color: var(--title-color);
    position: relative;
    overflow: hidden;
    z-index: 2
}

.hero-9 .icon-box {
    position: absolute;
    top: 60%;
    left: 147px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56px
}

@media (min-width: 1922px) {
    .hero-9 .icon-box {
        top: 65%
    }
}

@media (max-width: 1799px) {
    .hero-9 .icon-box {
        left: 110px
    }
}

@media (max-width: 1699px) {
    .hero-9 .icon-box {
        display: none !important
    }
}

.hero-9 .icon-box .slick-arrow {
    --pos-x: 0;
    margin: 5px 0;
    border: none;
    border-radius: 50%;
    color: var(--title-color);
    font-size: var(--icon-font-size, 20px);
    background-color: var(--white-color);
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.07);
    border-radius: 0px 0px 20px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-9 .icon-box .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.hero-9 .hero-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.hero-9 .hero-img {
    position: absolute;
    top: 140px;
    right: 0;
    z-index: 2;
    max-width: 55%;
    height: 100%
}

@media (max-width: 991px) {
    .hero-9 .hero-img {
        top: 120px
    }
}

.hero-9 .hero-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(left, #1B1B1B 1.56%, rgba(27, 27, 27, 0.920498) 10.26%, rgba(27, 27, 27, 0.857198) 17.55%, rgba(27, 27, 27, 0) 77.18%);
    background: linear-gradient(90deg, #1B1B1B 1.56%, rgba(27, 27, 27, 0.920498) 10.26%, rgba(27, 27, 27, 0.857198) 17.55%, rgba(27, 27, 27, 0) 77.18%);
    z-index: 1
}

.hero-9 .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-style9 {
    position: relative;
    padding: 360px 0 222px 0;
    max-width: 700px
}

@media (max-width: 1499px) {
    .hero-style9 {
        padding-left: 50px
    }
}

@media (max-width: 1399px) {
    .hero-style9 {
        padding: 290px 0 150px 0;
        padding-left: 130px;
        max-width: 750px
    }
}

@media (max-width: 1399px) {
    .hero-style9 {
        padding-left: 150px
    }
}

@media (max-width: 767px) {
    .hero-style9 {
        padding: 250px 0 120px 0;
        padding-left: 0
    }
}

@media (max-width: 575px) {
    .hero-style9 {
        padding: 230px 0 100px 0;
        padding-left: 0
    }
}

.hero-style9 .hero-title {
    font-weight: 600;
    font-size: 74px;
    line-height: 84px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: -14px;
    margin-bottom: 15px
}

@media (max-width: 1499px) {
    .hero-style9 .hero-title {
        font-size: 64px;
        line-height: 74px
    }
}

@media (max-width: 1199px) {
    .hero-style9 .hero-title {
        font-size: 54px;
        line-height: 64px
    }
}

@media (max-width: 991px) {
    .hero-style9 .hero-title {
        font-size: 44px;
        line-height: 54px
    }
}

.hero-style9 .hero-title .highlight-title {
    color: var(--theme-color);
    font-weight: 300;
    margin-left: 10px
}

.hero-style9 .hero-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 669px
}

.img-box4.style3 .img2 {
    margin-top: -44%
}

.img-box4.style3 .img2 img {
    border-radius: 0px 0px 50px 0px
}

.img-box4.style3 .th-experience {
    background-color: var(--theme-color);
    border: none;
    top: 30px;
    border-radius: 0px 0px 30px 0px;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.05)
}

@media (max-width: 375px) {
    .img-box4.style3 .th-experience {
        display: none
    }
}

.img-box4.style3 .th-experience .experience-year {
    color: var(--white-color);
    margin-top: -0.4rem;
    margin-bottom: 0px
}

.img-box4.style3 .th-experience .experience-text {
    color: var(--white-color)
}

.journey-wrap.style3 {
    position: relative;
    background-color: var(--smoke-color);
    padding: 10px 10px 10px 30px;
    border: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .journey-wrap.style3 {
        display: block;
        padding: 10px
    }
}

.journey-wrap.style3 .video-text {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
    line-height: 28px;
    margin-bottom: 0;
    max-width: 200px
}

@media (max-width: 767px) {
    .journey-wrap.style3 .video-text {
        text-align: center;
        display: block;
        margin: auto;
        margin-bottom: 15px
    }
}

.journey-wrap.style3 .about-video {
    position: relative
}

.journey-wrap.style3 .about-video img {
    width: 301px;
    height: 108px
}

@media (max-width: 1199px) {
    .journey-wrap.style3 .about-video img {
        width: 100%;
        height: 100%
    }
}

.journey-wrap.style3 .about-video .play-btn {
    position: absolute;
    top: 30%;
    left: 50%
}

@media (max-width: 767px) {
    .journey-wrap.style3 .about-video .play-btn {
        left: 44%
    }
}

.journey-wrap.style3 .about-video .play-btn>i {
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: var(--white-color);
    color: var(--theme-color)
}

.journey-wrap.style3 .about-video .play-btn:after,
.journey-wrap.style3 .about-video .play-btn:before {
    background-color: var(--white-color)
}

.circle-counter-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-auto-rows: 360px;
    grid-auto-flow: column;
    gap: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -110px;
    padding: 28px 0 0 0
}

@media (max-width: 1599px) {
    .circle-counter-wrapper {
        margin-right: 0
    }
}

@media (max-width: 1399px) {
    .circle-counter-wrapper {
        margin-left: -50px;
        gap: 0
    }
}

@media (max-width: 1199px) {
    .circle-counter-wrapper {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .circle-counter-wrapper {
        display: block;
        padding-top: 50px
    }
}

.counter-item {
    position: relative;
    border-radius: 50%;
    background-color: #222;
    text-align: center;
    padding: 40px 30px
}

@media (max-width: 767px) {
    .counter-item {
        display: block;
        margin: auto;
        margin-bottom: 40px
    }
}

.counter-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: inherit;
    border: 1px solid #2F2F2F;
    opacity: 0.4000000059604645;
    z-index: -1
}

.counter-item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 2;
    width: 320px;
    height: 320px;
    margin-left: 40px
}

@media (max-width: 1599px) {
    .counter-item:nth-child(1) {
        margin-left: 0
    }
}

@media (max-width: 375px) {
    .counter-item:nth-child(1) {
        width: 300px;
        height: 300px
    }
}

.counter-item:nth-child(1):before {
    position: absolute;
    top: -25px;
    left: -40px;
    width: 360px;
    height: 360px
}

@media (max-width: 375px) {
    .counter-item:nth-child(1):before {
        width: 340px;
        height: 340px
    }
}

.counter-item:nth-child(2) {
    width: 360px;
    height: 360px;
    padding: 60px 28px
}

@media (max-width: 375px) {
    .counter-item:nth-child(2) {
        width: 300px;
        height: 300px;
        padding: 60px 20px
    }
}

.counter-item:nth-child(2):before {
    position: absolute;
    top: -25px;
    left: 0px;
    width: 400px;
    height: 400px
}

@media (max-width: 375px) {
    .counter-item:nth-child(2):before {
        width: 440px;
        height: 440px
    }
}

.counter-item:nth-child(3) {
    width: 280px;
    height: 280px
}

.counter-item:nth-child(3):before {
    position: absolute;
    top: -0px;
    left: 0px;
    width: 320px;
    height: 320px
}

.counter-item_number {
    font-size: 34px;
    color: var(--white-color);
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .counter-item_number {
        font-size: 24px;
        margin-bottom: 10px
    }
}

.counter-item .counter-number {
    font-size: 64px;
    font-weight: 600;
    color: var(--theme-color);
    line-height: 74px
}

@media (max-width: 575px) {
    .counter-item .counter-number {
        font-size: 54px;
        line-height: 64px
    }
}

.counter-item_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer
}

.counter-item_title:hover {
    color: var(--theme-color)
}

@media (max-width: 575px) {
    .counter-item_title {
        font-size: 18px;
        line-height: 30px
    }
}

.counter-item_text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.testi-box-area {
    border-radius: 0px 0px 100px 0px;
    background: var(--white-color);
    box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 60px;
    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;
    background-position: right center;
    background-repeat: no-repeat;
    gap: 60px;
    margin-top: 120px;
    z-index: 2
}

@media (max-width: 991px) {
    .testi-box-area {
        margin-top: 80px;
        padding: 25px
    }
}

@media (max-width: 1199px) {
    .testi-box-area {
        display: block;
        padding: 120px 40px
    }
}

@media (max-width: 991px) {
    .testi-box-area {
        padding: 80px 40px
    }
}

@media (max-width: 575px) {
    .testi-box-area {
        padding: 80px 20px;
        border-radius: 0px 0px 30px 0px
    }
}

.testi-box-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(left, rgba(247, 244, 237, 0) 48.96%, #545D7E 100%);
    background: linear-gradient(90deg, rgba(247, 244, 237, 0) 48.96%, #545D7E 100%);
    border-radius: 0px 0px 100px 0px;
    z-index: -1
}

@media (max-width: 575px) {
    .testi-box-area:before {
        border-radius: 0px 0px 30px 0px
    }
}

.testi-box-area .testi-box-img {
    margin: 0 -60px 0 20px
}

@media (max-width: 1199px) {
    .testi-box-area .testi-box-img {
        display: none
    }
}

.testi-box-slide {
    width: 100%;
    max-width: 558px;
    position: relative
}

@media (max-width: 1199px) {
    .testi-box-slide {
        max-width: 100%
    }
}

.testi-box-slide .title-area {
    margin-top: -1.70em
}

.testi-box-slide .testi-box {
    background-color: var(--smoke-color);
    padding: 40px;
    display: block;
    border-radius: 0px 0px 50px 0px
}

@media (max-width: 991px) {
    .testi-box-slide .testi-box {
        padding: 20px
    }
}

.testi-box-slide .testi-box .testi-star {
    margin-bottom: 15px
}

.testi-box-slide .testi-box .testi-star i {
    font-size: 12px;
    color: var(--theme-color)
}

.testi-box-slide .testi-box_text {
    font-size: 18px;
    line-height: 30px
}

.testi-box-slide .testi-box_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.testi-box-slide .testi-box_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px
}

.testi-box-slide .testi-box_avater {
    border-radius: 10px
}

.testi-box-slide .testi-box_avater img {
    border-radius: 10px
}

.testi-box-slide .testi-box_quote {
    position: absolute;
    right: 40px;
    bottom: 50px
}

@media (max-width: 575px) {
    .testi-box-slide .testi-box_quote {
        right: 20px
    }
}

.testi-box-slide .testi-box_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px
}

@media (max-width: 575px) {
    .testi-box-slide .testi-box_name {
        font-size: 14px;
        line-height: 26px
    }
}

.testi-box-slide .testi-box_desig {
    color: var(--theme-color);
    font-size: 14px;
    line-height: 24px
}

.footer-layout9 {
    position: relative;
    z-index: 2;
    background-color: transparent
}

.footer-layout9 .copyright-wrap {
    position: relative;
    z-index: 2;
    background-color: #0B0B0B
}

.footer-layout9 .copyright-wrap.style2 {
    text-align: left
}

.footer-layout9 .copyright-wrap .footer-links {
    text-align: right
}

@media (max-width: 991px) {
    .footer-layout9 .copyright-wrap .footer-links {
        display: none
    }
}

.footer-layout9 .copyright-wrap .footer-links ul {
    margin: 0;
    padding: 0
}

.footer-layout9 .copyright-wrap .footer-links ul li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px
}

.footer-layout9 .copyright-wrap .footer-links ul li a {
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.footer-layout9 .copyright-wrap .footer-links ul li a:hover {
    color: var(--title-color)
}

.footer-layout9 .copyright-text {
    color: #BDBDBD;
    text-transform: capitalize
}

@media (max-width: 991px) {
    .footer-layout9 .copyright-text {
        text-align: center
    }
}

.footer-layout9 .copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout9 .footer-text {
    color: #ADADAD
}

.footer-layout9 .widget_nav_menu a,
.footer-layout9 .widget_meta a,
.footer-layout9 .widget_pages a,
.footer-layout9 .widget_archive a,
.footer-layout9 .widget_categories a,
.footer-layout9 .wp-block-categories a {
    color: #ADADAD
}

.footer-layout9 .footer-info {
    margin-bottom: 28px
}

.footer-layout9 .footer-info i {
    color: var(--white-color)
}

.footer-layout9 .footer-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 48px);
    background-color: #3D4250;
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.footer-layout9 .footer-social a:hover {
    background-color: var(--theme-color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.footer-layout9 .footer-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 73px;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%)
}

@media (min-width: 1922px) {
    .footer-layout9 .footer-shape {
        width: 45%
    }
}

@media (max-width: 1199px) {
    .footer-layout9 .footer-shape {
        width: 50%
    }
}

@media (max-width: 991px) {
    .footer-layout9 .footer-shape {
        display: none
    }
}

.footer-layout9 .copyright-wrap.style2 {
    position: relative
}

.footer-layout9 .copyright-wrap.style2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 73px;
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%)
}

@media (min-width: 1922px) {
    .footer-layout9 .copyright-wrap.style2:before {
        width: 45%
    }
}

@media (max-width: 1199px) {
    .footer-layout9 .copyright-wrap.style2:before {
        width: 50%
    }
}

@media (max-width: 991px) {
    .footer-layout9 .copyright-wrap.style2:before {
        display: none
    }
}

.footer-layout9 .copyright-text a {
    color: var(--theme-color)
}

.footer-layout9 .recent-post .media-img {
    border-radius: 0px
}

.footer-layout9 .recent-post .media-img img {
    border-radius: 0px
}

.footer-layout9 .footer-top {
    padding: 60px 0
}


.btn-main {
    opacity: 0.8;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--theme-color);
    position: fixed;
    left: -50px;
    padding: 10px 20px;
    z-index: 10000;
    top: 50%;
    background: var(--white-color);
    transition: all 0.4s;
    border: 2px solid;
}

.btn-main:hover {
    opacity: 1;
    color: var(--theme-color);

}

.btn-main img {
    width: 40px;
    height: 40px;

}

.why-us-section {
    background-color: #f6f6f9 !important;
}

.whyus-box-main {
    border: 2px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    height: 100%;
    padding-bottom: 0;
}

.whyus-box-main .icon-box {
    text-align: center;
}

.whyus-box-main img {
    width: 100px;
    height: 100px;
    margin: 20px auto 30px;

}

.whyus-box-main .box-content h6 {
    text-align: center;

}

.whyus-box-main .box-content p {
    text-align: justify;
    padding: 0 20px;
}


@media (max-width:768px) {
    .whyus-box-main .box-content p {
        padding: 0 0;
    }
}



.partner-carousel-section {
    margin: 100px 0 0;
}


.partner-carousel-section .box-img {
    padding: 14px;

}




.our-services-section {
    background: #f6f6f9;
    position: relative;
    padding: 80px 0 100px;

}

.our-services-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/world-map.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: .2;

}


.our-services-section .sevices-main {
    position: relative;
    margin-top: 20px;
}


.our-services-section .service-box-main {
    position: relative;
    height: 315px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.our-services-section .service-box-main:hover img {
    transform: scale(1.1);
}

.our-services-section .service-box-main .box-img {
    width: 100%;
    height: 100%;
}

.our-services-section .service-box-main .box-img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
    filter: brightness(60%);
    object-fit: cover;
    object-position: center;
}

.our-services-section .service-box-main .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

    padding-left: 40px;
    padding-bottom: 20px;
    justify-content: end;
}

.our-services-section .service-box-main .box-text h5 {
    font-weight: 700;
    color: #fff;
}

.our-services-section .service-box-main .box-text p {
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}


@media (max-width:450px) {
    .our-services-section .service-box-main {
        height: 320px;
    }
}

/* =================inner page banner style */

.page-title-banner {
    position: relative;
    padding: 110px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.page-title-banner:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
}

.page-title-banner .container {
    position: relative;
    z-index: 1;
}

.page-title-banner .pull-left {
    float: left !important;
}

.page-title-banner .pull-right {
    float: right !important;
}

.page-title-banner h3 {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-title-banner ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.page-title-banner .bread-crumb {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-title-banner .bread-crumb li {
    color: #fff;
}

.page-title-banner .bread-crumb li a:hover {
    color: var(--theme-color);
}





/* ======================= text bg shadow ================ */

.m-waved>span {
    position: relative;
    display: inline-block;
}

.m-waved>span>span {
    position: relative;
    z-index: 2;
}

.m-waved>span::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 150%;
    height: 100%;
    border-radius: 50%;
    translate: -50% -50%;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: var(--bg-cloud-color, #ed2939);
}

/* ---------------------------------------------------------------- */




/* CSS (ticker.css) */
.ticker-slider {
    background-color: #000;
    overflow: hidden;
    position: relative;
}

.ticker-slider .ticker-item-wrapper {
    animation: scrollAnimation 30s linear infinite;
    padding: 0;
    margin: 0;
    display: flex;
    width: max-content;
    flex-wrap: nowrap;

}

.ticker-slider .ticker-item-wrapper .list-item {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 20px 16px 20px 0;
}

.ticker-slider .ticker-item-wrapper .list-item p.text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase !important;
    transition: all 0.4s;
    color: #fff;
}

.ticker-slider .ticker-item-wrapper .list-item i {
    font-size: 20px;
    color: #ff4701;
}


.ticker-slider[data-animated='true'] {
    overflow: hidden;
}

@keyframes scrollAnimation {
    to {
        transform: translate(calc(-50%));
    }
}


/* ---------------------------------------------------------------------------------------------------------------------------------- */




.our-procedure-section {
    padding: 80px 0;
    background-color: #f6f6f9;
}

.our-procedure-section .main-box {
    background-color: #fff;
    padding: 30px;
    position: relative;
    transition: all 0.5s;
    border: 2px solid transparent;
    margin-bottom: 30px;
}

.our-procedure-section .main-box h4 {
    font-weight: 400;
}

.our-procedure-section .main-box h4 strong {
    transition: all 0.4s;
    font-size: 40px;
}

.our-procedure-section .main-box:hover h4 strong {
    color: #ff4701;
}

.our-procedure-section .main-box .number {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.2;
    transition: all 0.4s;

}

.our-procedure-section .main-box .btm-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    margin-top: 80px;

}

.our-procedure-section .main-box:hover,
.our-procedure-section .main-box.active {
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    color: #fff;
}

.our-procedure-section .main-box:hover .number {
    opacity: 1;
}


.cta-main-section {
    padding: 80px 0;
    position: relative;
    background: url(../img/backgrounds/cta-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center top;
    text-align: center;
    overflow: hidden;
}


.cta-main-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.cta-main-section h2 {
    color: #fff;
    position: relative;
    font-weight: 300;
    font-size: 56px;
    line-height: 1.2em;
}

.cta-main-section h2 span {
    color: #ff4701;
    font-size: 48px;
    font-weight: 700;
}

.cta-main-section .cta-btn-group {
    margin: 40px 0;
    position: relative;

}

.cta-main-section .cta-btn-group .cta-btn {
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.5s;
    border: 1px solid #fff;
}

.cta-main-section .cta-btn-group .cta-btn:last-child {
    background-color: transparent;
    color: #fff;
}


.cta-main-section .cta-btn-group .cta-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background-color: #fff;
    color: #000;
}


@media (max-width:768px) {
    .cta-main-section h2 {
        font-size: 28px !important;
    }

    .cta-main-section h2 span {
        font-size: 36px;
    }
}

.gallery-img-section {
    padding: 100px 0;
}


.gallery-img-section .box-img {
    border: 2px solid rgba(0, 0, 0, 0.07);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin-bottom: 20px;
    height: 500px;
    overflow: hidden;
}

.gallery-img-section .box-img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.gallery-img-section .box-img:hover img {
    transform: scale(1.1);
}

@media (min-width:578px) and (max-width:768px) {
    .gallery-img-section .box-img {
        height: 500px;
    }
}

@media (min-width:456px) and (max-width:578px) {
    .gallery-img-section .box-img {
        height: 500px;
        width: 300px;
        margin: 0 auto 20px;

    }

}

@media (min-width:0px) and (max-width:456px) {
    .gallery-img-section .box-img {
        height: 500px;
        width: 300px;
        margin: 0 auto 20px;

    }

}



.contact-details {
    padding: 100px 0;
    background: #ebf8ff;
}

.contact-details .contact-box {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 30px 30px 50px;
    margin-bottom: 20px;
}

.contact-details .contact-box h6 {
    font-weight: 700;
    margin-bottom: 30px;

}

.contact-details .contact-box a {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 20px 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.contact-details .contact-box a svg {
    margin-right: 10px;
    color: #D5846E;
}


.contact-details .contact-box p {
    color: #111111;
    margin-top: 40px;
}



.inner-cta-section {
    padding: 40px 30px;
    margin: 50px 0;
    background-image: url(../img/inner-cta-bg.jpg);

    text-align: center;
    border-radius: 20px;
}


.inner-cta-section h3 {
    color: #fff;
}

.inner-cta-section .tagline {
    color: #fff;
}

.inner-cta-section .cta-detail-box {
    padding: 10px;
    margin-bottom: 20px;
}

.inner-cta-section .cta-detail-box:hover i {
    transform: rotate(360deg);
}

.inner-cta-section .cta-detail-box i {
    font-size: 30px;
    padding: 14px;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.8s;

}

.inner-cta-section .cta-detail-box .box-heading {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}


.inner-cta-section .cta-detail-box .box-text {
    color: #fff;
}


.inner-cta-section .cta-btn {
    color: #fff;
    background-color: var(--theme-color);
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    padding: 16px 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    font-weight: 600;
    transition: all 0.6s;
}

.inner-cta-section .cta-btn:hover {
    color: #000;
    background-color: #fff;
}

.inner-page-content table {
    width: 100%;
    overflow-x: hidden;

}



@media (min-width:996px) and (max-width:1200px) {
    .main-about-section .left-content .info-card {
        width: 90%;
    }
}

@media (max-width:996px) {
    .main-about-section .left-content {
        margin-bottom: 60px;
    }

    .main-about-section .left-content .info-card {
        width: 90%;
        gap: 10px;
    }

    .main-about-section .left-content .info-card_icon i {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}




/* ----------------------------------------------------------------------------------------------------------- */

.main-bottom-cta-section {
    background-color: transparent;
    background-image: linear-gradient(225deg, #ff4701 35%, #000 35%);
    position: relative;
    transition: all 0.3s;
}

.main-bottom-cta-section h4 {
    color: #fff;
}


.main-bottom-cta-section p.text {
    color: #fff;
}

.main-bottom-cta-section p.contact-btn {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.main-bottom-cta-section p.contact-btn a {
    color: #fec624;
    font-weight: 700;
}

.main-bottom-cta-section .img-box {
    margin: -120px 0% 0% 0%;
}

@media (max-width:992px) {
    .main-bottom-cta-section .left-content {
        padding: 60px 0;
    }
}

@media (max-width:568px) {
    .main-bottom-cta-section p.contact-btn {
        font-size: 22px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 0;
    }
}

/* ----------------------------------------------------------------------- */

.testimonial-section {
    position: relative;
    padding: 60px 0 80px;
    background: url(../img/backgrounds/testimonial-bg.png) no-repeat;
    background-position: center center;
    background-size: auto;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    bottom: 200px;
    left: 0;
    transform: translateY(50%);
    background: url(../img/backgrounds/section-bg-shape-2.png) no-repeat;
    background-position: bottom left;
    background-size: contain;
    width: 332px;
    height: 391px;
    z-index: 0;
}


.testimonial-section .testimonial-box {
    padding: 60px 30px 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: 0px 0px 40px 0px #062E390D;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.testimonial-section .owl-stage {
    padding-top: 60px;
    padding-bottom: 80px;
}

.testimonial-section .testimonial-box img {
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: -100px auto 20px;
}

.testimonial-section .testimonial-box p.name {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin: 0 !important;
}

.testimonial-section .testimonial-box span.place {
    font-size: 14px;
    display: inline-block;
    color: #ff4701;
}

.testimonial-section .testimonial-box .rating i {
    color: #ff4701;
}

.testimonial-section .testimonial-box p.message {
    margin: 10px 0 0 0;
}

/* ----------------------------------------------------------------------------------*/

.fixedWhatsappBtn a {
    position: fixed;
    top: 50%;
    right: -50px;
    padding: 10px 20px;
    background-color: var(--theme-color);
    color: #fff;
    letter-spacing: 1px;
    transform: translateY(-50%) rotate(90deg);
    display: block;
    opacity: .6;
    z-index: 999;
}

.fixedWhatsappBtn a:hover {
    opacity: 1;
}