/* -----------------------------------------------------------------------------------

01. Typography style
02. Preloader style
03. Owl-Theme Custom style
04. Section style
05. Navbar style
06. Header style
07. Slider style
08. Slider style (Inner Page Slider)
09. Parallax Header style
10. Kenburns SlideShow style
11. Slider Grid Background
12. Video Background style
13. Car Features style
14. Banner Header style
15. About style
16. Team style
17. Team-Single style
18. Cars 1 style
19. Cars 2 style
20. Cars 3 style
21. Cars 4 style
22. Car Details style
23. Car Types 1 style
24. Car Types 2 style
25. Car Types 3 style
26. Car Types 4 style
27. Services Box style
28. Services 1 style
29. Services 2 style
30. Process style
31. Testimonials style
32. Process Number style
33. Gallery Image style
34. Video Gallery style
35. Video Popup style
36. Accordion Box (for Faqs) style
37. Price style
38. Clients style
39. Booking style
40. Blog 1 style
41. Blog 2 style
42. Blog 3 style
43. Post style
44. Contact style
45. Contact Box style
46. 404 style
47. Button style
48. LetsTalk style
49. App style
50. Footer style
51. toTop Button style
52. Responsive style
53. Overlay Effect Bg image style
54. Modal Popup style
 
----------------------------------------------------------------------------------- */

/* ======= Typography style ======= */
html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

:root {
    --primary-color: #333333;
    --secondary-color: #0a0a0a;
    --teritary-color: #b8860b;
    --white-color: #ffffff;
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 186%;
    color: var(--primary-color);
    overflow-x: hidden !important;
}

p {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 186%;
    color: var(--primary-color);
    margin-bottom: 15px;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 15px 0;
    color: var(--secondary-color);
}

/* thumbnail-container css Start */
.thumbnail-container,
.thumbnail_container {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 20px;
}

.thumbnail {
    margin: 0px;
    display: block;
    padding: 0px;
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    background: none;
}

.thumbnail a,
.thumbnail img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.thumbnail video,
.thumbnail .youtube-video,
.thumbnail .vimeo-video,
.thumbnail iframe {
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.object-fit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.object-fit img.lazy:not(.loaded) {
    object-fit: contain;
    width: auto;
    height: auto;
}

.object-fit img.swiper-lazy:not(.swiper-lazy-loaded) {
    object-fit: contain;
    width: auto;
    height: auto;
}

@media (min-width: 1200px) {
    .img-effect-01 img {
        transition: all .5s ease-out !important;
        transform: scale(1);
    }

    .img-effect-01:hover img {
        transform: scale(1.1);
    }
}
/* Center Images Thumbnail E */

.img-mask img {
    mask-position: center center;
    mask-repeat: no-repeat;
}

.img-mask-1 img {
    mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 549.53'%3E%3Cpath class='svg-fill' d='M250 549.39c-15.51 0-30.05-3.46-40.94-9.75l-168-97C18.5 429.63.14 397.82.14 371.75v-194c0-26.07 18.36-57.88 40.94-70.91l168-97C220 3.6 234.49.14 250 .14s30.05 3.46 40.94 9.75l168 97c22.58 13 40.94 44.84 40.94 70.91v194c0 26.07-18.36 57.88-40.94 70.91l-168 97c-10.89 6.22-25.43 9.68-40.94 9.68z'/%3E%3C/svg%3E");
}

.img-mask-2 img {
    mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 192.71'%3E%3Cg data-name='Layer 2'%3E%3Cpath class='svg-fill' d='M198 71c10.4 39.76-21.65 85.41-57.3 106.84s-75.13 18.68-103.07-1.32A91.16 91.16 0 012.62 81C12 42.62 47.12 3 91.06.17S187.67 31.19 198 71z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
}

img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

/* thumbnail-container css End */

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 700;
    color: var(--secondary-color);
}

/* ======= Button style ======= */

/* Base Button */
.btn {
    display: inline-block;
    padding: 20px 38px;
    border-radius: 30px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    cursor: pointer;
}

.btn.disabled,
.btn[disabled] {
    pointer-events: visible;
    border: none;
}

.btn:focus,
.btn:visited,
.btn:active,
.btn:not([disabled]):not(.disabled):active {
    box-shadow: none;
    background: transparent;
}

/* Primary Filled Button */
.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}

.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled):active,
.focus {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}

/* Outline Button */
.btn-outline {
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

.btn-outline:focus,
.btn-outline:visited,
.btn-outline:active,
.btn-outline:not([disabled]):not(.disabled):active,
.focus {
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

/* Icons & span inside buttons */
.btn i,
.btn span {
    font-size: 15px;
    margin: 0 5px;
}

/* Hover effects only for screens >= 1200px */
@media (min-width: 1200px) {
    .btn-primary:hover {
        background-color: var(--teritary-color);
        border-color: var(--teritary-color);
        color: var(--white-color);
        transform: translate3d(0px, -6px, 0.01px);
    }

    .btn-outline:hover {
        background-color: var(--teritary-color);
        border-color: var(--teritary-color);
        color: var(--white-color);
        transform: translate3d(0px, -6px, 0.01px);
    }
}

/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: "Outfit", sans-serif;
}

.form-group{
    margin-bottom: 15px;
}
.error-note .note small, .help-block{color: red; font-weight: 400;}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
input[type="tel"],
textarea {
    max-width: 100%;
    /* margin-bottom: 15px; */
    padding: 18.5px 20px;
    height: auto;
    background-color: var(--white-color);
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-color);
    background-image: none;
    border: none;
    border-radius: 30px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    box-shadow: none;
    line-height: 186%;
    transition: background-color 0.15s ease-out;
    background: var(--secondary-color);
    border: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    color: var(--secondary-color);
    border: none;
}

textarea:focus,
textarea:active,
textarea::placeholder {
    color: var(--secondary-color);
}

table,
th,
tr,
td {
    border: 0px solid var(--teritary-color);
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

/* submit and alert success  */
input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 19px 35px;
    border: none;
    border-radius: 0;
    background-color: var(--primary-color);
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: var(--secondary-color);
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
}

input[type="submit"]:hover {
    border: none;
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.alert-success {
    background: transparent;
    color: var(--teritary-color);
    border: 1px solid var(--primary-color);
    border-radius: 20px;
}

/* placeholder */
::-webkit-input-placeholder {
    color: var(--secondary-color);
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

:-moz-placeholder {
    color: var(--secondary-color);
}

::-moz-placeholder {
    color: var(--secondary-color);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--secondary-color);
}

/* Important */
.bg-position-top {
    background-position: top;
}

.bg-position-center {
    background-position: center;
}

.bg-position-bottom {
    background-position: bottom;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-gray {
    background-color: #f2f2f2;
}

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

.bg-yellow {
    background-color: var(--primary-color);
}

.txt-dark {
    color: var(--secondary-color);
}

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

.bold {
    font-weight: 700;
}

.count {
    font-family: "Outfit", sans-serif;
}

.valign {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translate(0%, -40%);
    z-index: 9;
}

.v-middle2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    z-index: 9;
}

.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
}

.position-relative {
    position: relative !important;
}

.bp-bottom {
    background-position: bottom;
}

.bp-top {
    background-position: top;
}

.bp-center {
    background-position: center;
}

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

hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt--120 {
    margin-top: -120px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

/* list */
.list {
    position: relative;
    display: block;
}

.list li {
    position: relative;
    display: flex;
    align-items: center;
}

.list li+li {
    margin-top: 10px;
}

.list-icon {
    display: grid;
}

.list-icon span {
    font-size: 11px;
    color: var(--secondary-color);
    background-color: #f2f2f2;
    text-align: center;
    padding: 15px;
    border-radius: 100%;
}

.list-text {
    margin-left: 15px;
}

.list-text p {
    font-size: 14px;
    margin: 0;
    color: var(--primary-color);
}

/* vertical line */
.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 1px solid;
    border-color: var(--primary-color);
    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--white-color);
    z-index: 10000009;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid var(--primary-color);
    border-radius: 50%;
}

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

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

/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    line-height: 0.7;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #999;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
}

/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 5%;
    right: 12%;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

/* owl-theme owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%;
}

.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important;
}

.owl-theme .owl-next {
    right: 10px !important;
}

.owl-theme .owl-prev>span,
.owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: var(--primary-color);
    border-radius: 0;
    color: var(--secondary-color);
    font-size: 10px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    transition: all 0.2s ease-in-out;
    transform: scale(1);
    border-radius: 100%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--white-color);
    border: 1px solid var(--white-color);
    color: #06182d;
}

.owl-theme .owl-nav {
    top: 35% !important;
}

.owl-theme .owl-nav [class*="owl-"] {
    opacity: 0;
}

.owl-theme:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}

/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
}

.section-title {
    font-size: 35px;
    font-family: "Outfit", sans-serif;
    color: var(--secondary-color);
    position: relative;
    margin-bottom: 15px;
    line-height: 130%;
    font-weight: 700;
}

[data-overlay-dark] .section-title span,
.section-title span {
    color: var(--teritary-color);
}

[data-overlay-dark] .section-title strong,
.section-title strong {
    color: var(--teritary-color);
    font-weight: 700;
}

.section-title.white {
    color: var(--white-color);
}

.section-title.black {
    color: var(--secondary-color);
}

.section-subtitle {
    font-size: 12px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    color: var(--teritary-color);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.section-subtitle.white {
    color: var(--white-color);
}

/* header css S */
.header-main-01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    padding: 20px 0px;
    border: none;
}

.header-main-01 .part-01 {
    max-width: 170px;
    width: 100%;
    margin-right: 20px;
    line-height: 0;
}

.header-main-01.mobile-stick .part-01 {
    display: none;
}

.header-main-01 .part-01.sticky-part-01 {
    display: none;
}

.header-main-01.mobile-stick .part-01.sticky-part-01 {
    display: block;
    max-width: 170px;
}

.header-main-01 .part-02 {
    line-height: 0;
}

.header-main-01 .part-02 .menu-header {
    display: none;
}

.header-main-01 .part-02 .menu-header a {
    display: inline-block;
    max-width: 200px;
}

.header-main-01 .part-02 .menu-header .menu-close svg {
    height: 20px;
    width: 20px;
}

.header-main-01 .part-02 .menu-header .menu-close svg path {
    fill: var(--primary-color);
}

.header-main-01 .part-02 .r-consultation-menu {
    display: none;
}

.header-main-01 .part-03 {
    margin-left: 20px;
    line-height: 0;
}

.header-main-01 .part-03 .menu-open {
    background: var(--white-color);
    box-shadow: none;
    border: none;
    height: 40px;
    width: 40px;
    margin-left: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main-01 .part-03 .menu-open i {
    font-size: 20px;
}

.header-main-01.mobile-stick .part-03 .menu-open {
    border: 1px solid var(--primary-color);
}

.header-main-01.mobile-stick {
    animation: menuStiky 0.5s ease-in-out;
    position: fixed !important;
    left: 0;
    top: 0;
    background-color: var(--white-color);
    padding: 15px 0px;
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}

.header-main-01.mobile-stick .part-01 {
    max-width: 270px;
}

.header-main-01.mobile-stick .menu>ul>li>a {
    padding: 18px;
    color: var(--primary-color);
}

.header-main-01.mobile-stick .menu>ul>li>a::before {
    bottom: 10px;
}

.header-main-01.mobile-stick .menu>ul>li.active a::before,
.header-main-01.mobile-stick .menu>ul>li:hover a::before {
    bottom: 13px;
}

.header-main-01.mobile-stick .part-03 .c-wrap .icon,
.header-main-01.mobile-stick .part-03 .c-wrap .text p,
.header-main-01.mobile-stick .part-03 .c-wrap .text h5,
.header-main-01.mobile-stick .part-03 .c-wrap .text h5 a {
    color: var(--primary-color);
}

.header-main-01.mobile-stick .part-03 .c-wrap .icon {
    border-color: var(--secondary-color);
}
.header-main-01.mobile-stick .part-03 .c-wrap .text a{
    color: var(--primary-color);
}
.header-main-01.mobile-stick .part-03 .c-wrap .text a + a::before{
    background-color: var(--primary-color);
}

.header-main-01 .part-03 .c-wrap {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
}

.header-main-01 .part-03 .c-wrap .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 21px;
    color: var(--white-color);
    transition: all 500ms ease;
    border: 1px solid var(--white-color);
}

.header-main-01 .part-03 .c-wrap .icon:hover {
    background-color: var(--teritary-color);
    color: var(--white-color);
    border-color: var(--teritary-color);
    transition: all 500ms ease;
}

.header-main-01 .part-03 .c-wrap .text {
    margin-left: 10px;
    top: 3px;
    position: relative;
}

.header-main-01 .part-03 .c-wrap .text p {
    font-size: 12px;
    line-height: 12px;
    color: var(--white-color);
    margin-bottom: 4px;
}

.header-main-01 .part-03 .c-wrap .text a {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: var(--white-color);
    margin-bottom: 5px;
    transition: all 500ms ease;
    position: relative;
}
.header-main-01 .part-03 .c-wrap .text a:hover{
    color: var(--teritary-color);
}
.header-main-01 .part-03 .c-wrap .text .call-wrap{
    position: relative;
}
.header-main-01 .part-03 .c-wrap .text .call-wrap p{
    margin-bottom: 0px;
}
.header-main-01 .part-03 .c-wrap .text .call-wrap + .call-wrap{
    margin-left: 5px;
    padding-left: 7px;
}
.header-main-01 .part-03 .c-wrap .text .call-wrap + .call-wrap::before{
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: var(--white-color);
    left: 0;
    top: 17px;
}
.header-main-01.mobile-stick .part-03 .c-wrap .text .call-wrap + .call-wrap::before{
    background-color: var(--primary-color);
}
.header-main-01 .part-03 .c-wrap:hover .text h5 {
    color: var(--teritary-color);
}

.header-main-01 .menu {
    position: relative;
}

.header-main-01 .menu>ul {
    display: flex;
    justify-content: end;
}

.header-main-01 .menu>ul>li>a {
    transition: all 0.5s ease-in-out;
}

.header-main-01 .menu ul {
    list-style: none;
}

.header-main-01 .menu ul li:hover>.sub-menu,
.header-main-01 .menu ul li:hover>.mega-menu,
.header-main-01 .menu ul li:hover>.tab-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}

.header-main-01 .menu ul li:hover>.option-1,
.header-main-01 .menu ul li:hover>.option-2 {
    display: flex;
}

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

.header-main-01 .menu>ul>li {
    padding: 0;
    margin: 0;
}

.header-main-01 .menu>ul>li.is-open-a>a {
    position: relative;
}

.header-main-01 .menu>ul>li.is-open-a {
    padding-right: 16px;
}

.header-main-01 .menu>ul>li.is-open-a>a::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    font-weight: inherit;
}

.header-main-01 .menu>ul>li>a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--white-color);
    padding: 18px;
    position: relative;
    text-transform: uppercase;
}

.header-main-01 .menu>ul>li>a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    bottom: 30px;
    height: 2px;
    right: 14px;
    background: var(--teritary-color);
    opacity: 0;
    transition: all 0.5s ease-out;
}

.header-main-01 .menu>ul>li:hover>a,
.header-main-01 .menu>ul>li.active>a {
    color: var(--teritary-color);
}

.header-main-01 .menu>ul>li:hover>a:before,
.header-main-01 .menu>ul>li.active>a:before {
    bottom: 6px;
    opacity: 1;
}

/* Sub Menu (enabled) */
.header-main-01 .menu>ul .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform-origin: center top;
    transform: scaleY(0) translateZ(100px);
    position: absolute;
    top: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 2;
    width: 240px;
    background-color: var(--white-color);
    padding: 15px;
    border-radius: 10px;
}

.header-main-01 .menu>ul .sub-menu li {
    float: none;
    display: list-item;
    position: relative;
}

.header-main-01 .menu>ul .sub-menu li a {
    display: block;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: var(--white);
    white-space: normal;
    text-transform: none;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}

.header-main-01 .menu>ul .sub-menu li.active>a,
.header-main-01 .menu>ul .sub-menu li:hover>a {
    background-color: #ffffff;
    color: var(--teritary-color);
}

