@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

a {
  transition: all ease 0.5s;
  color: #fff;
}

button {
  transition: all ease 0.5s;
}

a:hover {
  color: #fff;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Playfair Display", serif;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.video-btn {
  text-align: center;
  text-decoration: none;
}

.video-btn i {
  font-size: 24px;
  color: #5e2b76;
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
}

.video-btn span {
  color: #fff;
  margin-left: 12px;
}

.video-btn-animate {
  position: relative;
  z-index: 1;
}

.video-btn-animate::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: all ease 0.5s;
  animation: ripple 1.6s ease-out infinite;
  background-color: rgba(253, 98, 25, 0.9);
}

.video-btn-animate.whites::before,
.video-btn-animate.whites::after {
  background-color: rgba(255, 255, 255, 0.9);
}

@keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.main-btn {
  background-color: #5fb9c1;
  color: #fff;
  padding: 15.5px 25px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section-title {
  display: inline-block;
}

.section-title h6 {
  color: #000;
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 0.5;
  position: relative;
  display: inline-block;
}

.section-title h6:after {
  content: "";
  position: absolute;
  left: 102%;
  top: 5px;
  height: 1px;
  background: #000;
  width: 80px;
}

.section-title.white h6:after {
  background: #fff;
}

.section-title.white h2,
.section-title.white h6,
.section-title.white p {
  color: #fff;
}

.section-title h2 {
  color: #000;
  font-size: 72px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}

.section-title.style1 h2 {
  margin-bottom: 0;
  line-height: 0.9;
}

.section-title.style1 h6 {
  float: right;
  left: auto;
  right: -30px;
}

.section-title.white-title h2 {
  color: #fff;
  line-height: 1.3;
}

.section-title.center {
  padding: 0px;
}

.section-title.center h6 {
  left: 0;
}

.navbar-brand {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-brand .logo img {
  max-width: 225px;
  width: 100%;
  height: 100%;
}

.navbar-brand .agency-logo {
  margin-left: 15px;
}

.navbar-brand .agency-logo img {
  max-height: 50px;
}

.navbar-area {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-area.is-sticky {
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #5e2b76 !important;
}

.navbar-area .mobile-nav {
  display: none;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.menu-btn {
  border-radius: 100%;
  display: inline-block;
  line-height: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-left: 15px;
}

.menu-btn em {
  font-size: 16px;
  color: #181818;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  font-style: normal;
}

.menu-btn .spans {
  display: inline-block;
  position: relative;
  width: 28px;
  margin-left: 12px;
}

.menu-btn:hover {
  opacity: 0.5;
}

.menu-btn span {
  background: #181818;
}

.menu-btn:hover span {
  background: #181818;
}

.menu-btn span.sd {
  width: 18px;
}

.menu-btn:hover span {
  width: 100% !important;
}

.menu-btn span.s3 {
  width: 75%;
}

.menu-btn span {
  height: 1px;
  background: #000;
  display: inline-block;
  margin: 3.5px 0px;
  float: right;
  transition: all 0.3s;
}

.main-nav {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.main-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  position: unset;
  padding: 0;
}

.main-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  justify-content: center;
  align-items: center;
}

.main-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0px 20px;
  margin-left: 18px;
  margin-right: 0;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #000;
  padding: 2px 0 2px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 20px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
  content: "";
  font-family: IcoFont;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
  font-size: 17px;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.main-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.main-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}

.main-nav .nav-right-options .social {
  margin-right: 15px;
  z-index: 1;
  color: #fff;
  text-decoration: none;
}

.main-nav .nav-right-options .social i {
  text-decoration: none;
}

.main-nav .nav-right-options .main-btn {
  border-radius: 0;
  background: #7c4296;
  padding: 20.5px 25px;
  background-color: #ffbe17 !important;
  color: #1e1e1e !important;
  padding: 10px 28px !important;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: 400;
}

.btn-default {
  display: inline-block;
  border-radius: 0;
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #fff;
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

.btn-default:hover {
  color: #1e1e1e;
  background: none;
  border: 1px solid #1e1e1e;
}

.main-nav .nav-right-options .main-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

.mobility-single-item {
  background-color: #fcfcfc;
  padding: 30px 40px;
  margin-bottom: 25px;
}

.mobility-single-item h3 {
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 22px;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.header.fixed {
  position: fixed;
  background: #0e0e0e;
  z-index: 999;
  padding: 18px 0;
  padding-left: 3.75%;
  padding-right: 3.75%;
}

.header.fixed .navbar-brand {
  bottom: 0px;
}

.header.fixed .navbar-brand img {
}

.header.fixed .navbar-brand .agency-logo img {
}

.header.fixed .navbar-brand a:first-child img {
}

.header.fixed .main-nav .navbar .navbar-nav > .nav-item > .nav-link {
  color: #fff;
}

.header .main-nav .navbar .navbar-nav > .nav-item > .nav-link {
  border-bottom: 1px solid transparent;
}

.header .main-nav .navbar .navbar-nav > .nav-item:hover > .nav-link,
.header .main-nav .navbar .navbar-nav > .nav-item.active > .nav-link {
  border-color: #fff;
}

.header.fixed .main-nav .navbar .navbar-nav > .nav-item:hover > .nav-link,
.header.fixed .main-nav .navbar .navbar-nav > .nav-item.active > .nav-link {
  border-color: #fff;
}

.header.fixed .menu-btn em {
  color: #fff;
}

.header.fixed .menu-btn span {
  background: #fff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0px;
  z-index: 9;
  overflow: visible;
}

a,
.fa {
  text-decoration: none;
  cursor: pointer;
}

.navbar-expand-lg .navbar-nav > .nav-item {
  position: relative;
}

.navbar-expand-lg .navbar-nav > .nav-item:hover .dropdown-menu {
  opacity: 1;
  transform: translate(0%, 100%) scaleY(1);
}

.navbar-expand-lg .navbar-nav > .nav-item .dropdown-menu {
  position: absolute;
  bottom: 0;
  right: 0%;
  left: auto;
  transform-origin: top center;
  transform: translate(0, 100%) scaleY(0.01);
  opacity: 0;
  background-color: #000;
  padding: 5px 0;
  transition: transform 0.4s;
  display: block;
  border: none;
  border-radius: 0;
}

.navbar-expand-lg .navbar-nav > .nav-item .dropdown-menu a.nav-link {
  display: inline-block;
  width: 100%;
  color: #fff !important;
  white-space: nowrap;
  font-weight: 500;
  text-transform: inherit;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none !important;
  padding: 10px 15px;
  display: block;
}

.navbar-expand-lg .navbar-nav > .nav-item .dropdown-menu a {
  color: #fff !important;
  background: none !important;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li:hover > a.nav-link,
.navbar-expand-lg .navbar-nav > .nav-item .sub-menu .active > a.nav-link {
  background: #fff !important;
  color: #000 !important;
}

/******/
.banner {
  position: relative;
  height: 100vh;
  padding: 0px 0px 00px 0px;
  z-index: 8;
}

.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 1s;
  -webkit-transition: all 1s;
}

.h-100vh {
  height: 100vh;
}

.banner .pbs {
  padding-bottom: 160px;
}

.banner-title-wrapper {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  z-index: 1;
}

.banner-buttons-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-grow: 1;
  flex-basis: 240px;
  font-size: 26px;
  text-shadow: none;
  border-bottom: solid 1px #fff;
  opacity: 1;
  margin: 0;
}

.header-btn i {
  font-size: 20px;
  transition: all 0.4s ease;
  transition-property: transform;
  transition-duration: 150ms;
}

.header-btn:hover i {
  transform: translateX(30px);
}

.banner h2 {
  color: #fff;
  font-size: 68px;
  line-height: 85px;
}

.banner p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  opacity: 0.8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.video-btn {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(20%, -50%);
  color: #fff;
  border-color: #fff;
}

.video-btn:hover img {
  transform: scale(1.2);
  opacity: 0.5;
}

.video-btn img {
  max-width: 50px;
  filter: invert(1);
  max-width: 100px;
  transition: all 0.3s ease-in-out;
}

.zindex {
  position: relative;
  z-index: 99;
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}

#myVideo2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}

/* .modal-body {
	position:relative;
	padding:0px;
	border: none;
}

.modal-content {
	border: none;
	padding: 0;
} */

/* .btn-close {
	position: absolute;
	right: -35px;
	top: -16px;
	color: #fff;
	font-weight: 300;
	opacity: 1;
	font-size: 36px;
	background: none;
	padding: 0;
} */

/*** ***/
.properties {
  /*padding-left: 150px;*/
  padding-top: 130px;
  padding-bottom: 200px;
  background: #141414;
  position: relative;
}

.properties .section-title h2,
.properties .section-title h6 {
  color: #fff;
}

.listingbox {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #000;
  overflow: hidden;
}

.listingbox .text {
  padding-bottom: 30px;
  padding-left: 30px;
  transition: 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.listingbox .img {
  overflow: hidden;
}

.listingbox .img:hover:after {
  opacity: 0.2;
  transform: translateX(-10px);
}

.listingbox .img:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent
    url(/wp-content/uploads/2025/10/Walid-Nachar_monogramme-white.png) 95% 50% /
    40% no-repeat;
  z-index: 2;
  left: 0;
  opacity: 0.2;
  transition: all 0.3s ease-out;
  transition-delay: 0.25s;
  opacity: 0;
}

.listingbox .img img {
  height: 400px;
  position: relative;
  opacity: 0.7;
  outline: none;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.listingbox:hover .img img {
  opacity: 0.4;
  transform: scale(1.02);
}

.listingbox h4 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
  outline: none;
}

.listingbox .featured-listing-desc-price {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.5em;
}

.listingbox .featured-listing-desc-primary,
.listingbox .featured-listing-desc-secondary {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

.properties #home-property-swiper {
  padding-left: 100px;
}

.custom--arrows .swiper-navigation-ctn {
  height: 100%;
  width: 85px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #141414;
  z-index: 1;
}

.custom--arrows .swiper-button-prev {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}

.custom--arrows .swiper-button-next {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}

.custom--arrows .swiper-button-prev::after,
.custom--arrows .swiper-button-next::after {
  content: "";
  font-family: none;
}

.custom--arrows .swiper-button-prev:hover,
.custom--arrows .swiper-button-next:hover {
  background: #fff !important;
  border: 2px solid #000;
  color: #000 !important;
}

.custom--arrows .swiper-button-prev,
.custom--arrows .swiper-button-next {
  margin-top: 10px;
  background: #272727;
  border: 2px solid #272727;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  line-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 26px;
  font-weight: 300;
}

.properties .owl-theme .owl-nav [class*="owl-"] i {
  margin-bottom: 4px;
}

.properties .btn-default {
  background: none;
  border: 1px solid #000;
  color: #000;
}

.properties .btn-default:hover {
  background: #000;
  color: #fff;
}

/* Arrows */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/***** *****/
.about {
  padding: 0px 0px 50px 0px;
  background-color: #f5ede2;
}

.imgstyle img {
  border: 5px solid #fff;
  margin-top: -120px;
}

.about .spr {
  padding: 100px 35px 30px 15px;
}

.about .btn-default:hover {
  background: #fff;
  color: #000;
}

.about.inner {
  background: #141414;
}

.about.inner p,
.about.inner li,
.about.inner .section-title h6,
.about.inner .section-title h2 {
  color: #fff;
}

.about.inner li {
  margin-bottom: 8px;
  line-height: 1.4;
}

.about.inner .section-title h6:after {
  background: #fff;
}

.contact-agent {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  text-align: center;
}

.contact-agent li {
  display: inline-block;
  margin: 0px 2px;
}

.contact-agent li a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}

.contact-agent li:hover a {
  background: #fff;
  color: #000;
}

/*** ***/
.testimonials {
  padding: 60px 20px 0;
  background: url(../images/geoffrey-chevtchenko-RmeATLGU8aI-unsplash.jpg) 50%
    50% no-repeat;
  background-size: cover;
  position: relative;
}

.test-quote {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.045;
}

.testimonials::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.85;
  z-index: 2;
}

.testimonials .bg {
  background: #fff;
  padding: 60px 0 150px;
  position: relative;
}

.testimonials h5 {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 60px;
}

#testimonial-swiper .swiper-button-next {
  top: unset;
  bottom: 0;
  right: 35%;
}

