
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');


@import url("bootstrap.min.css");
@import url("../font/css/all.min.css");
@import url("../font/flaticon/flaticon_flaticons.css");
@import url("magnific-popup.css");
@import url("aos.css");
@import url("swiper-bundle.min.css");

:root {
    --base-color: #daa73a;
  --montserrat: "Montserrat", sans-serif;
  --arimo: "Arimo", sans-serif;
  --template-font: var(--arimo);
  --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);
}


* {
  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: 0px;
  -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,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,
p {
  padding: 0px;
  margin: 0px;
  color: var(--template-color);
  font-family: var(--arimo);
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,.h6,
h6 {
  font-family: 'Cinzel', Georgia;
}

/* ==== 
 --------- (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,
h1 {
  font-size: 30px;
  line-height: 40px;
}
.h2,
h2 {
  font-size: 30px;
  line-height: 40px;
}
.h3,
h3 {
  font-size: 24px;
  line-height: 34px;
}
.h4,
h4 {
  font-size: 20px;
  line-height: 30px;
}
.h5,
h5 {
  font-size: 20px;
  line-height: 30px;
}
.h6,
h6 {
  font-size: 18px;
  line-height: 28px;
}

h1 a,.h1 a,
h1 span,.h1 span,
h2 a,.h2 a,
h2 span,.h2 span,
h3 a,.h3 a,
h3 span,.h3 span,
h4 a,.h4 a,
h4 span,.h4 span,
h5 a,.h5 a,
h5 span,.h5 span,
h6 a,.h6 a,
h6 span,.h6 span,
p a,
p span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

/* ==== 
 --------- (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;
}

/*:root {*/
/*  --base-color: #daa73a;*/
/*}*/

.filter-img {
  -webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(92%) saturate(537%) hue-rotate(4deg) brightness(95%) contrast(102%) !important;
          filter: brightness(0) saturate(100%) invert(64%) sepia(92%) saturate(537%) hue-rotate(4deg) brightness(95%) contrast(102%) !important;
}


.footer .filter-img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(1758%) hue-rotate(180deg) brightness(105%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(1758%) hue-rotate(180deg) brightness(105%) contrast(106%);
}

.footer-two .filter-img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(1758%) hue-rotate(180deg) brightness(105%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(1758%) hue-rotate(180deg) brightness(105%) contrast(106%);
}

.filter-image-s {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(1758%) hue-rotate(180deg) brightness(105%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(1758%) hue-rotate(180deg) brightness(105%) contrast(106%);
}

.footer-three .filter-img {
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(2886%) hue-rotate(207deg) brightness(96%) contrast(108%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(2886%) hue-rotate(207deg) brightness(96%) contrast(108%);
}

.footer-two .swiper-slide-active .partner-single img {
  -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(100%) saturate(2766%) hue-rotate(183deg) brightness(108%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(41%) sepia(100%) saturate(2766%) hue-rotate(183deg) brightness(108%) contrast(103%);
}

.partner-two .swiper-slide-active .partner-single .filter-black,
.partner .swiper-slide-active .partner-single .filter-black {
  -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1631%) hue-rotate(201deg) brightness(86%) contrast(120%);
          filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1631%) hue-rotate(201deg) brightness(86%) contrast(120%);
}

.property-type .property-type-item .thumb img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(75%) saturate(7461%) hue-rotate(109deg) brightness(88%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(75%) saturate(7461%) hue-rotate(109deg) brightness(88%) contrast(92%);
}
.property-type .property-type-item:hover .thumb img {
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
}
.property-type .swiper-slide-active .property-type-item .thumb img {
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
}

.service-main .service__single .thumb img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(75%) saturate(7461%) hue-rotate(109deg) brightness(88%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(75%) saturate(7461%) hue-rotate(109deg) brightness(88%) contrast(92%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service-main .service__single .thumb i {
  color: var(--white);
}
.service-main .service__single:hover .thumb img {
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
}

.filter-black {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(75%) saturate(7461%) hue-rotate(109deg) brightness(88%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(75%) saturate(7461%) hue-rotate(109deg) brightness(88%) contrast(92%);
}

.filter-white {
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
}

.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: -1px;
  margin-left: 5px;
  font-family: 'Cinzel', Georgia;
  letter-spacing: 4px;
}
.section__header .h2,
.section__header h2 {
  color: var(--quaternary-color);
  font-weight: 600;
  margin: 16px 0px 30px;
  font-family: 'Cinzel', Georgia;
}
.section__header .icon-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: 600;
  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 select,
.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: 130px;
}

/* ==== 
 --------- (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(../image/img/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: #c0912c;
}
.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: 18px;
  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: 18px;
}
.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: 12px;
  padding-bottom: 12px;
  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;
}
.sticky-header .navbar-logo img{
  filter: contrast(0);
}
.sticky-header .navbar-logo img,
.main-header__menu .logo img{
  max-height: 50px;
}
.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: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 23px 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;
  max-height: 68vh;
  overflow-y: auto;
  scrollbar-width: thin;
  min-width: 280px;
  max-width: 460px;
  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: -50px;
  right: -25px;
}
.mobile-menu .mobile-menu__wrapper {
  position: absolute;
  left: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: var(--white);
  padding: 60px 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: 60px;
  -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: 14px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  font-weight: 700;
}
.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: 100%;
  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 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.mobile-menu__backdrop-active {
  width: 100%;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  transition: all 400ms 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: 250ms;
          transition-delay: 250ms;
}
.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 .5s 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: 60px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-top: 8px solid var(--base-color);
}
.banner .banner__slider-content span{
  text-transform: uppercase;
  font-family: 'Cinzel', Georgia;
  font-size: 17px;
  letter-spacing: 10px;
}
.banner .banner__slider-content h1{
  font-family: 'Cinzel', Georgia;
  /* letter-spacing: 2px; */
}
.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-content p.h1 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 27px;
  line-height: 1;
  margin-bottom: 30px;
}
.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: 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-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: 600;
  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(--montserrat);
  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(--montserrat);
  margin-top: -7px;
  color: var(--white);
}
.banner-three .banner-three__content h1 {
  font-weight: 600;
  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(--montserrat);
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
}
.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: 8px;
}
.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: 16px;
}
.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: 600;
  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: 18px;
}
.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 .h4{
  color: black;
  font-weight: 700;
}
.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;
}
.floated-abt{
  max-width: 550px;
  float: left;
  margin-right: 21px;
}
@media (max-width: 800px) {
  .floated-abt{
    max-width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 21px;
  }
}
.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 img{
    -webkit-filter: drop-shadow(0px 0px 2px );
  filter: drop-shadow(0px 0px 2px );
}
.about .about__thumb-single:nth-of-type(3) {
  bottom: -40px;
  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: 22px 20px 22px 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: 600;
  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: 600;
  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: 600;
  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(--montserrat);
  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: 600;
  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: 600;
  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: 26px;
  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: 16px;
  line-height: 0px;
  color: var(--quaternary-color);
}
.properties .properites__single-item .content .h4,
.properties .properites__single-item .content h4 {
  font-weight: 600;
  color: var(--quaternary-color);
  margin-top: 16px;
}
.properties .properites__single-item .content .h4:hover,
.properties .properites__single-item .content h4:hover {
  color: var(--base-color);
}
.properties .properites__single-item .content .location {
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 13px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #a9a8a8;
  margin-top: -4px;
}
.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: 600;
  color: var(--quaternary-color);
  font-family: var(--montserrat);
}
.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: 600;
  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: 600 !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: 600;
}
.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: 600;
  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: 600;
}
.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: 600;
}
.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: 600;
  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;
}
.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: 600;
  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: 600;
  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: 600;
}
.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: 600;
  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: 600;
}
.property-three .property-three__single .content h4 {
  font-weight: 600;
  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: 600;
  color: var(--quaternary-color);
  font-family: var(--montserrat);
}
.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: 600;
  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: 600;
}
.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: 600;
  margin-top: -7px;
  font-family: var(--montserrat);
}
.property-details .left-content h2 {
  font-weight: 600;
  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: 600;
  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: 600;
}
.property-details .right-content .price h3 {
  font-weight: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
}
.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: 600;
  color: var(--white);
  font-size: 20px;
  font-family: var(--montserrat);
  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: 600;
  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: 600;
  color: var(--quaternary-color);
  line-height: 24px;
  font-family: var(--montserrat);
}
.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: 600;
  color: var(--base-color);
  line-height: 24px;
  font-family: var(--montserrat);
}