.header-main-01 .menu>ul .sub-menu .sub-menu {
    left: 107%;
    top: 0% !important;
}

/* Desktop S */
@media (min-width: 1200px) and (max-width: 1332.88px),
(min-width: 1336px) {

    .header-main-01 .is-open,
    .header-main-01 .menu__open,
    .header-main-01 .menu__close,
    .header-main-01 .menu_mobile_visibility,
    .header-main-01 .menu-open,
    .header-main-01 .menu-close,
    .header-main-01 .mobile-company-name {
        display: none !important;
    }

    .header-main-01.mobile-stick .menu>ul .sub-menu {
        box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    }

    .header-main-01 .menu>ul>li>a {
        padding: 18px;
    }

    @media (max-width: 1399px) {
        .header-main-01 .menu>ul>li>a {
            padding: 18px 15px;
        }

        .header-main-01 .menu>ul>li.is-open-a {
            padding-right: 11px;
        }
    }
}

/* Mobile S */
@media (max-width: 1199px),
(min-width: 1332.88px) and (max-width: 1335px) {
    .header-main-01 .menu {
        position: fixed;
        z-index: 999;
        overflow-x: scroll;
        padding: 0;
        width: 400px;
        right: -400px;
        background-color: var(--white-color);
        bottom: 0;
        top: 0;
        transition: all 0.5s ease-in-out;
    }

    @media (max-width: 576px) {
        .header-main-01 .menu {
            width: 100%;
            right: -100%;
        }
    }

    .header-main-01 .menu>ul {
        display: block;
    }

    .header-main-01 .menu .brand-nav {
        list-style: none;
        margin: 0;
        text-align: left;
    }

    .header-main-01 .menu .brand-nav>li {
        clear: both;
        list-style: none;
        border-bottom: 1px solid #dddddd;
        position: relative;
        overflow: hidden;
    }

    .header-main-01 .menu .brand-nav>li a {
        font-size: 16px;
        color: var(--primary-color);
        line-height: 120%;
        padding: 14px 20px;
        display: block;
        text-transform: uppercase;
    }

    .header-main-01 .menu .brand-nav>li ul {
        display: none;
        margin-left: 36px;
        margin-top: 0px;
        position: relative;
        /* width: 100%; */
        top: unset;
        padding: 0px;
        border-radius: 0px;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1) translateZ(0px);
    }

    .header-main-01 .menu .brand-nav>li ul>li {
        position: relative;
        list-style: none;
    }

    .header-main-01 .menu .brand-nav>li ul>li:before {
        position: absolute;
        content: "";
        left: -13px;
        top: 16px;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: var(--teritary-color);
    }

    .header-main-01 .menu .brand-nav>li ul>li a {
        padding: 8px 0px;
        text-transform: none;
        font-size: 16px;
    }

    .header-main-01 .menu .brand-nav>li ul>li.active>a {
        color: var(--teritary-color);
    }

    .header-main-01 .menu .is-open {
        position: relative;
        z-index: 99;
        text-align: center;
        width: 30px;
        height: 47px;
        align-items: center;
        display: flex;
        justify-content: center;
        color: var(--body-color);
        transition: all 0.3s ease-in-out;
    }

    .header-main-01 .menu .is-open.is-close {
        transform: rotate(45deg);
    }

    .header-main-01 .menu .is-open-a>a {
        float: left;
        width: calc(100% - 40px);
    }

    .header-main-01 .menu .is-open.is-close~ul {
        display: block !important;
        opacity: 1;
        visibility: visible;
        transform: unset;
    }

    .header-main-01 .menu>ul>li.is-open-a {
        padding-right: 0px;
    }

    .header-main-01 .menu-close {
        height: 40px;
        width: 40px;
        border: 1px solid var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        background-color: transparent;
        box-shadow: none;
        border-radius: 50%;
    }

    /* Menu Overlay */
    .menu-overlap .nav-overlay {
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: all 0.5s ease-in-out;
        background-color: #000000cf;
        opacity: 0;
    }

    .menu-overlap .nav-overlay {
        opacity: 1;
    }

    .menu-overlap .menu {
        right: 0;
    }
}

@keyframes menuStiky {
    0% {
        top: -170px;
    }

    100% {
        top: 0;
    }
}

@media (max-width: 1399px) {
    .header-main-01 .part-01 {
        max-width: 140px;
    }

    .header-main-01.mobile-stick .part-01 {
        max-width: 220px;
    }

    .header-main-01.mobile-stick .menu>ul>li>a {
        padding: 14px 20px;
    }

    .header-main-01 .menu>ul>li.is-open-a>a::after {
        top: 24px;
    }

    .header-main-01.mobile-stick .menu>ul>li.is-open-a>a::after {
        top: 19px;
    }

    .header-main-01.mobile-stick .menu>ul>li.active a::before,
    .header-main-01.mobile-stick .menu>ul>li:hover a::before {
        bottom: 5px;
    }

    body:has(.page-without-ib) .header-main-01.mobile-stick .menu>ul>li>a{
        padding: 14px 20px;
    }
}

@media (max-width: 1199px),
(min-width: 1332.88px) and (max-width: 1335px) {
    .header-main-01 {
        padding: 15px 0px;
    }

    .header-main-01 .part-02 .menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid #dddddd;
    }

    .header-main-01.mobile-stick .menu>ul>li>a {
        padding: 14px 20px;
    }

    .header-main-01 .menu>ul>li.is-open-a>a::after,
    .header-main-01 .menu>ul>li>a:before {
        display: none;
    }

    body:has(.page-without-ib) .header-main-01 .menu>ul .sub-menu{
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    .header-main-01 .part-02 .menu-header a {
        max-width: 150px;
    }

    /* .header-main-01 .part-03 .c-wrap .text {
        display: none;
    } */
     .header-main-01 .part-03 .c-wrap .icon{
        height: 40px;
        width: 40px;
        font-size: 16px;
     }
    .header-main-01 .part-03 .c-wrap .text a{
        display: block;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .header-main-01 .part-01 {
        max-width: 110px;
    }
}
@media(max-width: 576px) {
    .header-main-01 .part-03 .c-wrap .text .call-wrap + .call-wrap{
        padding-left: 0;
        margin-left: 0;
    }
    .header-main-01 .part-03 .c-wrap .text .call-wrap + .call-wrap::before{
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1332.88px),
(min-width: 1336px) {
    .header-main-01 .part-03 .menu-open {
        display: none;
    }
}

@media (min-width: 768px) {
    .header-main-01 .part-03 .consultation-btn {
        display: none;
    }
}

/* header css E */

/* ======= banner-section style ======= */
.banner-section {
    height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h6 {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0px;
    animation-delay: 0.2s;
}

.header .caption h1 {
    position: relative;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 1em;
    animation-delay: 0.4s;
    display: inline-grid;
}

.header .caption h1 span {
    color: var(--primary-color);
}

.header .caption h2 {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 1.25em;
    animation-delay: 0.4s;
    display: inline-grid;
}

.header .caption h2 span {
    color: var(--primary-color);
}

.header .caption h5 {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: var(--white-color);
    margin: 10px 0;
    animation-delay: 0.6s;
}

.header .caption h5 span {
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    color: var(--primary-color);
    margin-left: 20px;
    animation-delay: 0.6s;
}

.header .caption h5 span i {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 0;
    animation-delay: 0.6s;
}

.header .caption .button-1,
.header .caption .button-2 {
    animation-delay: 0.8s;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.header .car-features {
    animation-delay: 0.9s;
}

/* ======= Slider style ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider-fade .item .caption {
    z-index: 9;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 4vh;
    width: 100%;
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--white-color);
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%;
}

.slider-fade .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev {
    left: 10px !important;
}

.slider-fade .owl-theme .owl-next {
    right: 10px !important;
}

.slider-fade .owl-theme .owl-prev>span,
.slider-fade .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-fade .owl-theme .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    line-height: 43px;
    background: var(--primary-color);
    border-radius: 100%;
    color: var(--secondary-color);
    font-size: 10px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}

.slider-fade .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--white-color);
    border: 1px solid var(--white-color);
    color: var(--secondary-color);
}

.slider-fade .owl-theme .owl-nav {
    top: 40% !important;
}

.slider-fade .owl-theme .owl-nav [class*="owl-"] {
    opacity: 0;
}

.slider-fade .owl-theme:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .slider-fade .owl-theme .owl-nav {
        display: none;
    }
}

/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .item .caption {
    z-index: 9;
}

/* owl-dots for slider */
.slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 12%;
}

/* ======= Parallax Header style ======= */
.parallax-header {
    min-height: 100vh;
    background-position: center;
}

.parallax-header.full-height {
    min-height: 100vh;
    background-position: center;
}

.parallax-header .caption {
    position: relative;
}

.parallax-header[data-overlay-dark] h6,
.parallax-header h6 {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 5px;
    animation-delay: 0.2s;
}

.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
    position: relative;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 1em;
    animation-delay: 0.4s;
    display: inline-grid;
}

.parallax-header h5 {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: var(--white-color);
    margin: 15px 0;
    animation-delay: 0.6s;
}

.parallax-header h5 span {
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    color: var(--primary-color);
    margin-left: 20px;
    animation-delay: 0.6s;
}

.parallax-header h5 span i {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 0;
    animation-delay: 0.6s;
}

.parallax-header[data-overlay-dark] p,
.parallax-header p {
    font-size: 14px;
    font-weight: 300;
    color: var(--white-color);
}

.parallax-header .button-1,
.parallax-header .button-2 {
    font-size: 14px;
}

/* ======= Parallax Header 2 style ======= */
.parallax-header2 {
    min-height: 100vh;
    background-position: center;
}

.parallax-header2 .item {
    position: relative;
    display: block;
    z-index: 1;
}

.parallax-header2 .item .head {
    position: relative;
    display: block;
    background-color: rgba(245, 183, 84, 0.9);
    margin: 0 auto;
    text-align: center;
    padding: 40px 15px;
    border-radius: 15px 15px 0 15px;
}

.parallax-header2 .item .head .subtitle {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(-5deg);
    background-color: #ff0000;
    padding: 7px 25px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    color: var(--white-color);
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.parallax-header2 .item .head .title {
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.parallax-header2 .item .head .shape {
    position: absolute;
    right: 0;
    bottom: -30px;
    border-color: transparent rgba(245, 183, 84, 0.9) transparent transparent;
    border-style: solid;
    border-width: 0px 45px 30px 0px;
    width: 0px;
    height: 0px;
    border-radius: 0 0 5px 0;
}

.parallax-header2 .item .cont {
    position: relative;
    display: block;
    padding-top: 90px;
}

.parallax-header2 .item .cont .list {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.parallax-header2 .item .cont .list .icon {
    position: relative;
    display: inline-block;
}

.parallax-header2 .item .cont .list .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #000;
    background-color: rgba(245, 183, 84, 0.8);
    border-radius: 50%;
    transition: all 500ms ease;
}

.parallax-header2 .item .cont .list .icon span:hover {
    background-color: var(--white-color);
    color: #000;
}

.parallax-header2 .item .cont .list .text {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: var(--white-color);
    margin-bottom: 0;
}

.bottom-fadex {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(1800deg, var(--secondary-color) 0%, rgba(27, 27, 27, 0) 70%);
}

.topmargin-60 {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .parallax-header .topmargin-60 {
        margin-top: 30px;
    }

    .parallax-header2 .item .head {
        padding: 20px 15px;
    }

    .parallax-header2 .item .head .subtitle p {
        font-size: 12px;
    }

    .parallax-header2 .item .head .title {
        font-size: 40px;
    }

    .parallax-header2 .item .cont {
        position: relative;
        display: block;
        padding-top: 60px;
    }

    .parallax-header2 .item .cont .list {
        margin-bottom: 10px;
    }

    .parallax-header2 .item .cont .list .icon span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 11px;
    }

    .parallax-header2 .item .cont .list .text {
        font-size: 14px;
    }
}

/* ===== Kenburns SlideShow style ===== */
.kenburns-section {
    z-index: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: var(--secondary-color);
}

.kenburns-inner {
    position: relative;
    z-index: 15;
}

.kenburns-inner .caption {
    position: relative;
}

.kenburns-inner .caption h6 {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 5px;
    animation-delay: 0.2s;
}

.kenburns-inner .caption h1 {
    position: relative;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 1em;
    animation-delay: 0.4s;
    display: inline-grid;
}

.kenburns-inner .caption h5 {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: var(--white-color);
    margin: 15px 0;
    animation-delay: 0.6s;
}

.kenburns-inner .caption h5 span {
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    color: var(--primary-color);
    margin-left: 20px;
    animation-delay: 0.6s;
}

.kenburns-inner .caption h5 span i {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 0;
    animation-delay: 0.6s;
}

.kenburns-inner .caption[data-overlay-dark] p {
    font-size: 14px;
    font-weight: 300;
    color: var(--white-color);
}

#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}

@media screen and (max-width: 767px) {
    .kenburns-inner .caption h6 {
        font-size: 12px;
    }

    .kenburns-inner .caption h1 {
        font-size: 42px;
    }

    .kenburns-inner .caption {
        text-align: center;
    }
}

/* ======= Slider Grid Background ======= */
.slider-grid-bg {
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
}

.slider-grid-bg .grid-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: fixed;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(1);
    transition: transform 5s, opacity 0.35s;
    opacity: 0;
    display: block;
}

.slider-grid-bg .grid-img.grid-img-active {
    opacity: 1;
    transform: scale(1.09);
}

.slider-grid-bg .content {
    position: relative;
    z-index: 2;
    margin-top: 60px !important;
}

.slider-grid-bg .content .item {
    margin-bottom: 30px;
    display: flex;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.slider-grid-bg .content .item:hover {
    transform: translateY(-5px);
}

.slider-grid-bg .content .item .grid-con {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.3s;
    background: transparent;
    position: relative;
    border-radius: 6px;
    padding: 30px;
    background: var(--white-color);
}

.slider-grid-bg .content .item .grid-con.grid-con-active,
.slider-grid-bg .content .item .grid-con:hover {
    background: var(--primary-color);
}

.slider-grid-bg .content .item .grid-con img {
    width: 20px;
}

.slider-grid-bg .content .item .grid-con .arrow {
    position: absolute;
    right: 30px;
    z-index: 3;
    font-size: 17px;
    color: var(--secondary-color);
    text-align: center;
    line-height: 12px;
}

.slider-grid-bg .content .item .grid-con:hover .arrow,
.slider-grid-bg .content .item .grid-con.grid-con-active .arrow {
    color: var(--secondary-color);
}

.slider-grid-bg .text {}

.slider-grid-bg .text .subtitle {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: var(--primary-color);
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.slider-grid-bg .text .title {
    display: block;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2em;
    color: var(--secondary-color);
    margin-top: 5px;
    margin-bottom: 5px;
}

.slider-grid-bg .content .item .grid-con:hover .subtitle,
.slider-grid-bg .content .item .grid-con.grid-con-active .subtitle {
    color: var(--secondary-color);
}

.slider-grid-bg .content .item .grid-con:hover .title,
.slider-grid-bg .content .item .grid-con.grid-con-active .title {
    color: var(--secondary-color);
}

/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    height: 100vh;
    overflow: hidden;
}

.video-fullscreen-video {
    height: 100%;
}

.video-fullscreen-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap h6 {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 5px;
    animation-delay: 0.2s;
}

.video-fullscreen-wrap h1 {
    position: relative;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 1em;
    animation-delay: 0.4s;
    display: inline-grid;
}

.video-fullscreen-wrap h5 {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: var(--white-color);
    margin: 15px 0;
    animation-delay: 0.6s;
}

.video-fullscreen-wrap h5 span {
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    color: var(--white-color);
    margin-left: 20px;
    animation-delay: 0.6s;
}

.video-fullscreen-wrap h5 span i {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 0;
    animation-delay: 0.6s;
}

.video-fullscreen-wrap[data-overlay-dark] p {
    font-size: 14px;
    font-weight: 300;
    color: var(--white-color);
}

.video-fullscreen-wrap .button-1,
.video-fullscreen-wrap .button-2 {
    font-size: 18px;
    font-weight: 600;
}

/* ======= Car Features style ======= */
.car-features {
    position: relative;
    padding: 0;
    background: var(--white-color);
    border-radius: 20px;
}

.car-features .wrapp {
    padding: 40px;
}

.car-features .wrapp .features {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 70% 30%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.car-features .wrapp .features:last-child {
    border: none;
}

.car-features .wrapp .features span {
    color: var(--secondary-color);
}

.car-features .wrapp .features span i {
    color: var(--secondary-color);
    margin-right: 10px;
    font-size: 14px;
    background: var(--primary-color);
    padding: 10px;
    border-radius: 100%;
}

.car-features .wrapp .features p {
    margin-bottom: 0px;
    color: var(--secondary-color);
    text-align: right;
}

@media screen and (max-width: 991px) {
    .car-features {
        display: none;
    }
}

/* ======= Banner Header style ======= */
.inner-banner {
    height: 50vh;
    background-position: center;
}

.inner-banner.middle-height {
    min-height: 80vh;
}

.inner-banner.full-height {
    min-height: 100vh;
}

.inner-banner[data-overlay-dark] h6,
.inner-banner h6 {
    font-size: 12px;
    line-height: 10px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.inner-banner h1 {
    font-size: 42px;
    color: var(--secondary-color);
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
}

.inner-banner h1 span {
    color: var(--white-color);
}

.inner-banner p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    color: var(--secondary-color);
    animation-delay: 1s;
}

.inner-banner .post-wrapper {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 15px;
}

.inner-banner .post-wrapper a {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 300;
}

.inner-banner .post-wrapper .divider {
    width: 20px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: var(--primary-color);
}

@media screen and (max-width: 991px) {
    .inner-banner h1 {
        font-size: 42px;
    }
}

/* ======= About style ======= */
.about {
    position: relative;
}

.about .btn-primary:hover {
    border-color: var(--teritary-color);
    background-color: var(--teritary-color);
    color: var(--white-color);
}

.about .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px 20px 20px 0;
    isolation: isolate;
}

.about .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.about .item:hover img {
    transform: scale(1.05);
}

.about .item .title {
    position: absolute;
    top: 0px;
    padding: 30px;
}

.about .item .title h4 {
    color: var(--white-color);
    font-size: 21px;
    text-transform: uppercase;
}

.about .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.about .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: var(--white-color);
}

.about .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    transform: rotate(270deg);
    line-height: 1;
}

.about .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.about .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    transform: rotate(270deg);
    line-height: 1;
}