#testimonial-swiper .swiper-button-prev {
  top: unset;
  bottom: 0;
  left: 35%;
}

#testimonial-swiper .swiper-button-next::after,
#testimonial-swiper .swiper-button-prev::after {
  font-family: none;
  content: "";
}

#testimonial-swiper .swiper-button-next,
#testimonial-swiper .swiper-button-prev {
  background: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  font-style: normal;
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  margin: 0px 20px;
  letter-spacing: 1px;
}

#testimonial-swiper .swiper-button-next i,
#testimonial-swiper .swiper-button-prev i {
  color: #000;
  font-size: 22px;
  margin: 0px 10px;
  vertical-align: middle;
}

#testimonial-swiper .swiper-button-next:hover,
#testimonial-swiper .swiper-button-prev:hover {
  background: none;
  color: #014046;
}

/*** ***/
.why-work {
  padding: 0px 0px;
  background: #fff;
}

.why-work .bgs {
  background: url(../images/pexels-houzlook-com-3356416.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}

.why-work .section-title {
  padding-top: 70px;
}

.why-work .ip-buyers-ww-agent-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.why-work .ip-buyers-ww-agent-photo img {
  height: auto;
  width: 100%;
  max-width: 455px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  margin-top: -70px;
}

.why-work .content {
  max-width: 650px;
  padding-bottom: 70px;
}

.why-work .content ul {
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
}

.why-work .content ul li:not(:last-child) {
  margin-bottom: 20px;
}

.why-work .content ul li {
  display: block;
  position: relative;
  padding-left: 40px;
}

.why-work .content ul li em.ai-icon-check {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/ai-icon-check.png);
  width: 20px;
  height: 20px;
}

