@import url("bootstrap.min.css");
@import url("../fonts/css/all.min.css");
@import url("../fonts/css/alexis.css");
@import url("../fonts/css/flag-icons.min.css");
@import url("../fonts/flaticon/flaticon_flaticons.css");
@import url("magnific-popup.css");
@import url("aos.css");
@import url("nice-select.css");
@import url("odometer.css");
@import url("swiper-bundle.min.css");
/* ==== 
 --------- (1.01) mixins start ---------
 ==== */

/* ==== 
 --------- (1.01) mixins end ---------
 ==== */

/* ==== 
 --------- (1.02) variables start ---------
 ==== */

:root {
    --kulim: "Montserrat", sans-serif;
    --kulim: "Kulim Park", sans-serif;
    --template-font: var(--kulim);
    --template-bg: #ffffff;
    --template-color: #555555;
    --white: #ffffff;
    --black: #000000;
    --primary-color: #eef5ff;
    --secondary-color: #f5f5f5;
    --tertiary-color: #f3f8ff;
    --quaternary-color: #222222;
    --quinary-color: #212121;
    --transition: all 0.5s ease;
    --shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    --shadow-secondary: 0px 16px 24px 0px rgba(242, 195, 53, 0.2);
}

/* ==== 
 --------- (1.02) variables end ---------
 ==== */

/* ==== 
 --------- (2.01) reset styles start ---------
 ==== */

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-moz-selection {
    color: #ffffff;
    background-color: #1770c8;
}

*::selection {
    color: #ffffff;
    background-color: #1770c8;
}

html {
    scroll-behavior: unset !important;
    overflow-x: clip;
}

body {
    font-family: var(--template-font);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--template-color);
    background-color: var(--template-bg);
    overflow-x: clip;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background-color: #b5c8d4;
    border-radius: 5px;
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
    background-color: var(--base-color);
    border-radius: 5px;
}

.body-active {
    height: 100vh;
    overflow: clip;
}

button {
    background-color: transparent;
    border: 0px;
    outline: 0px;
}

a,
button {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    outline: 0px;
    border-radius: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer;
    color: var(--template-color);
}

a i,
a span,
button i,
button span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

a:hover,
button:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px;
}

a:focus,
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0px;
}

ul,
ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

hr,
blockquote,
textarea {
    margin: 0px;
    opacity: 1;
}

input,
textarea {
    border: 0px;
    outline: 0px;
}

input:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type=checkbox] {
    width: initial;
    height: initial;
}

textarea {
    min-height: 150px;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

iframe {
    border: 0px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
    color: var(--template-color);
    font-family: var(--kulim);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--kulim);
}

/* ==== 
 --------- (2.01) reset styles end ---------
 ==== */

/* ==== 
 --------- (2.02) typography styles start ---------
 ==== */

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--template-color);
}

a,
button {
    font-size: 16px;
    line-height: 24px;
}

h1 {
    font-size: 30px;
    line-height: 40px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--kulim);
}

/* ==== 
 --------- (2.02) typography styles end ---------
 ==== */

/* ==== 
 --------- (2.03) global styles start ---------
 ==== */

img {
    max-width: 100%;
    height: auto;
    border: 0px;
    outline: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

span {
    display: inline-block;
}

.gutter-24 {
    row-gap: 24px;
}

.gutter-30 {
    row-gap: 30px;
}

.gutter-40 {
    row-gap: 40px;
}

div {
    line-height: 0px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.vertical-column-gap-sm {
    row-gap: 16px;
}

.vertical-column-gap {
    row-gap: 30px;
}

.vertical-column-gap-lg {
    row-gap: 40px;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--base-color);
    background-color: var(--base-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
    opacity: 0.14;
}

.cursor-outer.cursor-big {
    opacity: 0;
}

.mouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    margin-left: -12px;
    margin-top: -12px;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--base-color);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
    color: var(--theme-color);
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #686363;
    opacity: 0;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    padding: 6px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-color: var(--base-color);
    -webkit-box-shadow: inset 0 0 0 8px var(--base-color);
    box-shadow: inset 0 0 0 8px var(--base-color);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 99;
    overflow: hidden;
}

.progress-wrap span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background-color: var(--white);
    border-radius: 50%;
    overflow: hidden;
}

.progress-wrap span::after {
    content: "\f176";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    border-radius: 50%;
    color: var(--black);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 200%);
    -ms-transform: translate(-50%, 200%);
    transform: translate(-50%, 200%);
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap span::before {
    position: absolute;
    content: "\f176";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    border-radius: 50%;
    color: var(--black);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover span::before {
    -webkit-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
}

.progress-wrap:hover span::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.progress-wrap path {
    fill: none;
}

.progress-wrap .progress-circle path {
    stroke: var(--black);
    stroke-width: 4;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pt-200 {
    padding-top: 200px !important;
}

.section__header {
    margin-bottom: 40px;
}

.section__header span {
    font-size: 18px;
    font-weight: 700;
    color: var(--base-color);
    margin-top: -8px;
}

.section__header h2 {
    color: var(--quaternary-color);
    font-weight: 500;
    margin: 16px 0px 30px;
}

.section__header .icon-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
}

.section__header .icon-thumb .icon-thumb-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 3px;
    line-height: 0px;
    padding-bottom: 4px;
}

.section__header .icon-thumb .icon-thumb-single:nth-of-type(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section__header .icon-thumb span {
    width: 70px;
    height: 1px;
    background-color: #333333;
    display: inline-block;
    line-height: 0px;
}

.section__header .icon-thumb span:nth-of-type(2) {
    width: 56px;
}

.section__header-light {
    margin-bottom: 40px;
}

.section__header-light span {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    margin-top: -8px;
}

.section__header-light h2 {
    color: var(--white);
    font-weight: 500;
    margin: 16px 0px 30px;
}

.section__header-light .icon-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
}

.section__header-light .icon-thumb .icon-thumb-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 3px;
    line-height: 0px;
    padding-bottom: 4px;
}

.section__header-light .icon-thumb .icon-thumb-single:nth-of-type(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section__header-light .icon-thumb span {
    width: 70px;
    height: 1px;
    background-color: var(--white);
    display: inline-block;
    line-height: 0px;
}

.section__header-light .icon-thumb span:nth-of-type(2) {
    width: 56px;
}

.video-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}

.video-btn-wrapper .open-video-popup {
    width: 85px;
    height: 85px;
    background: var(--white);
    border-radius: 100%;
    position: relative;
    -webkit-animation: pulse-shadow 3s 2s linear infinite;
    animation: pulse-shadow 3s 2s linear infinite;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.video-btn-wrapper .open-video-popup i {
    font-size: 30px;
    color: var(--base-color);
}

.video-btn-wrapper .open-video-popup::before,
.video-btn-wrapper .open-video-popup::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--white);
    border-radius: 100%;
    z-index: -1;
}

.video-btn-wrapper .open-video-popup::after {
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

.video-btn-wrapper .open-video-popup::before {
    -webkit-animation: pulse 3s 1s linear infinite;
    animation: pulse 3s 1s linear infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    100% {
        -webkit-box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    100% {
        -webkit-box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
    }
}

.pagination-one .swiper-pagination-bullets {
    text-align: center;
}

.pagination-one .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--white);
    border: 1px solid #707070;
    border-radius: 0px;
    opacity: 1;
    margin: 0px 5px;
}

.pagination-one .swiper-pagination-bullet-active {
    background-color: var(--base-color);
    border-radius: 50%;
}

.slider-navigation-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    height: 100%;
}

.slider-navigation-two button {
    padding: 12px;
    background-color: var(--white);
    color: var(--base-color);
    font-size: 16px;
    font-weight: 700;
}

.slider-navigation-two button span {
    line-height: 1;
    font-weight: 700;
}

.slider-navigation-two button i {
    font-size: 16px;
}

.slider-navigation-two .prev-testimonial,
.slider-navigation-two .prev-area,
.slider-navigation-two .prev-testimonial-t,
.slider-navigation-two .prev-team-t,
.slider-navigation-two .prev-slide {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.slider-navigation-two .prev-testimonial span,
.slider-navigation-two .prev-area span,
.slider-navigation-two .prev-testimonial-t span,
.slider-navigation-two .prev-team-t span,
.slider-navigation-two .prev-slide span {
    display: none;
}

.slider-navigation-two .active span {
    display: block;
}

.slider-navigation-two .next-testimonial-t,
.slider-navigation-two .next-team-t {
    border: 1px solid var(--base-color);
}

.slider-navigation-two .prev-testimonial-t,
.slider-navigation-two .prev-team-t {
    border: 1px solid var(--quaternary-color);
}

.breadcrumb {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb .breadcrumb-item,
.breadcrumb a {
    color: #ffffff;
}

.breadcrumb a:hover {
    color: var(--white);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
    color: var(--white);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 12px;
    font-size: 20px;
    content: "::";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #ffffff;
    margin-top: -2px;
}

.breadcrumb .active {
    color: var(--white) !important;
}

.blog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.blog-pagination button,
.blog-pagination a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #707070;
    border-radius: 0px;
    background-color: var(--white);
    color: var(--quaternary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-pagination button:hover,
.blog-pagination a:hover {
    border-color: var(--base-color);
    color: var(--base-color);
}

.blog-pagination .active {
    border-color: var(--base-color);
    color: var(--base-color);
}

.blog-pagination button {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.blog-pagination button:hover {
    background-color: var(--base-color);
    color: var(--white);
}

/* ==== 
 --------- (2.03) global styles end ---------
 ==== */

/* ==== 
 --------- (3.01) buttons styles start ---------
 ==== */

.btn--primary {
    padding: 13px 24px;
    background-color: var(--base-color);
    color: var(--white);
    border: 1px solid var(--base-color);
    position: relative;
    z-index: 1;
}

.btn--primary::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 5px;
    bottom: 0px;
    width: 4px;
    height: 100%;
    background-color: var(--white);
    opacity: 0.3;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.btn--primary::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 0%;
    height: 100%;
    background-color: var(--black);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: -1;
}

.btn--primary:hover {
    border: 1px solid var(--black);
}

.btn--primary:hover::after {
    right: calc(100% - 8px);
}

.btn--primary:hover::before {
    width: 100%;
}

.btn--secondary {
    padding: 13px 24px;
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    position: relative;
    z-index: 1;
}

.btn--secondary::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 5px;
    bottom: 0px;
    width: 4px;
    height: 100%;
    background-color: var(--white);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.btn--secondary::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 0%;
    height: 100%;
    background-color: var(--base-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: -1;
}

.btn--secondary:hover {
    border: 1px solid var(--base-color);
}

.btn--secondary:hover::after {
    right: calc(100% - 8px);
}

.btn--secondary:hover::before {
    width: 100%;
}

/* ==== 
 --------- (3.01) buttons styles end ---------
 ==== */

/* ==== 
 --------- (3.02) forms styles start ---------
 ==== */

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.input-group .input-single {
    width: 100%;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 9px 16px;
    background-color: var(--white);
    border: 1px solid #707070;
    color: var(--quaternary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: var(--base-color);
}

.input-group input::-webkit-input-placeholder,
.input-group textarea::-webkit-input-placeholder {
    color: var(--quaternary-color);
}

.input-group input::-moz-placeholder,
.input-group textarea::-moz-placeholder {
    color: var(--quaternary-color);
}

.input-group input:-ms-input-placeholder,
.input-group textarea:-ms-input-placeholder {
    color: var(--quaternary-color);
}

.input-group input::-ms-input-placeholder,
.input-group textarea::-ms-input-placeholder {
    color: var(--quaternary-color);
}

.input-group input::placeholder,
.input-group textarea::placeholder {
    color: var(--quaternary-color);
}

.input-group textarea {
    min-height: 300px;
}

/* ==== 
 --------- (3.02) forms styles end ---------
 ==== */

/* ==== 
 --------- (3.03) preloader styles start ---------
 ==== */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 120px;
}

/* ==== 
 --------- (3.03) preloader styles end ---------
 ==== */

/* ==== 
 --------- (4.01) header styles start ---------
 ==== */

.main-header {
    position: absolute !important;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}

.main-header__topbar {
    padding: 10px 0px;
    background-color: #333333;
}

.main-header__topbar .main-header__topbar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    padding-left: 300px;
}

.main-header__topbar .main-header__topbar__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

.main-header__topbar .main-header__topbar__content-wrapper::after {
    content: "";
    position: absolute;
    right: calc(100% + 30px);
    width: 100%;
    height: 40px;
    background-color: #0066ff;
}

.main-header__topbar .main-header__topbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-header__topbar .main-header__topbar__list li {
    line-height: 0px;
}

.main-header__topbar .main-header__topbar__list a {
    font-size: 14px;
    line-height: 14px;
    color: var(--white);
    font-weight: 400;
    gap: 12px;
}

.main-header__topbar .main-header__topbar__list a:hover {
    color: #e4e4e4;
}

.main-header__topbar .main-header__topbar__list i {
    font-size: 20px;
}

.main-header__topbar .main-header__topbar__select-country {
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
    padding: 0px 16px 0px 0px;
}

.main-header__topbar .main-header__topbar__select-country::after {
    right: 0px;
    width: 7px;
    height: 7px;
    border-color: var(--white);
    margin-top: -4px;
}

.main-header__topbar .main-header__topbar__select-country .option,
.main-header__topbar .main-header__topbar__select-country .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 0px;
}

.main-header__topbar .main-header__topbar__select-country .option span,
.main-header__topbar .main-header__topbar__select-country .option i,
.main-header__topbar .main-header__topbar__select-country .current span,
.main-header__topbar .main-header__topbar__select-country .current i {
    width: 30px;
    height: 20px;
}

.main-header__topbar .main-header__topbar__select-country .current {
    color: var(--white);
}

.main-header__topbar .main-header__topbar__select-country .list {
    padding: 12px 0px;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.social a {
    font-size: 20px;
    color: var(--white);
}

.main-header__menu {
    background-color: var(--white);
}

.main-header__menu .main-header__menu-box {
    padding-top: 25px;
    padding-bottom: 15px;
    position: relative;
}

.main-header__menu .logo {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header__menu .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-header__menu .navbar__menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -15px;
}

.main-header__menu .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-header__menu .navbar__item a {
    font-size: 16px;
    font-weight: 500;
    text-transform: inherit;
    padding: 45px 15px;
    width: 100%;
    line-height: 1;
    color: var(--quaternary-color);
}

.main-header__menu .navbar__item a:hover {
    color: var(--base-color);
}

.main-header__menu .navbar__item .dropdown-label-alter {
    position: relative;
}

.main-header__menu .navbar__item .dropdown-label-alter::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    border: 10px solid transparent;
    border-bottom-color: var(--base-color);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.main-header__menu .navbar__item:hover .dropdown-label-alter::before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

.main-header__menu .navbar__item--has-children {
    position: relative;
}

.main-header__menu .navbar__item--has-children:hover>.navbar__dropdown-label {
    color: var(--base-color);
}

.main-header__menu .navbar__item--has-children:hover>.navbar__dropdown-label::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-header__menu .navbar__item--has-children:hover>.navbar__dropdown-label-sub::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-header__menu .navbar__item--has-children:hover>.navbar__sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
}

.main-header__menu .navbar__dropdown-label {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-header__menu .navbar__dropdown-label::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    border: none;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    font-size: inherit;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.main-header__menu .navbar__sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 220px;
    max-width: 260px;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    pointer-events: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 20px 0px;
    border-radius: 5px;
    z-index: 9;
}

.main-header__menu .navbar__sub-menu li:nth-last-of-type(1)>a {
    border-bottom: 0px;
}

.main-header__menu .navbar__sub-menu a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    color: var(--black);
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid rgba(206, 206, 206, 0.4784313725);
    text-transform: capitalize;
}

.main-header__menu .navbar__sub-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    width: 4px;
    height: 8px;
    background-color: var(--base-color);
    opacity: 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.main-header__menu .navbar__sub-menu a:hover {
    color: var(--base-color);
    padding-left: 40px;
}

.main-header__menu .navbar__sub-menu a:hover::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}

.main-header__menu .navbar__sub-menu .active>a {
    padding-left: 40px;
}

.main-header__menu .navbar__sub-menu .active>a::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}

.main-header__menu .navbar__sub-menu .navbar__item--has-children:hover>.navbar__dropdown-label-sub {
    color: var(--base-color);
}

.main-header__menu .navbar__sub-menu__nested {
    top: 0%;
    left: 100%;
    min-width: 220px;
}

.main-header__menu .navbar__sub-menu__nested::before {
    content: "";
    position: absolute;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: -1;
    left: -20px;
    border: 10px solid transparent;
    top: 12px;
    border-right-color: var(--base-color);
}

.main-header__menu .active>.dropdown-label-alter::before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

.main-header__menu .active>.navbar__dropdown-label,
.main-header__menu .active>a {
    color: var(--base-color);
}

.main-header__menu .contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.main-header__menu .contact-btn div {
    line-height: 0px;
}

.main-header__menu .contact-btn i {
    font-size: 36px;
    color: var(--base-color);
}

.main-header__menu .contact-btn p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: var(--quaternary-color);
    margin-bottom: 6px;
}

.main-header__menu .contact-btn a {
    color: #555555;
    line-height: 1;
}

.main-header__menu .contact-btn a:hover {
    color: var(--base-color);
}