.about .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.about .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 100%;
}

.about .item:hover .curv-butn .icon {
    background-color: var(--teritary-color);
    border: 1px solid var(--teritary-color);
    color: var(--white-color);
    border-radius: 100%;
}

/* ======= Team style ======= */
.team {
    position: relative;
}

.team .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}

.team .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    isolation: isolate;
}

.team .item:hover img {
    transform: scale(1.05);
}

.team .item .title {
    position: absolute;
    bottom: 0;
    padding: 0;
    z-index: 1;
    left: 110px;
}

.team .item .title h4 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.team .item .title h6 {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
}

.team .item .butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
    z-index: 2;
}

.team .item .butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: var(--white-color);
}

.team .item .butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    transform: rotate(270deg);
    line-height: 1;
}

.team .item .butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.team .item .butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    transform: rotate(270deg);
    line-height: 1;
}

.team .item .butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.team .item .butn .icon {
    width: 60px;
    height: 60px;
    font-size: 17px;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 100%;
    line-height: 60px;
    transition: all 0.3s ease-in-out;
}

.team .item:hover .butn .icon {
    background-color: var(--teritary-color);
    border: 1px solid var(--teritary-color);
    color: var(--white-color);
    border-radius: 100%;
}

/* ======= Team-Single style ======= */
.team-single h6 {
    font-size: 21px;
    color: var(--secondary-color);
}

/* img */
.team-single .team-img img:hover {
    transform: scale(0.99);
}

.team-single .team-img {
    position: relative;
}

.team-single .team-img .img img {
    position: relative;
    z-index: 2;
}

/* team-single list */
.team-single .list {
    position: relative;
    display: block;
}

.team-single .list li {
    position: relative;
    display: flex;
    align-items: center;
}

.team-single .list li+li {
    margin-top: 10px;
}

.team-single .list-icon {
    align-items: center;
    background: #f2f2f2;
    border-radius: 100%;
}

.team-single .list-icon span {
    font-size: 10px;
    color: var(--secondary-color);
    background-color: transparent;
}

.team-single .list-text {
    margin-left: 15px;
}

.team-single .list-text p {
    font-size: 14px;
    margin: 0;
    color: var(--teritary-color);
}

/* team-single details */
.team-single .wrapper {
    position: relative;
}

.team-single .wrapper .cont {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    display: flex;
}

.team-single .wrapper .cont .coll {
    width: auto;
    max-width: auto;
}

.team-single .wrapper .cont .coll h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    white-space: normal;
    margin: 0;
    color: var(--secondary-color);
    font-family: "Outfit", sans-serif;
    letter-spacing: 0;
}

.team-single .wrapper .cont .coll h5 {
    font-size: 14px;
    font-weight: 300;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color 0.3s;
    color: var(--secondary-color);
    font-family: "Outfit", sans-serif;
    letter-spacing: 0;
}

/* team-single social */
.team-single .wrapper .cont .coll .social-icon {
    text-align: center;
    margin-bottom: 0px;
}

.team-single .wrapper .cont .coll .social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #f2f2f2;
    color: var(--secondary-color);
    border-radius: 0;
    margin-right: 5px;
    transition: all 0.4s;
    background: #f2f2f2;
    border-radius: 100%;
}

.team-single .wrapper .cont .coll .social-icon a:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--secondary-color);
}

.team-single .wrapper .cont .coll p {
    color: var(--teritary-color);
}

/* team-single link */
.team-single .wrapper p a {
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: var(--secondary-color);
    text-decoration: none;
    transition: background-size 0.1s;
}

.team-single .wrapper p a:hover {
    color: var(--primary-color);
}

/* team-single tabs */
.team-single .cont .simpl-bord.nav-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--primary-color);
}

.team-single .cont .simpl-bord .nav-item {
    margin-right: 30px;
}

.team-single .cont .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}

.team-single .cont .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-weight: 700;
    cursor: pointer;
    color: var(--secondary-color);
    font-size: 14px;
    font-family: "Outfit", sans-serif;
}

.team-single .cont .simpl-bord .nav-link.active {
    font-weight: 700;
    color: var(--primary-color);
    font-family: "Outfit", sans-serif;
    font-size: 14px;
}

.team-single .tab-content p {
    color: var(--teritary-color);
}

/* ======= Cars 1 style ======= */
.cars1 {
    position: relative;
    overflow: hidden;
}
.cars1 .thumbnail-container{
    padding-bottom: 56.25%;
}

.cars1 .cars1-carousel {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.cars1 .cars1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}

.cars1 .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.cars1 .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;

    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.cars1 .item:hover img {
    transform: scale(1.05);
}

.cars1 .item .con {
    position: relative;
    display: block;
    background-color: #f2f2f2;
    padding: 30px 25px;
    margin-top: -55px;
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
    border-radius: 20px;
}

.cars1 .item .con.opacity-1 {
    opacity: 0;
}

.cars1 .item .con.active {
    visibility: visible;
    opacity: 1;
}

.cars1 .item .con .title,
.cars1 .item .con .title a {
    font-family: "Outfit", sans-serif;
    font-size: 21px;
    margin-bottom: 0px;
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 1.2em;
    transition: all 500ms ease;
}

.cars1 .item .con .details {
    font-size: 14px;
    color: var(--secondary-color);
    margin-bottom: 0;
    margin-right: 10px;
    transition: all 500ms ease;
}

.cars1 .item .con .details span {
    margin-right: 10px;
}

.cars1 .item .con .details span i {
    color: var(--teritary-color);
    margin-right: 2px;
    font-style: normal;
}

/* book */
.cars1 .item .con .book {
    margin-top: 1px;
}

.cars1 .item .con .book .btn {
    margin: 0;
    background: var(--primary-color);
    padding: 14px 21px;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.cars1 .item .con .book .btn:hover {
    background: var(--teritary-color);
    border: 1px solid var(--teritary-color);
    color: var(--white-color);
}

.cars1 .item .con .book>div {
    display: table-cell;
    vertical-align: middle;
}

.cars1 .item .con .book>div:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.2em;
}

.cars1 .item .con .book>div>span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--teritary-color);
}

.cars1 .item .con .book .price {
    font-family: "Outfit", sans-serif;
    font-size: 21px;
    line-height: 1.2em;
    color: var(--primary-color);
    font-weight: 700;
}

/* owl nav */
.owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}

.cars1 .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%;
}

.cars1 .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cars1 .owl-theme .owl-prev,
.cars1 .owl-theme .owl-prev {
    left: 10px !important;
}

.cars1 .owl-theme .owl-next {
    right: 10px !important;
}

.cars1 .owl-theme .owl-prev,
.cars1 .owl-theme .owl-next {
    color: var(--white-color);
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 14px;
}

.cars1 .owl-theme .owl-prev>span,
.cars1 .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cars1 .owl-carousel .owl-nav button.owl-next,
.cars1 .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}

.cars1 .owl-theme .owl-nav [class*="owl-"] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: var(--primary-color);
    border-radius: 100%;
    color: var(--white-color);
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}

.cars1 .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--teritary-color);
    color: var(--white-color);
}

.cars1 .owl-theme .owl-nav {
    top: 35% !important;
}

.cars1 .owl-theme .owl-nav [class*="owl-"] {
    opacity: 0;
}

.cars1 .owl-theme:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .cars1 .item .img {
        border-radius: 20px 20px 0px 0px;
    }

    .cars1 .item .con {
        padding: 30px 20px;
        margin: 0;
        border-radius: 0px 0px 20px 20px;
    }

    .order2 {
        order: 2 !important;
    }

    .order1 {
        order: 1 !important;
    }

    .cars1 .item .con .book {
        text-align: left;
        margin-top: 13px;
    }

    .cars1-carousel {
        overflow: hidden;
    }

    .cars1 .owl-theme .owl-nav {
        display: none;
    }
}

/* ======= Cars 2 style ======= */
.cars2 {
    position: relative;
}

.cars2 .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}

.cars2 .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.cars2 .item:hover img {
    transform: scale(1.05);
}

.cars2 .item .title {
    position: absolute;
    bottom: 0px;
    padding: 0 20px 25px 110px;
    width: 100%;
    text-align: right;
}

.cars2 .item .title h6 {
    color: var(--primary-color);
    font-size: 10px;
    line-height: 10px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cars2 .item .title h4 {
    color: var(--white-color);
    font-size: 21px;
    margin-bottom: 5px;
}

.cars2 .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 0 45px 0 0;
}

.cars2 .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: var(--white-color);
}

.cars2 .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    transform: rotate(270deg);
    line-height: 1;
}

.cars2 .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.cars2 .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    transform: rotate(270deg);
    line-height: 1;
}

.cars2 .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.cars2 .item .curv-butn .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    transition: all 0.2s linear;
    background: var(--primary-color);
}

.cars2 .item:hover .curv-butn .icon {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    border-radius: 100%;
}

/* show and hidden class */
.cars2 .item .curv-butn .icon i {
    font-weight: 300;
    font-style: normal;
}

.cars2 .item .curv-butn .icon i span {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    line-height: 15px;
    vertical-align: middle;
    font-size: 16px;
    color: var(--secondary-color);
}

.cars2 .item .curv-butn .icon i span i {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: var(--secondary-color);
}

.cars2 .item:hover .curv-butn .icon i.icon-show,
.cars2 .item .curv-butn .icon i.icon-hidden {
    display: none;
}

.cars2 .item:hover .curv-butn .icon i.icon-hidden {
    display: inline;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
    vertical-align: middle;
}

/* details */
.cars2 .item .title .details {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    transition: all 500ms ease;
}

.cars2 .item .title .details span {
    margin-right: 10px;
}

.cars2 .item .title .details span i {
    color: var(--primary-color);
    margin-right: 2px;
    font-style: normal;
}

.cars2 .item .title .details span:last-child {
    margin-right: 0px;
}

/* ======= Cars 3 style ======= */
.cars3 {
    position: relative;
}

.cars3 .item {
    position: relative;
    margin-bottom: 15px;
}

.cars3 .item:hover .img .arrow {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--secondary-color);
}

.cars3 .item .img {
    position: relative;
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    display: block;
    isolation: isolate;
}

.cars3 .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.cars3 .item .img {
    overflow: hidden;
}

.cars3 .item .img img {
    width: 100%;
    transition: all 1s;
}

.cars3 .item:hover .img img {
    filter: none;
    transform: scale(1.1, 1.1);
    transition: all 1s ease;
}

.cars3 .item .img .arrow {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 14px;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.cars3 .item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    color: var(--white-color);
}

.cars3 .item .info .title {
    color: var(--white-color);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cars3 .item .info .title a {
    color: var(--white-color);
}

.cars3 .item .info .details {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    margin-right: 10px;
    transition: all 500ms ease;
}

.cars3 .item .info .details span {
    margin-right: 10px;
}

.cars3 .item .info .details span i {
    color: var(--primary-color);
    margin-right: 2px;
    font-style: normal;
}

.cars3 .item .project-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0 0 20px 0;
    z-index: 1;
    background: var(--white-color) !important;
}

.cars3 .item .project-date .br {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.cars3 .item .project-date .br-left-top {
    position: absolute;
    top: 0px;
    right: -20px;
    transform: rotate(360deg);
    line-height: 1;
}

.cars3 .item .project-date .br-left-top svg {
    width: 20px;
    height: 20px;
}

.cars3 .item .project-date .br-right-bottom {
    position: absolute;
    bottom: -20px;
    left: 0px;
    transform: rotate(360deg);
    line-height: 1;
}

.cars3 .item .project-date .br-right-bottom svg {
    width: 20px;
    height: 20px;
}

.cars3 .item .project-date .year {
    height: 50px;
    line-height: 20px;
    font-size: 21px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.cars3 .item .project-date .year span {
    color: var(--teritary-color);
    font-size: 14px;
    font-weight: 300;
    display: block;
}

/* ======= Cars 4 style ======= */
.cars4 {
    position: relative;
}

.cars4 h3 {
    color: var(--white-color);
    font-size: 21px;
}

/* sidebar */
.cars4 .sidebar-list {
    position: relative;
    display: block;
    padding: 0;
    background: #f2f2f2;
    border-radius: 20px;
    margin-top: -240px;
    z-index: 9;
}

.cars4 .sidebar-list .search {
    position: relative;
    background-color: var(--primary-color);
    padding: 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.cars4 .sidebar-list .search form {
    position: relative;
}

.cars4 .sidebar-list .search form input {
    width: 100%;
    padding: 19.5px 15px;
    border: 0;
    background: var(--white-color);
    margin-bottom: 0;
    border: none;
    color: var(--secondary-color);
}

.cars4 .sidebar-list .search form input::placeholder {
    color: var(--secondary-color);
}

.cars4 .sidebar-list .search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    transition: all 0.7s linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.cars4 .sidebar-list:hover .search form button {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    outline: none;
    transform: rotate(90deg);
    transition: all 0.7s linear;
}

.cars4 .sidebar-list .item {
    padding: 30px;
}

.cars4 .sidebar-list .item h5 {
    color: var(--secondary-color);
    font-size: 17px;
}

.cars4 .sidebar-list .item .filter-radio-group {
    margin-bottom: 30px;
}

.cars4 .sidebar-list .item .filter-radio-group:last-child {
    margin-bottom: 0px;
}

.cars4 .sidebar-list .item .filter-radio-group div {
    margin-bottom: 5px;
}

.cars4 .sidebar-list .item .filter-radio-group div:last-child {
    margin-bottom: 0;
}

.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked,
.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked+label,
.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    line-height: 12px;
    display: inline-block;
    color: var(--secondary-color);
}

.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked+label:before,
.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    background: transparent;
}

.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked+label:after,
.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked)+label:after {
    content: "\e64c";
    font-family: "themify";
    width: 14px;
    height: 14px;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    font-size: 8px;
    line-height: 16px;
    text-align: center;
    color: var(--secondary-color);
    transition: all 0.2s ease;
}