.why-work .content ul li strong {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}

.why-work .content ul li p {
  font-size: 15px;
  line-height: 28px;
  color: #333333;
  display: block;
}

/*** ***/
.instagram {
  position: relative;
  padding: 120px 0;
  background-color: #141414;
  overflow: hidden;
}

.instagram .section-title h2,
.instagram h3,
.instagram .section-title h6 {
  color: #fff;
}

.insta {
  display: flex;
  align-items: center;
}

.insta a {
  margin: 0px 4px;
}

.instagram .btn-default {
  background: none;
  border: 1px solid #000;
  color: #000;
}

.instagram .btn-default:hover {
  background: #000;
  color: #fff;
}

/*** ***/
.contactform {
  background: url(../images/black-1.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}

.contactform::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #000;
  opacity: 0.3;
}

.contactform .check {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}

.form-check-input {
  background: none;
}

.form-check-input:checked {
  background-color: #fff;
  border-color: #fff;
}

.contactform .check .checks {
  padding-right: 30px;
}

.contactform .check .form-check {
  padding-left: 26px;
  margin-right: 50px;
}

.form-control {
  background: none !important;
  border: none;
  border-radius: 0;
  color: #fff;
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  resize: none;
  outline: none;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 21px;
  padding-left: 0;
  background: none;
  color: #fff;
  margin-bottom: 30px;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

textarea.form-control {
  height: 95px;
}

.form-control:hover:focus,
.form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
}

.submit {
  position: absolute;
  bottom: 15px;
  right: 0px;
  font-size: 20px;
  border: none;
  background: none;
  color: #fff;
}

.contactform .bgs {
  padding: 125px 100px 130px 0;
  border: 1px solid #ccc;
  border-left: none;
  position: relative;
}

.contactform {
  padding: 100px 0px;
}

.contactform .section-title {
  min-width: 320px;
  position: relative;
  left: -150px;
}

.contactform .bgs::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15%;
  left: 0;
  top: 0;
  background: #ccc;
}

.contactform .bgs:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17%;
  bottom: 0;
  left: 0;
  background: #ccc;
}

/*** ***/
.ctas {
  padding: 0px 0px;
  background: #000;
  position: relative;
}