/* ==== 
 --------- (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(--montserrat);
  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: 600;
  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: 600;
  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: 600;
  margin-top: 5px;
}

.explore-two .explore-two__single::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 225px;
  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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.81) 75%);
  opacity: 0;
  transition: all 250ms linear;
}
.explore-two .swiper-slide-active .explore-two__single::after{
    opacity: 1;
}
.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: 600;
  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: 600;
  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(--montserrat);
  font-weight: 600;
  text-transform: uppercase;
}
.exclusive .exclusive__thumb .content .meta h2 {
  font-weight: 600;
  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: black;
  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,
.testimonial .testimonial__single h2 {
  color: var(--white);
}
.testimonial .testimonial__single .icon-thumb span {
  background-color: var(--white);
}
.testimonial .content {
  margin-top: 40px;
}
.testimonial .content p,
.testimonial .content blockquote p,
.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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
}
.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(--montserrat);
  font-weight: 600;
  font-style: italic;
  color: var(--quaternary-color);
}
.blog-details .blockquote-wrapper p {
  margin-top: 6px;
  font-weight: 700;
  font-size: 14px;
  font-family: var(--montserrat);
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  color: var(--quaternary-color);
  line-height: 24px;
  font-family: var(--montserrat);
}
.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: 600;
  color: var(--quaternary-color);
  line-height: 24px;
  font-family: var(--montserrat);
}
.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: 600;
  color: var(--base-color);
  line-height: 24px;
  font-family: var(--montserrat);
}

.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: 600;
  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: 0px 0px;
  background-color: var(--white);
}
.contact .contact__content-single {
  margin-top: 21px;
}
.contact .contact__content-single:nth-of-type(1) {
  margin-top: 0px;
}
.contact .contact__content-single .h4,
.contact .contact__content-single h2 {
  margin-top: 10px;
  font-weight: 600;
  color: var(--quaternary-color);
}
.contact .contact__content-single ul {
  max-width: 300px;
  margin-top: 0px;
}
.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: 17px;
  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,
.contact .contact__social h4 {
  font-weight: 600;
  color: var(--base-color);
}
.contact__social .social a ,
.contact .contact__social a {
  font-size: 24px;
  color: black;
}
.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: 80px 0px 100px;
  background-color: var(--white);
}



.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: 600;
  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;
}

/* ==== 
 --------- (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 .who__thumb .thumb-sm img{
    opacity: 0;
}
.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: 600;
  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 ---------
 ==== */