.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.cars4 .sidebar-list .item .filter-radio-group [type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/*  car listing */
.cars4 .car-list {
    position: relative;
}

.cars4 .car-list .item {}

.cars4 .car-list .item figure {
    margin: 0;
    position: relative;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    isolation: isolate;
}

.cars4 .car-list .item figure img {
    transition: all 0.5s;
}

.cars4 .car-list .item:hover figure img {
    filter: none;
    transform: scale(1.09, 1.09);
    transition: all 1s ease;
}

.cars4 .car-list .item h3 {
    font-size: 21px;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.cars4 .car-list .item p {
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.cars4 .car-list .item .content {
    width: 100%;
    padding: 30px;
    background: #f2f2f2;
    border-radius: 0 0 20px 20px;
}

.cars4 .car-list .item .content .cont {
    vertical-align: middle;
}

.cars4 .car-list .item .content .cont .features {
    padding: 5px 0;
    display: grid;
    grid-template-columns: 50% 50%;
}

.cars4 .car-list .item .content .cont .features span {
    color: var(--teritary-color);
}

.cars4 .car-list .item .content .cont .features span i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 14px;
}

.cars4 .car-list .item .content .cont .features p {
    margin-bottom: 0px;
    color: var(--teritary-color);
    text-align: right;
}

.cars4 .car-list .item .content .cont .book {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.cars4 .car-list .item .content .cont .book>div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.cars4 .car-list .item .content .cont .book>div:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.2em;
}

.cars4 .car-list .item .content .cont .book>div>span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

.cars4 .car-list .item .content .cont .book .price {
    font-size: 21px;
    line-height: 1.2em;
    color: var(--primary-color);
    font-weight: 700;
}

.cars4 .car-list .item .content .cont .book .price span {
    font-size: 14px;
    font-weight: 300;
    color: var(--teritary-color);
    margin-bottom: 0;
}

/* ======= Car Details style ======= */
.car-details {
    position: relative;
}
.car-details .section-padding {
    padding: 0px;
}
.car-details .thumbnail-container{
    padding-bottom: 66.66%;
}
.car-details h3 {
    color: var(--secondary-color);
    font-size: 21px;
}

.car-details .sidebar-car {
    position: relative;
    display: block;
    padding: 0;
    background: #f2f2f2;
    border-radius: 20px;
    margin-top: -225px;
    z-index: 9;
}

.car-details .sidebar-car .title {
    position: relative;
    background-color: var(--primary-color);
    padding: 35px 30px 25px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.car-details .sidebar-car .title h4 {
    font-family: "Outfit", sans-serif;
    font-size: 32px;
    color: var(--white-color);
    font-weight: 700;
    margin: 0;
}

.car-details .sidebar-car .title h4>span {
    font-family: "Outfit", sans-serif;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 300;
}

.car-details .sidebar-car .item {
    padding: 30px;
}

.car-details .sidebar-car .item .features {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 50% 50%;
}

.car-details .sidebar-car .item .features span {
    color: var(--primary-color);
    text-wrap: nowrap;
}

.car-details .sidebar-car .item .features span i {
    color: var(--teritary-color);
    margin-right: 10px;
    font-size: 14px;
    background: #333;
    padding: 10px;
    border-radius: 100%;
}

.car-details .sidebar-car .item .features p {
    margin-bottom: 0px;
    color: var(--primary-color);
    text-align: right;
}

/* double button */
.btn-double {
    position: relative;
    text-align: center;
    margin: 10px 0;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.btn-double:before {
    content: attr(data-grouptype);
    color: var(--white-color);
    font-weight: 300;
    display: block;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -28px;
    line-height: 28px;
    text-align: center;
}

.btn-double>a+a {
    margin-left: 0px;
}

.btn-double>a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.btn-double>a span {
    font-size: 17px;
    margin-right: 2px;
}

.btn-double>a:nth-of-type(1) {
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 30px 0 0 30px;
    padding: 15px 27px;
}

.btn-double>a:nth-of-type(1):hover {
    background: var(--teritary-color);
    color: var(--white-color);
}

.btn-double>a:nth-of-type(2) {
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 0 30px 30px 0;
    padding: 15px 27px;
}

.btn-double>a:nth-of-type(2):hover {
    background: var(--teritary-color);
    color: var(--white-color);
}

@media (max-width: 1199px) {
    .car-details .sidebar-car {
        margin-top: -188px;
    }
}

/* ======= Car Types 1 style ======= */
.car-types1 {
    position: relative;
}

.car-types1 .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}

.car-types1 .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.car-types1 .item:hover img {
    transform: scale(1.05);
}

.car-types1 .item .title {
    position: absolute;
    top: 0px;
    padding: 30px;
}

.car-types1 .item .title h4 {
    color: var(--white-color);
    font-size: 21px;
}

.car-types1 .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.car-types1 .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: var(--white-color);
}

.car-types1 .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    transform: rotate(270deg);
    line-height: 1;
}

.car-types1 .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.car-types1 .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    transform: rotate(270deg);
    line-height: 1;
}

.car-types1 .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.car-types1 .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    font-size: 14px;
    color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 100%;
    line-height: 60px;
}

.car-types1 .item:hover .curv-butn .icon {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    border-radius: 100%;
}

/* ======= Car Types 2 Style ======= */
.car-types2 {
    position: relative;
}

.car-types2 .container {
    position: relative;
}

.car-types2 .item {
    background: #f2f2f2;
    padding: 40px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

.car-types2 .item span {
    font-size: 75px;
    color: var(--primary-color);
    line-height: 0.5em;
    margin-bottom: 0px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.car-types2 .item h6 {
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-color);
    margin-bottom: 0;
}

.car-types2 .item .bg-icon {
    position: absolute;
    opacity: 0.02;
    z-index: -1;
    bottom: -75px;
    left: 75px;
}

.car-types2 .item .bg-icon span {
    font-size: 240px;
    color: #000;
}

.car-types2 .item:hover {
    background-color: var(--primary-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.car-types2 .item:hover span,
.car-types2 .item:hover h6 {
    color: var(--secondary-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.car-types2 .item:hover .bg-icon {
    opacity: 0.1;
    color: var(--secondary-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mt--80 {
    margin-top: -80px;
}

/* ======= Car Types 3 style ======= */
.car-types3 {
    position: relative;
}

.car-types3 .item {
    position: relative;
    padding: 45px 40px 0 40px;
    border-radius: 20px 20px 20px 0;
    background: #f2f2f2;
    z-index: 2;
    margin-bottom: 15px;
}

.car-types3 .item .text h5 {
    border-radius: 20px;
    color: var(--secondary-color);
    font-size: 21px;
}

.car-types3 .item .text p {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--teritary-color);
    margin-bottom: 25px;
}

.car-types3 .item .icon {
    display: flex;
    align-items: center;
    margin-left: -40px;
}

.car-types3 .item .icon .icon-w {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--primary-color);
    font-family: "Outfit", sans-serif;
    color: var(--secondary-color);
    text-align: center;
    transition: all 0.2s linear;
}

.car-types3 .item:hover .icon .icon-w {
    background: var(--secondary-color);
    color: var(--white-color);
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
}

.car-types3 .item .icon .icon-w i {
    overflow: hidden;
    background-color: transparent;
    font-style: normal;
    color: var(--secondary-color);
    font-weight: normal;
    font-size: 50px;
}

.car-types3 .item:hover .icon .icon-w i {
    background: transparent;
    color: var(--secondary-color);
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
}

.car-types3 .item:hover .icon .icon-w i.icon-show,
.car-types3 .item .icon .icon-w i.icon-hidden {
    display: none;
}

.car-types3 .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    width: 70px;
    height: 70px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
    vertical-align: middle;
}

.car-types3 .item .icon .icon-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 45px 0 0;
    background: var(--white-color);
    height: 100px;
    width: 100px;
}

.car-types3 .item .icon .icon-curv .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: var(--white-color);
}

.car-types3 .item .icon .icon-curv .shap-left-top {
    position: absolute;
    top: -23px;
    left: -4px;
    transform: rotate(270deg);
}

.car-types3 .item .icon .icon-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}

.car-types3 .item .icon .icon-curv .shap-right-bottom {
    position: absolute;
    bottom: -3px;
    right: -22px;
    transform: rotate(270deg);
}

.car-types3 .item .icon .icon-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

/* ======= Car Types 4 style ======= */
.car-types4 {
    position: relative;
}

.car-types4 .item {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.car-types4 .item .img {
    transition: all 0.5s;
    overflow: hidden;
    border-radius: 20px 20px 20px 0;
    isolation: isolate;
}

.car-types4 .item .img:hover img {
    filter: none;
    transform: scale(1.09, 1.09);
    transition: all 1s ease;
}

.car-types4 .item .img img {
    transition: all 0.5s;
}

.car-types4 .item .info {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: unset;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
}

.car-types4 .item .info .title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
    color: var(--white-color);
    transform: scale(2);
    opacity: 0;
    transition: 0.5s;
}

.car-types4 .item .info .subtitle {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: var(--white-color);
    transform: scale(1.2);
    opacity: 0;
    transition: 0.4s;
}

.car-types4 .item:hover .info .title {
    opacity: 0.9;
    transform: scale(1);
}

.car-types4 .item:hover .info .subtitle {
    opacity: 0.8;
    transform: scale(1);
}

.car-types4 .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.car-types4 .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: var(--white-color);
}

.car-types4 .item .curv-butn .icon i {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.car-types4 .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    transform: rotate(270deg);
    line-height: 1;
}

.car-types4 .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.car-types4 .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    transform: rotate(270deg);
    line-height: 1;
}

.car-types4 .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.car-types4 .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.car-types4 .item:hover .curv-butn .icon {
    background: var(--teritary-color);
    border: 1px solid var(--teritary-color);
    color: var(--white-color);
    border-radius: 100%;
}

/* ======= Services Box style ======= */
.services-box {
    position: relative;
}

.services-box .container {
    position: relative;
    z-index: 2;
}

.services-box .item {
    background: #f2f2f2;
    padding: 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
}

.services-box .item.active {
    background: var(--primary-color);
}

.services-box .item:hover {
    background: var(--primary-color);
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.services-box .item h5 {
    font-size: 21px;
    color: var(--secondary-color);
}

.services-box .item.active h5 {
    color: var(--secondary-color);
}

.services-box .item:hover h5 {
    color: var(--secondary-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-box .item p {
    color: var(--teritary-color);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.services-box .item.active p {
    color: var(--secondary-color);
}

.services-box .item:hover p {
    color: var(--secondary-color);
}

.services-box .item span {
    font-size: 21px;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    transition: 0.5s;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #333;
    border-radius: 100%;
    text-align: center;
}

.services-box .item.active span {
    color: var(--primary-color);
    background: var(--secondary-color);
}

.services-box .item:hover span {
    color: var(--white-color);
    background: var(--secondary-color);
}

.services-box .item i {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    transition: 0.5s;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #333;
    border-radius: 100%;
    text-align: center;
    font-style: normal;
}

.services-box .item.active i {
    color: var(--primary-color);
    background: var(--secondary-color);
}

.services-box .item:hover i {
    color: var(--white-color);
    background: var(--secondary-color);
}

.services-box .item .numb {
    font-size: 120px;
    position: absolute;
    bottom: -25px;
    right: -10px;
    color: rgba(0, 0, 0, 0.3);
    opacity: 0.2;
}

.services-box .item.active .numb {
    color: rgba(255, 255, 255, 0.5);
}

.services-box .item:hover .numb {
    color: rgba(255, 255, 255, 0.5);
}

/* ======= Services 1 style ======= */
.services1 {
    position: relative;
    overflow: hidden;
}

.services1 .item {
    position: relative;
    padding: 50px 40px 0 40px;
    border-radius: 20px 20px 20px 0;
    background: #f2f2f2;
    z-index: 2;
    margin-bottom: 15px;
}

.services1 .item .text h5 {
    border-radius: 20px;
    font-family: "Outfit", sans-serif;
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 21px;
}

.services1 .item .text p {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 186%;
    color: var(--teritary-color);
    margin-bottom: 20px;
}

.services1 .item .numb {
    display: flex;
    align-items: center;
    margin-left: -40px;
}

.services1 .item .numb .number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #222;
    font-family: "Outfit", sans-serif;
    color: var(--white-color);
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.services1 .item:hover .numb .number {
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
}

.services1 .item .numb .numb-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: var(--white-color);
    height: 90px;
    width: 90px;
}

.services1 .item .numb .numb-curv .shap-left-top {
    position: absolute;
    top: -23px;
    left: -4px;
    transform: rotate(270deg);
}

.services1 .item .numb .numb-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}

.services1 .item .numb .numb-curv .shap-right-bottom {
    position: absolute;
    bottom: -2px;
    right: -22px;
    transform: rotate(270deg);
}

.services1 .item .numb .numb-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

.services1 p span {
    background-color: #333;
    color: var(--white-color);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    align-items: middle;
    margin-right: 10px;
    font-size: 10px;
}

/* ======= Services 2 style ======= */
.services2 {
    position: relative;
}

.services2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
    border-radius: 20px 20px 20px 0;
}

.services2 .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.services2 .item:hover img {
    transform: scale(1.05);
}

.services2 .item .title {
    position: absolute;
    bottom: 0px;
    padding: 30px 15px 30px 110px;
    width: 100%;
    text-align: right;
}

.book-online.services2 .item .title {
    padding: 30px 15px 20px 110px;
}

.book-online.services2 .item .title .time,
.book-online.services2 .item .title .price {
    text-align: left;
    color: #ffffffb3;
    margin-top: 10px;
    line-height: 100%;
    font-size: 18px;
}

.services2 .item .title h4 {
    color: var(--white-color);
    font-size: 21px;
    margin-bottom: 0;
    text-align: left;
}

.services2 .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.services2 .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: var(--white-color);
}

/* show and hidden class */
/* .services2 .item .curv-butn .icon {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
} */

.services2 .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    transform: rotate(270deg);
    line-height: 1;
}

.services2 .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.services2 .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    transform: rotate(270deg);
    line-height: 1;
}

.services2 .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.services2 .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.services2 .item:hover .curv-butn .icon {
    background-color: var(--teritary-color);
    border: 1px solid var(--teritary-color);
    color: var(--white-color);
    border-radius: 100%;
}

/* ======= Service Details style ======= */
.service-details {
    position: relative;
}

.service-details h3 {
    color: var(--secondary-color);
    font-size: 21px;
}

.service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
    background: #f2f2f2;
    border-radius: 20px;
    margin-top: -215.5px;
    z-index: 9;
}

.service-details .sidebar-page .title {
    position: relative;
    background-color: var(--primary-color);
    padding: 35px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.service-details .sidebar-page .title h4 {
    font-size: 21px;
    line-height: 1.2em;
    color: var(--white-color);
    margin: 0;
}

.service-details .sidebar-page .title h4>span {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 400;
}

.service-details .sidebar-page .item {
    padding: 40px 30px;
}

.service-details .sidebar-page .item .features {
    grid-template-columns: 50% 50%;
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
}

.service-details .sidebar-page .item .features::before,
.service-details .sidebar-page .item .features::after {
    display: none;
}

.service-details .sidebar-page .item .features+.features {
    margin-top: 0px;
}

.service-details .sidebar-page .item .features span {
    color: var(--secondary-color);
}

.service-details .sidebar-page .item .features span i {
    color: var(--primary-color);
    margin-right: 15px;
    font-size: 11px;
}

.service-details .sidebar-page .item .features p {
    margin-bottom: 0px;
    color: var(--white-color);
    text-align: right;
}

.service-details .sidebar-page .item .features:hover span i,
.service-details .sidebar-page .item .features.active span i {
    transition: all 0.2s linear;
}

.service-details .sidebar-page .item .features:hover,
.service-details .sidebar-page .item .features.active {
    background: var(--primary-color);
    color: var(--white-color);
    transition: all 0.2s linear;
    border-radius: 15px;
}

.service-details .sidebar-page .item .features:hover span i,
.service-details .sidebar-page .item .features.active span i {
    color: var(--white-color);
}

.service-details .sidebar-page .item .features:hover span,
.service-details .sidebar-page .item .features.active span {
    color: var(--white-color);
}

@media (max-width:1199px) {
    .service-details .sidebar-page {
        margin-top: -175.5px;
    }
}

@media (max-width:991px) {
    .service-details .sidebar-page {
        margin-top: 30px;
    }
}

/* ======= Process style ======= */
.process {
    position: relative;
    overflow: hidden;
}

.process .item {
    position: relative;
    padding: 60px 40px 0 40px;
    border-radius: 20px 20px 20px 0;
    background: #f2f2f2;
    z-index: 2;
}

.process .item .text h5 {
    border-radius: 20px;
    font-family: "Outfit", sans-serif;
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 21px;
}

.process .item .text p {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 186%;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.process .item .numb {
    display: flex;
    align-items: center;
    margin-left: -40px;
}

.process .item .numb .number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f2f2f2;
    font-family: "Outfit", sans-serif;
    color: var(--teritary-color);
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border: 1px solid #f2f2f2;
}

.process .item .numb .numb-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: var(--white-color);
}