.ctas:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.ctasbox {
  display: inline-block;
  width: 100%;
  float: left;
  border-right: 1px solid #d8d8d8;
  overflow: hidden;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.ctasbox h2 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}

.ctas .container-fluid,
.ctas .row,
.ctas .row > div {
  position: static;
}

.ctasbox + img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  opacity: 0;
}

.ctasbox:hover + img,
.ctasbox.active + img {
  opacity: 1;
}

/*** ***/
.footer {
  padding: 65px 0 0px 0;
  background: #141414;
  color: #141414;
}

.footer .logo img {
  max-height: 60px;
}

.footer h3 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  font-weight: 400;
  color: #fff;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  color: #000;
  padding-bottom: 10px;
  font-size: 16px;
}

.footer-contact-item > span {
  min-width: 20px;
  margin-right: 5px;
  color: #fff;
  vertical-align: middle;
}

.footer-contact-item span,
.footer-contact-item a {
  color: #fff;
}

.footer .smi a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 10px;
}

.footer ul {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: inline-block;
  width: 49%;
}

.footer ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.footer .copy p {
  border-top: 1px solid #fff;
  font-weight: 400;
  padding: 30px 0px;
  color: #fff;
}

/*** PAGE BANNER ***/
.page-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/black-1.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 60vh;
  padding-bottom: 25px;
}

.page-banner h1 {
  color: #fff;
  font-size: 68px;
  line-height: 85px;
  font-weight: normal;
}

/*** PROPERTIES ***/
.properties.innerpage {
  padding: 70px 0px;
}

.properties.innerpage .listingbox {
  margin-bottom: 20px;
}

/*** CONTACT ***/
.contact-inner .footer-contact-item,
.contact-inner .smi a {
  font-size: 18px;
  color: #000;
}

.contact-inner .smi a {
  font-size: 22px;
  margin: 0px 10px 0px 0px;
}

.contact-inner {
  background: #fff;
}

.contact-inner .section-title h2,
.contact-inner p {
  color: #000;
}

.contact-inner .footer-contact-item span,
.contact-inner .footer-contact-item a {
  color: #000;
}

/*** CALCULATOR PAGES ***/
.newinfo {
  padding: 80px 0px;
  overflow: hidden;
}

/************* Free Estimation Page CSS Start **************/
.spperinfo {
  padding: 80px 0px;
  margin: 0;
}

.spperinfo .bg {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
  padding: 55px 50px;
  background: #f2f2f2;
}

.spperinfo .bottom-btn {
  margin-top: 30px;
  margin-bottom: 10px;
}

.spperinfo .btn-info {
  border: none;
  width: 100%;
  margin-top: 15px;
  pointer-events: none;
  min-height: 106px;
  font-size: 18px;
  padding: 24px 0px;
}

.spperinfo .section-title {
  margin-bottom: 40px;
}

.spperinfo .section-title h2 {
  line-height: 1.2;
  margin: 0;
  /* font-size: 38px; */
  margin-top: 0px;
}

.spperinfo .btn-info span {
  font-size: 16px;
}

.spperinfo .btn-info {
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  background: none;
  border-radius: 0px;
}

.spperinfo .btn-info.active {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.spperinfo p label {
  font-size: 20px;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.spperinfo input {
  width: 100%;
  height: 60px;
  padding: 0;
  padding-left: 15px;
  color: #000;
  background: #fff;
  box-shadow: none;
  border: 1px solid #2b2b2b !important;
  border-radius: 0;
}

.spperinfo input::-webkit-input-placeholder {
  color: #000 !important;
}

.spperinfo input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.fieldset-cf7mls .cf7mls_next {
  float: right;
}

.spperinfo.alert input {
  color: #000;
}

.spperinfo input:focus {
  background: #fff;
  color: #000;
}

.spperinfo.alert input:focus {
  background: none;
  color: #000;
}

.spperinfo input::-webkit-input-placeholder {
  color: #000;
}

.spperinfo.alert input::-webkit-input-placeholder {
  color: #000;
}

.cf7mls-btns {
  margin-top: 50px;
}

.cf7mls-btns .action-button {
  margin: 25px 0px 26px;
  position: relative;
}

.cf7mls-btns .action-button:hover {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b;
  color: #fff;
}

#stepper #StepTwo input {
  border: 1px solid #2b2b2b;
  margin-bottom: 20px;
}

#StepThree p {
  color: #2b2b2b;
  font-weight: 600;
  text-transform: uppercase;
}

#StepOne.active,
#StepTwo.active,
#StepThree.active {
  display: block !important;
}

.spperinfo.alert h4 {
  font-size: 26px;
  line-height: 1.5;
  color: #2b2b2b;
  font-weight: 600;
}

.spperinfo.alert label {
  font-size: 16px;
  text-transform: uppercase;
  color: #2b2b2b;
}

#stepper.alert span.wpcf7-list-item input {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 10px;
}

#stepper.alert span.wpcf7-list-item {
  display: inline-block;
  width: 48%;
  text-align: left;
}

.spperinfo.alert input {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #2b2b2b !important;
}

.spperinfo P {
  white-space: inherit;
  color: #000;
}

#stepper.alert #StepTwo input {
  margin-bottom: 0px;
}

#stepper.alert input:focus {
  box-shadow: none !important;
  outline: none !important;
}

div#StepThree .white-box {
  padding: 15px 15px;
}