.main-header__menu .navbar__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.main-header__menu .open-offcanvas-nav {
    padding: 0px;
    display: inline-block;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.main-header__menu .open-offcanvas-nav span {
    height: 2px;
    background-color: var(--quaternary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.main-header__menu .open-offcanvas-nav .top-bar {
    width: 30px;
}

.main-header__menu .open-offcanvas-nav .middle-bar {
    width: 34px;
}

.main-header__menu .open-offcanvas-nav .bottom-bar {
    width: 16px;
}

.main-header__menu .open-offcanvas-nav:hover span {
    background-color: var(--base-color);
}

.main-header__menu .open-offcanvas-nav-active .middle-bar {
    opacity: 0;
}

.main-header__menu .open-offcanvas-nav-active .top-bar,
.main-header__menu .open-offcanvas-nav-active .bottom-bar {
    width: 30px !important;
}

.main-header__menu .open-offcanvas-nav-active .top-bar {
    -webkit-transform: rotate(45deg) translateY(5px) translateX(9px);
    -ms-transform: rotate(45deg) translateY(5px) translateX(9px);
    transform: rotate(45deg) translateY(5px) translateX(9px);
    background-color: var(--base-color);
}

.main-header__menu .open-offcanvas-nav-active .bottom-bar {
    -webkit-transform: rotate(-45deg) translateY(-5px) translateX(9px);
    -ms-transform: rotate(-45deg) translateY(-5px) translateX(9px);
    transform: rotate(-45deg) translateY(-5px) translateX(9px);
    background-color: var(--base-color);
}

.mobile-menu {
    position: fixed;
    inset: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    max-width: 400px;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.mobile-menu .mobile-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-menu .logo img {
    max-width: 150px;
}

.mobile-menu .close-mobile-menu {
    font-size: 36px;
    color: var(--base-color);
    position: relative;
    top: -120px;
    right: -300px;
}

.mobile-menu .mobile-menu__wrapper {
    position: absolute;
    left: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: var(--white);
    padding: 50px 0px;
    z-index: 9999;
    border-radius: 0px;
    overflow-y: auto;
    overflow-x: clip;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
    width: 0px;
}

.mobile-menu .navbar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0px !important;
}

.mobile-menu .navbar__list>li>a,
.mobile-menu .navbar__list>li button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .navbar__list>li:nth-of-type(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .navbar__item {
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.mobile-menu .navbar__item a {
    color: var(--quaternary-color);
    padding: 20px 80px 20px 40px;
    line-height: 1;
    font-size: 15px;
    text-transform: inherit;
    width: 100%;
    position: relative;
    font-weight: 500;
}

.mobile-menu .navbar__item a:hover {
    color: var(--base-color);
}

.mobile-menu .navbar__item a::after {
    -webkit-transition: none;
    transition: none;
}

.mobile-menu .nav-fade {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out !important;
    transition: all 0.7s ease-in-out !important;
}

.mobile-menu .navbar__item--has-children .navbar__dropdown-label::after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobile-menu .navbar__item--has-children:hover>.navbar__dropdown-label-sub {
    color: var(--base-color) !important;
}

.mobile-menu .navbar__item-active {
    color: var(--base-color) !important;
}

.mobile-menu .navbar__item-active::after {
    content: "\f068" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.mobile-menu .navbar__sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: none;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    border-radius: 0px;
}

.mobile-menu .navbar__sub-menu::before {
    content: none;
}

.mobile-menu .navbar__sub-menu a,
.mobile-menu .navbar__sub-menu button {
    color: var(--quaternary-color);
    padding: 20px 40px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .navbar__sub-menu a::before,
.mobile-menu .navbar__sub-menu button::before {
    content: none;
}

.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) a,
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .mobile-menu__options {
    padding: 0px 40px;
}

.mobile-menu .mobile-menu__options a,
.mobile-menu .mobile-menu__options button {
    width: 100%;
}

.mobile-menu .mobile-menu__social {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 0px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-menu .mobile-menu__social a {
    font-size: 20px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--base-color);
    color: var(--white);
}

.mobile-menu .active>.navbar__dropdown-label,
.mobile-menu .active>a {
    color: var(--base-color);
}

.mobile-menu__backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    visibility: hidden;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu__backdrop-active {
    width: 100%;
    visibility: visible;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.show-menu {
    opacity: 1;
    visibility: visible;
}

.show-menu .mobile-menu__wrapper {
    left: 0px;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.show-menu .nav-fade {
    -webkit-animation: navLinkFade 0.5s ease forwards;
    animation: navLinkFade 0.5s ease forwards;
    -webkit-transition: all 0.7s ease-in-out !important;
    transition: all 0.7s ease-in-out !important;
}

.nav-fade-active {
    animation: navLinkFade 1s ease reverse !important;
}

@-webkit-keyframes navLinkFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes navLinkFadeReverse {
    from {
        opacity: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes navLinkFadeReverse {
    from {
        opacity: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes stickyNavbar {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes stickyNavbar {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.sticky-header .main-header__topbar {
    display: none;
}

.sticky-header .main-header__menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    -webkit-animation: stickyNavbar 0.5s linear;
    animation: stickyNavbar 0.5s linear;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.sticky-header .main-header__menu-box {
    padding-left: 0px !important;
}

.sticky-header .navbar {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.sticky-header .navbar::after {
    content: none !important;
}

.sticky-header .navbar-logo {
    display: block !important;
}

.sticky-header .logo {
    display: none !important;
}

.sticky-header .mobile-menu__header .logo {
    display: block !important;
}

.header-two {
    position: relative;
}

.header-two .main-header__topbar {
    background-color: var(--base-color);
}

.header-two .main-header__topbar .main-header__topbar__content-wrapper::after {
    content: none;
}

.header-two .main-header__menu {
    background-color: var(--base-color);
}

.header-two .main-header__menu .main-header__menu-box {
    padding-top: 15px;
    padding-bottom: 14px;
}

.header-two .main-header__menu .navbar::after {
    background-color: var(--quaternary-color);
    right: 100%;
    -webkit-clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 100% 100%, 0% 100%);
}

.header-two .navbar__menu {
    background-color: var(--quaternary-color);
    position: relative;
}

.header-two .navbar__menu::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    height: 0px;
    width: 100px;
    height: 100%;
    background-color: var(--quaternary-color);
}

.header-two .submit-btn {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 30px;
    -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 100% 100%, 0% 100%);
    background-color: var(--quaternary-color);
}

.header-two .submit-btn a {
    color: var(--white);
}

.header-two .submit-btn a i {
    font-size: 24px;
}

.header-two .contact-btn {
    position: absolute;
    left: calc(100% + 60px);
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    height: 100px;
    min-width: 200px;
}

.header-two .contact-btn div {
    line-height: 0px;
}

.header-two .contact-btn .contact-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--quaternary-color);
}

.header-two .contact-btn i {
    font-size: 30px;
    color: var(--white);
}

.header-two .contact-btn p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.header-two .contact-btn a {
    color: var(--white);
    line-height: 1;
}

.header-two .contact-btn a:hover {
    color: var(--white);
}

.header-two .icon-bar {
    background-color: var(--white) !important;
}

.header-two.sticky-header .main-header__menu {
    border-bottom: 0px;
}

.header-two.sticky-header .contact-btn {
    height: 90px;
}

.header-three .main-header__topbar {
    background-color: transparent;
    padding: 11px 0px;
}

.header-three .main-header__topbar .main-header__topbar__list i {
    font-size: 18px;
}

.header-three .main-header__topbar .main-header__topbar__content-wrapper::after {
    content: none;
}

.header-three .main-header__menu {
    background-color: var(--white);
}

.header-three .main-header__menu .navbar {
    padding: 0px;
}

.header-three .main-header__menu .navbar__item a {
    padding: 28px 15px;
}

.header-three .main-header__menu .navbar__item .dropdown-label-alter::before {
    content: none;
}

.header-three .main-header__menu .navbar__sub-menu a {
    padding: 16px 32px;
}

.header-three .main-header__menu .navbar__sub-menu a:hover {
    padding-left: 40px;
}

.header-three .main-header__menu .navbar__sub-menu .active>a {
    padding-left: 40px;
}

.header-three.sticky-header .main-header__menu {
    background-color: var(--white);
}

.header-three.sticky-header .main-header__menu .main-header__menu-box {
    background-color: var(--white);
    padding-right: 0px !important;
}

.header-three.sticky-header .main-header__menu .navbar {
    padding: 0px;
}

/* ==== 
 --------- (4.01) header styles end ---------
 ==== */

/* ==== 
 --------- (4.02) banner styles start ---------
 ==== */

.banner {
    overflow-x: clip;
    position: relative;
    margin-top: 90px;
}

.banner .banner__slider-single {
    padding-top: 100px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.banner .banner__slider-inner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right bottom;
    position: absolute;
    inset: 0px;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner .banner__slider-content {
    padding: 100px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-top: 8px solid var(--base-color);
}

.banner .banner__slider-content span,
.banner .banner__slider-content h1,
.banner .banner__slider-content p {
    color: var(--white);
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner .banner__slider-content h1 {
    font-weight: 700;
    margin-top: 27px;
    margin-bottom: 30px;
}

.banner .banner__slider-content p {
    font-size: 18px;
}

.banner .banner__slider-cta {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner .swiper-slide-active .banner__slider-inner {
    -webkit-animation: backgroundAnimation 12s ease-in-out;
    animation: backgroundAnimation 12s ease-in-out;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.banner .swiper-slide-active .banner__slider-content span {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner .swiper-slide-active .banner__slider-content h1 {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner .swiper-slide-active .banner__slider-content p {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.banner .swiper-slide-active .banner__slider-content .banner__slider-cta {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner .slider-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    padding: 0px 80px;
}

.slider-navigation .slider-btn {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: var(--white);
    font-size: 20px;
    color: var(--black);
}

.slider-navigation .slider-btn:hover {
    background-color: var(--base-color);
    color: var(--white);
}

@-webkit-keyframes backgroundAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes backgroundAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.banner-two {
    margin-top: 90px;
    overflow: clip !important;
    position: relative;
    z-index: 1;
}

.banner-two .shape-one {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    z-index: -2;
    min-width: 60vw;
}

.banner-two .shape-one .banner-two-shape {
    height: 100%;
    min-width: 900px;
    -o-object-fit: unset;
    object-fit: unset;
}

.banner-two .shape-one .banner-two-filter {
    position: absolute;
    top: 0px;
    right: -80px;
    height: 100%;
    bottom: 0px;
    z-index: -3;
    -o-object-fit: unset;
    object-fit: unset;
}

.banner-two .shape-one .shape-square {
    width: 45px;
    height: 45px;
    background-color: var(--white);
    position: absolute;
    top: 20%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 300px;
    z-index: 1;
    -webkit-animation: filter 10s ease-in-out alternate infinite;
    animation: filter 10s ease-in-out alternate infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.banner-two .shape-one .shape-tr {
    width: 45px;
    height: 45px;
    background-color: var(--white);
    position: absolute;
    bottom: 6%;
    left: 1230px;
    z-index: 1;
    -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    -webkit-animation: filter 20s ease-in-out alternate infinite;
    animation: filter 20s ease-in-out alternate infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.banner-two .shape-one .shape-sm {
    width: 130px;
    min-width: 130px;
    height: 130px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 20px solid #707070;
    opacity: 0.11;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    z-index: 1;
    position: absolute;
    top: 20%;
    left: 500px;
    -webkit-animation: filter 30s ease-in-out alternate infinite;
    animation: filter 30s ease-in-out alternate infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.banner-two .shape-one .shape-lg {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 20px solid #707070;
    opacity: 0.11;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    z-index: 1;
    position: absolute;
    bottom: 5%;
    left: 900px;
    -webkit-animation: filter 30s ease-in-out alternate infinite;
    animation: filter 30s ease-in-out alternate infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.banner-two .shape-one .shape-xl {
    width: 500px;
    min-width: 500px;
    height: 500px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.25);
    border: 100px solid rgba(255, 255, 255, 0.15);
    opacity: 0.35;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-left: -200px;
    margin-bottom: -200px;
    -webkit-animation: filter 40s ease-in-out alternate infinite;
    animation: filter 40s ease-in-out alternate infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

@-webkit-keyframes filter {
    0% {
        -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
        transform: rotate(0deg) scale(1) translate(0px, 0px);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1.1) translate(60px, 100px);
        transform: rotate(360deg) scale(1.1) translate(60px, 100px);
    }
}

@keyframes filter {
    0% {
        -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
        transform: rotate(0deg) scale(1) translate(0px, 0px);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1.1) translate(60px, 100px);
        transform: rotate(360deg) scale(1.1) translate(60px, 100px);
    }
}

.banner-two .banner-two__single {
    padding: 160px 0px 160px;
}

.banner-two .banner-two__content {
    position: relative;
    z-index: 2;
}

.banner-two .banner-two__content h1,
.banner-two .banner-two__content p {
    color: var(--white);
}

.banner-two .banner-two__content h1 {
    font-weight: 500;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-two .banner-two__content p {
    margin-top: 24px;
    font-size: 18px;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-two .banner-two__content .cta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-two .swiper-slide-active .banner-two__content h1 {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-two .swiper-slide-active .banner-two__content p {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-two .swiper-slide-active .banner-two__content .cta-group {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-two .swiper-slide-active .thumb img {
    -webkit-animation: backgroundAnimation 12s ease-in-out;
    animation: backgroundAnimation 12s ease-in-out;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.banner-two .banner-thumb-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: -4;
}

.banner-two .banner-two-slider-thumb {
    height: 100%;
}

.banner-two .banner-two-slider-thumb .thumb {
    height: 100% !important;
    text-align: end;
}

.banner-two .banner-two-slider-thumb .thumb img {
    height: 100% !important;
    min-width: 80vw;
    -o-object-fit: unset;
    object-fit: unset;
}

.banner-two .swiper-button-prev,
.banner-two .swiper-button-next {
    width: auto;
    height: auto;
}

.banner-two .swiper-button-prev img,
.banner-two .swiper-button-next img {
    width: 140px;
    height: 70px;
}

.banner-two .swiper-button-prev::after,
.banner-two .swiper-button-next::after {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: var(--white);
    font-size: 20px;
    color: var(--base-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-weight: 900;
}

.banner-two .swiper-button-prev:hover::after,
.banner-two .swiper-button-next:hover::after {
    color: var(--white);
    background-color: var(--base-color);
}

.banner-two .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: 40px;
}

.banner-two .swiper-button-next {
    right: 40px;
}

.search-tab {
    position: relative;
    top: -52px;
    margin-bottom: -52px;
    z-index: 2;
}

.search-tab .search-tab-btn-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-tab .search-tab-btn-wrapper ul button {
    font-family: var(--kulim);
    padding: 14px 24px;
    background-color: var(--quaternary-color);
    color: var(--white);
    font-weight: 700;
}

.search-tab .search-tab-btn-wrapper ul button:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.search-tab .search-tab-btn-wrapper ul .active {
    background-color: var(--base-color);
    color: var(--white);
}

.search-tab .search-tab-item-wrapper {
    padding: 25px 20px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.search-tab .search-tab-item-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-tab .search-tab-item-wrapper form .input-single {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.search-tab .search-tab-item-wrapper form .input-single label {
    display: block;
    font-weight: 700;
    color: var(--base-color);
}

.search-tab .search-tab-item-wrapper .input-single {
    width: calc(50% - 15px);
}

.search-tab .search-tab-item-wrapper .nice-select {
    width: 100%;
    border: 0px;
    padding: 9px 40px 9px 0px;
    border-radius: 0px;
}

.search-tab .search-tab-item-wrapper .nice-select::after {
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-color: #999999;
}

.search-tab .search-tab-item-wrapper .nice-select .list {
    width: 100%;
}

.search-tab .search-tab-item-wrapper input {
    width: 100%;
    padding: 9px 20px 9px 0px;
}

.search-tab .search-tab-item-wrapper input,
.search-tab .search-tab-item-wrapper .nice-select {
    border-bottom: 2px solid #cbcbcb;
}

.search-tab .btn--primary {
    padding: 13px 48px;
}

.search-tab .btn--primary::after {
    content: none;
}

.nice-select .list {
    z-index: 7;
}

.banner-three {
    padding: 220px 0px 160px;
    background-color: var(--quaternary-color);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.banner-three .banner-three__content span {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--kulim);
    margin-top: -7px;
    color: var(--white);
}

.banner-three .banner-three__content h1 {
    font-weight: 500;
    color: var(--white);
    margin-top: 20px;
}

.banner-three .banner-three__cta {
    margin-top: 40px;
}

.banner-three .search-property__wrapper {
    margin-top: 0px;
}

.banner-three .search-property__single {
    max-width: unset !important;
    width: 100% !important;
}

.banner-three .search-property__single .nice-select {
    max-width: 200px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.banner-three .search-property__single input {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.banner-three .search-property__single .btn--primary {
    padding-top: 17px;
    padding-bottom: 17px;
}

.banner-three .search-property__single .filter {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
}

.banner-three .search-property__single .nice-select span,
.banner-three .search-property__single input {
    font-size: 14px;
}

.banner-three .banner-three__thumb {
    position: absolute;
    top: -130px;
    left: 80%;
    width: 1080px;
    height: 1080px;
    background-color: var(--base-color);
    border-radius: 50%;
    z-index: 3;
}

.banner-three .banner-three__thumb img {
    width: 970px;
    min-width: 970px;
    height: 970px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 8px solid #fff;
    -webkit-filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.52));
    filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.52));
}

.banner-three .shape-one,
.banner-three .shape-two {
    position: absolute;
    left: -10px;
    top: 75%;
    width: 140px;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #c4c4c4;
    z-index: 1;
    -webkit-transform: rotate(35deg) translateY(-75%);
    -ms-transform: rotate(35deg) translateY(-75%);
    transform: rotate(35deg) translateY(-75%);
}

.banner-three .shape-one::before,
.banner-three .shape-two::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    border-radius: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.banner-three .shape-one i,
.banner-three .shape-two i {
    font-size: 70px;
    color: var(--quaternary-color);
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.banner-three .shape-one i::before,
.banner-three .shape-two i::before {
    font-weight: 500;
}

.banner-three .shape-one span,
.banner-three .shape-two span {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--quaternary-color);
    color: var(--white);
    position: absolute;
    top: 0px;
    left: -15px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    border: 1px solid var(--white);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.banner-three .shape-one:hover::before,
.banner-three .shape-two:hover::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.banner-three .shape-one:hover span,
.banner-three .shape-two:hover span {
    background-color: var(--base-color);
    color: var(--white);
    border-color: var(--base-color);
}

.banner-three .shape-two {
    top: 40%;
    left: -80px;
    -webkit-transform: rotate(35deg) translateY(-40%);
    -ms-transform: rotate(35deg) translateY(-40%);
    transform: rotate(35deg) translateY(-40%);
}

.banner-three .shape-lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-35deg);
    -ms-transform: translateY(-50%) rotate(-35deg);
    transform: translateY(-50%) rotate(-35deg);
    left: -50px;
    width: 300px;
    height: 3000px;
    background: #fff;
    border: 1px solid #707070;
    opacity: 0.04;
    z-index: -1;
}

.banner-three .shape-xl {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-35deg);
    -ms-transform: translateY(-50%) rotate(-35deg);
    transform: translateY(-50%) rotate(-35deg);
    left: 400px;
    width: 280px;
    height: 3000px;
    background: #fff;
    border: 1px solid #707070;
    opacity: 0.01;
    z-index: -1;
}

.banner-three .social {
    margin-top: 40px;
}

.banner-tab-btn-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-tab-btn-wrapper ul button {
    font-family: var(--kulim);
    padding: 10px 30px;
    background-color: var(--quaternary-color);
    color: var(--white);
    border: 1px solid #707070;
}

.banner-tab-btn-wrapper ul button:hover {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}

.banner-tab-btn-wrapper ul .active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}

.banner-four {
    overflow: hidden;
}

.banner-four .banner__slider-inner::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: var(--black);
    opacity: 0.6;
}

.banner-four .video-wrapper {
    position: absolute;
    top: 100px;
    left: 12%;
    width: 200px;
    height: 200px;
    z-index: 2;
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="89" height="89" viewBox="0 0 89 89"><circle cx="44.5" cy="44.5" r="44.5"/></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="89" height="89" viewBox="0 0 89 89"><circle cx="44.5" cy="44.5" r="44.5"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position-x: 15%;
    -webkit-mask-position-y: 0px;
    -webkit-mask-size: 200px;
    mask-size: 200px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.banner-four .video-wrapper button {
    position: absolute;
    left: 65px;
    top: 65px;
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white);
    -webkit-transition: none;
    transition: none;
    color: var(--base-color);
    font-size: 20px;
    cursor: pointer;
}

.banner-four .video-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-four .mask-open {
    inset: 0px;
    width: 100%;
    height: 100%;
    -webkit-mask-size: 300%;
    mask-size: 300%;
    -webkit-mask-position-x: 50%;
    -webkit-mask-position-y: 50%;
}

.banner-four .mask-open button {
    left: 200px;
    top: 100px;
}

.banner-four .mask-open+.video-text {
    top: 105px;
    left: 190px;
}

.banner-four .video-text {
    position: absolute;
    top: 170px;
    z-index: 2;
    left: calc(12% + 120px);
    padding-left: 100px;
    cursor: pointer;
}

.banner-four .video-text p {
    color: #f1e0e0;
    font-weight: 300;
}

.banner-four .video-text p:nth-last-of-type(1) {
    font-weight: 500;
    color: var(--white);
}

.common-banner {
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    margin-top: 90px;
}

.common-banner h2 {
    font-weight: 500;
    color: var(--white);
    margin-top: -10px;
    margin-bottom: 14px;
}

/* ==== 
 --------- (4.02) banner styles end ---------
 ==== */

/* ==== 
 --------- (4.04) footer styles start ---------
 ==== */

.footer {
    background-color: var(--black);
    padding-top: 100px;
}

.footer .footer__logo {
    margin-bottom: 35px;
}

.footer .footer__widget-header {
    margin-bottom: 25px;
}

.footer .footer__widget-header img {
    width: 40px;
    height: 15px;
}

.footer .footer__widget-header h4 {
    color: var(--white);
    font-weight: 500;
    margin-top: 17px;
}

.footer .footer__widget-header-alt {
    margin-bottom: 30px;
}

.footer .footer__widget-content p {
    color: var(--white);
    margin-bottom: 20px;
}

.footer .footer__widget-content p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer .footer__widget-list li {
    margin-bottom: 6px;
}

.footer .footer__widget-list li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer .footer__widget-list a {
    color: var(--white);
    font-weight: 500;
}

.footer .footer__widget-list a:hover {
    color: var(--base-color);
}

.footer .footer__blog-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.footer .footer__blog-single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer .footer__blog-single .thumb {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.footer .footer__blog-single h5 {
    margin-top: -5px;
}

.footer .footer__blog-single a {
    font-weight: 500;
    color: var(--white);
}

.footer .footer__blog-single a:hover {
    color: var(--base-color);
}

.footer .footer__contact-list a {
    gap: 24px;
    color: var(--white);
    font-weight: 500;
}

.footer .footer__contact-list a i {
    color: var(--base-color);
}

.footer .footer__contact-list a:hover {
    color: var(--base-color);
}

.footer .footer__contact-list li {
    margin-bottom: 30px;
}

.footer .footer__contact-list li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer .footer__bottom {
    background-color: var(--base-color);
    margin-top: 100px;
    padding: 20px 0px;
}

.footer .footer__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer__bottom-list a,
.footer .footer__bottom-list span {
    color: var(--white);
}

.footer .footer__bottom-right {
    margin-top: 10px;
}

.footer .footer__bottom-right p {
    color: var(--white);
}

.footer-two {
    padding-top: 100px;
}

.footer-two .footer__partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-two .partner-single {
    text-align: center;
}

.footer-two .footer-divider {
    margin: 100px 0px 100px;
    background-color: #707070;
    border: 0px;
    width: 100%;
    height: 1px;
}

.footer-two .footer__bottom {
    background-color: transparent;
    padding: 0px;
}

.footer-two .footer__bottom-inner {
    background-color: var(--base-color);
    position: relative;
    padding: 27px 0px;
    border-top-right-radius: 50px;
    z-index: 1;
}

.footer-two .footer__bottom-inner::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
    bottom: 0px;
    width: 200%;
    height: 100%;
    background-color: var(--base-color);
    z-index: -1;
}

.footer-two .footer__bottom-left ul {
    row-gap: 4px;
}

.footer-two .footer__bottom-left ul li:nth-of-type(2),
.footer-two .footer__bottom-left ul li:nth-of-type(4) {
    display: none;
}

.footer-two .footer__bottom-left li span {
    height: 16px;
    width: 1px;
    background-color: var(--white);
    margin-bottom: -3px;
}

.footer-two .footer__bottom-left p {
    color: var(--white);
    margin-top: 6px;
}

.footer-two .footer__bottom-list li:nth-of-type(2),
.footer-two .footer__bottom-list li:nth-of-type(4) {
    display: none;
}

.footer-two .social {
    gap: 0px;
}

.footer-two .social a {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

.footer-two .social a:hover {
    background-color: var(--quaternary-color);
}

.footer-three {
    background-color: #eeeeee;
    padding-top: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom 80px;
}

.footer-three .footer__widget-header {
    margin-bottom: 30px;
}

.footer-three .footer__widget-header img {
    width: 40px;
    height: 15px;
}

.footer-three .footer__widget-header h4 {
    color: var(--quaternary-color);
    font-weight: 500;
    margin-top: 10px;
}

.footer-three .footer__widget-content {
    margin-top: -8px;
}

.footer-three .footer__contact-list a {
    gap: 24px;
    color: #555555;
    font-weight: 500;
}

.footer-three .footer__contact-list a i {
    color: var(--base-color);
}

.footer-three .footer__contact-list a:hover {
    color: var(--base-color);
}

.footer-three .footer__contact-list li {
    margin-bottom: 30px;
}

.footer-three .footer__contact-list li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer-three .footer__widget-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-three .footer__widget-list li {
    margin-bottom: 6px;
    width: calc(50% - 6px);
}

.footer-three .footer__widget-list li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer-three .footer__widget-list a {
    color: #555555;
    font-weight: 500;
}

.footer-three .footer__widget-list a:hover {
    color: var(--base-color);
}

.footer-three .footer-three__news-letter p {
    font-size: 18px;
    font-weight: 700;
    color: var(--quaternary-color);
}

.footer-three .newsletter-form {
    margin-top: 40px;
}

.footer-three .newsletter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
    border: 1px solid #707070;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-three .newsletter-form form input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 10px 10px;
    background-color: #eeeeee;
    padding-left: 16px;
}

.footer-three .footer-three__bottom {
    background-color: var(--quaternary-color);
    margin-top: 155px;
}

.footer-three .footer-three__bottom-inner {
    padding: 30px 20px;
    background-color: var(--base-color);
    border-radius: 20px;
    position: relative;
    top: -75px;
    margin-bottom: -75px;
}

.footer-three .footer__bottom-single p {
    font-weight: 700;
    color: var(--white);
}

.footer-three .footer__bottom-single .social a {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-three .footer__bottom-single .social a:hover {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.footer-three .footer-three__copyright {
    padding: 30px 0px;
}

.footer-three .footer-three__copyright p {
    color: var(--white);
}

.footer-three .footer-three__copyright p a:hover {
    color: var(--base-color);
}

.footer-three .footer__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    row-gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-three .footer__bottom-list a {
    color: var(--white);
}

.footer-three .footer__bottom-list a:hover {
    color: var(--base-color);
}

.footer-three .footer__bottom-list li:nth-of-type(2),
.footer-three .footer__bottom-list li:nth-of-type(4) {
    display: none;
}

/* ==== 
 --------- (4.04) footer styles end ---------
 ==== */

/* ==== 
 --------- (5.01) search property styles start ---------
 ==== */

.search-property {
    background-color: #eeeeee;
    padding: 100px 0px;
}

.search-property .search-property__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
    row-gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-property .search-property__menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    color: var(--quaternary-color);
    position: relative;
    z-index: 1;
}

.search-property .search-property__menu a span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white);
    color: var(--quaternary-color);
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 24px;
}

.search-property .search-property__menu a span::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    z-index: -1;
}

.search-property .search-property__menu a span::before {
    font-weight: 700;
}

.search-property .search-property__menu a:nth-of-type(3) span::before,
.search-property .search-property__menu a:nth-of-type(5) span::before,
.search-property .search-property__menu a:nth-of-type(6) span::before {
    font-weight: 400;
}

.search-property .search-property__menu a:hover span {
    background-color: var(--base-color);
    color: var(--white);
}

.search-property .search-property__menu a:hover span::before {
    font-weight: 400;
}

.search-property .search-property__menu a:hover span::after {
    -webkit-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.search-property__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.search-property__wrapper .search-property__single:nth-of-type(1) {
    width: 100%;
}

.search-property__wrapper .search-property__single:nth-of-type(2) {
    width: 100%;
}

.search-property__wrapper .search-property__single:nth-of-type(3) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-property__wrapper .nice-select {
    width: 100%;
    padding: 9px 40px 9px 20px;
    border-radius: 0px;
    border: 1px solid #dddddd;
    border-right: 0px;
}

.search-property__wrapper .nice-select::after {
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-color: #999999;
}

.search-property__wrapper .nice-select .list {
    width: 100%;
}

.search-property__wrapper form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-property__wrapper form .input-single {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 16px;
}

.search-property__wrapper form .input-single input {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #dddddd;
    border-right: 0px;
}

.search-property__wrapper form button[disabled] {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dddddd;
    background-color: var(--white);
    color: var(--base-color);
    font-size: 24px;
}

.search-property__wrapper .btn--primary {
    gap: 50px;
    row-gap: 12px;
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-property__wrapper .btn--primary span {
    display: none;
}

.search-property__wrapper .btn--primary::after {
    content: none;
}

/* ==== 
 --------- (5.01) search property styles end ---------
 ==== */

/* ==== 
 --------- (5.02) about section styles start ---------
 ==== */

.about {
    padding: 100px 0px;
    background-color: var(--white);
    overflow-x: clip;
}

.about .about__thumb {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.about .about__thumb-single {
    position: absolute;
    -webkit-filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.21));
    filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.21));
}

.about .about__thumb-single:nth-of-type(1) {
    top: 0px;
    left: 10px;
    z-index: 3;
}

.about .about__thumb-single:nth-of-type(1) .thumb {
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.about .about__thumb-single:nth-of-type(2) {
    right: 10px;
    top: 0px;
    z-index: 1;
}

.about .about__thumb-single:nth-of-type(2) .thumb {
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.about .about__thumb-single:nth-of-type(3) {
    bottom: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.about .about__thumb-single:nth-of-type(3) .thumb {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.about .about__content-inner p {
    color: #555555;
}

.about .about__content-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 36px 20px 36px 40px;
    margin-top: 40px;
    border: 1px solid #dedede;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about .about__content-single::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1px;
    background-color: var(--base-color);
    width: 6px;
    height: 90%;
}

.about .about__content-single h5 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-bottom: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.about .about__content-single .thumb i {
    font-size: 64px;
    color: var(--black);
}

.about .about__content-single:hover h5 {
    color: var(--base-color);
}

.procedure {
    padding: 100px 0px;
    background-color: var(--white);
}

.procedure .procedure__single {
    text-align: center;
    padding: 0px 12px;
}

.procedure .procedure__single .thumb {
    width: 130px;
    min-width: 130px;
    height: 130px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white);
    -webkit-filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.08));
    border: 1px dashed var(--white);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.procedure .procedure__single .thumb i {
    font-size: 64px;
    color: var(--black);
}

.procedure .procedure__single h4 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-bottom: 12px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.procedure .procedure__single:hover .thumb {
    border-color: var(--base-color);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.procedure .procedure__single:hover h4 {
    color: var(--base-color);
}

.procedure .procedure__inner .line {
    display: none;
}

.video-counter .video-counter__inner {
    padding: 100px 20px;
    background-color: var(--quaternary-color);
    position: relative;
    z-index: 1;
    margin: 0px 12px;
    overflow: hidden;
}

.video-counter .video-counter__inner::before,
.video-counter .video-counter__inner::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.12;
    z-index: -1;
}

.video-counter .video-counter__inner::before {
    top: -60px;
    left: -60px;
}

.video-counter .video-counter__inner::after {
    bottom: -60px;
    right: -60px;
}

.video-counter .vid-base {
    background-color: var(--base-color);
}

.video-counter .video-counter__thumb {
    position: relative;
    top: -105px;
    margin-bottom: -105px;
}

.video-counter .video-counter__thumb img {
    width: 100%;
    min-height: 400px;
}

.video-counter .video-counter__thumb .vid-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}

.video-counter .video-counter__thumb .vid-wrap .video-btn-wrapper {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    inset: unset;
}

.video-counter .video-counter__thumb .vid-wrap h4 {
    font-weight: 500;
    color: var(--white);
}

.video-counter div {
    line-height: unset;
}

.video-counter .counter__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
}

.video-counter .counter__single .thumb {
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.video-counter .counter__single .thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 170, 170, 0)), to(#999));
    background: linear-gradient(rgba(170, 170, 170, 0) 0%, #999 100%);
    z-index: -1;
}

.video-counter .counter__single .thumb img {
    width: 35px;
    height: 35px;
}

.video-counter .counter__single .thumb i {
    font-size: 36px;
    color: var(--white);
}

.video-counter .counter__single h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: var(--white);
    font-weight: 700;
    font-size: 22px;
}

.video-counter .counter__single p {
    font-family: var(--kulim);
    color: var(--white);
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    margin-top: 4px;
}

.collection {
    padding: 100px 0px;
    background-color: var(--white);
    overflow: clip;
}

.collection .collection__thumb {
    height: 100%;
    min-height: 560px;
    position: relative;
    z-index: 1;
}

.collection .collection__thumb .thumb-one,
.collection .collection__thumb .thumb-two,
.collection .collection__thumb .thumb-three,
.collection .collection__thumb .thumb-four {
    position: absolute;
}

.collection .collection__thumb .thumb-one {
    bottom: 0px;
    left: 40px;
    z-index: 4;
    border: 5px solid var(--white);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

.collection .collection__thumb .thumb-two {
    top: 140px;
    right: 50px;
    z-index: 3;
    border: 5px solid var(--white);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

.collection .collection__thumb .thumb-three {
    top: 0px;
    left: 0px;
    z-index: 2;
    border: 5px solid var(--white);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

.collection .collection__thumb .thumb-four {
    top: 0px;
    left: 100px;
}

.collection .collection__thumb .thumb-logo {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--base-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.collection .collection__thumb .thumb-logo a {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white);
    z-index: 7;
}

.collection .collection__thumb .thumb-logo a img {
    width: 40px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.collection .collection__thumb .thumb-logo .letter {
    position: absolute;
    inset: 10px;
    z-index: 6;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.collection .inner h4 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-top: -7px;
}

.collection .inner .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 35px;
}

.collection .inner .group:nth-of-type(1) {
    margin-top: 50px;
}

.collection .inner .group:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.collection .inner .group .thumb {
    min-width: 60px;
    width: 60px;
}

.collection .inner .group .thumb i {
    font-size: 64px;
    color: var(--base-color);
}

.collection .inner .group p {
    margin-top: 10px;
    color: var(--quaternary-color);
}

/* ==== 
 --------- (5.02) about section styles end ---------
 ==== */

/* ==== 
 --------- (5.03) service section styles start ---------
 ==== */

.service {
    padding: 100px 0px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.service .service__single {
    text-align: center;
    padding: 40px 32px;
    position: relative;
    z-index: 1;
}

.service .service__single::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: calc(100% - 66px);
    background-color: var(--white);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.service .service__single h4 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin: 26px 0px 20px;
}

.service .service__single h4:hover {
    color: var(--base-color);
}

.service .service__single p {
    font-size: 15px;
    margin-bottom: 50px;
    color: #555555;
}

.service .service__single:hover::before {
    height: 100%;
}

.service .service__single .thumb i {
    font-size: 64px;
    color: var(--black);
}

.service .service__single-active h4 {
    color: var(--base-color);
}

.service .service__single-active::before {
    height: 100%;
}

.service .service__single-active .btn--primary {
    border: 1px solid var(--base-color);
}

.service .service__single-active .btn--primary::after {
    right: calc(100% - 8px);
}

.service .service__single-active .btn--primary::before {
    width: 100%;
}

.service-main {
    background-color: var(--white);
}

.service-main .service__single {
    background-color: var(--white);
    border: 1px solid #aaaaaa;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    overflow: hidden;
    z-index: 1;
}

.service-main .service__single::before,
.service-main .service__single::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-110%);
    -ms-transform: translateX(-50%) translateY(-110%);
    transform: translateX(-50%) translateY(-110%);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.service-main .service__single::before {
    width: 160px;
    height: 160px;
    background-color: #3183ff;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.service-main .service__single::after {
    width: 200px;
    height: 200px;
    background-color: #0065fe;
    z-index: -2;
}

.service-main .service__single p,
.service-main .service__single img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.service-main .service__single .thumb i {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.service-main .service__single .bg-thumb {
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.service-main .service__single:hover {
    border-color: var(--base-color);
    background-color: var(--base-color);
}

.service-main .service__single:hover .bg-thumb {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.service-main .service__single:hover .thumb i {
    color: var(--white);
}

.service-main .service__single:hover h4 {
    color: var(--white);
}

.service-main .service__single:hover p {
    color: var(--white);
}

.service-main .service__single:hover::before {
    height: 160px;
}

.service-main .service__single:hover::before,
.service-main .service__single:hover::after {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.service-main .service__single:hover .btn--primary {
    border: 1px solid var(--base-color);
}

.service-main .service__single:hover .btn--primary::after {
    right: calc(100% - 8px);
}

.service-main .service__single:hover .btn--primary::before {
    width: 100%;
}

/* ==== 
 --------- (5.03) service section styles end ---------
 ==== */

/* ==== 
 --------- (5.04) properties section styles start ---------
 ==== */

.properties {
    padding: 100px 0px;
    background-color: var(--white);
}

.properties .properties-slider {
    margin-bottom: -20px;
}

.properties .swiper {
    padding: 0px 20px;
    margin: 0px -20px;
}

.properties .properites__single-item {
    background-color: #f9f2f2;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 20px;
}

.properties .properites__single-item .thumb {
    position: relative;
    overflow: hidden;
}

.properties .properites__single-item .thumb a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.properties .properites__single-item .thumb img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.properties .properites__single-item .thumb .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.properties .properites__single-item .thumb .tag span {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 6px;
    background-color: var(--base-color);
    color: var(--white);
    line-height: 1;
}

.properties .properites__single-item .thumb .tag .sold-tag {
    background-color: var(--white);
    color: var(--base-color);
}

.properties .properites__single-item .thumb .price-tag {
    text-align: end;
    padding: 0px 24px;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -18px;
}

.properties .properites__single-item .thumb .price-tag span {
    font-weight: 700;
    color: var(--white);
    background-color: var(--base-color);
    padding: 10px 16px;
    line-height: 1;
}

.properties .properites__single-item .content {
    padding: 24px;
    background-color: #f9f2f2;
}

.properties .properites__single-item .content .specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.properties .properites__single-item .content .specifications p {
    font-size: 12px;
    color: var(--quaternary-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.properties .properites__single-item .content .specifications p i {
    font-size: 24px;
    line-height: 0px;
    color: var(--quaternary-color);
}

.properties .properites__single-item .content h4 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-top: 16px;
}

.properties .properites__single-item .content h4:hover {
    color: var(--base-color);
}

.properties .properites__single-item .content .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #555555;
    margin-top: 18px;
}

.properties .properites__single-item .content .location span {
    font-size: 18px;
    line-height: 0px;
}

.properties .properites__single-item .content .property-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.properties .properites__single-item .content .property-footer .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.properties .properites__single-item .content .property-footer img {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.properties .properites__single-item .content .property-footer .author-meta p {
    line-height: 1;
}

.properties .properites__single-item .content .property-footer .author-meta p:nth-of-type(1) {
    font-size: 14px;
    font-weight: 500;
    color: var(--quaternary-color);
    font-family: var(--kulim);
}

.properties .properites__single-item .content .property-footer .author-meta p:nth-of-type(2) {
    font-size: 12px;
    color: #555555;
    margin-top: 10px;
}

.properties .properites__single-item .content .footer-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.properties .properites__single-item .content .footer-cta .tool {
    position: absolute;
    line-height: 1;
    padding: 4px 6px;
    background-color: var(--white);
    color: var(--quaternary-color);
    top: 0%;
    font-size: 12px;
    font-weight: 500;
    right: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.properties .properites__single-item .content .footer-cta a {
    width: 30px;
    min-width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    font-size: 18px;
    background-color: #dddddd;
    color: var(--quaternary-color);
    position: relative;
}

.properties .properites__single-item .content .footer-cta a i {
    font-size: 20px;
    color: var(--black);
}

.properties .properites__single-item .content .footer-cta a i::before {
    font-weight: 500 !important;
}

.properties .properites__single-item .content .footer-cta a:hover {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.properties .properites__single-item .content .footer-cta a:hover i {
    color: var(--white);
}

.properties .properites__single-item .content .footer-cta a:hover span::before {
    font-weight: 400;
}

.properties .properites__single-item .content .footer-cta a:hover .tool {
    opacity: 1;
    visibility: visible;
    top: -50%;
}

.properties .properites__single-item .content .footer-cta a span {
    line-height: 0px;
}

.properties .properites__single-item .content .footer-cta a span::before {
    font-weight: 500;
}

.properties .properites__single-item:hover .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.properties .swiper-slide-active .properites__single-item {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.properties .properties-pagination {
    margin-top: 20px;
}

.property-main-pagination {
    margin-top: 60px;
}

.property-main-pagination .blog-pagination {
    margin: 0px;
}

.property-grid .properites__single-item {
    margin-bottom: 0px;
}

.property-list {
    padding: 100px 0px;
    background-color: var(--white);
}

.property-list .property-list__single {
    padding: 16px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.property-list .property-list__single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.property-list .property-list__single:hover .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.property-list .property-list__single:hover .thumb-cta {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.property-list .property-list__single:hover h4 a,
.property-list .property-list__single:hover h5 a {
    color: var(--base-color);
}

.property-list .property-list__single .thumb-wrapper-two {
    position: relative;
}

.property-list .property-list__single .thumb-wrapper-two .thumb {
    overflow: hidden;
}

.property-list .property-list__single .thumb-wrapper-two .thumb a {
    width: 100%;
}

.property-list .property-list__single .thumb-wrapper-two .thumb img {
    width: 100%;
    min-height: 260px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-list .property-list__single .thumb-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-list .property-list__single .thumb-cta .tool {
    position: absolute;
    line-height: 1;
    padding: 4px 6px;
    background-color: var(--white);
    color: var(--quaternary-color);
    top: 0%;
    font-size: 12px;
    font-weight: 500;
    right: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-list .property-list__single .thumb-cta a {
    width: 40px;
    min-width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    font-size: 20px;
    background-color: #dddddd;
    color: var(--quaternary-color);
    position: relative;
}

.property-list .property-list__single .thumb-cta a:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.property-list .property-list__single .thumb-cta a:hover span::before {
    font-weight: 400;
}

.property-list .property-list__single .thumb-cta a:hover .tool {
    opacity: 1;
    visibility: visible;
    top: -50%;
}

.property-list .property-list__single .thumb-cta a span {
    line-height: 0px;
}

.property-list .property-list__single .thumb-cta a span::before {
    font-weight: 500;
}

.property-list .property-list__single .specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    row-gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.property-list .property-list__single .specifications p {
    color: var(--quaternary-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-weight: 500;
}

.property-list .property-list__single .specifications p i {
    font-size: 24px;
    line-height: 0px;
}

.property-list .property-list__single .specifications p i::before {
    font-weight: 500;
}

.property-list .property-list__single .specifications-two {
    gap: 20px;
}

.property-list .property-list__single .specifications-two p {
    font-size: 12px;
}

.property-list .property-list__single .specifications-two p i {
    font-size: 20px;
    color: var(--black);
}

.property-list .property-list__single h4,
.property-list .property-list__single h5 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-top: 12px;
}

.property-list .property-list__single h4 .price,
.property-list .property-list__single h5 .price {
    color: var(--base-color);
}

.property-list .property-list__single h4 .tim,
.property-list .property-list__single h5 .tim {
    font-size: 20px;
    color: #888888;
}

.property-list .property-list__single h4 a:hover,
.property-list .property-list__single h5 a:hover {
    color: var(--base-color);
}

.property-list .property-list__single .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #555555;
    margin-top: 18px;
}

.property-list .property-list__single .location span {
    font-size: 18px;
    line-height: 0px;
}

.property-list .property-list__single .location-two {
    font-size: 14px;
    margin-top: 10px;
}

.property-tab {
    background-color: #f5f5f5;
    padding: 100px 0px;
    margin-top: 100px;
}

.property-tab .section__header {
    margin: 0px;
}

.property-tab .property-tab-btn-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.property-tab .property-tab-btn-wrapper button {
    padding: 13px 24px;
    background-color: var(--white);
    color: var(--quaternary-color);
    font-size: 18px;
}

.property-tab .property-tab-btn-wrapper button:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.property-tab .property-tab-btn-wrapper .active {
    background-color: var(--base-color);
    color: var(--white);
}

.property-tab .properites__single-item {
    background-color: var(--white);
    margin-bottom: 0px;
}

.property-tab .properites__single-item .content {
    background-color: var(--white);
}

.property-tab .property-tab-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.property-tab .section__header--secondary h3 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.property-tab .section__header--secondary p {
    color: #555555;
    margin-top: 10px;
}

.area {
    padding: 100px 0px 0px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow-x: clip;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.area::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: -1;
}

.area .section__header span,
.area .section__header h2 {
    color: var(--white);
}

.area .area__content span {
    font-size: 18px;
    font-weight: 700;
    color: var(--base-color);
    margin-top: -8px;
}

.area .area__content h2 {
    color: var(--white);
    font-weight: 500;
    margin: 16px 0px;
}

.area .area__content p {
    font-size: 18px;
    color: var(--white);
}

.area .area__content .cta {
    margin-top: 35px;
}

.area .area__content .btn--primary {
    background-color: transparent;
    border-color: var(--white);
}

.area .area__content .btn--primary::before,
.area .area__content .btn--primary::after {
    background-color: var(--white);
}

.area .area__content .btn--primary:hover {
    color: var(--quaternary-color);
}

.area .area__footer {
    position: relative;
    bottom: -50px;
    margin-top: 50px;
    z-index: 3;
}

.area .area__footer-inner {
    padding: 24px 40px;
    background-color: var(--base-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    row-gap: 24px;
}

.area .area-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    row-gap: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 300px;
    overflow: hidden;
}

.area .area-center .area-pagination {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    position: relative;
    inset: unset;
    overflow: hidden;
    background: #0092ff;
}

.area .area-center .area-pagination .swiper-pagination-progressbar-fill {
    background-color: var(--white);
}

.area .area-center .image-slider__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.area .area-center .image-slider__current span {
    color: var(--white);
}

.area .area-left h6 {
    color: var(--white);
    font-weight: 500;
}

.area .area-left a {
    color: var(--white);
}

.area .area-navigation {
    min-width: 176px;
}

.area .area__thumb img {
    min-height: 260px;
    width: 100%;
}

.property-type {
    padding: 100px 0px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.property-type .section__header {
    margin: 0px;
}

.property-type .slider-navigation-two .prev-slide {
    border: 1px solid var(--quaternary-color);
}

.property-type .slider-navigation-two .next-slide {
    border: 1px solid var(--base-color);
}

.property-type .property-type-slider-wrapper {
    margin-top: 40px;
}

.property-type .property-type-item {
    text-align: center;
    padding: 30px 20px;
    background-color: var(--white);
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-type .property-type-item::before,
.property-type .property-type-item::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.property-type .property-type-item::before {
    width: 80px;
    height: 80px;
    background-color: #3183ff;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.property-type .property-type-item::after {
    width: 100px;
    height: 100px;
    background-color: #0065fe;
    z-index: -2;
}

.property-type .property-type-item .thumb {
    margin-bottom: 24px;
}

.property-type .property-type-item .thumb i {
    font-size: 96px;
    color: var(--black);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-type .property-type-item h5 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.property-type .property-type-item h5:hover {
    color: var(--base-color);
}

.property-type .property-type-item p {
    font-size: 14px;
    color: var(--base-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-type .property-type-item .item-bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translateX(100%) scale(0);
    -ms-transform: translateX(100%) scale(0);
    transform: translateX(100%) scale(0);
}

.property-type .property-type-item:hover {
    background-color: var(--base-color);
    border-top-left-radius: 0px;
}

.property-type .property-type-item:hover::before,
.property-type .property-type-item:hover::after {
    -webkit-transform: translate(-35%, -35%);
    -ms-transform: translate(-35%, -35%);
    transform: translate(-35%, -35%);
}

.property-type .property-type-item:hover .thumb i {
    color: var(--white);
}

.property-type .property-type-item:hover h5,
.property-type .property-type-item:hover p {
    color: var(--white);
}

.property-type .property-type-item:hover .item-bg {
    -webkit-transform: translateX(15%) scale(1);
    -ms-transform: translateX(15%) scale(1);
    transform: translateX(15%) scale(1);
}

.property-type .swiper-slide-active .property-type-item {
    background-color: var(--base-color);
    border-top-left-radius: 0px;
}

.property-type .swiper-slide-active .property-type-item::before,
.property-type .swiper-slide-active .property-type-item::after {
    -webkit-transform: translate(-35%, -35%);
    -ms-transform: translate(-35%, -35%);
    transform: translate(-35%, -35%);
}

.property-type .swiper-slide-active .property-type-item .thumb i {
    color: var(--white);
}

.property-type .swiper-slide-active .property-type-item h5,
.property-type .swiper-slide-active .property-type-item p {
    color: var(--white);
}

.property-type .swiper-slide-active .property-type-item .item-bg {
    -webkit-transform: translateX(15%) scale(1);
    -ms-transform: translateX(15%) scale(1);
    transform: translateX(15%) scale(1);
}

.property-three {
    padding: 100px 0px;
    background-color: var(--white);
}

.property-three .property-three__single {
    background-color: var(--white);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-three .property-three__single .thumb-wrapper {
    padding: 0px 20px;
    position: relative;
    bottom: -30px;
    margin-top: -30px;
}

.property-three .property-three__single .thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.property-three .property-three__single .thumb a {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.property-three .property-three__single .thumb img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-three .property-three__single .thumb .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.property-three .property-three__single .thumb .tag span {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 6px;
    background-color: var(--base-color);
    color: var(--white);
    line-height: 1;
}

.property-three .property-three__single .thumb .tag .sold-tag {
    background-color: var(--white);
    color: var(--base-color);
}

.property-three .property-three__single .thumb .price-tag {
    text-align: end;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.property-three .property-three__single .thumb .price-tag span {
    font-weight: 700;
    color: var(--white);
    background-color: var(--base-color);
    padding: 10px 16px;
    line-height: 1;
}

.property-three .property-three__single .content {
    padding: 24px;
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-three .property-three__single .content .specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}

.property-three .property-three__single .content .specifications p {
    font-size: 12px;
    color: var(--quaternary-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.property-three .property-three__single .content .specifications p i {
    font-size: 20px;
    line-height: 0px;
}

.property-three .property-three__single .content .specifications p i::before {
    font-weight: 500;
}

.property-three .property-three__single .content h4 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-top: 25px;
}

.property-three .property-three__single .content h4:hover {
    color: var(--base-color);
}

.property-three .property-three__single .content .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #555555;
    margin-top: 12px;
}

.property-three .property-three__single .content .location span {
    font-size: 18px;
    line-height: 0px;
}

.property-three .property-three__single .content .property-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    row-gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.property-three .property-three__single .content .property-footer .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.property-three .property-three__single .content .property-footer img {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.property-three .property-three__single .content .property-footer .author-meta p {
    line-height: 1;
}

.property-three .property-three__single .content .property-footer .author-meta p:nth-of-type(1) {
    font-size: 14px;
    font-weight: 500;
    color: var(--quaternary-color);
    font-family: var(--kulim);
}

.property-three .property-three__single .content .property-footer .author-meta p:nth-of-type(2) {
    font-size: 12px;
    color: #555555;
    margin-top: 10px;
}

.property-three .property-three__single .content .footer-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.property-three .property-three__single .content .footer-cta .tool {
    position: absolute;
    line-height: 1;
    padding: 4px 6px;
    background-color: var(--white);
    color: var(--quaternary-color);
    top: 0%;
    font-size: 12px;
    font-weight: 500;
    right: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-three .property-three__single .content .footer-cta a {
    width: 30px;
    min-width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    font-size: 18px;
    background-color: #dddddd;
    color: var(--quaternary-color);
    position: relative;
}

.property-three .property-three__single .content .footer-cta a:hover {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.property-three .property-three__single .content .footer-cta a:hover span::before {
    font-weight: 400;
}

.property-three .property-three__single .content .footer-cta a:hover .tool {
    opacity: 1;
    visibility: visible;
    top: -50%;
}

.property-three .property-three__single .content .footer-cta a span {
    line-height: 0px;
}

.property-three .property-three__single .content .footer-cta a span::before {
    font-weight: 500;
}

.property-three .property-three__single:hover .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.property-three .property-three__single:hover .content {
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}

.property-three .property-three__single:hover h4 {
    color: var(--base-color);
}

.property-three .swiper-slide-active .property-three__single .content {
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}

.property-three .swiper-slide-active .property-three__single h4 {
    color: var(--base-color);
}

.property-three .pagination-one {
    margin-top: 40px;
}

.property-three .swiper-pagination-bullet {
    background-color: var(--white);
    border-color: #707070;
}

.property-three .swiper-pagination-bullet-active {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.property-details {
    padding: 100px 0px;
    background-color: var(--white);
}

.property-details .property-details__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
}

.property-details .left-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.property-details .left-content .sub-title {
    font-size: 24px;
    line-height: 34px;
    color: var(--base-color);
    font-weight: 500;
    margin-top: -7px;
    font-family: var(--kulim);
}

.property-details .left-content h2 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-top: 10px;
}

.property-details .left-content .inner-group,
.property-details .left-content .inner-group-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.property-details .left-content .inner-group {
    margin-top: 16px;
}

.property-details .left-content .inner-group p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

.property-details .left-content .inner-group p span,
.property-details .left-content .inner-group p i {
    font-size: 18px;
    line-height: 1;
}

.property-details .left-content .inner-group-two {
    margin-top: 16px;
}

.property-details .left-content .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

.property-details .left-content .views i {
    font-size: 18px;
    line-height: 1;
}

.property-details .left-content .review-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.property-details .left-content .review-group .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.property-details .left-content .review-group .review i {
    font-size: 20px;
    color: #ffb300;
}

.property-details .right-content .action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.property-details .right-content .action-group .tool {
    position: absolute;
    line-height: 1;
    padding: 4px 6px;
    background-color: var(--white);
    color: var(--quaternary-color);
    top: 0%;
    font-size: 12px;
    font-weight: 500;
    right: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.property-details .right-content .action-group a {
    width: 40px;
    min-width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    font-size: 24px;
    background-color: #dddddd;
    color: var(--quaternary-color);
    position: relative;
}

.property-details .right-content .action-group a:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.property-details .right-content .action-group a:hover span::before {
    font-weight: 400;
}

.property-details .right-content .action-group a:hover .tool {
    opacity: 1;
    visibility: visible;
    top: -50%;
}

.property-details .right-content .action-group a span {
    line-height: 0px;
}

.property-details .right-content .action-group a span::before {
    font-weight: 500;
}

.property-details .right-content .price h3 {
    font-weight: 500;
    color: var(--quaternary-color);
    text-align: start;
}

.property-details .property-details__poster {
    margin-top: 40px;
    margin-bottom: 40px;
}

.property-details .property-details__poster img {
    width: 100%;
    min-height: 300px;
}

.property-details .property-details__group {
    margin-bottom: 40px;
}

.property-details .property-details__group:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.property-details .property-details__group .property-header {
    margin-top: -7px;
    margin-bottom: 20px;
}

.property-details .property-details__group h4 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.property-details .property-details__group .property-details__content p {
    margin-bottom: 24px;
}

.property-details .property-details__group .property-details__content p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.property-details .property-details__overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.property-details .property-details__overview .overview-single {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    width: calc(50% - 8px);
    padding: 20px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.property-details .property-details__overview .thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed #707070;
}

.property-details .property-details__overview .thumb i {
    font-size: 30px;
    color: var(--base-color);
}

.property-details .property-details__overview .content {
    padding: 0px;
}

.property-details .property-details__overview .content p {
    font-size: 14px;
    color: var(--quaternary-color);
}

.property-details .property-details__overview .content p span {
    font-weight: 700;
}

.property-details .property-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.property-details .property-feature li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.property-details .property-feature li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #3183ff;
}

.property-details .property-details__modal {
    position: relative;
}

.property-details .property-details__modal img {
    min-height: 360px;
    width: 100%;
}

.property-details .property-details__modal .vid-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
}

.property-details .property-details__modal .vid-wrap h4 {
    font-weight: 500;
    color: var(--white);
}

.property-details .property-details__modal .video-btn-wrapper {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.property-details .property-details__medical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    row-gap: 8px;
}

.property-details .property-details__medical .thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--quaternary-color);
}

.property-details .property-details__medical .content {
    padding-top: 7px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.property-details .property-details__medical .content h4 {
    font-weight: 500;
    color: var(--base-color);
    margin-bottom: 20px;
}

.property-details .property-details__medical .inner-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    row-gap: 2px;
    margin-bottom: 14px;
}

.property-details .property-details__medical .inner-group:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.property-details .property-details__medical .inner-group p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

.property-details .property-details__medical .inner-group .review-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.property-details .property-details__medical .inner-group .review-group .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.property-details .property-details__medical .inner-group .review-group .review i {
    font-size: 20px;
    color: #ffb300;
}

.property-details .property-details__form .input-group-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.property-details .property-details__form .input-group-checkbox input {
    width: 20px;
    height: 20px;
    border-radius: 0px;
}

.property-details .property-details__form .input-group-checkbox label {
    color: var(--quaternary-color);
    cursor: pointer;
}

.property-details .property-details__form .cta {
    margin-top: 40px;
}

.property-details .property-details__form input::-webkit-input-placeholder,
.property-details .property-details__form textarea::-webkit-input-placeholder {
    color: #555555;
}

.property-details .property-details__form input::-moz-placeholder,
.property-details .property-details__form textarea::-moz-placeholder {
    color: #555555;
}

.property-details .property-details__form input:-ms-input-placeholder,
.property-details .property-details__form textarea:-ms-input-placeholder {
    color: #555555;
}

.property-details .property-details__form input::-ms-input-placeholder,
.property-details .property-details__form textarea::-ms-input-placeholder {
    color: #555555;
}

.property-details .property-details__form input::placeholder,
.property-details .property-details__form textarea::placeholder {
    color: #555555;
}

.property-details__sidebar .property-details__widget {
    padding: 30px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.property-details__sidebar .property-details__widget:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.property-details__sidebar .property-widget__header {
    margin-bottom: 24px;
}

.property-details__sidebar .property-widget__header h5 {
    color: var(--base-color);
    margin-top: -7px;
    font-weight: 500;
}

.property-details__sidebar .widget-alter {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.property-details__sidebar .widget-alter::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 370px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--base-color);
    z-index: -1;
}

.property-details__sidebar .widget-alter::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 420px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--base-color);
    opacity: 0.15;
    z-index: -2;
}

.property-details__sidebar .widget-alter .thumb-wrapper {
    text-align: center;
    margin-bottom: 24px;
}

.property-details__sidebar .widget-alter .thumb-wrapper .sub-title {
    font-weight: 500;
    color: var(--white);
    font-size: 20px;
    font-family: var(--kulim);
    margin-bottom: 24px;
}

.property-details__sidebar .widget-alter .thumb-wrapper img {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.property-details__sidebar .widget-alter .content {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.property-details__sidebar .widget-alter .content span {
    font-weight: 700;
    color: var(--quaternary-color);
}

.property-details__sidebar .widget-alter .content h4 {
    color: var(--base-color);
    font-weight: 500;
    margin: 8px 0px;
}

.property-details__sidebar .widget-alter .content p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    color: #777777;
}

.property-details__sidebar .widget-alter .content p a i {
    font-size: 20px;
}

.property-details__sidebar .widget-alter .content p a:hover {
    color: var(--base-color);
}

.property-details__sidebar .widget-alter .content .about-article {
    color: #777777;
    margin-top: 20px;
}

.property-details__sidebar .widget-alter .cta {
    margin-top: 35px;
}

.property-details__sidebar .single-search-item {
    margin-bottom: 20px;
}

.property-details__sidebar .single-search-item:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.property-details__sidebar .single-search-item:nth-of-type(1) {
    margin-top: -10px;
}

.property-details__sidebar .single-search-item p {
    font-size: 14px;
    font-weight: 800;
    color: var(--quaternary-color);
}

.property-details__sidebar .nice-select {
    width: 100%;
    padding: 11px 40px 11px 20px;
    border-radius: 0px;
    border: 1px solid #bfbfbf;
    float: unset;
    font-size: 14px;
    margin-top: 4px;
}

.property-details__sidebar .nice-select::after {
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-color: #999999;
}

.property-details__sidebar .nice-select .current {
    color: #999999;
}

.property-details__sidebar .nice-select span {
    line-height: 1;
}

.property-details__sidebar .nice-select .list {
    width: 100%;
}

.property-details__sidebar .nice-select li {
    margin-bottom: 0px;
}

.property-details__sidebar .search-cta {
    margin-top: 30px;
}

.property-details__sidebar .search-cta .btn--primary {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.property-details__sidebar .search-cta .btn--primary::after {
    content: none;
}

.property-details__sidebar .single-item-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    row-gap: 16px;
    margin-bottom: 30px;
}

.property-details__sidebar .single-item-two:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.property-details__sidebar .single-item-two .thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.property-details__sidebar .single-item-two .thumb a,
.property-details__sidebar .single-item-two .thumb img {
    width: 100%;
    height: 100%;
}

.property-details__sidebar .single-item-two .content {
    margin: 0px;
}

.property-details__sidebar .single-item-two .content p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 500;
    color: var(--quaternary-color);
    line-height: 24px;
    font-family: var(--kulim);
}

.property-details__sidebar .single-item-two .content p:nth-of-type(1):hover {
    color: var(--base-color);
}

.property-details__sidebar .single-item-two .content p:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.property-details__sidebar .single-item-two .content .cta {
    margin-top: 12px;
}

.property-details__sidebar .single-item-two .content .cta p {
    font-size: 18px;
    font-weight: 500;
    color: var(--base-color);
    line-height: 24px;
    font-family: var(--kulim);
}

/* ==== 
 --------- (5.04) properties section styles end ---------
 ==== */

/* ==== 
 --------- (5.05) counter section styles start ---------
 ==== */

.counter {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--quaternary-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.counter div {
    line-height: unset;
}

.counter .thumb {
    margin-bottom: 20px;
    padding-top: 16px;
    padding-right: 16px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.counter .thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 170, 170, 0)), to(#999));
    background: linear-gradient(rgba(170, 170, 170, 0) 0%, #999 100%);
    z-index: -1;
}

.counter .thumb i {
    font-size: 64px;
    color: var(--white);
}

.counter .counter__single {
    text-align: center;
}

.counter .counter__single h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
}

.counter .counter__single p {
    font-family: var(--kulim);
    color: var(--white);
    margin-top: 12px;
    font-weight: 500;
}

/* ==== 
 --------- (5.05) counter section styles end ---------
 ==== */

/* ==== 
 --------- (5.06) explore section styles start ---------
 ==== */

.explore {
    padding: 100px 0px;
    background-color: var(--white);
}

.explore .explore__single {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.explore .explore__single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.explore .explore__single .thumb {
    min-height: 240px;
    height: 100%;
}

.explore .explore__single .thumb a {
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.explore .explore__single .thumb a img {
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    min-height: 270px;
}

.explore .explore__single .content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    z-index: 2;
}

.explore .explore__single .content p,
.explore .explore__single .content h5 {
    color: var(--white);
}

.explore .explore__single .content h5 {
    font-weight: 500;
    margin-top: 5px;
}

.explore .explore__single::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.explore .explore__single .arr {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: transparent;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: var(--white);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.explore .explore__single .arr:hover {
    background-color: var(--base-color);
}

.explore .explore__single:hover .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.explore .explore__wrapper {
    margin-bottom: 40px;
}

.explore .section__header--secondary h3 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.explore .section__header--secondary p {
    color: #555555;
    margin-top: 10px;
}

.explore-two {
    padding: 100px 0px 0px;
    background-color: var(--white);
}

.explore-two .explore-two__single {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.explore-two .explore-two__single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.explore-two .explore-two__single .thumb {
    height: 100%;
}

.explore-two .explore-two__single .thumb a {
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.explore-two .explore-two__single .thumb a img {
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    min-height: 340px;
}

.explore-two .explore-two__single .content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    padding: 20px;
    z-index: 2;
    text-align: center;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.explore-two .explore-two__single .content p,
.explore-two .explore-two__single .content h3 {
    color: var(--white);
}

.explore-two .explore-two__single .content h3 {
    font-weight: 500;
    margin-top: 5px;
}

.explore-two .explore-two__single::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.explore-two .explore-two__single .arr {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: transparent;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: var(--white);
    -webkit-transform: rotate(45deg) translateY(-200%);
    -ms-transform: rotate(45deg) translateY(-200%);
    transform: rotate(45deg) translateY(-200%);
    z-index: 3;
}

.explore-two .explore-two__single .arr:hover {
    background-color: var(--base-color);
}

.explore-two .slider-navigation-wrapper {
    text-align: center;
}

.explore-two .slider-navigation {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 3;
    margin-bottom: -50%;
}

.explore-two .slider-navigation .slider-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: var(--white);
    color: var(--base-color);
    border: 1px solid var(--base-color);
    font-size: 16px;
}

.explore-two .slider-navigation .slider-btn:hover {
    background-color: var(--quaternary-color);
    border-color: var(--quaternary-color);
    color: var(--white);
}

.explore-two .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.explore-two .swiper-slide-active .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.explore-two .swiper-slide-active .content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.explore-two .swiper-slide-active .arr {
    -webkit-transform: rotate(45deg) translateY(0%);
    -ms-transform: rotate(45deg) translateY(0%);
    transform: rotate(45deg) translateY(0%);
}

.explore-two .explore__inner {
    padding: 40px 20px;
    background-color: var(--white);
    border: 1px solid #707070;
    position: relative;
    bottom: -77px;
    margin-top: -17px;
    z-index: 3;
}

.explore-two .explore__inner .section__header--secondary h3 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-top: -7px;
}

.explore-two .explore__inner .section__header--secondary p {
    color: #555555;
    margin-top: 10px;
}

.exclusive {
    padding: 176px 0px 100px;
    background-color: var(--white);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.exclusive::before {
    content: "";
    position: absolute;
    top: 177px;
    left: 0px;
    width: 100%;
    height: calc(100% - 177px);
    background-color: var(--quaternary-color);
    z-index: 1;
    -webkit-clip-path: none;
    clip-path: none;
}

.exclusive .shape-one {
    width: 400px;
    height: 200%;
    position: absolute;
    top: -40%;
    left: 45%;
    background-color: var(--base-color);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: -1;
}

.exclusive .shape-one::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    width: 8px;
    height: 35%;
    background-color: var(--base-color);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 99.3%, 0% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 99.3%, 0% 100%, 0% 0%);
}

.exclusive .shape-one::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -40px;
    width: 8px;
    height: 45%;
    background-color: var(--base-color);
    -webkit-clip-path: polygon(0% 0.7%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(0% 0.7%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.exclusive .shape-two {
    width: 400px;
    height: 200%;
    position: absolute;
    top: -40%;
    left: 0%;
    background-color: #e1e1e1;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: -2;
}

.exclusive .shape-two::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -8px;
    width: 8px;
    height: 25%;
    background-color: var(--base-color);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 0% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 0% 100%, 0% 0%);
}

.exclusive .shape-three {
    width: 300px;
    height: 80%;
    background-color: #e1e1e1;
    position: absolute;
    bottom: -10%;
    right: 100px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    z-index: -3;
    -webkit-clip-path: polygon(0% 0%, 80% 30%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 80% 30%, 85% 100%, 0% 100%);
}

.exclusive .shape-four {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: var(--base-color);
    z-index: -4;
}

.exclusive .exclusive__content {
    padding: 100px 0px 40px;
    z-index: 2;
    position: relative;
}

.exclusive .section__header .filter-img-white {
    -webkit-filter: brightness(0) saturate(100%) invert(92%) sepia(78%) saturate(5350%) hue-rotate(185deg) brightness(128%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(92%) sepia(78%) saturate(5350%) hue-rotate(185deg) brightness(128%) contrast(100%);
}

.exclusive .section__header span,
.exclusive .section__header h2 {
    color: var(--white);
}

.exclusive .section__header .icon-thumb-single span {
    background-color: var(--white);
}

.exclusive .exclusive__single .tag,
.exclusive .exclusive__single p,
.exclusive .exclusive__single h2,
.exclusive .exclusive__single .location,
.exclusive .exclusive__single .specifications {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.exclusive .exclusive__single .tag {
    background-color: var(--base-color);
    padding: 7px 10px;
    color: var(--white);
    line-height: 1;
}

.exclusive .exclusive__single p {
    color: var(--white);
}

.exclusive .exclusive__single h2 {
    font-weight: 500;
    color: var(--white);
    margin: 16px 0px 16px;
}

.exclusive .exclusive__single .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--white);
    margin-top: 24px;
}

.exclusive .exclusive__single .location span {
    font-size: 18px;
    line-height: 0px;
}

.exclusive .exclusive__single .specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    row-gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

.exclusive .exclusive__single .specifications p {
    color: var(--white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
}

.exclusive .exclusive__single .specifications p i {
    font-size: 24px;
    line-height: 0px;
}

.exclusive .exclusive__single .specifications p i::before {
    font-weight: 400;
}

.exclusive .swiper-slide-active .exclusive__single .tag {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.exclusive .swiper-slide-active .exclusive__single .location {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.exclusive .swiper-slide-active .exclusive__single h2 {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.exclusive .swiper-slide-active .exclusive__single h2+p {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.exclusive .swiper-slide-active .exclusive__single .specifications {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.exclusive .swiper-slide-active .exclusive__single .specifications p {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.exclusive .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.exclusive .slider-navigation .slider-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    color: var(--base-color);
}

.exclusive .slider-navigation .slider-btn:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.exclusive .exclusive__thumb .thumb-single {
    position: relative;
}

.exclusive .exclusive__thumb .thumb-single .content {
    position: absolute;
    bottom: 40px;
    left: -2%;
}

.exclusive .exclusive__thumb a {
    width: 100%;
    height: 100%;
}

.exclusive .exclusive__thumb img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.exclusive .exclusive__thumb .content .tag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.exclusive .exclusive__thumb .content .tag-wrap span {
    background-color: var(--base-color);
    padding: 7px 10px;
    color: var(--white);
    line-height: 1;
}

.exclusive .exclusive__thumb .content .tag-wrap .tag-sold {
    background-color: var(--white);
    color: var(--base-color);
}

.exclusive .exclusive__thumb .content .meta {
    background-color: var(--white);
    padding: 6px 20px;
    margin-top: 20px;
    padding-left: 60px;
}

.exclusive .exclusive__thumb .content .meta p {
    color: var(--base-color);
    font-family: var(--kulim);
    font-weight: 500;
    text-transform: uppercase;
}

.exclusive .exclusive__thumb .content .meta h2 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-top: -4px;
}

.exclusive .exclusive__thumb .content .tag-wrap,
.exclusive .exclusive__thumb .content .meta {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.exclusive .swiper-slide-active .thumb-single img {
    -webkit-animation: backgroundAnimation 12s ease-in-out;
    animation: backgroundAnimation 12s ease-in-out;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.exclusive .swiper-slide-active .thumb-single .content .tag-wrap {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.exclusive .swiper-slide-active .thumb-single .content .meta {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.exclusive-tab {
    padding: 100px 0px;
    background-color: var(--white);
}

.exclusive-tab .property-list,
.exclusive-tab .property-grid,
.exclusive-tab .properties {
    padding: 0px;
}

.exclusive-tab .exclusive-tab-wrapper {
    margin-top: 40px;
}

.exclusive-tab .exclusive-tab-btn-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
}

.exclusive-tab .exclusive-tab-btn-wrapper ul button {
    font-size: 30px;
    color: var(--quaternary-color);
}

.exclusive-tab .exclusive-tab-btn-wrapper ul button:hover {
    color: var(--base-color);
}

.exclusive-tab .exclusive-tab-btn-wrapper ul .active {
    color: var(--base-color);
}

.exclusive-tab .exclusive-tab-btn-wrapper li {
    line-height: 1;
}

.exclusive-tab .section__header {
    margin-bottom: 0px;
}

/* ==== 
 --------- (5.06) explore section styles end ---------
 ==== */

/* ==== 
 --------- (5.07) testimonial section styles start ---------
 ==== */

.testimonial .testimonial__thumb img {
    min-height: 400px;
    width: 100%;
}

.testimonial .testimonial__wrapper {
    background-color: var(--base-color);
    padding: 80px 20px;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, auto;
    background-position: right bottom, top 60px right 40%;
    position: relative;
    top: -180px;
    margin-bottom: -180px;
}

.testimonial .section__header {
    margin: 0px;
}

.testimonial .testimonial__single span,
.testimonial .testimonial__single h2 {
    color: var(--white);
}

.testimonial .testimonial__single .icon-thumb span {
    background-color: var(--white);
}

.testimonial .content {
    margin-top: 40px;
}

.testimonial .content blockquote {
    font-size: 18px;
    color: var(--white);
}

.testimonial .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial .author p {
    color: var(--white);
}

.testimonial .author h5 {
    font-weight: 500;
    color: var(--white);
}

.testimonial .author-thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
}

.testimonial .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}

.testimonial .review i {
    font-size: 16px;
    color: #ffee00;
}

.testimonial-two {
    padding: 100px 0px 0px;
    background-color: var(--base-color);
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: left -250px bottom 60px, center center;
}

.testimonial-two .testimonial-two__single {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.testimonial-two .testimonial-two__single .border-line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    display: none;
}

.testimonial-two .testimonial-two__single .left-quote {
    position: absolute;
    top: 0px;
    left: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.testimonial-two .testimonial-two__single .right-quote {
    position: absolute;
    bottom: 0px;
    left: 425px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    display: none;
}

.testimonial-two .section__header span,
.testimonial-two .section__header h2 {
    color: var(--white);
}

.testimonial-two .section__header .icon-thumb-single span {
    background-color: var(--white);
}

.testimonial-two .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    text-align: end;
}

.testimonial-two .author p {
    color: var(--white);
}

.testimonial-two .author h5 {
    font-weight: 500;
    color: var(--white);
}

.testimonial-two .author-thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
}

.testimonial-two .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 10px;
}

.testimonial-two .review i {
    font-size: 16px;
    color: #ffee00;
}

.testimonial-two .author-review {
    padding: 40px 20px 30px;
}

.testimonial-two .author-review h5 {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 12px;
}

.testimonial-two .author-review q {
    color: var(--white);
}

.testimonial-two .swiper-pagination-bullet-active {
    background-color: var(--quaternary-color);
    border-color: var(--quaternary-color);
}

.partner-two {
    background-color: var(--white);
    padding: 46px 20px;
    position: relative;
    bottom: -101px;
    border: 1px solid #707070;
}

.partner-two .partner-single {
    text-align: center;
}

.testimonial-three {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom 100px;
}

.testimonial-three::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 160px;
    background-color: var(--base-color);
    z-index: -2;
}

.testimonial-three .thumb {
    position: absolute;
    bottom: 0px;
    right: -60%;
    z-index: -1;
}

.testimonial-three .section__header {
    margin-bottom: 0px;
}

.testimonial-three .testimonial-three__content p {
    margin-top: 24px;
    color: var(--quaternary-color);
}

.testimonial-three .testimonial-three-navigation {
    margin-top: 40px;
}

.testimonial-three .swiper-slide {
    padding: 20px;
}

.testimonial-three .testimonial-three__inner {
    margin: -20px 0px;
}

.testimonial-three .testimonial-three-slider {
    margin: -20px;
    padding: 20px 0px;
}

.testimonial-three .testimonial-three-single {
    padding: 60px 20px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.16);
}

.testimonial-three .testimonial-three-single h4 {
    font-weight: 500;
    color: var(--quaternary-color);
    margin-bottom: 35px;
}

.testimonial-three .testimonial-three-single q {
    font-size: 18px;
    color: #555555;
}

.testimonial-three .testimonial-three-single .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
}

.testimonial-three .testimonial-three-single .author p {
    color: var(--quaternary-color);
}

.testimonial-three .testimonial-three-single .author h5 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.testimonial-three .testimonial-three-single .author-thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
}

.testimonial-three .testimonial-three-single .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}

.testimonial-three .testimonial-three-single .review i {
    font-size: 16px;
    color: #ffee00;
}

/* ==== 
 --------- (5.07) testimonial section styles end ---------
 ==== */

/* ==== 
 --------- (5.08) team section styles start ---------
 ==== */

.team {
    padding: 100px 0px;
    background-color: var(--white);
}

.team .thumb-wrapper {
    position: relative;
    overflow: hidden;
}

.team .thumb-wrapper::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.11);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
}

.team .thumb-wrapper .arr {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--quaternary-color);
    font-size: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
}

.team .thumb-wrapper .arr span {
    line-height: 0px;
}

.team .thumb-wrapper .arr span::before {
    font-weight: 700;
}

.team .thumb-hover {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 3;
    overflow: hidden;
}

.team .thumb-hover img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.team .thumb-hover p {
    font-size: 18px;
    color: var(--white);
    font-weight: 700;
    margin: 16px 0px;
}

.team .thumb-hover .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.team .thumb-hover .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
}

.team .thumb-hover .social a:hover {
    background-color: var(--base-color);
}

.team .thumb img {
    min-height: 260px;
    width: 100%;
}

.team .content {
    padding-top: 24px;
}

.team .content span {
    font-weight: 700;
    color: var(--base-color);
}

.team .content h4 {
    color: var(--quaternary-color);
    font-weight: 500;
    margin: 8px 0px;
}

.team .content h4:hover {
    color: var(--base-color);
}

.team .content p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #777777;
}

.team .content p a i {
    font-size: 20px;
}

.team .content p a:hover {
    color: var(--base-color);
}

.team .team__single:hover .thumb-wrapper::before {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team .team__single:hover .thumb-hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team .team__single:hover .content span {
    color: var(--quaternary-color);
}

.team .team__single:hover .content h4 {
    color: var(--base-color);
}

.team .team-main-pagination {
    margin-top: 60px;
}

.partner {
    padding: 100px 0px;
    background-color: var(--white);
}

.partner .partner-single {
    text-align: center;
}

.team-details {
    background-color: var(--white);
    padding: 100px 0px;
}

.team-details .team-details__thumb img {
    width: 100%;
    min-height: 300px;
}

.team-details .content {
    margin-top: -6px;
    margin-bottom: 40px;
}

.team-details .content span {
    font-weight: 700;
    color: var(--base-color);
}

.team-details .content h4 {
    color: var(--quaternary-color);
    font-weight: 500;
    margin: 8px 0px;
}

.team-details .content p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #777777;
}

.team-details .content p a i {
    font-size: 20px;
}

.team-details .content p a:hover {
    color: var(--base-color);
}

.team-details .about-me {
    margin-bottom: 40px;
}

.team-details .about-me .about-me__header {
    margin-top: -6px;
    margin-bottom: 14px;
}

.team-details .about-me h4 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.team-details .about-me .about-me__content p {
    margin-bottom: 16px;
}

.team-details .about-me .about-me__content p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.team-details .team-social {
    margin-bottom: 40px;
}

.team-details .team-social .social {
    gap: 16px;
}

.team-details .team-social .social a {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--base-color);
    color: var(--white);
}

.team-details .team-social .social a:hover {
    background-color: var(--quaternary-color);
}

.team-details .team-skill {
    margin-bottom: 40px;
}

.team-details .team-skill .team-skill__header {
    margin-top: -6px;
    margin-bottom: 14px;
}

.team-details .team-skill .team-skill__header h4 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.team-details .team-progress {
    margin-top: 30px;
}

.team-details .team-progress .skill__wrapper {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.team-details .team-progress .skill__wrapper:last-of-type {
    margin-bottom: 60px;
}

.team-details .team-progress .skill__wrapper p {
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--quaternary-color);
}

.team-details .team-progress .skill__wrapper::before {
    width: 100%;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    background: var(--quaternary-color);
    bottom: 0;
}

.team-details .team-progress .skill__wrapper .skill-bar {
    width: 100%;
    height: 5px;
    background-color: var(--base-color);
    display: block;
}

.team-details .team-progress .skill__wrapper .skill1 {
    width: 80%;
}

.team-details .team-progress .skill__wrapper span {
    position: absolute;
    border-top: 0px solid transparent;
    top: 0px;
    right: 0px;
    padding: 0;
    font-size: 16px;
    padding: 3px 0;
    font-weight: 700;
    color: var(--quaternary-color);
}

.team-details .team-progress .skill__wrapper .skill2 {
    width: 90%;
}

.team-details .team-progress .skill__wrapper .skill3 {
    width: 70%;
}

.team-details .team-contact .team-contact__header {
    margin-top: -6px;
    margin-bottom: 14px;
}

.team-details .team-contact .team-contact__header h4 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.team-details .team-contact .input-group-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.team-details .team-contact .input-group-checkbox input {
    width: 20px;
    height: 20px;
    border-radius: 0px;
}

.team-details .team-contact .input-group-checkbox label {
    color: var(--quaternary-color);
    cursor: pointer;
}

.team-details .team-contact .cta {
    margin-top: 40px;
}

.team-details .team-contact input::-webkit-input-placeholder,
.team-details .team-contact textarea::-webkit-input-placeholder {
    color: #555555;
}

.team-details .team-contact input::-moz-placeholder,
.team-details .team-contact textarea::-moz-placeholder {
    color: #555555;
}

.team-details .team-contact input:-ms-input-placeholder,
.team-details .team-contact textarea:-ms-input-placeholder {
    color: #555555;
}

.team-details .team-contact input::-ms-input-placeholder,
.team-details .team-contact textarea::-ms-input-placeholder {
    color: #555555;
}

.team-details .team-contact input::placeholder,
.team-details .team-contact textarea::placeholder {
    color: #555555;
}

.team-two {
    padding: 100px 0px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom -100px;
}

.team-two .team__single {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.team-two .team__single:hover .thumb-wrapper .social {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.team-two .team__single:hover .thumb::before {
    background-color: var(--quaternary-color);
}

.team-two .team__single:hover .thumb circle {
    stroke: var(--base-color);
}

.team-two .team__single:hover .content h4 {
    color: var(--base-color);
}

.team-two .thumb-wrapper {
    position: relative;
}

.team-two .thumb-wrapper .social {
    position: absolute;
    inset: 0px;
    z-index: 2;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.team-two .thumb-wrapper .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--quaternary-color);
    color: var(--white);
    font-size: 20px;
    position: absolute;
}

.team-two .thumb-wrapper .social a:hover {
    background-color: var(--white);
    color: var(--base-color);
}

.team-two .thumb-wrapper .social a:nth-of-type(1) {
    bottom: 35px;
    left: 70px;
}

.team-two .thumb-wrapper .social a:nth-of-type(2) {
    bottom: 20px;
    left: 140px;
}

.team-two .thumb-wrapper .social a:nth-of-type(3) {
    bottom: 50px;
    left: 210px;
}

.team-two .thumb-wrapper .social a:nth-of-type(4) {
    bottom: 120px;
    left: 242px;
}

.team-two .thumb {
    position: relative;
    width: 300px;
    height: 300px;
    padding: 31px;
}

.team-two .thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #d5d5d5;
    border-radius: 50%;
    -webkit-transform: translate(25%, 25%);
    -ms-transform: translate(25%, 25%);
    transform: translate(25%, 25%);
}

.team-two .thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    position: relative;
    z-index: 2;
}

.team-two .thumb svg {
    position: absolute;
    inset: 0px;
    width: 300px;
    height: 300px;
    -webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    transform: rotate(-80deg);
}

.team-two .thumb circle {
    fill: none;
    stroke-width: 20px;
    stroke: #d5d5d5;
    stroke-dasharray: 580;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.team-two .content {
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 40px;
}

.team-two .content span {
    font-weight: 700;
    color: var(--base-color);
}

.team-two .content h4 {
    color: var(--quaternary-color);
    font-weight: 500;
    margin: 8px 0px;
}

.team-two .content h4:hover {
    color: var(--base-color);
}

.team-two .content p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #777777;
}

.team-two .content p a i {
    font-size: 20px;
}

.team-two .content p a:hover {
    color: var(--base-color);
}

.team-two .slider-navigation-two {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

/* ==== 
 --------- (5.08) team section styles end ---------
 ==== */

/* ==== 
 --------- (5.09) blog section styles start ---------
 ==== */

.blog {
    padding: 100px 0px;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.blog .blog__single {
    background-color: var(--white);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.blog .blog__single .thumb {
    overflow: hidden;
}

.blog .blog__single .thumb a {
    width: 100%;
}

.blog .blog__single .thumb img {
    width: 100%;
    min-height: 240px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog .blog__single .content {
    padding: 30px 24px;
}

.blog .blog__single .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -6px;
}

.blog .blog__single .blog-meta p {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: #555555;
}

.blog .blog__single .blog-meta p i {
    font-size: 20px;
}

.blog .blog__single h4 {
    color: var(--quaternary-color);
    font-weight: 500;
    margin: 16px 0px 20px;
}

.blog .blog__single h4:hover {
    color: var(--base-color);
}

.blog .blog__single .cta {
    font-weight: 700;
    color: var(--quaternary-color);
}

.blog .blog__single .cta:hover {
    color: var(--base-color);
}

.blog .blog__single:hover {
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}

.blog .blog__single:hover .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog .blog__single:hover h4 {
    color: var(--base-color);
}

.blog-main {
    background-color: var(--white);
}

.blog-main .blog__single {
    background-color: var(--white);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-main .blog__single:hover {
    background-color: #f2f2f2;
}

.blog-main .blog-main-pagination {
    margin-top: 60px;
}

.blog-list {
    padding: 100px 0px;
    background-color: var(--white);
}

.blog-list .blog-list__item {
    margin-bottom: 40px;
}

.blog-list .blog-list__item:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog-list .blog-list__item .thumb-wrapper {
    position: relative;
}

.blog-list .blog-list__item .thumb {
    overflow: hidden;
}

.blog-list .blog-list__item .thumb a {
    width: 100%;
}

.blog-list .blog-list__item .thumb img {
    width: 100%;
    min-height: 400px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-list .blog-list__item .author,
.blog-list .blog-list__item .date {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 12px;
    background-color: var(--quaternary-color);
    gap: 6px;
}

.blog-list .blog-list__item .author span,
.blog-list .blog-list__item .author i,
.blog-list .blog-list__item .date span,
.blog-list .blog-list__item .date i {
    color: var(--white);
}

.blog-list .blog-list__item .author span,
.blog-list .blog-list__item .date span {
    font-size: 14px;
}

.blog-list .blog-list__item .author i,
.blog-list .blog-list__item .date i {
    font-size: 16px;
}

.blog-list .blog-list__item .author {
    top: 90px;
    right: 30px;
}

.blog-list .blog-list__item .date {
    top: 30px;
    right: 30px;
}

.blog-list .blog-list__item .content {
    padding: 30px;
    background-color: #f3f8ff;
}

.blog-list .blog-list__item .content h3,
.blog-list .blog-list__item .content h4 {
    margin-top: -6px;
    color: var(--quaternary-color);
    font-weight: 500;
    margin-bottom: 16px;
}

.blog-list .blog-list__item .content h3:hover,
.blog-list .blog-list__item .content h4:hover {
    color: var(--base-color);
}

.blog-list .blog-list__item .content p {
    color: #555555;
}

.blog-list .blog-list__item .content .cta {
    margin-top: 24px;
}

.blog-list .blog-list__item:hover .thumb-wrapper .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-list .blog-list__item:hover .content h3,
.blog-list .blog-list__item:hover .content h4 {
    color: var(--base-color);
}

.blog-details {
    padding: 100px 0px;
    background-color: var(--white);
}

.blog-details .thumb-wrapper {
    position: relative;
}

.blog-details .thumb-wrapper .thumb {
    overflow: hidden;
}

.blog-details .thumb-wrapper .thumb img {
    width: 100%;
    min-height: 400px;
}

.blog-details .thumb-wrapper .author,
.blog-details .thumb-wrapper .date {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 12px;
    background-color: var(--quaternary-color);
    gap: 6px;
}

.blog-details .thumb-wrapper .author span,
.blog-details .thumb-wrapper .author i,
.blog-details .thumb-wrapper .date span,
.blog-details .thumb-wrapper .date i {
    color: var(--white);
}

.blog-details .thumb-wrapper .author span,
.blog-details .thumb-wrapper .date span {
    font-size: 14px;
}

.blog-details .thumb-wrapper .author i,
.blog-details .thumb-wrapper .date i {
    font-size: 16px;
}

.blog-details .thumb-wrapper .author {
    top: 90px;
    right: 30px;
}

.blog-details .thumb-wrapper .date {
    top: 30px;
    right: 30px;
}

.blog-details .details-content {
    padding: 40px 30px;
    background-color: #f3f3f3;
}

.blog-details .details-group {
    margin-bottom: 40px;
}

.blog-details .details-group:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog-details .details-group .details-header {
    margin-top: -7px;
    margin-bottom: 20px;
}

.blog-details .details-group .details-header h3,
.blog-details .details-group .details-header h4 {
    color: var(--quaternary-color);
    font-weight: 500;
}

.blog-details .details-group .details-article p {
    margin-bottom: 20px;
}

.blog-details .details-group .details-article p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog-details .details-group .details-article ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details .details-group .details-article ul:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog-details .details-group .details-article ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 15px;
    margin-bottom: 5px;
}

.blog-details .details-group .details-article ul li i {
    color: var(--base-color);
}

.blog-details .details-group .details-article ul li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog-details .blockquote-wrapper {
    padding: 24px 24px;
    background-color: var(--white);
    border-left: 5px solid var(--base-color);
}

.blog-details .blockquote-wrapper blockquote {
    font-family: var(--kulim);
    font-weight: 500;
    font-style: italic;
    color: var(--quaternary-color);
}

.blog-details .blockquote-wrapper p {
    margin-top: 6px;
    font-weight: 700;
    font-size: 14px;
    font-family: var(--kulim);
    color: var(--base-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
}

.blog-details .blockquote-wrapper p .line {
    width: 26px;
    height: 1px;
    background-color: var(--base-color);
}

.blog-details .small-poster img {
    min-height: 240px;
}

.blog-details .details-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details .details-footer .details-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details .details-footer .tag-header h6 {
    font-weight: 500;
    color: var(--base-color);
}

.blog-details .details-footer .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.blog-details .details-footer .tag-wrapper a {
    font-size: 14px;
    color: #555555;
    border: 1px solid #707070;
    padding: 2px 14px;
}

.blog-details .details-footer .tag-wrapper a:hover {
    border-color: var(--base-color);
    color: var(--base-color);
}

.blog-details .details-footer .social a {
    font-size: 24px;
    color: var(--quaternary-color);
}

.blog-details .details-footer .social a:hover {
    color: var(--base-color);
}

.blog-details .details-comment {
    margin-top: 60px;
}

.blog-details .details-comment .details-comment-header {
    margin-bottom: 24px;
}

.blog-details .details-comment .details-comment-header h4 {
    font-weight: 500;
    margin-top: -7px;
    color: var(--quaternary-color);
}

.blog-details .details-comment .reply-box-single {
    padding: 35px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    gap: 60px;
    row-gap: 24px;
    margin-bottom: 40px;
}

.blog-details .details-comment .reply-box-single:nth-last-of-type(1) {
    margin-bottom: 0%;
}

.blog-details .details-comment .reply-box-single::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f3f3f3;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blog-details .details-comment .reply-box-single .thumb img {
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.blog-details .details-comment .reply-box-single .author-info {
    margin-bottom: 10px;
}

.blog-details .details-comment .reply-box-single .author-info h5 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.blog-details .details-comment .reply-box-single .author-info p {
    font-size: 14px;
    color: var(--quaternary-color);
}

.blog-details .details-comment .reply-box-single .author-reply p {
    color: var(--quaternary-color);
}

.blog-details .details-comment .reply-box-single .reply-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: 1;
    padding: 7px 20px;
    font-size: 14px;
}

.blog-details .details-comment .reply-box-single .reply-btn::after {
    content: none;
}

.blog-details .details-comment-form {
    margin-top: 60px;
}

.blog-details .details-comment-form .details-comment-header {
    margin-bottom: 24px;
}

.blog-details .details-comment-form .details-comment-header h4 {
    font-weight: 500;
    margin-top: -7px;
    color: var(--quaternary-color);
}

.blog__sidebar {
    position: relative;
    z-index: 1;
}

.blog__sidebar .blog__sidebar-widget {
    margin-bottom: 40px;
}

.blog__sidebar .blog__sidebar-widget:nth-last-of-type(1) {
    margin-bottom: 0px;
    position: relative;
    z-index: -1;
}

.blog__sidebar .widget__header h4 {
    margin-top: -6px;
    font-weight: 500;
    color: var(--quaternary-color);
}

.blog__sidebar .content {
    margin-top: 24px;
}

.blog__sidebar .search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog__sidebar .search-group input {
    width: calc(100% - 50px);
    border: 1px solid #aaaaaa;
    border-right: 0px;
    padding: 9px 20px;
    font-size: 14px;
    color: var(--quaternary-color);
}

.blog__sidebar .search-group button {
    width: 50px;
    height: 50px;
    background-color: var(--base-color);
    color: var(--white);
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog__sidebar .search-group button:hover {
    background-color: var(--quaternary-color);
}

.blog__sidebar .border-content {
    padding: 30px;
    border: 1px solid #aaaaaa;
}

.blog__sidebar ul {
    margin-top: -6px;
}

.blog__sidebar ul li {
    margin-bottom: 16px;
}

.blog__sidebar ul li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog__sidebar ul a {
    gap: 16px;
    font-weight: 500;
}

.blog__sidebar ul a i {
    font-size: 18px;
    color: var(--base-color);
}

.blog__sidebar ul a:hover {
    color: var(--base-color);
}

.blog__sidebar .single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    row-gap: 16px;
    margin-bottom: 30px;
}

.blog__sidebar .single-item:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog__sidebar .single-item .thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.blog__sidebar .single-item .thumb a,
.blog__sidebar .single-item .thumb img {
    width: 100%;
    height: 100%;
}

.blog__sidebar .single-item .content {
    margin: 0px;
}

.blog__sidebar .single-item .content p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 500;
    color: var(--quaternary-color);
    line-height: 24px;
    font-family: var(--kulim);
}

.blog__sidebar .single-item .content p:nth-of-type(1):hover {
    color: var(--base-color);
}

.blog__sidebar .single-item .content p:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    margin-top: 10px;
}

.blog__sidebar .single-item .content p:nth-of-type(2) span {
    line-height: 1;
}

.blog__sidebar .single-item .content p:nth-of-type(2) .icon-calendar {
    font-size: 16px;
    color: var(--base-color);
    margin-bottom: -3px;
}

.blog__sidebar .widget-tags {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 10px;
}

.blog__sidebar .widget-tags a {
    padding: 6px 16px;
    background-color: var(--white);
    border: 1px solid #aaaaaa;
    font-size: 14px;
    font-weight: 500;
}

.blog__sidebar .widget-tags a:hover {
    background-color: var(--base-color);
    color: var(--white);
    border-color: var(--base-color);
}

.blog__sidebar .single-search-item {
    margin-bottom: 20px;
}

.blog__sidebar .single-search-item:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog__sidebar .single-search-item p {
    font-size: 14px;
    font-weight: 800;
    color: var(--quaternary-color);
}

.blog__sidebar .nice-select {
    width: 100%;
    padding: 11px 40px 11px 20px;
    border-radius: 0px;
    border: 1px solid #bfbfbf;
    float: unset;
    font-size: 14px;
    margin-top: 4px;
}

.blog__sidebar .nice-select::after {
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-color: #999999;
}

.blog__sidebar .nice-select .current {
    color: #999999;
}

.blog__sidebar .nice-select span {
    line-height: 1;
}

.blog__sidebar .nice-select .list {
    width: 100%;
}

.blog__sidebar .nice-select li {
    margin-bottom: 0px;
}

.blog__sidebar .search-cta {
    margin-top: 30px;
}

.blog__sidebar .search-cta .btn--primary {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog__sidebar .search-cta .btn--primary::after {
    content: none;
}

.blog__sidebar .single-item-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    row-gap: 16px;
    margin-bottom: 30px;
}

.blog__sidebar .single-item-two:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog__sidebar .single-item-two .thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.blog__sidebar .single-item-two .thumb a,
.blog__sidebar .single-item-two .thumb img {
    width: 100%;
    height: 100%;
}

.blog__sidebar .single-item-two .content {
    margin: 0px;
}

.blog__sidebar .single-item-two .content p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 500;
    color: var(--quaternary-color);
    line-height: 24px;
    font-family: var(--kulim);
}

.blog__sidebar .single-item-two .content p:nth-of-type(1):hover {
    color: var(--base-color);
}

.blog__sidebar .single-item-two .content p:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.blog__sidebar .single-item-two .content .cta {
    margin-top: 12px;
}

.blog__sidebar .single-item-two .content .cta p {
    font-size: 18px;
    font-weight: 500;
    color: var(--base-color);
    line-height: 24px;
    font-family: var(--kulim);
}

.blog-two {
    padding: 100px 0px;
    background-color: var(--white);
}

.blog-two .blog-two__single {
    position: relative;
    margin-bottom: 30px;
}

.blog-two .blog-two__single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.blog-two .blog-two__single:hover .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-two .blog-two__single:hover .content h4 {
    color: var(--base-color);
}

.blog-two .blog-two__single:hover .content .right a {
    background-color: var(--base-color);
    color: var(--white);
}

.blog-two .blog-two__single .thumb a {
    width: 100%;
    overflow: hidden;
}

.blog-two .blog-two__single .thumb img {
    width: 100%;
    min-height: 350px;
    max-height: 400px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-two .blog-two__single .content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 95%;
    border-radius: 0px 20px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    padding: 24px 20px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-two .blog-two__single .content .right a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: var(--quaternary-color);
    color: var(--white);
}

.blog-two .blog-two__single .content .right a:hover {
    background-color: var(--base-color);
    color: var(--white);
}

.blog-two .blog-two__single .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -6px;
    margin-bottom: 12px;
}

.blog-two .blog-two__single .blog-meta p {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: #555555;
}

.blog-two .blog-two__single .blog-meta p i {
    font-size: 20px;
    color: var(--base-color);
}

.blog-two .blog-two__single h5 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.blog-two .blog-two__single h5:hover {
    color: var(--base-color);
}

.parallax-image {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

/* ==== 
 --------- (5.09) blog section styles end ---------
 ==== */

/* ==== 
 --------- (5.10) contact section styles start ---------
 ==== */

.contact {
    padding: 100px 0px;
    background-color: var(--white);
}

.contact .contact__content-single {
    margin-top: 56px;
}

.contact .contact__content-single:nth-of-type(1) {
    margin-top: 0px;
}

.contact .contact__content-single h2 {
    margin-top: -10px;
    font-weight: 500;
    color: var(--quaternary-color);
}

.contact .contact__content-single ul {
    max-width: 300px;
    margin-top: 20px;
}

.contact .contact__content-single ul li {
    margin-top: 14px;
}

.contact .contact__content-single ul li:nth-of-type(1) {
    margin-top: 0px;
}

.contact .contact__content-single ul a {
    font-size: 20px;
    color: var(--quaternary-color);
}

.contact .contact__content-single ul a:hover {
    color: var(--base-color);
}

.contact .contact__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact .contact__social h4 {
    font-weight: 500;
    color: var(--base-color);
}

.contact .contact__social a {
    font-size: 24px;
    color: var(--quaternary-color);
}

.contact .contact__social a:hover {
    color: var(--base-color);
}

.contact .contact__map {
    height: 100%;
    min-height: 400px;
}

.contact .contact__map iframe {
    width: 100%;
    height: 100%;
}

.contact-form {
    padding: 0px 0px 100px;
    background-color: var(--white);
}

/* ==== 
 --------- (5.10) contact section styles end ---------
 ==== */

/* ==== 
 --------- (5.11) coming soon section styles start ---------
 ==== */

.coming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    text-align: center;
}

.coming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: 0.6;
}

.coming-soon .content .content-inner {
    position: relative;
    padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
    position: relative;
    margin-bottom: 200px;
}

.coming-soon .content .content-inner .sec-title {
    display: none;
    margin-bottom: 50px;
}

.coming-soon .content .content-inner h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2em;
    padding-bottom: 0;
    font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after {
    display: none;
}

.time-counter {
    position: relative;
}

.time-counter .time-countdown1 {
    position: relative;
    margin-bottom: 180px;
}

.time-counter .time-countdown1 .counter-column {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    z-index: 7;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background-color: rgba(54, 54, 54, 0.4);
    margin: 0 15px 20px;
}

.time-counter .time-countdown1 .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 30px;
    padding: 60px 0px 30px;
    color: #ffffff;
    font-weight: 500;
}

.coming-soon .emailed-form {
    position: relative;
    margin-bottom: 40px;
}

.coming-soon .emailed-form h3 {
    line-height: 1.2em;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.coming-soon .emailed-form .text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8em;
    margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type=text],
.coming-soon .emailed-form .form-group input[type=tel],
.coming-soon .emailed-form .form-group input[type=email],
.coming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    padding: 15px 50px 15px 20px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type=submit],
.coming-soon .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    font-size: 18px;
    color: var(--thm-base);
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type=submit]:hover,
.coming-soon .emailed-form button:hover {
    color: #353535;
}

.coming-soon .copyright-text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

.coming-soon .copyright-text a {
    color: #ff9600;
}

.coming-soon .copyright-text a:hover {
    text-decoration: underline;
}

.clock-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.clock-base {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.click-indicator {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
}

.click-indicator div {
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div>span {
    height: 5px;
    width: 5px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin-left: -1px;
    margin-top: -1px;
}

.click-indicator div:nth-child(1) {
    -webkit-transform: rotate(30deg) translateY(-120px);
    -ms-transform: rotate(30deg) translateY(-120px);
    transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
    -webkit-transform: rotate(60deg) translateY(-120px);
    -ms-transform: rotate(60deg) translateY(-120px);
    transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
    -webkit-transform: rotate(90deg) translateY(-120px);
    -ms-transform: rotate(90deg) translateY(-120px);
    transform: rotate(90deg) translateY(-120px);
    background-color: #f7941d;
}

.click-indicator div:nth-child(4) {
    -webkit-transform: rotate(120deg) translateY(-120px);
    -ms-transform: rotate(120deg) translateY(-120px);
    transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
    -webkit-transform: rotate(150deg) translateY(-120px);
    -ms-transform: rotate(150deg) translateY(-120px);
    transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
    -webkit-transform: rotate(180deg) translateY(-120px);
    -ms-transform: rotate(180deg) translateY(-120px);
    transform: rotate(180deg) translateY(-120px);
    background-color: #f7941d;
}

.click-indicator div:nth-child(7) {
    -webkit-transform: rotate(210deg) translateY(-120px);
    -ms-transform: rotate(210deg) translateY(-120px);
    transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
    -webkit-transform: rotate(240deg) translateY(-120px);
    -ms-transform: rotate(240deg) translateY(-120px);
    transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
    -webkit-transform: rotate(270deg) translateY(-120px);
    -ms-transform: rotate(270deg) translateY(-120px);
    transform: rotate(270deg) translateY(-120px);
    background-color: #f7941d;
}

.click-indicator div:nth-child(10) {
    -webkit-transform: rotate(300deg) translateY(-120px);
    -ms-transform: rotate(300deg) translateY(-120px);
    transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
    -webkit-transform: rotate(330deg) translateY(-120px);
    -ms-transform: rotate(330deg) translateY(-120px);
    transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
    -webkit-transform: rotate(360deg) translateY(-120px);
    -ms-transform: rotate(360deg) translateY(-120px);
    transform: rotate(360deg) translateY(-120px);
    background-color: #f7941d;
}

.clock-hour {
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: #f7941d;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 2px 50px;
    -ms-transform-origin: 2px 50px;
    transform-origin: 2px 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 123px;
    width: 4px;
    height: 85px;
    background-color: #f7941d;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 2px 70px;
    -ms-transform-origin: 2px 70px;
    transform-origin: 2px 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 124px;
    width: 2px;
    height: 130px;
    background-color: #ffffff;
    opacity: 0.9;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 1px 110px;
    -ms-transform-origin: 1px 110px;
    transform-origin: 1px 110px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: #222222;
    border: solid 2px #222222;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.clock-center {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 50px;
    left: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.clock-center:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}

/* Social Icon One */

.coming-soon .social-icon-one {
    position: relative;
}

.coming-soon .social-icon-one li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    margin: 0px 10px;
}

.coming-soon .social-icon-one li:last-child {
    margin-right: 0;
}

.coming-soon .social-icon-one li a {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coming-soon .social-icon-one li a:hover {
    color: #ffaa17;
}

/* ==== 
 --------- (5.11) coming soon section styles end ---------
 ==== */

/* ==== 
 --------- (5.12) error section styles start ---------
 ==== */

.error-section {
    position: relative;
    text-align: center;
    padding: 150px 0px;
    z-index: 1;
}

.error-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/background/pattern-one.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    opacity: 0.05;
    z-index: -1;
}

.error-section .error-title {
    position: relative;
    color: var(--black);
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    text-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.error-section h4 {
    color: var(--black);
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.error-section .text {
    color: var(--quaternary-color);
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.error-section .theme-btn {
    border-radius: 5px;
    font-weight: 500;
    margin: 0 10px 10px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.64px;
    padding: 44px 33px 44px;
    text-transform: capitalize;
    padding-right: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

.thm-btn:hover {
    color: var(--base-color);
}

.thm-btn::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    z-index: -1;
    width: 104px;
    height: 104px;
    background-color: var(--base-color);
    border-radius: 50%;
    -webkit-transform: scaleY(1) rotateX(0deg) translateY(-50%);
    transform: scaleY(1) rotateX(0deg) translateY(-50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}

.thm-btn:hover::after {
    -webkit-transform: scaleY(0) rotateX(0deg) translateY(-50%);
    transform: scaleY(0) rotateX(0deg) translateY(-50%);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.thm-btn::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    z-index: -1;
    width: 104px;
    height: 104px;
    background-color: #dbbbbb;
    border-radius: 50%;
    -webkit-transform: scaleY(0) rotateX(0deg) translateY(-50%);
    transform: scaleY(0) rotateX(0deg) translateY(-50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}

.thm-btn:hover::before {
    -webkit-transform: scaleY(1) rotateX(0deg) translateY(-50%);
    transform: scaleY(1) rotateX(0deg) translateY(-50%);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

@media only screen and (max-width: 767px) {
    .error-section .error-title {
        font-size: 100px;
    }
    .error-section h4 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* ==== 
 --------- (5.12) error section styles end ---------
 ==== */

/* ==== 
 --------- (5.13) authentication section styles start ---------
 ==== */

.authentication {
    padding: 100px 0px;
    background-color: var(--white);
}

.authentication .input-single {
    width: 100%;
    margin-bottom: 24px;
}

.authentication .input-single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.authentication .input-single label {
    display: block;
    color: var(--quaternary-color);
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 500;
}

.authentication .input-single a {
    display: block;
    text-align: end;
    margin-top: 12px;
    font-size: 16px;
    color: var(--quaternary-color);
    font-weight: 500;
}

.authentication .input-single a:hover {
    color: var(--base-color);
}

.authentication .input-single input {
    border-radius: 0px;
    border: 1px solid #aaaaaa;
    background: var(--white);
    padding: 12px 16px;
    width: 100%;
    color: var(--quaternary-color);
}

.authentication .input-single input:focus {
    border-color: var(--base-color);
}

.authentication .input-single input::-webkit-input-placeholder {
    color: #a3a3a3;
}

.authentication .input-single input::-moz-placeholder {
    color: #a3a3a3;
}

.authentication .input-single input:-ms-input-placeholder {
    color: #a3a3a3;
}

.authentication .input-single input::-ms-input-placeholder {
    color: #a3a3a3;
}

.authentication .input-single input::placeholder {
    color: #a3a3a3;
}

.authentication .btn--primary {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.authentication .section__content-cta {
    margin-top: 40px;
}

.authentication .divider {
    margin: 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.authentication .divider p {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--quaternary-color);
    font-weight: 500;
}

.authentication .divider span {
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: var(--quaternary-color);
}

.authentication .auth-footer {
    margin-top: 16px;
}

.authentication .auth-footer p {
    color: var(--quaternary-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.authentication .auth-footer p a {
    color: var(--base-color);
}

.authentication .auth-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.authentication .auth-cta button {
    width: 60px;
    height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--quaternary-color);
    border-radius: 12px;
}

/* ==== 
 --------- (5.13) authentication section styles end ---------
 ==== */

/* ==== 
 --------- (5.14) privacy section styles start ---------
 ==== */

.privacy {
    padding: 100px 0px;
    background-color: var(--white);
}

.privacy .privacy-group {
    margin-bottom: 60px;
    margin-top: -7px;
}

.privacy .privacy-group:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.privacy .privacy-group h3 {
    font-weight: 500;
    color: var(--quaternary-color);
}

.privacy .privacy-group p {
    color: var(--quaternary-color);
    margin-top: 20px;
}

/* ==== 
 --------- (5.14) privacy section styles end ---------
 ==== */

/* ==== 
 --------- (5.15) who section styles start ---------
 ==== */

.who {
    padding: 100px 0px;
    background-color: #eef5ff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.who .z-shape {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 520px;
    height: 100%;
    background-color: var(--base-color);
    -webkit-clip-path: polygon(100% 0%, 34% 41%, 96% 80%, 58% 100%, 28% 100%, 68% 80%, 8% 42%, 73% 0%);
    clip-path: polygon(100% 0%, 34% 41%, 96% 80%, 58% 100%, 28% 100%, 68% 80%, 8% 42%, 73% 0%);
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    z-index: -1;
}

.who .z-shape-l {
    position: absolute;
    top: -125px;
    left: 326px;
    height: 520px;
    width: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--base-color);
    z-index: -1;
}

.who .z-shape-s {
    position: absolute;
    bottom: -59px;
    left: 540px;
    height: 200px;
    width: 40px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    background-color: var(--base-color);
    z-index: -1;
}

.who .z-shape-sq {
    position: absolute;
    bottom: -56px;
    left: -102px;
    height: 450px;
    width: 460px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--quaternary-color);
    z-index: -2;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 100% 100%, 0% 100%);
}

.who .who__thumb {
    position: relative;
    display: inline-block;
}

.who .who__thumb .thumb-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.who .about__content-inner p {
    color: #555555;
}

.who .about__content-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    border: 1px solid #dedede;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--white);
    width: 100%;
}

.who .about__content-single::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1px;
    background-color: var(--base-color);
    width: 6px;
    height: 90%;
}

.who .about__content-single h6 {
    font-weight: 500;
    color: var(--quaternary-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.who .about__content-single .thumb i {
    font-size: 48px;
    color: var(--black);
}

.who .about-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
    row-gap: 24px;
    margin: 30px 0px;
}

.who .cta {
    margin-top: 50px;
}

/* ==== 
 --------- (5.15) who section styles end ---------
 ==== */

.color-palate {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: -285px;
    text-align: center;
    top: 0%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 285px;
    z-index: 999;
    height: 100%;
    padding-bottom: 30px;
}

.color-palate-inner {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all;
    transition: all;
}

/* width */

.color-palate-inner::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.color-palate-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.color-palate-inner::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

.color-palate-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.color-palate-head {
    background: var(--white) none repeat scroll 0 0;
    padding: 12px 0;
}

.color-palate-head h6 {
    font-weight: 500;
    color: #ffffff !important;
}

.color-palate-head h6,
.secondary-head h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    margin-top: 4px;
    text-transform: uppercase;
}

.palate {
    background: #0055d4 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 45px;
    margin: 0 2.5% 12px;
    width: 20%;
    cursor: pointer;
    position: relative;
}

.colors-list .active::after {
    background: url(../images/icon/tick.png) center center no-repeat !important;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.various-color {
    overflow: hidden;
    padding: 20px 0 15px;
}

.colors-list {
    margin: 0 20px;
}

.secondary-head {
    background: #222222 none repeat scroll 0 0;
    padding: 14px 0;
}

.secondary-color {
    padding: 23px 0;
}

.secondary-colors-list {
    margin: 0 80px;
}

.palate-foo {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    padding: 0 30px;
    line-height: 1.8em;
}

.palate-foo span {
    display: block;
    padding-top: 20px;
    margin-top: 5px;
    border-top: 1px dotted #b2b2b2;
}

.palate.default-color {
    background: #ff5c00 none repeat scroll 0 0;
}

.palate.blue-color {
    background: #246af4 none repeat scroll 0 0;
}

.palate.brown-color {
    background: #964b00 none repeat scroll 0 0;
}

.palate.green-color {
    background: #3ead3c none repeat scroll 0 0;
}

.palate.orange-color {
    background: #ffb347 none repeat scroll 0 0;
}

.palate.purple-color {
    background: #bb54e1 none repeat scroll 0 0;
}

.palate.teal-color {
    background: #44a9aa none repeat scroll 0 0;
}

.palate.yellow-color {
    background: #fed000 none repeat scroll 0 0;
}

.color-trigger {
    background: #0055d4 none repeat scroll 0 0;
    cursor: pointer;
    height: 50px;
    right: -50px;
    position: absolute;
    top: 15%;
    width: 50px;
    padding-top: 6px;
}

.color-trigger .fa-fw {
    animation: fa-spin 2s linear infinite;
    -webkit-animation: fa-spin 2s linear infinite;
    -moz-animation: fa-spin 2s linear infinite;
    -ms-animation: fa-spin 2s linear infinite;
    -o-animation: fa-spin 2s linear infinite;
}

.color-trigger:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.color-trigger i {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}

.color-palate.visible-palate {
    left: 0px;
}

.color-palate h6 {
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
}

.color-palate .rtl-version {
    padding-top: 10px;
    padding-bottom: 0px;
}

.color-palate .box-version {
    padding-top: 10px;
    padding-bottom: 0px;
}

.color-palate .option-box {
    padding-top: 10px;
    padding-bottom: 5px;
}

.color-palate .option-box>li {
    position: relative;
    color: #ffffff;
    width: 40%;
    margin: 0px 3px;
    cursor: pointer;
    margin-bottom: 9px;
    padding: 8px 12px;
    font-size: 12px;
    display: inline-block;
    background-color: #0055d4;
    text-transform: uppercase;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.color-palate .demos-carousel {
    position: relative;
    padding: 15px 20px 0px;
}

.color-palate .demos-carousel .demos-title {
    position: relative;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 10px;
}

.color-palate .demos-carousel .owl-dots {
    display: none;
}

.color-palate .demos-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    margin-top: -15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.color-palate .demos-carousel .owl-prev {
    position: absolute;
    left: -15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    color: var(--black);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.color-palate .demos-carousel .owl-next {
    position: absolute;
    right: -15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    color: var(--black);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.color-palate .demos-carousel .owl-prev:hover,
.color-palate .demos-carousel .owl-next:hover {
    color: var(--white);
    background-color: #0055d4;
}

.color-palate .demos-carousel li {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.color-palate .purchase-box {
    position: relative;
    padding: 10px 15px 0px;
}

.color-palate .purchase-box .purchase-box__btn {
    position: relative;
    color: #ffffff;
    width: 50%;
    margin: 0;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 12px;
    display: inline-block;
    background-color: #0055d4;
    text-transform: uppercase;
    margin-top: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.color-palate .purchase-box .purchase-box__btn:hover {
    background-color: var(--black);
}

.want-sticky-header .sticky-header {
    position: relative !important;
    display: none;
}

/* Box Layout */

.box-layout .page-wrapper {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    z-index: 1;
}

.box-layout:before {
    position: fixed;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/background/pattern.jpg");
    opacity: 0.4;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.box-layout .main-header-three__logo-box {
    left: 0;
}

.box-layout .team-two__right {
    margin-left: 0;
}

.box-layout .team-two__left {
    margin-right: 0;
}

.box-layout .team-two__left .section-title__title {
    font-size: 40px;
    line-height: 50px;
}

/* ==== 
 --------- (4.05) dark body and rtl styles start ---------
 ==== */

.dark-body {
    background-color: var(--black);
}

.dark-body .btn--primary::before {
    background-color: var(--white);
}

.dark-body .btn--primary:hover {
    color: var(--black);
}

.dark-body .about {
    background-color: var(--black);
}

.dark-body .search-property .search-property__menu a,
.dark-body .section__header span,
.dark-body .section__header h2,
.dark-body .section__header p {
    color: var(--white);
}

.dark-body .section__header .icon-thumb-single span,
.dark-body .section__header-light .icon-thumb-single span {
    background-color: var(--white);
}

.dark-body .section__header .filter-img,
.dark-body .section__header-light .filter-img {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .about .about__content-inner p {
    color: var(--white);
}

.dark-body .about .about__content-single h5 {
    color: var(--white);
}

.dark-body .about .about__content-single .thumb img {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .about .about__content-single .thumb i {
    color: var(--white);
}

.dark-body .service {
    background-color: var(--quaternary-color);
}

.dark-body .service .service__single::before {
    background-color: var(--black);
}

.dark-body .service .service__single h4,
.dark-body .service .service__single p {
    color: var(--white);
}

.dark-body .service .service__single .thumb img {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .service .service__single .thumb i {
    color: var(--white);
}

.dark-body .service .service__single-active .btn--primary {
    color: var(--black);
}

.dark-body .service .service__single-active .btn--primary::before {
    background-color: var(--white);
}

.dark-body .properties {
    background-color: var(--black);
}

.dark-body .properties .properites__single-item {
    background-color: var(--quaternary-color);
}

.dark-body .properties .properites__single-item .content {
    background-color: var(--quaternary-color);
}

.dark-body .properties .properites__single-item .content p,
.dark-body .properties .properites__single-item .content h4,
.dark-body .properties .properites__single-item .content span {
    color: var(--white) !important;
}

.dark-body .properties .properites__single-item .content .footer-cta a {
    background-color: var(--black);
}

.dark-body .properties .properites__single-item .content .footer-cta a i {
    color: var(--white);
}

.dark-body .properties .properites__single-item .content .footer-cta a .tool {
    color: var(--black) !important;
}

.dark-body .explore {
    background-color: var(--black);
}

.dark-body .explore .explore__single::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(48, 34, 34)));
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(48, 34, 34) 100%);
}

.dark-body .section__header--secondary h3,
.dark-body .section__header--secondary p {
    color: var(--white) !important;
}

.dark-body .team {
    background-color: var(--black);
}

.dark-body .team .content p,
.dark-body .team .content h4,
.dark-body .team .content span,
.dark-body .team .content a {
    color: var(--white) !important;
}

.dark-body .blog {
    background-color: var(--black);
}

.dark-body .blog .content {
    background-color: var(--quaternary-color);
}

.dark-body .blog .content p,
.dark-body .blog .content h4,
.dark-body .blog .content a {
    color: var(--white) !important;
}

.dark-body .partner {
    background-color: var(--quaternary-color);
}

.dark-body .partner .filter-black {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .search-property {
    background-color: var(--quaternary-color);
}

.dark-body .search-property .search-property__wrapper .input-single input,
.dark-body .search-property .search-property__wrapper .nice-select {
    background-color: transparent;
    border-color: #383535;
}

.dark-body .search-property .search-property__wrapper .current {
    color: #bbb;
}

.dark-body .search-property .search-property__single:nth-of-type(1) .nice-select {
    border-right: 1px solid #383535;
}

.dark-body .search-tab .search-tab-item-wrapper {
    background-color: var(--quaternary-color);
}

.dark-body .search-tab .search-tab-item-wrapper .nice-select {
    background-color: transparent;
}

.dark-body .search-tab .search-tab-item-wrapper label,
.dark-body .search-tab .search-tab-item-wrapper input {
    color: var(--white) !important;
}

.dark-body .search-tab .search-tab-item-wrapper input::-webkit-input-placeholder {
    color: #bbb;
}

.dark-body .search-tab .search-tab-item-wrapper input::-moz-placeholder {
    color: #bbb;
}

.dark-body .search-tab .search-tab-item-wrapper input:-ms-input-placeholder {
    color: #bbb;
}

.dark-body .search-tab .search-tab-item-wrapper input::-ms-input-placeholder {
    color: #bbb;
}

.dark-body .search-tab .search-tab-item-wrapper input::placeholder {
    color: #bbb;
}

.dark-body .search-tab .search-tab-item-wrapper .current {
    color: #bbb;
}

.dark-body .search-tab .search-tab-item-wrapper input,
.dark-body .search-tab .search-tab-item-wrapper .nice-select {
    border: 0px solid transparent !important;
    border-bottom: 1px solid #383535 !important;
}

.dark-body .collection {
    background-color: var(--black);
}

.dark-body .collection h4,
.dark-body .collection p {
    color: var(--white) !important;
}

.dark-body .collection .thumb img {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .collection .thumb i {
    color: var(--white);
}

.dark-body .exclusive-tab .exclusive-tab-btn-wrapper ul button {
    color: var(--white);
}

.dark-body .exclusive-tab .exclusive-tab-btn-wrapper ul button.active {
    color: var(--base-color);
}

.dark-body .testimonial-three .testimonial-three__content p {
    color: var(--white);
}

.dark-body .team-two {
    background-color: var(--black);
}

.dark-body .team-two .content span,
.dark-body .team-two .content h4,
.dark-body .team-two .content p,
.dark-body .team-two .content a {
    color: var(--white);
}

.dark-body .blog-two {
    background-color: var(--quaternary-color);
}

.dark-body .banner-three .search-property__wrapper input,
.dark-body .banner-three .search-property__wrapper .nice-select {
    background-color: transparent !important;
    border-color: #707070 !important;
}

.dark-body .banner-three .search-property__wrapper input .current,
.dark-body .banner-three .search-property__wrapper .nice-select .current {
    color: #bbb;
}

.dark-body .specifications p i {
    color: var(--white) !important;
}

.dark-body .property-three {
    background-color: var(--black);
}

.dark-body .property-three .property-three__single {
    background-color: var(--black);
}

.dark-body .property-three .property-three__single .content {
    background-color: var(--quaternary-color);
}

.dark-body .property-three .property-three__single .content h4 {
    color: var(--white);
}

.dark-body .property-three .property-three__single .content .location,
.dark-body .property-three .property-three__single .content .specifications p,
.dark-body .property-three .property-three__single .content .author-meta p {
    color: var(--white) !important;
}

.dark-body .explore-two {
    background-color: var(--black);
}

.dark-body .explore-two .explore__inner {
    background-color: var(--black);
    border-color: var(--quaternary-color);
}

.dark-body .exclusive {
    background-color: var(--black);
}

.dark-body .blog-list-alt .blog-list__item h4 {
    color: var(--white);
}

.dark-body .exclusive-tab {
    background-color: var(--black);
}

.dark-body .exclusive-tab .property-list {
    background-color: var(--black);
}

.dark-body .exclusive-tab .property-list .property-list__single {
    background-color: var(--quaternary-color);
}

.dark-body .exclusive-tab .property-list .property-list__single .content p,
.dark-body .exclusive-tab .property-list .property-list__single .content h5,
.dark-body .exclusive-tab .property-list .property-list__single .content a,
.dark-body .exclusive-tab .property-list .property-list__single .content span {
    color: var(--white);
}

.dark-body .footer-three {
    background-color: var(--black);
}

.dark-body .footer-three .footer-three__widget a,
.dark-body .footer-three .footer-three__widget p,
.dark-body .footer-three .footer-three__widget h4 {
    color: var(--white) !important;
}

.dark-body .footer-three .newsletter-form form {
    background-color: var(--quaternary-color);
    border-color: #443c3c;
}

.dark-body .footer-three .newsletter-form form input {
    color: var(--white);
}

.dark-body .footer-three .newsletter-form form input::-webkit-input-placeholder {
    color: #bbb;
}

.dark-body .footer-three .newsletter-form form input::-moz-placeholder {
    color: #bbb;
}

.dark-body .footer-three .newsletter-form form input:-ms-input-placeholder {
    color: #bbb;
}

.dark-body .footer-three .newsletter-form form input::-ms-input-placeholder {
    color: #bbb;
}

.dark-body .footer-three .newsletter-form form input::placeholder {
    color: #bbb;
}

.dark-body .property-grid .property-details__sidebar h5 {
    color: var(--white) !important;
}

.dark-body .property-grid .property-details__sidebar .property-details__widget {
    background-color: var(--quaternary-color);
}

.dark-body .property-grid .property-details__sidebar .property-details__widget p {
    color: var(--white) !important;
}

.dark-body .property-grid .property-details__sidebar .property-details__widget .nice-select {
    background-color: transparent;
    border: 1px solid #3c3c3c;
}

.dark-body .property-grid .property-details__sidebar .property-details__widget .nice-select .current {
    color: #bbb !important;
}

.dark-body .property-list {
    background-color: var(--black);
}

.dark-body .property-list .property-details__sidebar h5 {
    color: var(--white) !important;
}

.dark-body .property-list .property-details__sidebar .property-details__widget {
    background-color: var(--quaternary-color);
}

.dark-body .property-list .property-details__sidebar .property-details__widget p {
    color: var(--white) !important;
}

.dark-body .property-list .property-details__sidebar .property-details__widget .nice-select {
    background-color: transparent;
    border: 1px solid #3c3c3c;
}

.dark-body .property-list .property-list__single {
    background-color: var(--quaternary-color);
}

.dark-body .property-list .property-list__single .content h4,
.dark-body .property-list .property-list__single .content p,
.dark-body .property-list .property-list__single .content a,
.dark-body .property-list .property-list__single .content span {
    color: var(--white) !important;
}

.dark-body .property-details {
    background-color: var(--black);
}

.dark-body .property-details .property-details__content h2,
.dark-body .property-details .property-details__content h3,
.dark-body .property-details .property-details__content h4,
.dark-body .property-details .property-details__content p,
.dark-body .property-details .property-details__content span,
.dark-body .property-details .property-details__content li,
.dark-body .property-details .property-details__content label {
    color: var(--white) !important;
}

.dark-body .property-details textarea {
    background-color: transparent;
    border: 1px solid #383535;
    color: var(--white);
}

.dark-body .property-details textarea::-webkit-input-placeholder {
    color: #bbb;
}

.dark-body .property-details textarea::-moz-placeholder {
    color: #bbb;
}

.dark-body .property-details textarea:-ms-input-placeholder {
    color: #bbb;
}

.dark-body .property-details textarea::-ms-input-placeholder {
    color: #bbb;
}

.dark-body .property-details textarea::placeholder {
    color: #bbb;
}

.dark-body .property-details .right-content .action-group a {
    background-color: var(--quaternary-color);
}

.dark-body .property-details .right-content .action-group .tool {
    color: var(--black) !important;
}

.dark-body .property-details .property-details__overview .thumb {
    border-color: var(--white);
}

.dark-body .property-details .property-details__overview .thumb img {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .property-details .property-details__sidebar h5 {
    color: var(--white) !important;
}

.dark-body .property-details .property-details__sidebar .property-details__widget {
    background-color: var(--quaternary-color);
}

.dark-body .property-details .property-details__sidebar .property-details__widget p {
    color: var(--white) !important;
}

.dark-body .property-details .property-details__sidebar .property-details__widget .nice-select {
    background-color: transparent;
    border: 1px solid #3c3c3c;
}

.dark-body .team-details {
    background-color: var(--quaternary-color);
}

.dark-body .team-details h4,
.dark-body .team-details p,
.dark-body .team-details a,
.dark-body .team-details label,
.dark-body .team-details span {
    color: var(--white) !important;
}

.dark-body .team-details .social a:hover {
    background-color: var(--black);
}

.dark-body .team-details .skill__wrapper::before {
    background-color: var(--white) !important;
}

.dark-body .team-details textarea {
    background-color: transparent;
    border: 1px solid #383535;
    color: var(--white);
}

.dark-body .team-details textarea::-webkit-input-placeholder {
    color: #bbb;
}

.dark-body .team-details textarea::-moz-placeholder {
    color: #bbb;
}

.dark-body .team-details textarea:-ms-input-placeholder {
    color: #bbb;
}

.dark-body .team-details textarea::-ms-input-placeholder {
    color: #bbb;
}

.dark-body .team-details textarea::placeholder {
    color: #bbb;
}

.dark-body .common-banner {
    background-position: right center;
}

.dark-body .testimonial-two .partner-two {
    background-color: var(--black);
    border-color: var(--black);
}

.dark-body .testimonial-two .partner-two .filter-black {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .collection {
    background-color: var(--black);
}

.dark-body .collection .inner h4,
.dark-body .collection .inner p {
    color: var(--white);
}

.dark-body .procedure {
    background-color: var(--black);
}

.dark-body .procedure .procedure__single .thumb {
    background-color: var(--quaternary-color);
}

.dark-body .procedure .procedure__single .thumb img {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .procedure .procedure__single .thumb i {
    color: var(--white);
}

.dark-body .procedure .procedure__single .content h4,
.dark-body .procedure .procedure__single .content p {
    color: var(--white);
}

.dark-body .who {
    background-color: var(--black);
}

.dark-body .who .about__content-inner p {
    color: var(--white);
}

.dark-body .who .about__content-single {
    background-color: var(--quaternary-color);
}

.dark-body .who .about__content-single .thumb img {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .who .about__content-single .thumb i {
    color: var(--white);
}

.dark-body .who .about__content-single h6 {
    color: var(--white);
}

.dark-body .service-main {
    background-color: var(--black);
}

.dark-body .service-main .service__single {
    background-color: var(--quaternary-color);
    border-color: var(--quaternary-color);
}

.dark-body .service-main .service__single .content h4,
.dark-body .service-main .service__single .content p {
    color: var(--white);
}

.dark-body .service-main .service__single:hover .btn--primary {
    color: var(--black);
}

.dark-body .authentication {
    background-color: var(--black);
}

.dark-body .authentication .input-single label,
.dark-body .authentication .auth-footer p,
.dark-body .authentication .divider p {
    color: #bbb;
}

.dark-body .authentication .divider span {
    background-color: var(--white);
}

.dark-body .error-section .text,
.dark-body .error-section h4,
.dark-body .error-section .error-title {
    color: var(--white);
    text-align: center !important;
}

.dark-body .error-section .thm-btn {
    color: var(--white);
}

.dark-body .blog-list {
    background-color: var(--quaternary-color);
}

.dark-body .blog-list .blog-list__item .content {
    background-color: var(--black);
}

.dark-body .blog-list .blog-list__item .content h3,
.dark-body .blog-list .blog-list__item .content p {
    color: var(--white);
}

.dark-body .blog-pagination a,
.dark-body .blog-pagination button {
    background-color: var(--quaternary-color);
    color: var(--white);
}

.dark-body .blog-details {
    background-color: var(--quaternary-color);
}

.dark-body .blog-details .details-content {
    background-color: var(--black);
}

.dark-body .blog-details .details-content h3,
.dark-body .blog-details .details-content h4,
.dark-body .blog-details .details-content p,
.dark-body .blog-details .details-content li {
    color: var(--white) !important;
}

.dark-body .blog-details .blockquote-wrapper {
    background-color: var(--quaternary-color);
}

.dark-body .blog-details .blockquote-wrapper blockquote {
    color: var(--white);
}

.dark-body .blog-details .details-footer .tag-header h6 {
    color: var(--white);
}

.dark-body .blog-details .details-footer .tag-wrapper a,
.dark-body .blog-details .details-footer .social a {
    color: var(--white);
    border-color: var(--white);
}

.dark-body .blog-details .details-comment-header h4 {
    color: var(--white) !important;
}

.dark-body .blog-details .details-comment .reply-box-single::after {
    background-color: var(--black);
}

.dark-body .blog-details .details-comment .reply-box-single h5,
.dark-body .blog-details .details-comment .reply-box-single p {
    color: var(--white) !important;
}

.dark-body .blog-details .details-comment-form textarea {
    background-color: transparent;
    border: 1px solid #383535;
    color: var(--white);
}

.dark-body .blog-details .details-comment-form textarea::-webkit-input-placeholder {
    color: #bbb;
}

.dark-body .blog-details .details-comment-form textarea::-moz-placeholder {
    color: #bbb;
}

.dark-body .blog-details .details-comment-form textarea:-ms-input-placeholder {
    color: #bbb;
}

.dark-body .blog-details .details-comment-form textarea::-ms-input-placeholder {
    color: #bbb;
}

.dark-body .blog-details .details-comment-form textarea::placeholder {
    color: #bbb;
}

.dark-body .blog__sidebar .border-content {
    border-color: #423737;
}

.dark-body .blog__sidebar .widget__header h4 {
    color: var(--white);
}

.dark-body .blog__sidebar ul a {
    color: var(--white);
}

.dark-body .blog__sidebar .single-search-item p {
    color: var(--white);
}

.dark-body .blog__sidebar .single-search-item .nice-select {
    background-color: transparent;
    border-color: #423737;
}

.dark-body .blog__sidebar .single-item p,
.dark-body .blog__sidebar .single-item span,
.dark-body .blog__sidebar .single-item-two p,
.dark-body .blog__sidebar .single-item-two span {
    color: var(--white) !important;
}

.dark-body .blog__sidebar .widget-tags a {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}

.dark-body .blog__sidebar .widget-tags a:hover {
    background-color: var(--base-color);
    color: var(--white);
    border-color: var(--base-color);
}

.dark-body .contact {
    background-color: var(--black);
}

.dark-body .contact .contact__content-single h2,
.dark-body .contact .contact__content-single h4 {
    color: var(--white);
}

.dark-body .contact .contact__content-single ul a,
.dark-body .contact .contact__content-single .social a {
    color: #bbb;
}

.dark-body .contact .contact__content-single ul a:hover,
.dark-body .contact .contact__content-single .social a:hover {
    color: var(--white);
}

.dark-body .contact-form {
    background-color: var(--black);
}

.dark-body .contact-form .input-group input,
.dark-body .contact-form .input-group textarea {
    background-color: transparent;
    border: 1px solid #383535;
    color: var(--white);
}

.dark-body .contact-form .input-group input::-webkit-input-placeholder,
.dark-body .contact-form .input-group textarea::-webkit-input-placeholder {
    color: #bbb;
}

.dark-body .contact-form .input-group input::-moz-placeholder,
.dark-body .contact-form .input-group textarea::-moz-placeholder {
    color: #bbb;
}

.dark-body .contact-form .input-group input:-ms-input-placeholder,
.dark-body .contact-form .input-group textarea:-ms-input-placeholder {
    color: #bbb;
}

.dark-body .contact-form .input-group input::-ms-input-placeholder,
.dark-body .contact-form .input-group textarea::-ms-input-placeholder {
    color: #bbb;
}

.dark-body .contact-form .input-group input::placeholder,
.dark-body .contact-form .input-group textarea::placeholder {
    color: #bbb;
}

.dark-body .input-single input,
.dark-body .input-single textarea {
    background-color: transparent;
    border: 1px solid #383535;
    color: var(--white);
}

.dark-body .input-single input::-webkit-input-placeholder,
.dark-body .input-single textarea::-webkit-input-placeholder {
    color: #bbb;
}

.dark-body .input-single input::-moz-placeholder,
.dark-body .input-single textarea::-moz-placeholder {
    color: #bbb;
}

.dark-body .input-single input:-ms-input-placeholder,
.dark-body .input-single textarea:-ms-input-placeholder {
    color: #bbb;
}

.dark-body .input-single input::-ms-input-placeholder,
.dark-body .input-single textarea::-ms-input-placeholder {
    color: #bbb;
}

.dark-body .input-single input::placeholder,
.dark-body .input-single textarea::placeholder {
    color: #bbb;
}

.dark-body .property-type {
    background-color: var(--quaternary-color);
}

.dark-body .property-type .slider-navigation-two .prev-slide {
    background-color: var(--black);
    border-color: var(--black);
}

.dark-body .property-type .property-type-item {
    background-color: var(--black);
}

.dark-body .property-type .property-type-item .thumb img {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

.dark-body .property-type .property-type-item .thumb i {
    color: var(--white);
}

.dark-body .property-type .property-type-item .content h5,
.dark-body .property-type .property-type-item .content p {
    color: var(--white);
}

.rtl {
    direction: rtl;
}

.rtl .color-palate-inner {
    direction: ltr !important;
}

.rtl .title-animation {
    direction: ltr;
    text-align: end;
}

.rtl .section__header .title-animation,
.rtl .section__header-light .title-animation {
    text-align: center;
}

.rtl .property-type-slider-wrapper {
    direction: ltr;
}

.rtl .swiper {
    direction: ltr;
}

.rtl .about .section__header .title-animation,
.rtl .testimonial .section__header .title-animation,
.rtl .collection .section__header .title-animation,
.rtl .property-tab .section__header .title-animation,
.rtl .exclusive-tab .section__header .title-animation,
.rtl .testimonial-three .section__header .title-animation {
    text-align: end;
}

.rtl .main-header__topbar .main-header__topbar__content-wrapper::after {
    content: none;
}

.rtl .nice-select .option {
    text-align: right;
}

.rtl .counter .counter__single h2 {
    direction: ltr;
}

.rtl .text-lg-end {
    text-align: right !important;
}

.rtl .slider-navigation-two {
    direction: ltr;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rtl .main-header__menu .navbar__sub-menu a::before {
    content: none;
}

.rtl .main-header__menu .navbar__sub-menu .active>a {
    padding-left: 32px !important;
}

.rtl .main-header__menu .navbar__sub-menu .navbar__item--has-children>a:hover {
    padding-left: 32px !important;
}

.rtl .main-header__menu .navbar__sub-menu .navbar__item--has-children>a:hover::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rtl .main-header__menu .navbar__sub-menu__nested {
    left: unset;
    right: 100%;
}

.rtl .main-header__menu .navbar__sub-menu__nested::before {
    content: none;
}

.rtl .banner-two {
    direction: ltr;
}

.rtl .property-three .property-three__single {
    direction: rtl;
}

.rtl .coming-soon .emailed-form h3 {
    text-align: center;
}

.rtl .coming-soon .emailed-form button {
    right: unset;
    left: 0px;
}

.rtl .error-section .title-animation {
    text-align: center !important;
}

.rtl .properties-grid-slider {
    direction: ltr;
}

.rtl .properties-grid-slider .properites__single-item .content {
    direction: rtl;
}

.rtl .testimonial-alt {
    direction: ltr;
}

.rtl .testimonial-alt .testimonial-slider__single {
    direction: rtl;
}

.rtl .partner-slider {
    direction: ltr;
}

.rtl .header-two .navbar {
    background-color: var(--quaternary-color);
}

.rtl .header-two .navbar__menu {
    background-color: transparent;
}

.rtl .header-two .navbar__menu::after {
    content: none;
}

.rtl .team-two .content {
    direction: rtl;
}

.rtl .testimonial-three .thumb img {
    max-width: 50vw;
}

@media only screen and (min-width: 576px) {
    .rtl .search-property__wrapper .btn--primary::after {
        left: 60px;
        right: unset;
    }
}

@media only screen and (min-width: 992px) {
    .rtl .text-lg-end {
        text-align: left !important;
    }
}

@media only screen and (min-width: 1200px) {
    .rtl .collection .collection__thumb .thumb-three {
        right: -100px;
        left: unset;
    }
}

@media only screen and (max-width: 991px) {
    .rtl .text-center.text-lg-end {
        text-align: center !important;
    }
}

@media only screen and (max-width: 1199px) {
    .rtl .header-two .navbar {
        background-color: transparent;
        direction: ltr;
    }
}

.rtl .banner {
    direction: ltr;
}

.rtl .banner .banner__slider-content {
    direction: rtl;
}

.rtl .banner-two .banner-two__content {
    direction: rtl;
}

@media only screen and (max-width: 1719px) {
    .rtl .banner-two .banner-two-wrapper .swiper-navigation-buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.rtl .search-property .search-property__single:nth-of-type(1) .nice-select {
    border-right: 1px solid #dddddd;
}

.rtl .banner-three {
    direction: ltr;
}

.rtl .banner-three .banner-three__content {
    text-align: end;
}

.rtl .banner-three .banner-tab-btn-wrapper ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.rtl .banner-three .banner-tab-item-wrapper {
    direction: rtl;
}

.rtl .banner-three .search-property__wrapper input {
    border-right: 1px solid #707070 !important;
}

.rtl .banner-four .video-text {
    text-align: end;
}

.rtl .exclusive {
    direction: ltr;
}

.rtl .exclusive .section__header {
    text-align: end;
}

.rtl .exclusive .section__header .title-animation {
    text-align: end;
}

.rtl .exclusive .section__header .icon-thumb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.rtl .exclusive .exclusive__single {
    text-align: end;
}

.rtl .exclusive .exclusive__single .location,
.rtl .exclusive .exclusive__single .specifications {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.rtl .exclusive .exclusive__thumb .content .meta {
    direction: rtl;
}

.rtl .exclusive .slider-navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 992px) {
    .rtl .exclusive .slider-navigation,
    .rtl .exclusive .section__header {
        max-width: 460px;
    }
}

.rtl .testimonial-three .testimonial-three-single {
    direction: rtl;
}

.rtl .footer-three .footer__bottom-right {
    text-align: center !important;
}

@media only screen and (min-width: 992px) {
    .rtl .footer-three .footer__bottom-right {
        text-align: start !important;
    }
}

.rtl .team-details .skill__wrapper span {
    right: unset;
    left: 0px;
}

.rtl .testimonial-two .testimonial-two__single {
    direction: rtl;
}

.rtl .testimonial-two .author {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (min-width: 1200px) {
    .rtl .video-counter .counter__single {
        border-left: 2px solid var(--white);
        border-right: 0px;
    }
}

.rtl .video-counter .counter__single .thumb i {
    color: var(--white);
}

.rtl .who {
    direction: ltr;
}

.rtl .who .who__content {
    direction: rtl;
}

.rtl .who .section__header .title-animation {
    text-align: end;
}

.rtl .authentication .auth-footer p {
    direction: ltr;
    text-align: end;
}

.rtl .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-right: 0px;
}

.rtl .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0px;
    padding-left: 12px;
    float: right;
}

.rtl .blog-details .details-content .details-footer .details-tag {
    direction: ltr;
}

.rtl .blog-details .details-comment .reply-box-single::after {
    right: unset;
    left: 0px;
}

.rtl .blog-details .details-comment .reply-box-single .reply-btn {
    right: unset;
    left: 24px;
}

.rtl .contact__social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    direction: ltr;
}

.rtl .property-type .section__header .title-animation {
    text-align: end;
}

.rtl .property-type .slider-navigation-two {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (min-width: 1200px) {
    .rtl .property-type .slider-navigation-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

@media only screen and (min-width: 992px) {
    .rtl .footer-two .footer__bottom-left p {
        text-align: start !important;
    }
}