.process .item .numb .numb-curv .shap-left-top {
    position: absolute;
    top: -23px;
    left: -4px;
    transform: rotate(270deg);
}

.process .item .numb .numb-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}

.process .item .numb .numb-curv .shap-right-bottom {
    position: absolute;
    bottom: -3px;
    right: -22px;
    transform: rotate(270deg);
}

.process .item .numb .numb-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

.process p span {
    background-color: var(--teritary-color);
    color: var(--white-color);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    align-items: middle;
    margin-right: 10px;
    font-size: 10px;
}

/* ======= Process Number style  ======= */
.process-number {
    position: relative;
}

.process-number .item {
    position: relative;
    background-color: var(--primary-color);
    padding: 60px 0 60px 30px;
    border-radius: 20px;
    border: none;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}

.process-number .item:hover {
    background-color: #f2f2f2;
    transform: translateY(-20px);
}

.process-number .item .con {
    position: relative;
    padding-right: 60px;
}

.process-number .item .con .no {
    position: absolute;
    font-size: 240px;
    font-weight: 900;
    color: var(--secondary-color);
    text-align: right;
    top: -40px;
    width: 100%;
    line-height: 1;
    right: -20px;
}

.process-number .item .con h5 {
    font-size: 21px;
    color: var(--secondary-color);
}

.process-number .item .con p {
    color: #222;
    margin-bottom: 0px;
}

.process-number .item:hover .con .no {
    color: rgba(0, 0, 0, 0.1);
    opacity: 0.5;
}

.process-number .item:hover .con h5 {
    color: var(--secondary-color);
}

.process-number .item:hover .con p {
    color: #222;
}

/* ======= Testimonials style ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonials .item {
    position: relative;
    padding: 40px 40px 0px;
    border-radius: 20px 20px 20px 0;
    background: #f2f2f2;
}

.testimonials .item .stars {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px 10px 20px;
    border-radius: 0 0 0 20px;
    color: var(--teritary-color);
    background: var(--white-color);
}

.testimonials .item .stars i {
    font-size: 10px;
}

.testimonials .item .stars .shap-left-top {
    position: absolute;
    top: -3px;
    left: -20px;
    transform: rotate(90deg);
}

.testimonials .item .stars .shap-left-top svg {
    width: 24px;
    height: 24px;
}

.testimonials .item .stars .shap-right-bottom {
    position: absolute;
    bottom: -25px;
    right: -3px;
    transform: rotate(90deg);
}

.testimonials .item .stars .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

.testimonials .item i.fa-quote-left {
    color: var(--teritary-color);
    font-size: 45px;
    margin-bottom: 10px;
}

.testimonials .item .text h5 {
    border-radius: 20px;
    font-family: "Outfit", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
}

.testimonials .item .text p {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 186%;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.testimonials .item .info {
    display: flex;
    align-items: center;
    margin-left: -40px;
}

.testimonials .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials .item .info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials .item .info h6 {
    font-family: "Outfit", sans-serif;
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonials .item .info p {
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    color: var(--teritary-color);
    margin-bottom: 0;
}

.testimonials .item .img-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: var(--white-color);
}

.testimonials .item .img-curv .shap-left-top {
    position: absolute;
    top: -23px;
    left: -3px;
    transform: rotate(270deg);
}

.testimonials .item .img-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}

.testimonials .item .img-curv .shap-right-bottom {
    position: absolute;
    bottom: -3px;
    right: -22px;
    transform: rotate(270deg);
}

.testimonials .item .img-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

/* =======  Gallery Image style  ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

.gallery-filter li {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: var(--secondary-color);
}

.gallery-filter li:last-child {
    margin-right: 0;
}

.gallery-filter li.active {
    color: var(--primary-color);
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid var(--primary-color);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-filter li:hover {
    color: var(--primary-color);
}

.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-size: cover;
    clip-path: inset(0 0 0 0);
    transition: all 1.25s cubic-bezier(0.01, 0.71, 0.26, 0.94);
    border-radius: 7px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;
    /* text-align: center; */
    border-radius: 20px;
    isolation: isolate;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    transition: all 0.5s;
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    transition: all 0.5s;
}

.gallery-box:hover .gallery-img>img {
    filter: none;
    transform: scale(1.09, 1.09);
    transition: all 1s ease;
}

.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 30px 20px;
    bottom: 0;
}

.gallery-box .gallery-detail h4 {
    font-size: 14px;
    font-weight: 300;
    color: var(--white-color);
    margin-bottom: 0;
}

.gallery-box .gallery-detail p {
    color: var(--primary-color);
    margin-bottom: 0;
}

.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}

/* magnific popup custom */
.mfp-counter {
    display: none;
}

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

/* ======= Video Gallery style ======= */
.vid-icon {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.vid-icon:hover img {
    filter: none;
    transform: scale(1.09, 1.09);
    transition: all 1s ease;
}

.video-gallery-button {
    position: relative;
    margin: auto;
    transform: scale(1.3);
    z-index: 4;
    margin-right: 20px;
    float: left;
}

.video-gallery-polygon {
    z-index: 2;
    padding-right: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--secondary-color);
    padding: 12px 11px 12px 13px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}

.video-gallery-polygon:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.video-gallery-polygon {
    font-size: 21px;
}

.video-gallery {
    position: relative;
}

.video-gallery .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
    isolation: isolate;
}

.video-gallery .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.video-gallery .item:hover img {
    transform: scale(1.05);
}

.video-gallery .item .title {
    position: absolute;
    top: 0px;
    padding: 30px;
}

.video-gallery .item .title h4 {
    color: var(--white-color);
    font-size: 21px;
    text-transform: uppercase;
}

.video-gallery .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.video-gallery .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: var(--white-color);
}

.video-gallery .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    transform: rotate(270deg);
    line-height: 1;
}

.video-gallery .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.video-gallery .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    transform: rotate(270deg);
    line-height: 1;
}

.video-gallery .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.video-gallery .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    font-size: 21px;
    color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 100%;
    line-height: 60px;
}

.video-gallery .item:hover .curv-butn .icon {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    border-radius: 100%;
}

/* ======= Video Popup style ======= */
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}

.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 2;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    transition: all 0.5s;
    transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.video-wrapper {}

.video-wrapper .vid {
    position: relative;
    z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
    color: var(--teritary-color);
}

.video-wrapper .vid .vid-butn:hover .icon:before {
    transform: scale(0);
}

.video-wrapper .vid .vid-butn .icon {
    color: var(--white-color);
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    position: relative;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.video-wrapper .vid .vid-butn .icon:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    z-index: -1;
}

.video-wrapper .vid .vid-butn:hover .icon::after {
    border-color: var(--teritary-color);
}

.video-wrapper .vid .vid-butn .icon:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}

.accordion-box .block {
    position: relative;
    background: #f2f2f2;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
}

.accordion-box .block.active-block {}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 30px;
    padding-right: 60px;
    color: var(--secondary-color);
    /* transition: all 500ms ease; */
    font-family: "Outfit", sans-serif;
}

.accordion-box .block .acc-btn .count {
    color: var(--primary-color);
    padding-right: 5px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
}

.accordion-box .block .acc-btn.active .count {
    color: var(--white-color);
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 24px;
    height: 30px;
    font-size: 11px;
    color: var(--primary-color);
    line-height: 30px;
    content: "\e649";
    font-family: "themify";
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.accordion-box .block .acc-btn.active:before {
    color: var(--white-color);
    font-family: "themify";
    content: "\e64b";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 30px;
    color: var(--secondary-color);
    border-radius: 0px 0px 20px 20px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    color: var(--primary-color);
}

/* ======= Price style  ======= */
.price .item {
    padding: 60px 45px;
    border-radius: 20px;
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.price .item h3 {
    font-family: "Outfit", sans-serif;
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25em;
}

.price .item h3 span {
    font-weight: 300;
    font-size: 10px;
    display: block;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.price .item p {
    font-size: 14px;
    font-weight: 300;
    color: var(--teritary-color);
    margin-bottom: 0;
}

.price .item ul {
    margin: 0;
    padding-left: 15px;
}

.price .item li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.price .item li:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}

.price .item .dot-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.price .item .dot-list li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--primary-color);
}

.price .item .dot-list li:last-of-type {
    margin-bottom: 0;
}

/* arrow */
.price .item .rmore {
    position: absolute;
    top: -15px;
    right: -15px;
    background: var(--white-color);
    padding: 15px;
    border-radius: 0 0 0 45px;
    transition: all 0.4s;
    opacity: 0;
}

.price .item .rmore .arrow {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    transition: all 0.4s;
    font-size: 21px;
    color: var(--secondary-color);
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
}

.price .item .rmore .arrow span {
    color: var(--secondary-color);
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    align-self: flex-start;
    margin-right: 2px;
}

/* arrow hover */
.price .item:hover .rmore {
    opacity: 1;
    top: 0px;
    right: 0px;
}

.price .item .rmore:hover .arrow {
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    color: var(--white-color);
}

.price .item .rmore:hover .arrow span {
    color: var(--white-color);
}

/* active */
.price .item .rmore.active {
    opacity: 1;
    top: 0px;
    right: 0px;
}

.price .item .rmore .arrow.active {
    background: var(--primary-color);
}

.price .item .rmore .arrow.active i {
    color: var(--secondary-color);
}

/* border */
.price .item .rmore .br-left-top {
    position: absolute;
    top: 0;
    left: -20px;
    transform: rotate(90deg);
    line-height: 1;
}

.price .item .rmore .br-left-top svg {
    width: 20px;
    height: 20px;
}

.price .item .rmore .br-right-bottom {
    position: absolute;
    bottom: -20px;
    right: 0;
    transform: rotate(90deg);
    line-height: 1;
}

.price .item .rmore .br-right-bottom svg {
    width: 20px;
    height: 20px;
}

/* ======= Clients style ======= */
.clients {
    /* background: #f2f2f2; */
    background: var(--white-color);
}

.clients .owl-carousel {
    margin: 20px 0;
}

.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}

.clients .clients-logo:hover {
    opacity: 1;
}

.clients img {
    -webkit-filter: none;
    filter: none;
}

.clients img:hover {
    filter: grayscale(100%);
    transition: all 0.5s;
}

/* ======= Booking style ======= */
.booking-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5%;
    z-index: 5;
}

.booking2-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.booking-inner {
    position: relative;
    border-radius: 0;
}

.form1 {
    display: block;
    padding: 0;
    position: relative;
}

.form1.brdr {
    padding: 15px 15px 0 15px;
    background: var(--white-color);
    border-radius: 60px;
}

.form1 label {
    display: none;
}

.form1 .col1 {
    float: left;
    width: 17%;
}

.form1 .col2 {
    float: left;
    width: 17%;
}

.form1 .col3 {
    float: left;
    width: 15%;
}

.form1 .c1 {
    border-right: 1px solid #f2f2f2;
    height: 60px;
    margin-bottom: 15px;
}

.form1 .c2 {
    border-right: 0px solid #f2f2f2;
    height: 60px;
    margin-bottom: 15px;
}

.form1 .c3 {
    border-right: 1px solid #f2f2f2;
    height: 60px;
    margin-bottom: 15px;
}

.form1 .c4 {
    border-right: 1px solid #f2f2f2;
    height: 60px;
    margin-bottom: 15px;
}

.form1 .c5 {
    border-right: 1px solid #f2f2f2;
    height: 60px;
    margin-bottom: 15px;
}

.ui-datepicker .ui-datepicker-header {
    background: var(--white-color);
    border: var(--primary-color);
    color: var(--white-color);
}

.ui-datepicker {
    font-size: 14px;
    color: var(--teritary-color);
    background: var(--white-color);
    z-index: 9999 !important;
    border: 1px solid #f2f2f2;
    border-radius: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f2f2f2;
    background: transparent;
    color: var(--teritary-color);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid var(--primary-color);
    background: var(--white-color);
    font-weight: normal;
    color: var(--secondary-color);
}

.ui-datepicker .ui-datepicker-prev:after {
    font-size: 10px;
    content: "\e64a";
    font-family: "themify";
    color: var(--secondary-color);
}

.ui-datepicker .ui-datepicker-next:before {
    font-size: 10px;
    content: "\e649";
    font-family: "themify";
    color: var(--secondary-color);
    float: right;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent;
    border: 1px solid transparent;
}

.booking-button {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    border-radius: 30px;
}

.booking-button:hover {
    background: var(--teritary-color);
    color: var(--white-color);
}

.booking-button:focus {
    outline: none;
}

.input1_inner {
    position: relative;
    position: relative;
}

.input1_inner:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 11px;
    color: var(--primary-color);
    line-height: 1;
    z-index: 99999;
}

.input1_inner input {
    display: block;
    width: 100%;
    font-size: 14px;
    color: var(--secondary-color);
    padding: 15px 20px;
    background: var(--white-color);
    border: none;
    box-shadow: none;
    border-radius: 30px;
    line-height: 28px;
}

.input1_inner input::placeholder {
    font-size: 14px;
    color: var(--secondary-color);
}

.input1_inner input:focus {
    outline: none;
    box-shadow: none;
    background: var(--white-color);
    color: var(--teritary-color);
}

.select1_wrapper {
    margin-bottom: 0;
}

.select1_inner {
    position: relative;
}

.select1_inner:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    pointer-events: none;
    content: "\e64b";
    font-family: "themify";
    font-size: 10px;
    color: var(--primary-color);
    font-weight: normal;
    line-height: 15px;
}

.select2 {
    width: 100%;
    background: var(--white-color);
    margin-bottom: 15px;
    /*    border: 1px solid transparent;*/
    border-radius: 30px;
}

.input1_wrapper {
    margin-bottom: 15px;
}

.select2 *:focus {
    outline: none !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px;
}

.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
    width: 100%;
}

.selection {
    display: inline-flex;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 28px;
    padding: 15px 20px;
    color: var(--secondary-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 99;
    min-width: 0px;
    border: none;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #f2f2f2;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #f2f2f2;
}

.select2-results__option {
    padding: 10px 30px;
    background: var(--white-color);
    font-size: 14px;
    line-height: 20px;
    color: var(--teritary-color);
    border-top: 1px solid #f2f2f2;
    text-align: center;
}

.select2-results__option:first-child {
    border-top: none;
}

.small .select2-results__option {
    padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: var(--primary-color);
    color: var(--white-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--primary-color);
    color: var(--white-color);
}

/* responsive */
@media (max-width: 1259.98px) {
    .booking2-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .booking2-wrapper {
        margin-bottom: 40px;
    }

    .form1 .col1 {
        width: 50%;
        border-bottom: 1px solid #222;
    }

    .form1 .c2 {
        border-right: none;
    }

    .form1 .col2 {
        width: 25%;
    }

    .form1 .col3 {
        width: 25%;
    }

    .booking-wrapper {
        position: relative;
        bottom: auto;
        padding: 30px 0;
    }
}

@media (max-width: 767.98px) {
    .form1 .col1 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #f2f2f2;
    }

    .form1 .col2 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #f2f2f2;
    }

    .form1 .col3 {
        width: 100%;
        border-right: 0;
    }

    .booking-button:after {
        background: none;
    }
}