.spperinfo .section-title h2:after {
  opacity: 0;
}

/**/
.spperinfo input.wpcf7-submit,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  height: 61px !important;
  width: auto !important;
  margin-top: 15px !important;
  background: #2b2b2b !important;
  border: 1px solid transparent !important;
}

.cf7mls_next.action-button,
.cf7mls_back,
.cf7mls_next,
.spperinfo input.wpcf7-submit,
.cf7mls_back.action-button {
  background: #000 !important;
  border: 0 none !important;
  color: #fff !important;
  cursor: pointer !important;
  display: inline-block !important;
  padding: 0px 15px !important;
  border-radius: 0px !important;
  font-weight: 400 !important;
  text-align: center !important;
  line-height: 50px !important;
  min-width: 180px !important;
  font-size: 17px !important;
  letter-spacing: 1px !important;
  border: 1px solid #000 !important;
  transition: all 0.3s;
}

.cf7mls_next.action-button:hover,
.cf7mls_next.active,
.cf7mls_next:hover,
.spperinfo input.wpcf7-submit:hover {
  color: #000 !important;
  background: none !important;
  border-color: #000 !important;
}

.cf7mls-btns .cf7mls_back.action-button,
.cf7mls_back {
  color: #000 !important;
  background: none !important;
  border-color: #000 !important;
}

.cf7mls-btns .cf7mls_back.action-button:hover,
.cf7mls_back:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000 !important;
  opacity: 1 !important;
}

/************* Free Estimation Page CSS End **************/

/*** Buyers sellers Css Stars ***/
.buysellform {
  padding: 80px 0px;
  background-color: #f5ede2;
}

.buysellform h4 {
  font-size: 30px;
  margin-bottom: 10px;
}

.buysellform .bgs {
  border-radius: 20px;
  background: #f5ede2;
  padding: 80px 50px;
}

.bg-form .form-control {
  background: none;
  border: 0px;
  border-radius: 0px;
  padding: 0px 3px;
  border-bottom: 1px solid #000 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  height: 60px;
  font-size: 16px;
  outline: 0px;
  color: #000 !important;
  border: 1px solid #000;
  padding: 15px 15px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  height: 50px;
}

.bg-form .select2-container--default .select2-selection--multiple {
  background: none;
  border: 0px;
  border-radius: 0px;
  padding: 0px 3px;
  border-bottom: 1px solid #000 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  outline: 0px;
  color: #000 !important;
  border: 1px solid #000;
  padding: 15px 15px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}

.bg-form .form-control::-webkit-input-placeholder {
  color: #000 !important;
}

.bg-form textarea.form-control {
  height: 100px;
  resize: none;
  padding: 20px 15px;
}

.bg-form .form-control:focus {
  box-shadow: none;
}

.info-small {
  background: #fff;
  padding: 70px 0px;
}

.info-small .btn-default {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.info-small .btn-default:hover {
  background: none;
  border: 1px solid #000;
  color: #000;
}

.buysellform .btn-default {
  min-width: 150px;
  margin-top: 30px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 0.3s;
}

.buysellform .btn-default:hover {
  background: none;
  border: 1px solid #000;
  color: #000;
}

/************* Buyers sellers Css End **************/

li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

li.menu-item-has-children > ul.sub-menu > li {
  position: relative;
}

li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
}

li.menu-item-has-children
  > ul.sub-menu
  > li.menu-item-has-children:hover
  > ul.sub-menu {
  display: block !important;
}

ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  float: none;
  position: absolute;
  top: 70px;
  padding: 0px;
  box-shadow: 0px 1px 2px 2px #f2f2f2;
  border: none;
}

.side-menu {
  display: none;
}

input.wpcf7-form-control.wpcf7-not-valid {
  border-bottom: 2px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: inline-block !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  color: #fff;
  display: inline-block !important;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  display: inline-block !important;
  color: #fff;
}

.navbar-light .navbar-nav .nav-item.menu-item-has-children > .nav-link {
  padding-right: 20px !important;
  position: relative;
}

li.menu-item-has-children > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 45%;
  right: 0px;
}

ul.sub-menu {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0%;
  left: auto;
  transform-origin: top center;
  transform: translate(0, 100%) scaleY(0.01);
  opacity: 0;
  background-color: #000;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 0;
  transition: transform 0.4s;
}

li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  transform: translate(0%, 100%) scaleY(1);
}

.header {
  z-index: 999;
}

.main-nav .navbar .navbar-nav ul.sub-menu li {
  margin: 0;
  padding: 0;
}

.main-nav .navbar .navbar-nav .nav-item ul.sub-menu li a {
  display: inline-block;
  width: 100%;
  color: #fff !important;
  white-space: nowrap;
  font-weight: 500;
  text-transform: inherit;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none !important;
  padding: 10px 15px;
  display: block;
  border: none;
}

.main-nav .navbar .navbar-nav ul.sub-menu li:hover a {
  background: #fff !important;
  color: #000 !important;
}

.navbar-light .navbar-nav .nav-item.current-menu-parent > .nav-link {
  color: #fff !important;
  border-color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-item ul.sub-menu > li:hover a,
.navbar-expand-lg .navbar-nav .nav-item ul.sub-menu > li.current-menu-item > a {
  background: #fff !important;
  color: #000 !important;
}

.navbar-light .navbar-nav .nav-item.current_page_item > .nav-link {
  border-color: #fff !important;
}

.buysellform .wpcf7 form .wpcf7-response-output,
section#stepper .wpcf7 form .wpcf7-response-output {
  color: #000;
}