.colors-list .active::after {
  background: url(../image/img/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;
}

.want-sticky-header .sticky-header {
  position: relative !important;
  display: none;
}

 /* Responsive style start */

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .search-property__wrapper .search-property__single:nth-of-type(1) {
    max-width: 50%;
  }
  .search-property__wrapper .search-property__single:nth-of-type(2) {
    max-width: 50%;
  }
  .search-property__wrapper .btn--primary {
    padding: 12px 24px;
    width: auto;
    height: auto;
  }
  .search-property__wrapper .btn--primary span {
    display: block;
  }
  .search-property__wrapper .btn--primary::after {
    right: 60px;
    content: "";
  }
  .search-property__wrapper .btn--primary:hover::after {
    right: calc(100% - 12px);
  }
  .search-tab .search-tab-item-wrapper form .input-single {
    width: calc(50% - 15px);
  }
  .about .about__content-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .testimonial .testimonial__wrapper {
    padding: 80px 60px;
  }
  .blog-list .blog-list__item .author {
    top: 30px;
    right: unset;
    left: 30px;
  }
  .blog-details .thumb-wrapper .author {
    top: 30px;
    right: unset;
    left: 30px;
  }
  .blog-details .blockquote-wrapper {
    padding: 24px 40px;
  }
  .blog-details .details-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-details .details-comment .reply-box-single {
    padding: 35px 40px 35px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-details .details-comment .reply-box-single::after {
    width: calc(100% - 70px);
  }
  .blog__sidebar .single-item,
  .blog__sidebar .single-item-two {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-pagination {
    gap: 20px;
  }
  .blog-pagination button,
  .blog-pagination a {
    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-radius: 0px;
  }
  .property-details .property-feature li {
    width: calc(50% - 9px);
  }
  .property-details__sidebar .single-item-two {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .who .about-content__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-counter .video-counter__inner {
    padding: 100px 80px;
  }
  .video-counter .counter__single {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .testimonial-two .testimonial-two__single .border-line {
    display: block;
  }
  .testimonial-two .testimonial-two__single .left-quote,
  .testimonial-two .testimonial-two__single .right-quote {
    display: block;
  }
  .testimonial-two .testimonial-two__single .author-review {
    padding: 40px 40px 50px;
  }
  .testimonial-two .pagination-one {
    margin-top: 40px;
  }
  .team-two .thumb {
    padding: 35px;
  }
  .team-two .thumb circle {
    stroke-width: 40px;
  }
  .footer-two .footer__bottom-list span {
    width: 1px;
    height: 16px;
    background-color: var(--white);
    margin-bottom: -3px;
  }
  .footer-two .footer__bottom-list li:nth-of-type(2), .footer-two .footer__bottom-list li:nth-of-type(4) {
    display: block !important;
  }
  .footer-three .footer-three__bottom-inner {
    padding: 30px 60px;
  }
  .footer-three .newsletter-form form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-three .newsletter-form form input {
    padding: 10px 0px;
    background-color: transparent;
    width: auto;
  }
  .footer-three .footer__bottom-list span {
    width: 1px;
    height: 16px;
    background-color: var(--white);
    margin-bottom: -3px;
  }
  .footer-three .footer__bottom-list li:nth-of-type(2), .footer-three .footer__bottom-list li:nth-of-type(4) {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner .banner__slider-single {
    padding-top: 160px;
  }
  .banner .banner__slider-content {
    padding: 70px 85px 70px;
  }
  .banner-four .banner__slider-single {
    padding-top: 195px;
  }
  .banner-two .shape-one .banner-two-shape {
    min-width: 60vw;
  }
  .banner-two .banner-two__single {
    padding: 280px 0px 280px;
  }
  .banner-three h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .counter {
    padding-bottom: 0px;
  }
  .counter .thumb {
    margin-bottom: 30px;
  }
  .counter .counter__single .content {
    padding-top: 10px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
  }
  .counter .counter__single .content::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 0%;
    background-color: var(--base-color);
    opacity: 0.2;
    z-index: -1;
    -webkit-clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .counter .counter__single .content::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 0px;
    background-color: var(--base-color);
    opacity: 0.4;
    z-index: -2;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 85% 100%, 15% 100%);
            clip-path: polygon(25% 0%, 75% 0%, 85% 100%, 15% 100%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .counter .counter__single:hover .content::before {
    height: 100%;
  }
  .counter .counter__single:hover .content::after {
    height: 140px;
  }
  .counter .counter__single-active .content::before {
    height: 100%;
  }
  .counter .counter__single-active .content::after {
    height: 140px;
  }
  .input-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .input-group .input-single {
    width: calc(50% - 15px);
  }
  .blog-details .details-comment .reply-box-child {
    margin-left: 60px;
  }
  .property-details .property-details__medical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .property-details .property-details__medical .inner-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .property-details .property-details__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .property-details .left-content .sub-title {
    font-size: 30px;
    line-height: 40px;
  }
  .property-details .left-content .inner-group,
  .property-details .left-content .inner-group-two {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .property-details .right-content .price h3 {
    text-align: end;
  }
  .property-details .property-details__overview .overview-single {
    width: calc(33% - 11px);
    padding: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .property-details .property-details__overview .content {
    padding: 6px 24px 6px 0px;
  }
  .property-details .property-feature li {
    width: calc(33% - 9px);
  }
  .explore-two .explore__inner {
    padding: 40px;
  }
  .area .area__footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .testimonial-three .testimonial-three-single {
    padding: 60px 40px;
  }
  .testimonial-three .testimonial-three-single q {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .main-header__menu .main-header__menu-box {
    padding-left: 300px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .main-header__menu .navbar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 60px;
  }
  .main-header__menu .navbar::after {
    content: "";
    position: absolute;
    right: calc(100% + 30px);
    bottom: -14px;
    background-color: var(--base-color);
    width: 150%;
    height: 90px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .header-two .main-header__topbar .main-header__topbar__content {
    padding-left: 200px;
  }
  .header-two .main-header__menu .main-header__menu-box {
    padding-left: 200px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header-two .main-header__menu .navbar {
    gap: 60px;
  }
  .header-three .main-header__menu {
    background-color: transparent;
  }
  .header-three .main-header__menu .main-header__menu-box {
    padding-left: 250px;
    padding-right: 15px;
    background-color: var(--white);
  }
  .header-three .main-header__menu .navbar::after {
    right: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
    bottom: 0px;
    height: 80px;
  }
  .header-three .main-header__menu .logo {
    bottom: 12px;
    height: 80px;
  }
  .common-banner {
    padding: 160px 0px;
  }
  .banner-three {
    padding: 420px 0px 220px;
  }
  .banner-three .banner-three__thumb {
    left: 70%;
  }
  .banner-three .banner-three__cta {
    margin-top: 100px;
  }
  .banner-three .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 70px;
    bottom: 6%;
    margin-top: 0px;
  }
  .search-property__wrapper .search-property__single:nth-of-type(1) {
    max-width: 170px;
  }
  .search-property__wrapper .search-property__single:nth-of-type(2) {
    max-width: 200px;
  }
  .explore .explore__single {
    margin: 0px;
    height: 270px;
  }
  .explore .explore__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-auto-rows: 270px;
    grid-auto-flow: dense;
  }
  .explore .explore__single-tall {
    height: 570px;
    grid-row: span 2;
  }
  .explore .explore__single-wide {
    grid-column: span 2;
  }
  .team-details .team-details__thumb {
    padding-right: 50px;
  }
  .property-details .property-details__overview {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .property-details .property-details__overview .overview-single {
    width: calc(25% - 12px);
  }
  .exclusive::before {
    width: 80%;
    -webkit-clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%);
    height: calc(100% - 277px);
  }
  .exclusive .exclusive__single {
    max-width: 460px;
  }
  .exclusive .exclusive__content {
    padding: 100px 0px;
  }
  .exclusive .exclusive__thumb {
    position: absolute;
    top: 177px;
    right: -200px;
    width: 60%;
    height: calc(100% - 277px);
    z-index: 2;
  }
  .exclusive .exclusive__thumb .thumb-single {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(100% 0%, 30% 0%, 0% 50%, 30% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 30% 0%, 0% 50%, 30% 100%, 100% 100%);
    position: relative;
  }
  .exclusive .exclusive__thumb .content {
    bottom: 100px;
  }
  .exclusive .exclusive__thumb .content .meta {
    padding-left: 150px;
  }
  .property-tab .property-tab-btn-wrapper {
    margin-bottom: 0px;
  }
  .property-tab .property-tab-btn-wrapper ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .footer__bottom-right {
    margin-top: 0px;
  }
  .footer-two .footer__bottom-inner {
    padding-right: 50px;
  }
  .footer-two .footer__bottom-inner::after {
    content: "";
    right: 100%;
    left: unset;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .main-header__menu .main-header__menu-box {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-header__menu .logo {
    height: 100px;
  }
  .main-header__menu .navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-header__menu .navbar::after {
    bottom: 0px;
    height: calc(100% + 40px);
  }
  .main-header__menu .navbar .navbar__item a {
    -webkit-transition: color 0.5s linear;
    transition: color 0.5s linear;
  }
  .main-header__menu .navbar .navbar__sub-menu a {
    -webkit-transition: var(--transition) !important;
    transition: var(--transition) !important;
  }
  .sticky-header .main-header__menu .navbar__item a {
    padding: 30px 15px;
  }
  .sticky-header .main-header__menu .navbar__sub-menu a {
    padding: 16px 32px;
  }
  .sticky-header .main-header__menu .navbar__sub-menu a:hover {
    padding-left: 40px;
  }
  .sticky-header .main-header__menu .navbar__sub-menu .active > a {
    padding-left: 40px;
  }
  .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 .social {
    padding-right: 50px;
  }
  .header-two .main-header__menu .main-header__menu-box {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-two .main-header__menu .navbar::after {
    -webkit-clip-path: polygon(0% 0%, 98% 0%, 100% 40px, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 98% 0%, 100% 40px, 100% 100%, 0% 100%);
  }
  .header-two .main-header__menu .navbar__item a {
    color: var(--white) !important;
  }
  .header-two .main-header__menu .navbar__item a:hover {
    color: var(--white);
  }
  .header-two .main-header__menu .navbar__item .dropdown-label-alter::before {
    border-bottom-color: var(--white);
  }
  .header-two .main-header__menu .navbar__sub-menu a {
    color: var(--black) !important;
  }
  .header-two .main-header__menu .navbar__sub-menu a:hover {
    color: var(--base-color) !important;
  }
  .header-two .main-header__menu .navbar__sub-menu .active > a {
    color: var(--base-color) !important;
  }
  .header-two .active > .navbar__dropdown-label,
  .header-two .active > a {
    color: var(--white);
  }
  .header-two.sticky-header .main-header__menu {
    background-color: var(--quaternary-color);
  }
  .header-two.sticky-header .contact-btn .contact-icon {
    background-color: var(--base-color);
  }
  .header-three .main-header__menu .navbar::after {
    bottom: 10px;
    height: calc(100% + 30px);
  }
  .header-three .main-header__menu .logo {
    bottom: 10px;
    height: 100px;
  }
  .banner,
  .banner-two {
    margin-top: 100px;
  }
  .banner-three .banner-three__thumb {
    left: 60%;
  }
  .search-tab .search-tab-item-wrapper form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .search-tab .search-tab-item-wrapper form .input-single {
    width: 100%;
  }
  .search-tab .search-tab-item-wrapper form .input-single:nth-of-type(3), .search-tab .search-tab-item-wrapper form .input-single:nth-of-type(4) {
    max-width: 170px;
  }
  .exclusive::before {
    width: 60%;
  }
  .common-banner {
    margin-top: 100px;
  }
  .about .about__thumb {
    width: calc(100% + 170px);
  }
  .who {
    padding: 0px;
  }
  .who .who__content {
    padding: 100px 0px;
  }
  .who .who__thumb {
    position: relative;
    height: 100%;
    display: block;
  }
  .who .who__thumb .thumb-lg,
  .who .who__thumb .thumb-sm,
  .who .who__thumb .thumb-shape {
    position: absolute;
  }
  .who .who__thumb .thumb-lg {
    top: 50px;
    right: 60px;
    z-index: 2;
  }
  .who .who__thumb .thumb-lg img {
    min-width: 580px;
  }
  .who .who__thumb .thumb-sm {
    right: 50px;
    bottom: 185px;
    top: unset;
    left: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 3;
  }
  .who .who__thumb .shape {
    position: absolute;
    top: -255px;
    right: 23%;
    min-width: 900px;
    -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
            transform: translateX(70px);
  }
  .procedure .procedure__inner {
    position: relative;
    z-index: 1;
  }
  .procedure .procedure__inner .line {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 860px;
    display: block;
  }
  .procedure .procedure__inner .procedure__single-alter {
    padding-top: 40px;
  }
  .video-counter .video-counter__inner {
    margin: 0px;
  }
  .video-counter .counter__single {
    border-right: 2px solid var(--white);
  }
  .collection .collection__thumb .thumb-three {
    left: -100px;
  }
  .collection .collection__thumb .thumb-four {
    top: 80px;
  }
  .exclusive .exclusive__thumb .thumb-single .content {
    left: 15%;
  }
  .testimonial-three .thumb {
    right: -30%;
  }
  .blog-two .blog-two__single .thumb img {
    min-height: 250px;
    max-height: unset;
  }
  .blog-two .blog-two__single .content {
    max-width: 490px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
@media only screen and (min-width: 1400px) {
  .explore-two .container {
    min-width: 1320px;
  }
  .explore-two .swiper-slide:not(.swiper-slide-active) .explore-two__single {
    height: 300px;
  }
  .explore-two .swiper-slide-prev {
    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;
  }
  .explore-two .explore__inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-two .team-two__inner {
    position: relative;
  }
  .team-two .slider-navigation-two {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    margin: 0px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    height: auto;
    width: calc(100% + 150px);
    z-index: 3;
  }
  .banner-three .social {
    bottom: 15%;
  }
}
@media only screen and (max-width: 1719px) {
  .header-two .contact-btn {
    display: none;
  }
  .banner .slider-navigation {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banner-two {
    padding-bottom: 200px;
  }
  .banner-two .banner-two__single {
    padding-bottom: 0px;
  }
  .banner-two .banner-two-wrapper .swiper-navigation-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
  .banner-two .banner-two-wrapper .swiper-navigation-buttons .swiper-button-prev,
  .banner-two .banner-two-wrapper .swiper-navigation-buttons .swiper-button-next {
    position: static;
    margin: 0px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner-two .banner-two-wrapper .swiper-navigation-buttons .swiper-button-prev::after,
  .banner-two .banner-two-wrapper .swiper-navigation-buttons .swiper-button-next::after {
    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-radius: 0px;
  }
  .banner-two .banner-two-wrapper .swiper-navigation-buttons .swiper-button-prev img,
  .banner-two .banner-two-wrapper .swiper-navigation-buttons .swiper-button-next img {
    display: none;
  }
  .testimonial-two {
    background-size: 0px, cover !important;
  }
}
@media only screen and (max-width: 1000px) {
   .mobile-menu__header .logo img,
   .navbar-logo img{
    filter: contrast(0);
    max-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three .search-property__single .input-single {
    -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;
    width: 100%;
  }
  .banner-three .search-property__single .nice-select {
    max-width: 100%;
  }
  .banner-three .search-property__single .btn--primary {
    margin-top: -60px;
    margin-left: 60px;
    width: auto;
    height: auto;
  }
  .banner-three .search-property__single .btn--primary::after {
    content: "";
    right: 60px;
  }
  .banner-three .search-property__single .btn--primary span {
    display: block !important;
  }
  .banner-three .search-property__single form {
    -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;
  }
}
.mobile-ban{
    display: none;
}
@media only screen and (max-width: 768px) {
    .banner .banner__slider-single{
        padding-top: 40px;
        padding-bottom: 300px;
    }
    .banner .banner__slider-content span{
        font-size: 11px !important;
        letter-spacing: 5px !important;
    }
    .banner .banner__slider-content p.h1{
        font-size: 30px;
         -webkit-line-clamp: 1 !important;
          -webkit-box-orient: vertical !important;
          display: block !important;
          display: -webkit-box !important;
          overflow: hidden !important;
    }
    .desktop-ban{
        display: none;
    }
    .mobile-ban{
        display: block;
    }
    .explore-two .explore-two__single .thumb a img{
        min-height: 185px;
    }
}

.text-clamp1 {
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden !important;
}

.text-clamp2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden !important;
}

.text-clamp3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical !important;
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden !important;
}

.text-clamp4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical !important;
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden !important;
}
 /* Responsive style end */


 /* share and whatsapp */
 .share-btn {
  font-size: 26px;
  font-weight: 600;
  color: black;
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-share {
  width: fit-content;
  height: fit-content;
}

.social-share ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding-left: 0;
}

.social-share ul li button,
.social-share ul li a {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  height: 24px;
  width: 34px;
  text-align: center;
  padding: 4px 8px !important;
  border-radius: 3px;
  text-transform: capitalize;
  display: block;
  height: fit-content;
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.social-share ul li button:hover,
.social-share ul li a:hover {
  opacity: 0.8;
}

.social-share ul li button.facebook,
.social-share ul li a.facebook {
  background: #3B5999;
}

.social-share ul li button.twitter,
.social-share ul li a.twitter {
  background: #1DA1F2;
}

.social-share ul li button.whatsapp,
.social-share ul li a.whatsapp {
  background: #20cb45;
}

.social-share ul li a.google-plus {
  background: #fe6d4c;
}

.social-share ul li button.linkedin,
.social-share ul li a.linkedin {
  background: #0a66c2;
}

.social-share ul li button.telegram {
  background: #0a9ac2;
}

.social-share ul li button.email {
  background: #c2410a;
}




.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  left: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 30px;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 34px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 54px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
      padding: 25px;
      opacity: 0.75;
  }

  75% {
      padding: 50px;
      opacity: 0;
  }

  100% {
      opacity: 0;
  }
}







.main-img-box{
  background: url(../image/img/background/cloudy_tile_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom:60px;
}
.small-img-box img{
  border: 2px solid rgba(128, 128, 128, 0.482);
  transition: all 250ms linear;
  /* border-radius: 5px ; */
  padding: 10px 0;
}
.small-img-box.active img{
  border: 2px solid var(--base-color);
}
.small-heading,
.price-small,
.price-main{
  line-height: 1;
}
.small-heading{
  margin-bottom: 6px;
  margin-top: 5px;
}
.price-small {
  font-size: 14px;
  color: gray;
}
.small-img-box.active .price-small,
.small-img-box.active {
  color: var(--base-color);
}
.price-main{
  font-size: 21px;
  font-weight: 600;
}
.price-small-deleted,
.price-main-deleted{
  color: gray;
  line-height: 1;
  text-decoration: line-through;
}
.price-small-deleted{
  display: none;
}
.sm-content{
  font-size: 14px;
  color: gray;
  line-height: 1;
  margin-bottom: 19px;
}
.size-content{
  font-size: 16px;
  color: var(--base-color);
  line-height: 1;
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.293);
}
.variant-avl{
  font-size: 17px;
  color: rgb(32, 32, 32);
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
.variant-choose{
  font-size: 15px;
  color: gray;
  line-height: 1;
  margin-bottom: 19px;
}
.icn-serv{
  max-height: 80px;
}
.main-img-box .playvideo {
  margin-left: auto;
  margin-right: 10%;
  background: red;
  display: flex;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 0 22px 0 22px;
  height: 40px;
  width: fit-content;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .45);
  position: relative;
}
.main-img-box .playvideo::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-animation: cdpulse 2s infinite;
  -moz-animation: cdpulse 2s infinite;
  animation: cdpulse 2s infinite;
}
@keyframes cdpulse {
  0% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, .8);
}
50% {
  box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, .8);
}
100% {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
}
}
/* tabls */
.tabs .tab-h{
  font-size: 15px;
  font-weight: 600;
}
.tab-links {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ccc;
}

.tab-links li {
  margin-right: 10px;
  margin-top: 10px;
}

.tab-links a {
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  background: #eee;
  color: black;
  border-radius: 5px 5px 0 0;
  transition: all 260ms ease;
  border-bottom: 2px solid white;
}

.tab-links .active a {
  background: var(--base-color);
  color: white;
  border-bottom: 2px solid white;
}
.tab-links .active a:hover,
.tab-links a:hover{
  border-bottom: 2px solid var(--base-color);
}
.tab-links a .tab-h{
  transition: all 250ms;
  color: black;
}
.tab-links .active a .tab-h{
  color: white;
}
.tab-content .tab {
  display: none;
  background: white;
  padding: 15px;
  border: 1px solid #ccc;
  border-top: none;
}
.tab-content ol,
.tab-content ul{
  list-style: unset;
  margin-left: 18px;
}
.tab-content .active {
  display: block;
}

.tab img {
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.comprsntblwrap .table .na,
.comprsntblwrap .table .ys {
  text-align: center;
  height: 100%;
  line-height: 1;
  margin-top: 8px;
}
.comprsntblwrap .table .ys:after {
  content: "\f00c";
  font-family: Fontawesome;
  color: #5ad871;
  font-size: 18px;
}
.comprsntblwrap .table .na:after {
  content: "";
  background: grey;
  width: 16px;
  height: 1px;
  display: block;
  margin: 13px auto 0;
}
.comprsntblwrap .table .prductnamehdn p,
.comprsntblwrap .table .prductnamehdn{
  background: var(--base-color);
  color: white;
  text-align: center;
  font-weight: 600;
}
.comprsntblwrap .table tr:nth-child(2) th {
  background: #ccc;
  text-transform: uppercase;
  text-align: center;
}
/* .comprsntblwrap .table tr td:not(:first-child){ */
.comprsntblwrap .table tr th,
.comprsntblwrap .table tr td{
  border: 1px solid rgba(128, 128, 128, 0.259);
  border-collapse: collapse;
}
.faqblock p i{
  color: var(--base-color);
}
.faqblock{
  margin-bottom: 25px;
  border: 1px solid rgba(128, 128, 128, 0.355);
  padding: 12px 18px;
}
.feature-img{
  margin-bottom: -118px;
}
.featpointwrap{
  margin-left: -60px;
  max-width: 500px;
}
.featpointwrap .heading{
  padding-left: 80px;
}
.featpointwrap ul li {
  padding-left: 80px;
  position: relative;
  padding-bottom: 20px;
  padding-top: 10px;
  min-height: 85px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
}
.featpointwrap ul li span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.31) 0px 2px 5px;
  position: absolute;
  left: 0px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .feature-img{
    margin-bottom: 0px;
  }
  .featpointwrap{
    margin-left: 0px;
    max-width: 500px;
    padding: 0px 21px 21px 21px;
  }
}