/* booking form */
.booking-box {
    position: relative;
    background: #f2f2f2;
    padding: 60px 40px;
    margin-bottom: -60px;
    border-radius: 20px;
}

.booking-box .head-box h6 {
    font-size: 10px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.booking-box .head-box h4 {
    font-size: 35px;
    margin-bottom: 30px;
    color: var(--white-color);
    line-height: 1em;
    font-weight: 700;
}

.booking-box .head-box h4 span {
    color: #222;
}

@media screen and (max-width: 991px) {
    .booking-box {
        margin-bottom: 90px;
        margin-bottom: 0px;
        padding: 35px 20px;
    }
}

/* ======= Blog 1 style ======= */
.blog1 {
    position: relative;
    overflow: hidden;
}

.blog1 .item {
    margin-bottom: 15px;
}

.blog1 .item .img {
    overflow: hidden;
    border-radius: 20px;
    isolation: isolate;
}

.blog1 .item .img img {
    width: 100%;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.blog1 .item:hover .img img {
    filter: none;
    transform: scale(1.1, 1.1);
    transition: all 1s ease;
}

.blog1 .item .wrapper {
    background-color: #f2f2f2;
    padding: 0.1px 30px 40px 30px;
    margin: -45px 20px 0 20px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    transition: all ease 0.4s;
}

.blog1 .item .wrapper .date {
    margin: -20px 0 20px 0;
}

.blog1 .item .wrapper .date a {
    display: inline-block;
    font-size: 12px;
    padding: 14px 21px;
    line-height: 1;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 7px;
}

.blog1 .item .wrapper .date a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.blog1 .item .wrapper .con {
    overflow: hidden;
    position: relative;
    transition: all ease 0.4s;
    padding-bottom: 0;
}

.blog1 .item .wrapper .con .category {
    margin: 0 0 15px 0;
}

.blog1 .item .wrapper .con .category a {
    color: var(--teritary-color);
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
}

.blog1 .item .wrapper .con .category a i {
    transition: all ease 0.4s;
    color: var(--secondary-color);
    margin-right: 5px;
    font-size: 12px;
}

.blog1 .item .wrapper .con .text {
    font-family: "Outfit", sans-serif;
    font-size: 21px;
    color: var(--secondary-color);
    font-weight: 700;
    margin: 0;
    line-height: 1.5em;
}

.blog1 .item .wrapper .con .icon-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(60px);
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    padding: 0;
    width: 55px;
    height: 55px;
    line-height: 58px;
    font-size: 14px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--secondary-color);
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.blog1 .item .wrapper .con .icon-btn:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
}

.blog1 .item:hover .wrapper {
    margin-top: -104px;
    background-color: #f2f2f2;
    border-color: transparent;
}

.blog1 .item:hover .wrapper .con {
    padding-bottom: 70px;
}

.blog1 .item:hover .wrapper .con .category a {
    color: var(--teritary-color);
}

.blog1 .item:hover .wrapper .con .category a i {
    color: var(--primary-color);
}

.blog1 .item:hover .wrapper .con .category a:hover {
    color: var(--secondary-color);
}

.blog1 .item:hover .wrapper .con .text a {
    color: var(--secondary-color);
}

.blog1 .item:hover .wrapper .con .text a:hover {
    color: var(--secondary-color);
}

.blog1 .item:hover .wrapper .con .icon-btn {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* ======= Blog 2 style ======= */
.blog2 {
    position: relative;
}

.blog2 .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}

.blog2 .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.blog2 .item:hover img {
    transform: scale(1.05);
}

.blog2 .item .title {
    position: absolute;
    bottom: 0px;
    padding: 0 20px 25px 110px;
    width: 100%;
    text-align: right;
}

.blog2 .item .title h6 {
    color: var(--primary-color);
    font-size: 10px;
    line-height: 10px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog2 .item .title h4 {
    color: var(--white-color);
    font-size: 21px;
    margin-bottom: 0;
}

.blog2 .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 0 45px 0 0;
}

.blog2 .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: var(--white-color);
}

.blog2 .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    transform: rotate(270deg);
    line-height: 1;
}

.blog2 .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.blog2 .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -23px;
    transform: rotate(270deg);
    line-height: 1;
}

.blog2 .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.blog2 .item .curv-butn .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    transition: all 0.2s linear;
    background: var(--primary-color);
}

.blog2 .item:hover .curv-butn .icon {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    border-radius: 100%;
}

/* show and hidden class */
.blog2 .item .curv-butn .icon i {
    font-weight: 300;
    font-style: normal;
}

.blog2 .item .curv-butn .icon i span {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    line-height: 15px;
    vertical-align: middle;
    font-size: 21px;
}

.blog2 .item .curv-butn .icon i span i {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
}

.blog2 .item:hover .curv-butn .icon i.icon-show,
.blog2 .item .curv-butn .icon i.icon-hidden {
    display: none;
}

.blog2 .item:hover .curv-butn .icon i.icon-hidden {
    display: inline;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
    vertical-align: middle;
}

/* ======= Blog 3 style ======= */
.blog3 .item {
    margin-bottom: 30px;
}

.blog3 .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    isolation: isolate;
}

.blog3 .post-img:hover img {
    filter: none;
    transform: scale(1.05, 1.05);
    transition: all 1s ease;
}

.blog3 .post-img a {
    display: block;
}

.blog3 .post-img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog3 .post-cont {
    padding: 40px;
    border-radius: 0 0 20px 20px;
    background: #f2f2f2;
}

.blog3 .post-cont .tag {
    display: block;
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 0px;
}

.blog3 .post-cont h5,
.blog3 .post-cont h5 a {
    color: var(--secondary-color);
    font-size: 28px;
    line-height: 1.25em;
}

.blog3 .post-cont .category a {
    margin-right: 5px;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
    color: var(--secondary-color);
    display: inline-block;
    transition: all 500ms ease;
    letter-spacing: 0;
}

.blog3 .post-cont .category a:hover {
    color: var(--primary-color);
}

.blog3 .post-cont .category a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--primary-color);
    content: "";
    transition: all 500ms ease;
}

.blog3 .post-cont .category a:last-child {
    margin-right: 15px;
}

.blog3 .post-cont .category a:last-child:after {
    display: none;
}

.blog3 .post-cont .calendar a {
    margin-right: 5px;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
    color: var(--teritary-color);
    display: inline-block;
    transition: all 500ms ease;
    letter-spacing: 0;
}

.blog3 .post-cont .calendar a:hover {
    color: var(--secondary-color);
}

/* blog3 sidebar */
.blog3-sidebar .widget {
    background: #f2f2f2;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: none;
}

.blog3-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog3-sidebar .widget ul li {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.blog3-sidebar .widget ul li a {
    color: var(--teritary-color);
}

.blog3-sidebar .widget ul li a.active {
    color: var(--teritary-color);
}

.blog3-sidebar .widget ul li a:hover {
    color: var(--primary-color);
}

.blog3-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog3-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}

.blog3-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog3-sidebar .widget .recent .thum {
    width: 130px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}

.blog3-sidebar .widget .recent a {
    display: block;
    margin-left: 145px;
}

.blog3-sidebar .widget-title {
    margin-bottom: 15px;
}

.blog3-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 21px;
    line-height: 186%;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.blog3-sidebar .search form {
    position: relative;
}

.blog3-sidebar .search form input {
    width: 100%;
    padding: 19.5px 15px;
    border: 0;
    background: var(--white-color);
    margin-bottom: 0;
    border: none;
    color: var(--teritary-color);
}

.blog3-sidebar .search form input::placeholder {
    color: var(--teritary-color);
}

.blog3-sidebar .search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    transition: all 0.7s linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.blog3-sidebar:hover .search form button {
    background-color: var(--secondary-color);
    color: var(--white-color);
    outline: none;
    transform: rotate(90deg);
    transition: all 0.7s linear;
}

.blog3-sidebar .tags li {
    margin: 4px !important;
    padding: 7px 21px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    float: left;
    border-radius: 20px;
}

.blog3-sidebar ul.tags li a {
    font-size: 12px;
    color: var(--secondary-color);
}

.blog3-sidebar ul.tags li:hover,
.blog3-sidebar ul.tags li:hover a {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

/* ======= Post style ======= */
.post {
    position: relative;
}

.post h4 {
    font-size: 30px;
    margin-bottom: 15px;
    color: var(--white-color);
}

.post h4 span {
    color: var(--primary-color);
}

.post .form-box {
    background: transparent;
}

.post .form-box h5 {
    font-size: 21px;
    color: var(--secondary-color);
}

.post .section {}

.post .section h6 {
    font-size: 17px;
    color: var(--secondary-color);
}

.post .section h6 span {
    font-size: 12px;
    color: var(--teritary-color);
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0;
    display: block;
    text-transform: none;
}

.post .section .wrap {
    display: flex;
    margin-bottom: 60px;
}

.post .section .wrap .user {
    margin-right: 20px;
    flex: 0 0 auto;
}

.post .section .wrap .user img {
    border-radius: 100%;
    width: 90px;
    border: 1px solid #ececec;
    padding: 4px;
}

.post .section .wrap .cont {}

.post .section .wrap .cont .repay {
    font-size: 10px;
    color: var(--white-color);
    margin: 0;
    font-weight: 300;
}

.post .section .wrap .cont a.repay:hover {
    color: var(--primary-color);
}

/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap li a {
    background: #f2f2f2;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--secondary-color);
    font-weight: 300;
    border: 1px solid #f2f2f2;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.pagination-wrap li a i {
    font-size: 11px;
}

.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--secondary-color);
    transform: translate3d(0px, -6px, 0.01px);
}

.pagination-wrap li a.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--secondary-color);
}

@media screen and (max-width: 768px) {
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}

/* prev/next post */
.post-prev-next {
    padding: 45px 0;
    border: none;
    border-top: 1px solid var(--white-color);
    background-color: var(--white-color);
}

@media (max-width: 576px) {
    .post-prev-next {
        text-align: center;
    }

    .post-prev-next-left {
        margin-bottom: 10px;
    }
}

.post-prev-next a {
    display: inline-block;
    font-size: 14px;
    color: var(--teritary-color);
    line-height: 1em;
}

.post-prev-next a i {
    font-size: 28px;
    color: var(--primary-color);
}

.post-prev-next a i:hover,
.post-prev-next a:hover {
    color: var(--primary-color);
}

.post-prev-next .post-prev-next-left a i {
    margin-right: 5px;
    font-size: 13px;
}

.post-prev-next .post-prev-next-right a i {
    font-size: 13px;
    margin-left: 0;
    margin-left: 5px;
}

/* ======= Contact style ======= */
.contact p {
    color: var(--teritary-color);
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact p b {
    color: var(--secondary-color);
    font-weight: 700;
}

.contact .title {
    color: var(--secondary-color);
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.contact .con {
    display: flex;
    color: var(--teritary-color);
    text-decoration: none;
}

.contact .con .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    text-align: center;
    background: transparent;
    font-size: 21px;
    color: var(--white-color);
}

.contact .con .icon .img {
    border-radius: 0;
    border: 1px solid var(--primary-color);
}

.contact .con .icon img {
    background: transparent;
    padding: 13px;
}

.contact .con .text {
    color: var(--teritary-color);
    line-height: 1.5em;
}

/* contact form */
/* opening-hours list */
.opening-hours ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 320px;
}

.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span {
    display: table-cell;
    white-space: nowrap;
}

.opening-hours ul li {
    margin-bottom: 15px;
    font-size: 14px;
}

.opening-hours ul li:last-of-type {
    margin-bottom: 0;
}

.opening-hours ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: var(--teritary-color);
}

.opening-hours ul li .tit {
    padding-right: 10px;
    color: var(--teritary-color);
}

.opening-hours ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 2px dashed #202020;
    position: relative;
    top: -7px;
}

.google-map {
    width: 100%;
    filter: grayscale(100%);
    height: 340px;
    overflow: hidden;
    border-radius: 20px;
}

/* ======= Contact Box style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}

.contact-box .container {
    position: relative;
    z-index: 2;
}

.contact-box .item {
    background: var(--white-color);
    padding: 60px 30px;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    height: 100%;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
}

.contact-box .item.active {
    background: var(--primary-color);
}

.contact-box .item:hover {
    background: var(--primary-color);
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.contact-box .item .title {
    font-size: 21px;
    color: var(--secondary-color);
    margin-bottom: 6px;
}

.contact-box .item.active .title {
    color: var(--white-color);
}

.contact-box .item:hover .title {
    color: var(--white-color);
    transition: 0.5s;
}

.contact-box .item a,
.contact-box .item p {
    color: var(--teritary-color);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    display: block;
}
.contact-box .item a + a{
    margin-top: 10px;
}

.contact-box .item.active a,
.contact-box .item.active p {
    color: var(--white-color);
}

.contact-box .item:hover a,
.contact-box .item:hover p {
    color: var(--white-color);
}

.contact-box .item span {
    font-size: 35px;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-box .item.active span {
    color: var(--white-color);
}

.contact-box .item:hover span {
    color: var(--white-color);
}

.contact-box .item i.numb {
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    color: rgba(0, 0, 0, 0.15);
    opacity: 0.2;
}

.contact-box .item.active i.numb {
    color: var(--white-color);
}

.contact-box .item:hover .numb {
    color: var(--white-color);
}

/* ======= 404 style ======= */
body:has(.page-without-ib) .header-main-01{
    background-color: var(--white-color);
    padding: 15px 0px;
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    position: relative;
}
body:has(.page-without-ib) .header-main-01 .part-01{
    display: none;
}
body:has(.page-without-ib) .header-main-01 .part-01.sticky-part-01{
    display: block;
    max-width: 170px;
}
body:has(.page-without-ib) .header-main-01 .menu>ul>li>a{
    padding: 18px;
    color: var(--primary-color);
}
body:has(.page-without-ib) .header-main-01 .menu>ul>li>a:hover{
    color: var(--teritary-color);
}
body:has(.page-without-ib) .header-main-01 .menu>ul .sub-menu{
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
body:has(.page-without-ib) .header-main-01 .part-03 .c-wrap .icon {
    border-color: var(--secondary-color);
}
body:has(.page-without-ib) .header-main-01 .part-03 .c-wrap .icon, body:has(.page-without-ib) .header-main-01 .part-03 .c-wrap .text p, body:has(.page-without-ib) .header-main-01 .part-03 .c-wrap .text h5, body:has(.page-without-ib) .header-main-01 .part-03 .c-wrap .text h5 a {
    color: var(--primary-color);
}
body:has(.page-without-ib) .header-main-01 .part-03 .c-wrap:hover .text h5{
    color: var(--teritary-color);
}
body:has(.page-without-ib) .header-main-01 .part-03 .menu-open{
    border: 1px solid var(--primary-color);
}
body:has(.page-without-ib) .header-main-01 .part-03 .c-wrap .text a{
    color: var(--primary-color);
} 
body:has(.page-without-ib) .header-main-01 .part-03 .c-wrap .text a:hover{
    color: var(--teritary-color);
}
.not-found .main-title {
    font-size: 200px;
    line-height: 180px;
    color: #f2f2f2;
}

.thank-you-page .mini-title,
.not-found .mini-title {
    color: var(--secondary-color);
    font-size: 21px;
    line-height: 1.25em;
}

.thank-you-page p,
.not-found p {
    color: var(--teritary-color);
}

.not-found .search-form {
    position: relative;
    max-width: 520px;
    margin: 20px auto 0;
}

.not-found .search-form form {
    position: relative;
}

.not-found .search-form .form-group {
    position: relative;
    margin: 0;
}

.not-found .search-form .form-group input[type="text"],
.not-found .search-form .form-group input[type="search"],
.not-found .search-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 100px 10px 20px;
    height: 60px;
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    background: transparent;
    color: var(--secondary-color);
    border-radius: 0px;
    border: 1px solid var(--primary-color);
    transition: all 300ms ease;
    border-radius: 30px;
}

.not-found .search-form .form-group input[type="text"]:focus,
.not-found .search-form .form-group input[type="email"]:focus,
.not-found .search-form .form-group input[type="search"]:focus {
    border-color: var(--primary-color);
}

.not-found .search-form .form-group input::-webkit-input-placeholder {
    color: var(--teritary-color);
}