section.newinfo.single a {
  color: #000;
}

section.newinfo.single a:hover {
  color: #000;
}

.contactform .check input {
  accent-color: #fff;
  min-width: 15px;
  height: 15px;
  border: none;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
  position: relative;
  top: 2px;
}

.contactform .check input:checked:before {
  content: "";
  background: #fff;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  position: absolute;
  border-radius: 50%;
}

.contactform .check .wpcf7-list-item {
  margin: 0;
  margin-right: 50px;
}

.buysellform h4 {
  text-align: left;
}

.bg-form select.form-control {
  appearance: auto;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  background: #000 !important;
  border-color: #000 !important;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 1;
  background: none !important;
  color: #000 !important;
  border-color: #000 !important;
}

#stepper.alert span.wpcf7-list-item {
  font-size: 16px;
  text-transform: uppercase;
  color: #2b2b2b;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}

.info-small {
  overflow: hidden;
}

.side-menu {
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  position: fixed;
  top: 0px;
  left: -140%;
  width: 100%;
  height: 100%;
  z-index: 999999;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  align-items: center;
  display: flex;
}

.side-menu.intro {
  left: 0%;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.side-menu .sleft {
  padding-left: 150px;
}

.side-menu.intro .sidebar-menu ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.side-menu .sidebar-menu ul li:first-child {
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}

.side-menu .sidebar-menu ul li:nth-child(2) {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}

.side-menu .sidebar-menu ul li:nth-child(3) {
  -webkit-transition-delay: 0.74s;
  transition-delay: 0.74s;
}

.side-menu .sidebar-menu ul li:nth-child(4) {
  -webkit-transition-delay: 0.82s;
  transition-delay: 0.82s;
}

.side-menu .sidebar-menu ul li:nth-child(5) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side-menu .sidebar-menu ul li:nth-child(6) {
  -webkit-transition-delay: 0.98s;
  transition-delay: 0.98s;
}

.side-menu .sidebar-menu ul li:nth-child(7) {
  -webkit-transition-delay: 1.06s;
  transition-delay: 1.06s;
}

.side-menu .sidebar-menu ul li:nth-child(8) {
  -webkit-transition-delay: 1.14s;
  transition-delay: 1.14s;
}

.side-menu .sidebar-menu ul li:nth-child(9) {
  -webkit-transition-delay: 1.22s;
  transition-delay: 1.22s;
}

.side-menu .sidebar-menu ul li:nth-child(10) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.side-menu .sidebar-menu ul li:nth-child(11) {
  -webkit-transition-delay: 1.38s;
  transition-delay: 1.38s;
}

.side-menu .sidebar-menu ul li:nth-child(12) {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}

.side-menu .sidebar-menu ul li:nth-child(132) {
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}

.side-menu .rt p {
  line-height: 40px;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.side-menu .rt p.social-link {
  display: flex;
  align-items: center;
}

.side-menu .rt p.social-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  position: relative;
  border-radius: 100%;
  color: #212933;
  position: relative;
  font-size: 17px;
}

.side-menu .rt p.social-link a:hover:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #dab72f !important;
}

.side-menu .rt p.social-link a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  border-radius: 100%;
  border: 1px solid #212933;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.side-menu .sidebar-menu ul ul {
  padding: 0;
}

.side-menu .sidebar-menu ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1),
    padding-left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1),
    padding-left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.side-menu .sidebar-menu ul {
  padding-left: 0px;
  margin-top: 50px;
  width: 100%;
  padding-left: 0px;
}

.side-menu .sidebar-menu ul li a {
  display: inline-block;
  padding: 10px;
  border: none;
  border-radius: 0;
  background: transparent;
  text-transform: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  padding: 0px 0px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  font-size: 60px;
  color: #212933;
  position: relative;
  line-height: 1.1;
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.side-menu .sidebar-menu ul li a:hover:before {
  width: 100%;
  transition: all 0.5s;
}

.side-menu .sidebar-menu ul li a:before {
  transition: all 0.5s;
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  font-size: 60px;
  width: 0%;
  color: #dab72f;
  left: 0%;
  top: 0px;
  line-height: 1.1;
  height: 100%;
}

.side-menu .sidebar-menu ul li a:hover {
  background: none;
  color: #212933;
}

a.CloseBtn:hover .overlays {
  left: 0%;
}

a.CloseBtn .overlays {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: none;
  transition: all 0.3s;
  z-index: -1;
}

a.CloseBtn {
  float: right;
  color: #fff;
  font-size: 26px;
  position: relative;
  background: #000;
  width: 70px;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
}

a.CloseBtn:before,
a.CloseBtn:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
}

a.CloseBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*** COMMUNITIES ***/
.communities {
  padding: 0px;
}

.comm-box-featured {
  height: 550px;
  padding: 50px 25px;
  display: flex;
  align-items: center;
  background: #f5ede2;
  justify-content: center;
}

.comm-box-featured .btn-default {
  background: none;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}

.comm-box-featured .btn-default:hover {
  background-color: #fff;
  color: #000;
}

.comm-box {
  padding: 50px 25px;
  height: 550px;
}

.comm-box .section-title {
  height: 100%;
}

.comm-box h2 {
  font-size: 42px;
  color: #fff;
}

.comm-box h6 {
  color: #fff;
}

.comm-box h6:after {
  background: #fff;
}

.communities .owl-nav {
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 9999;
}