.not-found .search-form .form-group input[type="search"]:focus {
    color: var(--teritary-color);
}

.not-found .search-form .form-group .search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: none;
    color: var(--secondary-color);
    background: var(--primary-color);
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    transition: all 0.7s linear;
}

.not-found .search-form .form-group .search-button span {
    vertical-align: middle;
    outline: none;
}

.not-found .search-form:hover .form-group .search-button {
    background: var(--secondary-color);
    color: var(--white-color);
    outline: none;
    transform: rotate(90deg);
    transition: all 0.7s linear;
}

/* booking-calendar S */
#calendar .fc-header-toolbar{
    flex-direction: row-reverse;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk:last-child{
    display: none;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title{
    font-size: 25px;
    color: var(--primary-color);
}
#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary{
    text-transform: capitalize;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary{
    background-color: var(--primary-color);
    border: 0;
    box-shadow: none;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary[disabled]{
    cursor: no-drop;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-primary:hover{
    background-color: var(--teritary-color);
}
#calendar .fc-scrollgrid-liquid{
    min-height: 467px;
}
#calendar .fc-scrollgrid-liquid .fc-daygrid-day-events, #calendar .fc-scrollgrid-liquid .fc-daygrid-day-bg{
    display: none;
}
#calendar .fc-scrollgrid-liquid th{
    background-color: var(--primary-color);
    color: var(--white-color);
}
#calendar .fc-daygrid-day-frame{
    display: flex;
    align-items: center;
    justify-content: center;
}
#calendar .fc-daygrid-day.fc-day-today{
    background-color: var(--primary-color);
    color: var(--white-color);
}
#calendar .fc-day.fc-day-past{
    cursor: no-drop;
}
#calendar .fc-day{
    cursor: pointer;
}
#calendar .fc-day.fc-day-other{
    cursor: no-drop;
}
.time-option input[type="radio"] {
  display: none;
}
.time-option{
    width: 100%;
}
.time-option-content {
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}
.time-option input[type="radio"]:checked + .time-option-content {
  background-color: var(--primary-color);  /* primary color */
  color: #fff;
}
.time-option:has(input[disabled]){
    opacity: 0.5;
    cursor: no-drop !important;
} 
.booking-calendar .sec-header{
    padding-bottom: 20px;
    border-bottom: 1px solid #33333329;
}
.booking-calendar .sec-header .section-title, .booking-calendar .sec-header p{
    text-align: center;
}
.booking-calendar .sec-header .select2{
    background-color: #f2f2f2;
}
body:has(.booking-calendar .sec-header) .select2-results__options{
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.booking-calendar .time-select .h-title{
    margin-bottom: 0px;
}
.booking-calendar .time-select .select2{
    margin-bottom: 0px;
}
.booking-calendar .time-select .select1_wrapper{
    width: 380px;
}
.time-wrap p{
    font-size: 14px;
}
.time-wrap .col-6:nth-of-type(n+16) {
  display: none;
}
.time-wrap.show-all .col-6 {
  display: block;
}
.booking-calendar .fc-daygrid-day.fc-day-disabled{
    background-color: var(--white-color) !important;
}
.fc-daygrid-day.selected{
    border-radius: 0px !important;
}
@media(max-width: 1199px) {
    #calendar .fc-scrollgrid-liquid{
        min-height: auto;
    }
    .booking-form .detail .select2{
        width: 100% !important;
    }
}
@media(max-width: 767px) {
    .booking-calendar .time-select{
        flex-wrap: wrap;
    }
    .booking-calendar .time-select .h-title{
        width: 100%;
        text-align: center;
    }
    .booking-calendar .time-select .select1_wrapper{
        width: 100%;
    }
}
@media(max-width: 400px) {
    #calendar .fc-header-toolbar{
        flex-wrap: wrap;    
        flex-direction: column-reverse;
        gap: 20px;
    }
    #calendar .fc-header-toolbar .fc-toolbar-chunk{
        width: 100%;
    }
}
/* booking-calendar E */

/* bottom fade */
.bottom-fade {
    width: 100%;
    top: 41%;
    height: 60%;
    float: left;
    position: absolute;
    background: linear-gradient(to top,
            #000000 0%,
            rgba(0, 0, 0, 0.738) 19%,
            rgba(0, 0, 0, 0.541) 34%,
            rgba(0, 0, 0, 0.382) 47%,
            rgba(0, 0, 0, 0.278) 56.5%,
            rgba(0, 0, 0, 0.194) 65%,
            rgba(0, 0, 0, 0.126) 73%,
            rgba(0, 0, 0, 0.075) 80.2%,
            rgba(0, 0, 0, 0.042) 86.1%,
            rgba(0, 0, 0, 0.021) 91%,
            rgba(0, 0, 0, 0.008) 95.2%,
            rgba(0, 0, 0, 0.002) 98.2%,
            transparent 100%);
}

/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}

.lets-talk .wrap {
    position: relative;
    background: var(--white-color);
    padding: 45px 30px;
    overflow: hidden;
    z-index: 1;
}

.lets-talk[data-overlay-dark] h6,
.lets-talk h6 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    color: var(--teritary-color);
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 6px;
}

.lets-talk[data-overlay-dark] h5,
.lets-talk h5 {
    font-size: 35px;
    color: var(--white-color);
    line-height: 1em;
}

.lets-talk[data-overlay-dark] p,
.lets-talk p {
    font-size: 14px;
    color: var(--white-color);
    line-height: 1.5em;
}

/* ======= App style ======= */
.app {
    position: relative;
}

.app .item {
    background: var(--primary-color);
    border-radius: 20px;
    padding: 60px 60px 0px 60px;
}

.app .item[data-overlay-dark] h6,
.app .item h6 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 6px;
}

.app .item[data-overlay-dark] h5,
.app .item h3 {
    font-size: 35px;
    color: var(--secondary-color);
    line-height: 1.2em;
}

.app .item[data-overlay-dark] p,
.app .item p {
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 1.5em;
}

.app .item img {
    position: relative;
    display: block;
}

@media screen and (max-width: 991px) {
    .app .item {
        padding: 30px 30px 0px 30px;
    }
}

/* ======= Footer style ======= */
.footer {
    background-color: var(--secondary-color);
    overflow: hidden;
}

.footer-logo {
    width: 220px;
    margin-bottom: 15px;
}

.footer-logo h2 {
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    width: 100%;
    position: relative;
    color: var(--white-color);
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;
}

.footer-logo h2 span {
    color: var(--primary-color);
}

.footer .widget .widget-title {
    font-size: 26px;
    color: var(--white-color);
    margin-bottom: 15px;
}

/* first footer */
.first-footer {
    padding: 90px 0 0 0;
}

/* footer icon */
.icon-footer {
    height: 60px;
    min-width: 60px;
    background-color: var(--white-color);
    color: var(--secondary-color);
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--white-color);
    border-radius: 100%;
    margin-right: 15px;
}

.icon-footer i {
    width: 100%;
    text-align: center;
}

/* footer link */
.links.dark {
    background-color: transparent;
    border: 1px solid #595959;
    box-shadow: none;
    border-radius: 0px;
}

.links.dark.footer-contact-links {
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    justify-content: center;
    border-radius: 20px;
}

.footer-contact-links-wrapper {
    display: flex;
    width: 100%;
    max-width: 1032px;
    justify-content: space-between;
}

.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #222;
}

.footer-contact-link-wrapper {
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    text-decoration: none;
}

.footer-contact-link-wrapper .sm-title {
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-contact-link-wrapper p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 0px;
}
.footer-contact-link-wrapper .call-wrap{
    position: relative;
}
.footer-contact-link-wrapper .call-wrap p{
    font-size: 12px;
    width: 100%;
    line-height: 100%;
}
.footer-contact-link-wrapper a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s;
    position: relative;
}
.footer-contact-link-wrapper .call-wrap + .call-wrap{
    padding-left: 7px;
    margin-left: 6px;
}
.footer-contact-link-wrapper .call-wrap + .call-wrap::before{
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: var(--white-color);
    left: 0;
    top: 19px;
}
.footer-contact-link-wrapper a:hover {
    color: var(--teritary-color);
}

/* second footer */
.second-footer {
    border-bottom: 1px solid #222;
}

.second-footer .widget-area .widget {
    padding: 45px 0;
}

.second-footer .widget-area .widget p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    font-size: 18px;
}

/* usefull links */
.footer .footer-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 40px;
}

.footer .footer-links .usful-links {
    margin-top: 40px;
}

.footer .footer-links ul li {
    margin-bottom: 12px;
}

.footer .footer-links ul li:hover {
    color: var(--primary-color);
}

.footer .footer-links ul li i {
    font-size: 7px;
    margin-right: 3px;
}

.footer .footer-links ul li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

.footer .footer-links ul li a:after {
    width: 6px;
    height: 6px;
    content: "";
    background: var(--teritary-color);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}

.footer .footer-links ul li a:hover {
    color: var(--teritary-color);
}

@media(max-width: 1199px) {
    .footer-contact-links-divider{
        margin-right: 10px;
        margin-left: 10px;
    }
    .footer-contact-link-wrapper a, .footer-contact-link-wrapper p{
        font-size: 14px;
    }
}
/* bottom footer */
.bottom-footer-text {
    padding: 40px 0px 40px;
}

.copyright p {
    color: var(--teritary-color);
    font-size: 14px;
}

.copyright ul li a {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: 0.16px;
    transition: all .3s ease-in-out;
}

.copyright ul li a:hover {
    color: var(--teritary-color);
}

.copyright p a {
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: var(--white-color);
    text-decoration: none;
    transition: background-size 0.2s;
}

.copyright p a:hover {
    color: var(--white-color);
}

.copyright .craft {
    color: var(--white-color);
    font-size: 16px;
}

/* social icons */
.social-icons li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    z-index: 1;
    position: relative;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    background: transparent;
    color: var(--white-color);
    font-weight: 300;
    border-radius: 0;
    margin-right: 5px;
    transition: all 0.4s;
    border: 1px solid var(--primary-color);
    border-radius: 100%;
}

.social-icons li a:hover {
    background: var(--teritary-color);
    color: var(--white-color);
}

/* newsletter */
.widget-newsletter {
    position: relative;
}

.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    color: var(--white-color);
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
}

.widget-newsletter button {
    height: 50px;
    min-width: 50px;
    border: none;
    background: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    color: var(--white-color);
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    transition: all 0.7s linear;
}

.widget-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.widget-newsletter:hover button {
    background: var(--white-color);
    color: var(--secondary-color);
    outline: none;
    transform: rotate(45deg);
    transition: all 0.7s linear;
}

@media screen and (max-width: 991px) {
    .footer-contact-links-wrapper {
        flex-direction: column;
    }

    .footer .footer-links .usful-links {
        margin-top: 25px;
    }


    .footer-contact-links-divider {
        width: auto;
        min-height: 1px;
        margin: 20px 0px;
    }

    .second-footer .widget-area .widget {
        padding: 25px 0px;
    }

    .bottom-footer-text {
        padding: 30px 0px 30px;
    }
}

@media (max-width: 767px) {
    .icon-footer {
        height: 45px;
        min-width: 45px;
        font-size: 22px;
    }

    .social-icons li a {
        height: 40px;
        min-width: 40px;
        font-size: 18px;
    }

    .widget-newsletter button {
        height: 40px;
        min-width: 40px;
        font-size: 18px;
        top: 10px;
        right: 10px;
    }
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: #f2f2f2;
}

.progress-wrap::after {
    position: absolute;
    font-family: "themify";
    content: "\e627";
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--teritary-color);
    stroke-width: 3;
    box-sizing: border-box;
    transition: all 400ms linear;
}

.progress-wrap::after {
    color: var(--teritary-color);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--teritary-color);
}

/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

    .header .caption h1 {
        font-size: 42px;
    }

    .header .caption h2 {
        font-size: 42px;
    }

    .kenburns-inner .caption h1 {
        font-size: 42px;
    }

    .inner-banner h6 {
        font-size: 10px;
    }

    .parallax-header h6 {
        font-size: 10px;
    }

    .parallax-header[data-overlay-dark] h1,
    .parallax-header h1 {
        font-size: 42px;
    }

    .section-title {
        font-size: 35px;
    }

    .section-subtitle {
        font-size: 10px;
    }

    .section-subtitle {
        font-size: 10px;
    }

    .process .item h5 {
        font-size: 21px;
    }

    .video-fullscreen-wrap h6 {
        font-size: 12px;
    }

    .video-fullscreen-wrap h1 {
        font-size: 42px;
    }

    .footer .widget .widget-title {
        font-size: 21px;
    }

    .not-found .main-title {
        font-size: 150px;
        line-height: 150px;
    }

    .footer-bottom .footer-social {
        float: left;
    }

    .form1.brdr {
        border-radius: 20px;
        padding: 15px;
    }

    .car-details .sidebar-car {
        margin-top: 30px;
    }

    .blog2 .post-cont {
        padding: 30px 15px;
    }
}

/* ======= Overlay Effect Bg image style ======= */
[data-overlay-dark] {
    position: relative;
}

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

[data-overlay-dark]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: var(--white-color);
}

[data-overlay-dark] p {
    color: var(--teritary-color);
}

[data-overlay-dark="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before {
    opacity: 0.6;
}

[data-overlay-dark="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before {
    opacity: 1;
}

.btn-outline:hover span {
    color: var(--white-color);
}

.booking-form .form-box {
    padding: 40px;
}

.booking-form .detail {
    padding: 40px 40px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
}

.booking-form .detail #service_caption{
    font-weight: 700;
}

.booking-form .title {
    font-size: 32px;
    margin-bottom: 35px;
}

.booking-form .form-group{
    margin-bottom: 25px;
}

.contact .detail ul li {
    border-top: 1px solid rgba(51, 51, 51, 0.188);
    padding: 20px 0px;
}

.contact .detail ul li .total {
    font-size: 24px;
}

.contact .detail small,
.contact .detail p {
    color: var(--primary-color);
    margin: 0px 0px 10px;
    font-size: 15px;
}

.details-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-bottom: 10px;
}

.details-content.open {
    max-height: 200px;
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.toggle-btn i {
    font-size: 12px;
}

.detail .policy-link {
    text-decoration: underline;
    font-size: 16px;
}
.booking-form .detail .select2{
    background-color: #f2f2f2;
    margin-bottom: 0px;
}
@media (max-width: 991px) {
    .booking-form .form-box {
        padding: 20px;
    }

    .booking-form .detail {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .booking-form .title {
        font-size: 25px;
        margin-bottom: 25px;
    }
}

.thank-you-page .main-title {
    font-size: 150px;
    line-height: 120%;
    color: #f2f2f2;
}

@media (max-width: 1199px) {
    .thank-you-page .main-title {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .thank-you-page .main-title {
        font-size: 100px;
    }
}

@media (max-width: 576px) {
    .thank-you-page .main-title {
        font-size: 70px;
    }

    .thank-you-page .mini-title {
        font-size: 18px;
    }
}

/* site-map css Start */
.sitemap-page {
    display: flex;
    align-items: center;
}

.sitemap-page .sitemap-list .content>li {
    list-style: none;
    position: relative;
    width: 25%;
    padding-bottom: 50px;
    padding-left: 28px;
    box-sizing: border-box;
}

.sitemap-page .sitemap-list .content>li::before {
    content: "";
    position: absolute;
    /* background-image: url(../img/gold-logo.png); */
    background-image: url(../images/streering-wheel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    left: -14px;
    top: 0px;
    transition: all 0.3s ease-in-out;
}

.sitemap-page .sitemap-list .content>li a {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    color: var(--primary-color);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.sitemap-page .sitemap-list .content>li:has(ul li a:hover)>a {
    color: var(--teritary-color);
}

.sitemap-page .sitemap-list .content>li:has(a:hover)::before {
    transform: rotate(45deg);
}

.sitemap-page .sitemap-list .content>li a:hover {
    color: var(--teritary-color);
}


.sitemap-page .sitemap-list .content>li ul {
    padding-top: 10px;
    position: relative;
    box-sizing: border-box;
    padding-left: 0px;
}

.sitemap-page .sitemap-list .content>li ul li {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    list-style-type: none;
}

.sitemap-page .sitemap-list .content>li ul li:before {
    margin: 11px 0 0 -30px;
    content: "";
    position: absolute;
    background-color: var(--teritary-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.sitemap-page .sitemap-list .content>li ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: var(--primary-color);
    padding-left: 0;
    background: none;
    transition: all 0.3s ease-in-out;
}

.sitemap-page .sitemap-list .content>li ul li ul {
    margin: -8px 0 10px 25px;
    position: relative;
}

.sitemap-page .sitemap-list .content>li ul li ul li:first-child {
    padding-top: 0px;
}

@media (max-width: 991px) {
    .sitemap-page .sitemap-list .content>li {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .sitemap-page .sitemap-list .content {
        padding: 0%;
    }

    .sitemap-page .sitemap-list .content>li {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .sitemap-page .sitemap-list .content {
        padding-left: 15px;
    }

    .sitemap-page .sitemap-list .content>li {
        width: 100%;
    }
}

/* site-map css End */

/* coming-soon-page css Start */
.coming-soon-page img{
    height: 90px;
    width: 90px;
}
.coming-soon-page .main-title{
    font-size: 42px;
}

@media (max-width:767px) {
    .coming-soon-page .main-title{
        font-size: 34px;
    }
}
/* coming-soon-page css End */


/* ======= Modal Popup style ======= */
.modal-content {
    position: relative;
    border-radius: 20px;
    border: none;
}

.modal-header {
    background: var(--primary-color);
    border: none;
    padding: 25px 30px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.modal-body {
    background: #f2f2f2;
    padding: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.modal-body .booking-box {
    margin-bottom: 0;
}

.modal-title {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--white-color);
}

.modal-body .input1_inner input {
    position: relative;
    z-index: 99999;
}

.modal-header .btn-close:focus,
.modal-header .btn-close:active {
    outline: none;
    box-shadow: none;
}

/* cms css S */
.cms::after {
    display: block;
    clear: both;
    content: "";
}

.cms+.cms,
.cms~.cms {
    margin-top: 30px;
}

.cms a {
    color: var(--teritary-color);
    position: relative;
    z-index: 1;
    line-height: inherit;
    word-break: break-word;
    display: inline-block;
}

.cms a:focus,
.cms a:visited,
.cms a:active,
.cms a:not([disabled]):not(.disabled):active,
.focus {
    color: var(--teritary-color);
}

.cms a:hover {
    color: var(--primary-color);
}

.cms blockquote {
    border-left: 10px solid var(--teritary-color);
    background-color: #f2f2f2;
    padding: 25px;
    display: table;
}

.cms blockquote p {
    margin-bottom: 0px;
}

.cms p,
.cms ul li,
.cms ol li,
.cms .p-tag {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 186%;
    color: var(--primary-color);
    margin-bottom: 0px;
}

.cms h1 span,
.cms h2 span,
.cms h3 span,
.cms h4 span,
.cms h5 span,
.cms h6 span {
    color: var(--teritary-color);
}

.cms h1 strong,
.cms h2 strong,
.cms h3 strong,
.cms h4 strong,
.cms h5 strong,
.cms h6 strong {
    color: var(--teritary-color);
    font-weight: 700;
}

.cms p+p,
.cms p+ul,
.cms p+ol,
.cms p+blockquote,
.cms p+table,
.cms p+a,
.cms ul+p,
.cms ul+ul,
.cms ul+ol,
.cms ul+blockquote,
.cms ul+table,
.cms ul+a,
.cms ol+p,
.cms ol+ul,
.cms ol+ol,
.cms ol+blockquote,
.cms ol+table,
.cms ol+a,
.cms blockquote+p,
.cms blockquote+ul,
.cms blockquote+ol,
.cms blockquote+blockquote,
.cms blockquote+table,
.cms blockquote+a,
.cms .image+p,
.cms .image+ul,
.cms .image+ol,
.cms .image+blockquote,
.cms .image+table,
.cms .image+a,
.cms .table-responsive+p,
.cms .table-responsive+ul,
.cms .table-responsive+ol,
.cms .table-responsive+blockquote,
.cms .table-responsive+table,
.cms .table-responsive+a,
.cms figure.table+p,
.cms figure.table+ul,
.cms figure.table+ol,
.cms figure.table+blockquote,
.cms figure.table+table,
.cms figure.table+a,
.cms a+p,
.cms a+ul,
.cms a+ol,
.cms a+blockquote,
.cms a+table,
.cms a+a {
    margin-top: 20px;
}

.cms p+h1,
.cms p+h2,
.cms p+h3,
.cms p+h4,
.cms p+h5,
.cms p+h6,
.cms p+.h1,
.cms p+.h2,
.cms p+.h3,
.cms p+.h4,
.cms p+.h5,
.cms p+.h6,
.cms ul+h1,
.cms ul+h2,
.cms ul+h3,
.cms ul+h4,
.cms ul+h5,
.cms ul+h6,
.cms ul+.h1,
.cms ul+.h2,
.cms ul+.h3,
.cms ul+.h4,
.cms ul+.h5,
.cms ul+.h6,
.cms ol+h1,
.cms ol+h2,
.cms ol+h3,
.cms ol+h4,
.cms ol+h5,
.cms ol+h6,
.cms ol+.h1,
.cms ol+.h2,
.cms ol+.h3,
.cms ol+.h4,
.cms ol+.h5,
.cms ol+.h6,
.cms blockquote+h1,
.cms blockquote+h2,
.cms blockquote+h3,
.cms blockquote+h4,
.cms blockquote+h5,
.cms blockquote+h6,
.cms blockquote+.h1,
.cms blockquote+.h2,
.cms blockquote+.h3,
.cms blockquote+.h4,
.cms blockquote+.h5,
.cms blockquote+.h6,
.cms .image+h1,
.cms .image+h2,
.cms .image+h3,
.cms .image+h4,
.cms .image+h5,
.cms .image+h6,
.cms .image+.h1,
.cms .image+.h2,
.cms .image+.h3,
.cms .image+.h4,
.cms .image+.h5,
.cms .image+.h6,
.cms .table-responsive+h1,
.cms .table-responsive+h2,
.cms .table-responsive+h3,
.cms .table-responsive+h4,
.cms .table-responsive+h5,
.cms .table-responsive+h6,
.cms .table-responsive+.h1,
.cms .table-responsive+.h2,
.cms .table-responsive+.h3,
.cms .table-responsive+.h4,
.cms .table-responsive+.h5,
.cms .table-responsive+.h6,
.cms figure.table+h1,
.cms figure.table+h2,
.cms figure.table+h3,
.cms figure.table+h4,
.cms figure.table+h5,
.cms figure.table+h6,
.cms figure.table+.h1,
.cms figure.table+.h2,
.cms figure.table+.h3,
.cms figure.table+.h4,
.cms figure.table+.h5,
.cms figure.table+.h6,
.cms a+h1,
.cms a+h2,
.cms a+h3,
.cms a+h4,
.cms a+h5,
.cms a+h6,
.cms a+.h1,
.cms a+.h2,
.cms a+.h3,
.cms a+.h4,
.cms a+.h5,
.cms a+.h6 {
    margin-top: 30px;
}

.cms p+.table-responsive,
.cms p+figure.table,
.cms ul+.table-responsive,
.cms ul+figure.table,
.cms ol+.table-responsive,
.cms ol+figure.table,
.cms blockquote+.table-responsive,
.cms blockquote+figure.table,
.cms .image+.table-responsive,
.cms .image+figure.table,
.cms .table-responsive+.table-responsive,
.cms .table-responsive+figure.table,
.cms figure.table+.table-responsive,
.cms figure.table+figure.table,
.cms a+.table-responsive,
.cms a+figure.table {
    margin-top: 20px;
}

.cms h1+h1,
.cms h1+h2,
.cms h1+h3,
.cms h1+h4,
.cms h1+h5,
.cms h1+h6,
.cms h1+.h1,
.cms h1+.h2,
.cms h1+.h3,
.cms h1+.h4,
.cms h1+.h5,
.cms h1+.h6,
.cms h2+h1,
.cms h2+h2,
.cms h2+h3,
.cms h2+h4,
.cms h2+h5,
.cms h2+h6,
.cms h2+.h1,
.cms h2+.h2,
.cms h2+.h3,
.cms h2+.h4,
.cms h2+.h5,
.cms h2+.h6,
.cms h3+h1,
.cms h3+h2,
.cms h3+h3,
.cms h3+h4,
.cms h3+h5,
.cms h3+h6,
.cms h3+.h1,
.cms h3+.h2,
.cms h3+.h3,
.cms h3+.h4,
.cms h3+.h5,
.cms h3+.h6,
.cms h4+h1,
.cms h4+h2,
.cms h4+h3,
.cms h4+h4,
.cms h4+h5,
.cms h4+h6,
.cms h4+.h1,
.cms h4+.h2,
.cms h4+.h3,
.cms h4+.h4,
.cms h4+.h5,
.cms h4+.h6,
.cms h5+h1,
.cms h5+h2,
.cms h5+h3,
.cms h5+h4,
.cms h5+h5,
.cms h5+h6,
.cms h5+.h1,
.cms h5+.h2,
.cms h5+.h3,
.cms h5+.h4,
.cms h5+.h5,
.cms h5+.h6,
.cms h6+h1,
.cms h6+h2,
.cms h6+h3,
.cms h6+h4,
.cms h6+h5,
.cms h6+h6,
.cms h6+.h1,
.cms h6+.h2,
.cms h6+.h3,
.cms h6+.h4,
.cms h6+.h5,
.cms h6+.h6,
.cms .h1+h1,
.cms .h1+h2,
.cms .h1+h3,
.cms .h1+h4,
.cms .h1+h5,
.cms .h1+h6,
.cms .h1+.h1,
.cms .h1+.h2,
.cms .h1+.h3,
.cms .h1+.h4,
.cms .h1+.h5,
.cms .h1+.h6,
.cms .h2+h1,
.cms .h2+h2,
.cms .h2+h3,
.cms .h2+h4,
.cms .h2+h5,
.cms .h2+h6,
.cms .h2+.h1,
.cms .h2+.h2,
.cms .h2+.h3,
.cms .h2+.h4,
.cms .h2+.h5,
.cms .h2+.h6,
.cms .h3+h1,
.cms .h3+h2,
.cms .h3+h3,
.cms .h3+h4,
.cms .h3+h5,
.cms .h3+h6,
.cms .h3+.h1,
.cms .h3+.h2,
.cms .h3+.h3,
.cms .h3+.h4,
.cms .h3+.h5,
.cms .h3+.h6,
.cms .h4+h1,
.cms .h4+h2,
.cms .h4+h3,
.cms .h4+h4,
.cms .h4+h5,
.cms .h4+h6,
.cms .h4+.h1,
.cms .h4+.h2,
.cms .h4+.h3,
.cms .h4+.h4,
.cms .h4+.h5,
.cms .h4+.h6,
.cms .h5+h1,
.cms .h5+h2,
.cms .h5+h3,
.cms .h5+h4,
.cms .h5+h5,
.cms .h5+h6,
.cms .h5+.h1,
.cms .h5+.h2,
.cms .h5+.h3,
.cms .h5+.h4,
.cms .h5+.h5,
.cms .h5+.h6,
.cms .h6+h1,
.cms .h6+h2,
.cms .h6+h3,
.cms .h6+h4,
.cms .h6+h5,
.cms .h6+h6,
.cms .h6+.h1,
.cms .h6+.h2,
.cms .h6+.h3,
.cms .h6+.h4,
.cms .h6+.h5,
.cms .h6+.h6 {
    margin-top: 20px;
}

.cms h1+p,
.cms h1+ul,
.cms h1+ol,
.cms h1+blockquote,
.cms h1+a,
.cms h2+p,
.cms h2+ul,
.cms h2+ol,
.cms h2+blockquote,
.cms h2+a,
.cms h3+p,
.cms h3+ul,
.cms h3+ol,
.cms h3+blockquote,
.cms h3+a,
.cms h4+p,
.cms h4+ul,
.cms h4+ol,
.cms h4+blockquote,
.cms h4+a,
.cms h5+p,
.cms h5+ul,
.cms h5+ol,
.cms h5+blockquote,
.cms h5+a,
.cms h6+p,
.cms h6+ul,
.cms h6+ol,
.cms h6+blockquote,
.cms h6+a,
.cms .h1+p,
.cms .h1+ul,
.cms .h1+ol,
.cms .h1+blockquote,
.cms .h1+a,
.cms .h2+p,
.cms .h2+ul,
.cms .h2+ol,
.cms .h2+blockquote,
.cms .h2+a,
.cms .h3+p,
.cms .h3+ul,
.cms .h3+ol,
.cms .h3+blockquote,
.cms .h3+a,
.cms .h4+p,
.cms .h4+ul,
.cms .h4+ol,
.cms .h4+blockquote,
.cms .h4+a,
.cms .h5+p,
.cms .h5+ul,
.cms .h5+ol,
.cms .h5+blockquote,
.cms .h5+a,
.cms .h6+p,
.cms .h6+ul,
.cms .h6+ol,
.cms .h6+blockquote,
.cms .h6+a {
    margin-top: 20px;
}

.cms ol,
.cms ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cms ol li,
.cms ul li {
    list-style: none;
    position: relative;
    padding-left: 55px;
    display: table;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 186%;
}

.cms ul li::before {
    content: "";
    position: absolute;
    height: 41px;
    width: 41px;
    background-color: #f2f2f2;
    border-radius: 100%;
    left: 0;
    top: -7px;
}

.cms ul li::after {
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e64c";
    position: absolute;
    font-size: 14px;
    left: 14px;
    top: 6px;
}

.cms ol li+li,
.cms ol li ul,
.cms ol li ol,
.cms ul li+li,
.cms ul li ul,
.cms ul li ol {
    margin-top: 25px;
}

.cms ol li ul,
.cms ol li ol,
.cms ul li ul,
.cms ul li ol {
    margin-left: 15px;
}

.cms ol+h1,
.cms ol+h2,
.cms ol+h3,
.cms ol+h4,
.cms ol+h5,
.cms ol+h6,
.cms ol+.h1,
.cms ol+.h2,
.cms ol+.h3,
.cms ol+.h4,
.cms ol+.h5,
.cms ol+.h6,
.cms ul+h1,
.cms ul+h2,
.cms ul+h3,
.cms ul+h4,
.cms ul+h5,
.cms ul+h6,
.cms ul+.h1,
.cms ul+.h2,
.cms ul+.h3,
.cms ul+.h4,
.cms ul+.h5,
.cms ul+.h6 {
    margin-top: 30px;
}

.cms ol+p,
.cms ul+p {
    margin-top: 20px;
}

.cms .btn {
    display: inline-block;
    padding: 20px 38px;
    border-radius: 30px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    cursor: pointer;
}

.cms .btn.disabled,
.cms .btn[disabled] {
    pointer-events: visible;
    border: none;
}

.cms .btn:focus,
.cms .btn:visited,
.cms .btn:active,
.cms .btn:not([disabled]):not(.disabled):active {
    box-shadow: none;
    background: transparent;
}

/* Primary Filled Button */
.cms .btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}

.cms .btn-primary:focus,
.cms .btn-primary:visited,
.cms .btn-primary:active,
.cms .btn-primary:not([disabled]):not(.disabled):active,
.focus {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}

/* Outline Button */
.cms .btn-outline {
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

.cms .btn-outline:focus,
.cms .btn-outline:visited,
.cms .btn-outline:active,
.cms .btn-outline:not([disabled]):not(.disabled):active,
.focus {
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

/* Icons & span inside buttons */
.cms .btn i,
.cms .btn span {
    font-size: 15px;
    margin: 0 5px;
}

@media (min-width: 1200px) {
    .cms .btn-primary:hover {
        background-color: var(--teritary-color);
        border-color: var(--teritary-color);
        color: var(--white-color);
        transform: translate3d(0px, -6px, 0.01px);
    }

    .cms .btn-outline:hover {
        background-color: var(--teritary-color);
        border-color: var(--teritary-color);
        color: var(--white-color);
        transform: translate3d(0px, -6px, 0.01px);
    }
}

/* cms css E */
/* cms css E */