.communities .owl-nav .owl-prev {
  float: left;
  background: #fff !important;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  margin-left: -44.5px;
}

.communities .owl-nav .owl-next {
  float: right;
  background: #fff !important;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  margin-right: -44.5px;
  transition: all 0.5s;
}

.communities .owl-nav .owl-next:hover {
  margin-right: 0px;
}

.communities .owl-nav button span {
  font-size: 60px;
  line-height: 60px;
}

.communities .owl-nav button:hover {
  background: #000 !important;
}

/**/
.lavalcontent {
  padding: 70px 0px 70px 0px;
  overflow: hidden;
  background: #f1f1f1;
}

.lavalcontent {
  padding: 70px 0px 70px 0px;
  overflow: hidden;
  background: #f1f1f1;
}

.lavalcontent .bgwhite {
  background: #fff;
  padding: 20px 20px;
}

.lavalcontent .nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 50px;
}

.lavalcontent .nav-tabs a {
  border: none;
}

.lavalcontent .nav-tabs li {
  margin: 0px 10px;
}

.lavalcontent .nav-tabs li a {
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 55px;
  padding: 0px 25px;
  font-size: 16px;
  border-radius: 4px;
  min-width: 180px;
  text-align: center;
  text-transform: capitalize;
}

.lavalcontent .nav-tabs li a.active {
  color: #fff;
  background-color: #676767;
}

.lavalcontent .table {
  background: #fff;
  padding: 40px;
}

.lavalcontent .table tr:first-child td {
  border: none;
}

.lavalcontent .table tr td {
  font-size: 15px;
  color: #000;
  padding: 20px 20px;
}

.lavalcontent h3 {
  color: #676767;
  position: relative;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 17px;
  letter-spacing: 1px;
}

.lavalcontent h4 {
  color: #676767;
}

.lavalcontent .tp {
  margin-bottom: 40px;
}

.lavalcontent .bgs {
  background: #fff;
  padding: 40px 40px;
  border-radius: 15px;
}

.lavalcontent .bgs h3 {
  font-size: 22px;
}

.lavalcontent #tabi-3 .bgs h3 {
  font-size: 18px;
  padding: 0;
  color: #000;
  font-weight: 600;
}

.lavalcontent #tabi-3 .bgs ul {
  padding-left: 15px;
}

.lavalcontent .section-title {
  display: inline-block;
  text-align: center;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.lavalcontent {
  padding: 70px 0px 70px 0px;
  overflow: hidden;
  background: #f1f1f1;
}

.lavalcontent .bgwhite {
  background: #fff;
  padding: 20px 20px;
}

.lavalcontent .nav-tabs {
  border: none !important;
  justify-content: center;
  margin-bottom: 50px;
}

.lavalcontent .nav-tabs a {
  border: none;
}

.lavalcontent .nav-tabs li {
  margin: 0px 10px;
}

.lavalcontent .nav-tabs li button {
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 55px;
  padding: 0px 25px;
  font-size: 16px;
  border-radius: 4px;
  min-width: 180px;
  text-align: center;
}

.lavalcontent .nav-tabs li button.active {
  color: #fff;
  background-color: #676767;
}

.lavalcontent .table {
  background: #fff;
  padding: 40px;
}

.lavalcontent .table tr:first-child td {
  border: none;
}

.lavalcontent .table tr td {
  font-size: 15px;
  color: #000;
  padding: 20px 20px;
}

.lavalcontent h3 {
  color: #676767;
  position: relative;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 17px;
  letter-spacing: 1px;
}

.lavalcontent h4 {
  color: #676767;
}

.lavalcontent .tp {
  margin-bottom: 40px;
}

.lavalcontent .bgs {
  background: #fff;
  padding: 40px 40px;
  border-radius: 15px;
}

.lavalcontent .bgs h3 {
  font-size: 22px;
}

.lavalcontent #tabi-3 .bgs h3 {
  font-size: 18px;
  padding: 0;
  color: #000;
  font-weight: 600;
}

.lavalcontent #tabi-3 .bgs ul {
  padding-left: 15px;
}

.lavalcontent .section-title {
  display: inline-block;
  text-align: center;
}

.lavalcontent .bgs ul a {
  color: #000;
}

section .properties h4 {
  color: #fff;
}

.lavalcontent .properties.innerpage {
  background: none;
}

.communities.page {
  padding-top: 1.5rem;
}

.sdf {
  color: #aa1919;
  color: #fffbf1;
}

.navbar-expand-lg .navbar-nav > .nav-item .sub-menu li:hover > a.nav-link,
.navbar-expand-lg .navbar-nav > .nav-item .sub-menu .active > a.nav-link {
  background: #aa1919 !important;
  color: #fffbf1 !important;
}

.navbar-expand-lg .navbar-nav .nav-item ul.sub-menu > li:hover a,
.navbar-expand-lg .navbar-nav .nav-item ul.sub-menu > li.current-menu-item > a {
  background: #aa1919 !important;
  color: #fffbf1 !important;
}

.btn-default,
.properties .btn-default,
.instagram .btn-default {
  border-color: #aa1919;
  color: #fffbf1;
  background-color: #aa1919;
}

.btn-default:hover,
.properties .btn-default:hover,
.instagram .btn-default:hover {
  background: #fffbf1 !important;
  border-color: #aa1919 !important;
  color: #aa1919 !important;
}

.custom--arrows .swiper-button-prev,
.custom--arrows .swiper-button-next {
  background: #aa1919;
  border-color: #aa1919;
  color: #fffbf1;
}

.custom--arrows .swiper-button-prev:hover,
.custom--arrows .swiper-button-next:hover {
  background: #fffbf1 !important;
  border-color: #aa1919;
  color: #aa1919 !important;
}

.header.fixed {
  background: #aa1919;
}

#testimonial-swiper .swiper-button-next:hover,
#testimonial-swiper .swiper-button-prev:hover {
  color: #aa1919 !important;
}

#testimonial-swiper .swiper-button-next:hover i,
#testimonial-swiper .swiper-button-prev:hover i {
  color: #aa1919 !important;
}

.footer ul li:hover a {
  color: #aa1919 !important;
}

.footer-contact-item a:hover,
.footer .smi a:hover {
  color: #aa1919 !important;
}

.footer .logo img.m-logo {
  max-height: 100px;
}

.prop-label {
  color: #aa1919;
  background: #fffbf1;
}

.about {
  background: #fffbf1;
}

.comm-box-featured {
  background: #fffbf1;
}

.contact-agent li:hover a,
.properties .btn-default:hover {
  background: #aa1919;
  border-color: #aa1919;
  color: #fffbf1;
}

.my-pagination-btn:hover,
.current-page-pagination {
  background: #fff !important;
  border-color: #aa1919;
  color: #fffbf1;
}

.my-pagination-btn {
  background: #fff !important;
}

.buysellform {
  background: #fffbf1;
}

.buysellform .btn-default,
.info-small .btn-default {
  background: #aa1919;
  border-color: #aa1919;
  color: #fffbf1;
}

.buysellform .btn-default:hover,
.info-small .btn-default:hover {
  background: #fffbf1;
  border-color: #aa1919;
  color: #aa1919;
}

.lavalcontent .nav-tabs li button.active {
  background: #aa1919;
  border-color: #aa1919;
  color: #fffbf1;
}

.homeEvalutation input[type="submit"],
.homeEvalutation input[type="button"] {
  background: #aa1919 !important;
  border-color: #aa1919 !important;
  color: #fffbf1 !important;
}

.homeEvalutation input[type="submit"]:hover,
.homeEvalutation input[type="button"]:hover {
  background: #fffbf1 !important;
  border-color: #aa1919 !important;
  color: #aa1919 !important;
}

.homeEvalutation .single-s.active {
  background: #aa1919 !important;
  border-color: #aa1919 !important;
  color: #fffbf1 !important;
}

#multi-step-form .fw-wizard-buttons button,
#multi-step-form .fw-wizard-buttons .fw-btn {
  background: #aa1919 !important;
  border-color: #aa1919 !important;
  color: #fffbf1 !important;
}

#multi-step-form .fw-wizard-buttons button:hover,
#multi-step-form .fw-wizard-buttons .fw-btn:hover {
  background: #fffbf1 !important;
  border-color: #aa1919 !important;
  color: #aa1919 !important;
}

.homeEvalutation select {
  appearance: auto;
}

#multi-step-form .fw-btn-submit {
  background: #aa1919 !important;
  border-color: #aa1919 !important;
  color: #fffbf1 !important;
}

#multi-step-form .fw-btn-submit:hover {
  background: #fffbf1 !important;
  border-color: #aa1919 !important;
  color: #aa1919 !important;
}

mw-calc-section {
  background: #fffbf1 !important;
}

#calculate_lt {
  background: #aa1919 !important;
  border: 1px solid #aa1919 !important;
  color: #fffbf1 !important;
}

#calculate_lt:hover {
  background: #fffbf1 !important;
  border-color: #aa1919 !important;
  color: #aa1919 !important;
  opacity: 1 !important;
}

mw-calc-label,
.mw-calc-table {
  color: #000 !important;
}

.mw-calc-table > tbody > tr.active {
  border-color: #aa1919 !important;
}

.mw-calc-table > tbody > tr.active > td {
  background: #aa1919 !important;
  color: #fffbf1 !important;
}

.contact-inner .smi a:hover {
  color: #aa1919 !important;
}

a.CloseBtn {
  color: #fffbf1;
  background: #aa1919;
}

.side-menu .sidebar-menu ul li a:hover,
.side-menu .sidebar-menu > ul > li.current_page_item > a,
.side-menu .sidebar-menu > ul > li.current-menu-parent > a {
  color: #aa1919;
}

.side-menu .sidebar-menu ul li a:hover,
.side-menu .sidebar-menu > ul > li.current_page_item > a,
.side-menu .sidebar-menu > ul > li > ul.sub-menu > li.current-menu-item > a {
  color: #aa1919 !important;
}

.spperinfo .bg {
  background: #fffbf1;
}

.my-pagination-btn:hover,
.current-page-pagination {
  background: #aa1919 !important;
  border-color: #aa1919 !important;
  color: #fffbf1 !important;
}

section#stepper #multi-step-form .fw-wizard-buttons button,
section#stepper #multi-step-form .fw-wizard-buttons .fw-btn {
  background: #aa1919 !important;
  border-color: #aa1919 !important;
  color: #fffbf1 !important;
}

section#stepper #multi-step-form .fw-wizard-buttons button:hover,
section#stepper #multi-step-form .fw-wizard-buttons .fw-btn:hover {
  background: #fffbf1 !important;
  border-color: #aa1919 !important;
  color: #aa1919 !important;
}

.sold-map .solds-swiper {
  padding-left: 100px;
}
