@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");

/*** GENERIC CSS ***/
html,
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #636363;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #636363;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:focus {
  text-decoration: none;
}

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

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
  font-family: "Cinzel", serif;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 54px;
  line-height: 1.5;
}

h2 {
  font-size: 48px;
  line-height: 1.4;
}

h3 {
  font-size: 35px;
  line-height: 1.5;
}

h4 {
  font-size: 27px;
  line-height: 1.5;
}

h5 {
  font-size: 24px;
  line-height: 1.5;
}

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

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

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

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

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

.visible-xs {
  display: none;
}

.btn-default {
  background: transparent;
  cursor: pointer;
  display: inline-block;
  color: #bc8f8f;
  color: #000;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  line-height: 55px;
  transition: all 0.3s ease-in;
  border-radius: 100px;
  padding: 0px 35px 0px 45px;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  vertical-align: middle;
}

.btn-default:before {
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0a0d38;
  opacity: 0.5;
  width: 55px;
  height: 55px;
  border-radius: 100%;
}

.btn-default:after {
  background: #1e2225;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  content: "";
  position: absolute;
  z-index: -1;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
}

.btn-default:hover,
.banner .btn-default.active {
  color: #fff;
}

.btn-default:hover:before,
.banner .btn-default.active::before {
  width: calc(100% + 0px);
  border-radius: 60px;
  opacity: 1;
}

.btn-default:hover:after,
.banner .btn-default.active::after {
  width: 60px;
  transform: translateX(-45px);
  opacity: 1;
  background-color: #dad4c5;
}

.btn-black {
  border-color: #112132;
  color: #112132;
}

.underlined {
  position: relative;
  display: inline-block;
}

.underlined::after {
  content: "";
  width: 100px;
  background: #134db8;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0%;
}

.list {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 20px;
}

ul.list li {
  margin: 0px 0px 10px 0px;
}

.btn-filled {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  line-height: 55px;
  transition: all 0.3s ease-in;
  border-radius: 100px;
  padding: 0px 16px 0px 36px;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  vertical-align: middle;
  margin-left: 7px;
  border: 2px solid #000;
}

.btn-filled:before {
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 100%;
  border-radius: 60px;
  opacity: 1;
  height: 55px;
}

.btn-filled:after {
  background: #1e2225;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  transform: translateX(-45px);
  opacity: 1;
  height: 2px;
}

.btn-filled:hover {
  color: #000;
  background: transparent;
}

.btn-filled:hover:before {
  width: 0px;
}

.btn-filled:hover:after {
  width: 60px;
  transform: translateX(-45px);
  opacity: 1;
  background: #000;
}

/*** PRELOADER ***/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 2px solid #134db8;
  opacity: 1;
  border-radius: 0;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.img-rounded {
  border-radius: 15px;
}

.hover-animate {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hover-animate:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.section-title {
  display: inline-block;
  position: relative;
  width: 100%;
}

.section-title .divider {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
  opacity: 1;
  display: inline-block;
}

.section-title h6 {
  color: #636363;
  font-size: 13px;
  letter-spacing: 3px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

.section-title h2 {
  color: #0a0d38;
  line-height: 1.2;
  margin: 0px;
  margin-bottom: 25px;
  letter-spacing: 0;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 500;
}

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

.section-title p {
  font-size: 18px;
  font-size: 20px;
  line-height: 1.8;
}

/*** PALLETE-COLORS ***/
.pallete-colors {
  background: #00041c;
  background: #0a0d38;
  background: #dad4c5;
  background: #eae9dd;
  background: #fefbef;
}

/*** HEADER ***/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 40px 0px;
}

.header .user {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 99;
  padding: 20px 0px;
}

.navbar-nav .nav-link {
  line-height: 17px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 400;
  letter-spacing: 1.12px;
  padding: 0px 0px !important;
  font-size: 16px;
}

.navbar-brand {
  padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
}

.navbar-light .navbar-nav > .nav-item > .nav-link::after {
  content: "";
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  top: 24px;
  left: calc(50% - 5px);
  opacity: 0;
}

.navbar-light .navbar-nav > .nav-item:hover > .nav-link::after {
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link i {
  vertical-align: middle;
  margin-right: 10px;
  background: #000;
  border: 1px solid #000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.navbar-light .navbar-nav .nav-item > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link {
  color: #000 !important;
}

.fixed .navbar-light .navbar-nav .nav-item > .nav-link,
.fixed .navbar-light .navbar-nav .nav-item.active > .nav-link {
  color: #000 !important;
}

.fixed .navbar-light .navbar-nav .nav-item:hover > .nav-link,
.fixed .navbar-light .navbar-nav .nav-item.active > .nav-link {
  color: #000 !important;
}

.navbar-light .navbar-nav .nav-item.active > a,
.fixed .navbar-light .navbar-nav .nav-item.active > a,
.header.innerheader .menu-btn span {
  color: #000 !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
  background: #fff;
}

.navbar-expand-lg .navbar-nav > li {
  margin-left: 25px;
  display: inline-block;
  vertical-align: top;
}

.navbar-brand img {
  max-height: 65px;
  margin-right: 20px;
  filter: invert(115%) sepia(0%) saturate(0%) hue-rotate(303deg)
    brightness(114%) contrast(100%);
}

.header.fixed .navbar-brand img {
  filter: none;
}

.navbar {
  padding: 0px 0px;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

ul.sub-menu {
  min-width: 255px;
  width: 100%;
  padding: 0px 0px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
  text-align: left;
  margin: auto;
  background: none;
  margin-top: 0px;
  display: block;
  padding-top: 0px;
  list-style: none;
  margin: 0;
  background: 0 0;
  padding: 0;
  position: absolute;
  left: calc(50% - 125px);
  top: 40px;
  min-width: 250px;
  padding-top: 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav ul.sub-menu li {
  width: 100%;
  position: relative;
  margin-bottom: 1px;
}

.navbar-nav ul.sub-menu li a.nav-link {
  transition: all 0.3s;
  display: inline-block;
  clear: both;
  margin: 0px;
  width: 100%;
  position: relative;
  line-height: 25px;
  padding: 8px 10px !important;
  font-size: 13px;

  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;

  background: rgba(255, 255, 255, 1);
  color: #0a0d38 !important;
  border: none;
  text-transform: uppercase;
  white-space: break-spaces;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover > a,
.navbar-light .navbar-nav .nav-item ul.sub-menu li.active > a {
  color: #fff !important;
  background: #0a0d38;
}

.fixed .menu-btn:hover {
  color: #fff !important;
}

.menu-btn {
  background: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 5px;
}

.menu-btn:hover {
  color: #f0e6e6 !important;
}

.menu-btn div {
  position: relative;
  display: inline-block;
  width: 30px;
  margin-right: 12px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.menu-btn div span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  margin: 7px 0px;
}

.side-menu {
  background: #0a0d38;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 340px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  z-index: 100;
  padding: 55px 35px;
  overflow: hidden;
  overflow-y: auto;
}

.side-menu .logo img {
  max-height: 48px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.side-menu.intro {
  left: 0px;
}

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

.side-menu ul.main-menu li {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.side-menu ul.main-menu {
  padding-left: 0px;
  margin-top: 50px;
}

.side-menu ul.main-menu li a {
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding: 7px 0px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-weight: 500;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active > a {
  background: none;
  color: #dad4c5;
}

a.CloseBtn {
  float: right;
  color: #0a0d38;
  background: #dad4c5;
  font-size: 22px;
  margin: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 40px;
  min-height: 40px;
  border-radius: 0px 0px 0px 5px;
}

a.CloseBtn:before,
a.CloseBtn:after {
  content: "";
  display: block;
  width: 15px;
  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);
}

.side-menu ul.main-menu.navbar-nav {
  margin-top: 30px;
}

.side-menu ul.main-menu.navbar-nav li {
  margin: 0;
}
.side-menu ul.main-menu.navbar-nav li a {
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
  border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
  background: none;
  color: #000;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
  padding: 10px 17px;
  font-size: 12px;
  background: #ebebeb;
  color: #000;
}

.side-menu .menu-item-has-children {
  cursor: pointer;
}

.side-menu .menu-item-has-children > a {
}

.side-menu .menu-item-has-children:hover > a {
  color: #dad4c5 !important;
}

.side-menu .menu-item-has-children > a:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children > a:before {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 27px;
  z-index: 99;
  top: 51%;
  transform: translate(0px, -50%);
  right: 6px;
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current > a:before {
  content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
  background: none;
  color: #000;
  border-bottom-color: rgba(11, 23, 23, 0.2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
  opacity: 1;
  visibility: visible !important;
  position: relative !important;
  left: 0 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  background: #ccc;
  padding: 0px 0px !important;
  display: none !important;
  top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
  display: block !important;
  pointer-events: auto;
}

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

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item > a,
.side-menu ul.navbar-nav li ul.sub-menu li.active > a {
  background: #000 !important;
  color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
  display: block !important;
  pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.social-fix {
  list-style: none;
  padding: 0;
  margin: 0;
  transform: rotate(-90deg);
  width: 300px;
  position: fixed;
  right: -50px;
  bottom: 280px;
  z-index: 9;
}

.social-fix a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin: 15px 0px;
}

.social-fix li {
  display: inline-block;
  margin-right: 30px;
}

.header.menubar.fixed {
  background: #eae9dd;
  padding: 15px 20px;
}

.header.menubar .menu-btn {
  color: #0a0d38 !important;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.header.menubar .menu-btn span {
  height: 3px;
  margin: 2px 0px;
  transition: all 0.3s;
  float: right;
}

.header.menubar .menu-btn div {
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
  top: 0px;
  vertical-align: middle;
  width: 25px;
}

.header.menubar .menu-btn div span:last-child {
}

.header.menubar .menu-btn:hover div span:first-child {
}

.header.menubar .menu-btn:hover div span:last-child {
}

.header.fixed .navbar-brand img {
  max-height: 60px;
}

.header ul.sub-menu {
  padding-top: 20px;
  top: 100%;
  box-shadow: none;
}

.header ul.sub-menu {
  padding-top: 20px;
  top: 100%;
  box-shadow: none;
}

/*** BANNER ***/
.banner {
  padding: 10px 0px 40px 0px;
  position: relative;
  z-index: 8;
  overflow: hidden;
  height: 100vh;
}

.banner .logo img {
  max-height: 240px;
  filter: invert(1);
  filter: invert(115%) sepia(0%) saturate(0%) hue-rotate(303deg)
    brightness(114%) contrast(100%);
}

.banner p {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 34px;
  margin-top: 25px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.banner .logo-remax {
  position: absolute;
  bottom: 25px;
  right: 25px;
  filter: invert(0) brightness(1.5);
  filter: invert(100%) sepia(6%) saturate(7500%) hue-rotate(198deg)
    brightness(371%) contrast(110%);
  z-index: 6;
  max-height: 60px;
}

.banner .item {
  position: relative;
  height: 100vh;
}

.banner .down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.banner .down a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 11px 22px;
  min-width: 240px;
  font-weight: 500;
  margin: 0px 5px;
}

.banner .down a:hover,
.banner .down a.active {
  background: #fff;
  color: #000;
}

.banner .down a.active:hover {
  background: transparent;
  color: #fff;
}

.banner .h-100vh {
  padding: 90px 0px 100px 0px;
}

.banner:after {
  position: absolute;
  content: "";
  background: #333333;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

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

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

.banner .btn-default {
  margin: 5px 30px;
  min-width: 100px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}

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

/*** ABOUT ***/
.about {
  padding: 0px 0px 80px 0px;
}

.bigtext {
  font-size: 300px;
  color: #f1f1f1;
  position: absolute;
  left: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.4;
  white-space: nowrap;
}

.about .bigtext {
  top: 140px;
}

.about .text-hidden {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.imgstyle {
  display: inline-block;
  width: 100%;
  position: relative;
}

.imgstyle img {
  position: relative;
  z-index: 3;
  height: 600px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 30px 70px rgb(0 0 0 / 10%);
}

.imgstyle:before {
  content: "";
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 300px);
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background: url(../img/bg-pattern.png) 50% 50% no-repeat;
  background-size: cover;
}

.about .img {
  padding-left: 4.33333333%;
  padding-right: 4.33333333%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about .section-title {
  padding-left: 30px;
  padding-right: 30px;
}

.about .teamimg {
  margin-top: 40px;
}

.about .btn-default {
  margin-top: 20px;
}

.about .section-title h2 {
  margin-bottom: 10px;
}

.about .section-title h5 {
  font-size: 16px;
  margin-bottom: 25px;
}

/*** PROPERTIES ***/
.properties {
  padding: 120px 0px 100px 0px;
  background: #dbd5c5;
  position: relative;
  overflow: hidden;
}

.properties .bigtext {
  color: #e1dbcd;
}

.properties .section-title p {
  font-size: 20px;
}

.properties .section-title p {
  font-size: 16px;
}

.properties .item {
  padding: 0px 20px;
}

.listingbox {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #939598;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.listingbox:hover h4,
.listingbox:hover h5,
.listingbox:hover p {
  color: #0a0d38;
}

.center .listingbox {
  transform: scale(1.05);
}

.listingbox .address-cost {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}

.listingbox h6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}

.listingbox h6.box {
  border: 1px solid #000;
  padding: 5px 20px;
  text-decoration: none;
}

.listingbox .img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.listingbox .img img {
  object-fit: cover;
  object-position: center;
  transition: all;
}

.listingbox:hover .img img {
  transform: scale(1.1);
}

.listingbox .img:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.2;
  transition: all 0.3s;
}

.listingbox:hover .img:before {
  opacity: 0.5;
}

.listingbox .img::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/10/hover.png) 50% 50% no-repeat;
  background-size: 225px auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 3;
  opacity: 0.3;
  transition: all 0.3s;
}

.listingbox:hover .img:after {
  opacity: 1;
}

.center .listingbox h4 {
  font-size: 28px;
}

.listingbox {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #939598;
}

.listingbox .img {
  position: relative;
  display: inline-block;
  aspect-ratio: 640 / 406;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.listingbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.listingbox .img .label {
  border-radius: 0;
  padding: 7px 10px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 10px;
  box-shadow: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: 10px;
  background-color: #000;
  color: #fff;
}

.listingbox h4 {
  color: #000;
}

.listingbox h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.listingbox p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0;
  line-height: 1.5em;
  color: #000;
  text-align: left;
  font-weight: 500;
}

.listingbox .property-price-ctn p {
  font-weight: 700;
}

.listingbox p span {
  color: #888;
}

.listingbox:hover .list-icons {
  color: #fff;
}

.listingbox .property-specs-ctn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.listingbox .property-specs-ctn ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.listingbox .property-specs-ctn ul li {
  font-size: 12px;
  color: #000;
}

.listingbox .property-specs-ctn ul li::after {
  content: "—";
  padding: 0 8px;
}

.listingbox .property-specs-ctn ul li:last-of-type::after {
  content: none;
}

.listingbox .property-specs-ctn ul li:first-of-type {
  padding-left: 0;
}

.properties .owl-theme .owl-nav {
  margin: 0;
}

.properties .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  margin: 0;
  top: 50%;
  left: -12px;
  transform: translate(0px, -50%);
  width: 80px;
  height: 60px;
  background: #eae9dd url(../img/arrow-prev.webp) 50% 50% no-repeat;
  background-size: 32px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.properties .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff !important;
}

.properties .owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -12px;
  background: #eae9dd url(../img/arrow-next.webp) 50% 50% no-repeat;
  background-size: 32px;
}

.properties .mts {
  margin-top: 90px;
}

.properties .newbtn-default:hover:after {
  background-color: #0a0d38;
}

.properties .newbtn-default:hover {
  color: #0a0d38;
  border-color: #0a0d38;
  border-color: transparent;
}

.newbtn-default {
  transition: all 0.3s;
}

.newbtn-default:after {
  background-color: #0a0d38;
}

.newbtn-default:hover:after {
  background-color: #000;
}

.newbtn-default:hover {
  color: #000;
  border-color: transparent;
}

.properties .btn-filled:after {
  display: none;
}

.properties .btn-filled {
  padding: 0px 25px;
}

.properties.homi {
  padding-top: 0;
}

.properties.homi .text-hidden {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

/*** NEIGHBORHOODS ***/
.neighborhoods {
  padding: 70px 0px 80px 0px;
  background: #fefbef;
  position: relative;
  overflow: hidden;
}

.neighborhoods .container-fluid {
  position: relative;
  z-index: 4;
}

.neighborhoods:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-pattern.png) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.15;
}

.neighborhoods .bigtext {
  top: 100px;
  z-index: 2;
  color: #eae9dd;
}

.neighborhoods .section-title p {
  font-size: 16px;
  line-height: 1.6;
}

.neighborhoods .spr > div {
  padding: 0px 20px;
}

.neighborhoods .item {
  padding: 30px 20px 50px 20px;
}

.imgstyle2 {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #000000;
}

.imgstyle2 img {
  height: 435px;
  box-shadow: 0 30px 30px rgb(0 0 0 / 10%);
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}

.imgstyle2:hover img {
  opacity: 0.5;
  height: 455px;
}

.imgstyle2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 3;
}

.imgstyle2:before {
  position: absolute;
  content: "";
  height: calc(100% - 15px);
  width: calc(100% - 5px);
  background: transparent;
  top: 30px;
  left: 25px;
  z-index: 1;
  border: 2px solid #0a0d38;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.imgstyle2:hover:before {
  border-color: #fff;
}

.imgstyle2 h3 {
  position: absolute;
  bottom: 0;
  margin: 0;
  z-index: 5;
  top: 0;
  right: unset;
  display: flex;
  align-items: flex-end;
  padding: 0 30px 30px;
  color: #fff;
  text-shadow: 0 20px 20px rgb(0 0 0 / 7%);
  font-weight: bold;
  width: 50%;
  line-height: 1.1;
  pointer-events: none;
  cursor: pointer;
  text-align: left;
  font-weight: 400;
  font-size: 30px;
}

.imgstyle2:hover:before {
  top: 12.5px;
  left: 12.5px;
  bottom: 12.5px;
  right: 12.5px;
  z-index: 6;
  width: unset;
  height: unset;
  pointer-events: none;
  opacity: 1;
  border-width: 1px;
}

.neighborhoods .owl-theme .owl-nav {
  text-align: right;
}

.neighborhoods .owl-theme .owl-nav button {
  width: 100px;
  height: 60px;
  background: #0a0d38 !important;
  border-radius: 0px;
  transition: all 0.3s;
}

.neighborhoods .owl-theme .owl-nav button img {
  filter: invert(1);
}

.neighborhoods .owl-theme .owl-nav button:hover {
  background: #fff !important;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.neighborhoods .owl-theme .owl-nav button:hover img {
  filter: none;
}

/*** BUYSELL ***/
.buysell {
  padding: 40px 0px;
  padding: 60px 0 80px;
  overflow: hidden;
  position: relative;
}

.buysell .bigtext {
  transform: rotate(90deg);
  opacity: 1;
  right: 0;
  left: auto;
  max-width: 290px;
  top: 90px;
}

.buysell .left .section-title {
  position: relative;
}

.buysell .section-title hr {
  position: absolute;
  left: 50%;
  top: 0;
}

.buysell .animated .section-title hr {
  height: 120px;
}

.buysell .section-title hr {
  display: inline-block;
  border: none;
  opacity: 1;
  height: 0px;
  background-color: #1b2e47;
  width: 1px;
  margin: 0;
  transition: all 0.8s ease-out;
}

.cta-imgs {
  position: relative;
}

.cta-lg-img {
  position: absolute;
  top: 0;
  bottom: 150px;
  right: 0;
  left: 60px;
}

.cta-lg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.animated .cta-lg-img:before {
  left: 100%;
}

.cta-lg-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: all 1s ease-out 0.6s;
}

.cta-sm-img {
  border: 5px solid #fff;
  position: relative;
  z-index: 1;
  margin-left: 0;
  width: 40%;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
}

.animated .cta-sm-img {
  opacity: 1;
  transform: translateX(0px);
}

.cta-sm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cta-heading {
  background-color: #fff;
  padding: 25px;
  width: 60%;
  margin-left: 40%;
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
  margin-left: 45px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
}

.animated .cta-heading {
  opacity: 1;
  transform: translateX(0px);
}

#buy1 .cta-sm-img {
  top: 150px;
}

.buysell .second .cta-lg-img {
  top: 0;
  left: 0;
  right: 60px;
  bottom: 150px;
  left: 0;
}

.buysell .second .cta-lg-img:before {
  right: 0%;
  left: 0;
}

.buysell .second.animated .cta-lg-img:before {
  right: 100%;
}

.buysell .second.animated .cta-lg-img {
  top: 0;
  left: 0;
  right: 60px;
  bottom: 150px;
}

.buysell .second .cta-heading {
  width: 60%;
  margin-left: 40%;
}

.buysell .second.animated .cta-heading {
  opacity: 1;
  transform: translateX(0px);
}

.buysell .second .cta-sm-img {
  border: 5px solid #fff;
  position: relative;
  z-index: 1;
  width: 50%;
  margin-left: 50%;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
}

.buysell .second.animated .cta-sm-img {
  opacity: 1;
  transform: translateX(0px);
}

.buysell .mts {
  margin-top: 150px;
}

.buysell .section-title h6.headwithline {
  position: relative;
  margin-bottom: 50px;
}

.buysell .section-title h6.headwithline::after {
  position: absolute;
  right: auto;
  margin-left: -22.5px;
  bottom: -25px;
  left: 50%;
  content: "";
  background: #e1c086;
  width: 45px;
  height: 2px;
}

.buysell #buy2 .cta-sm-img {
  max-width: 250px;
  top: 180px;
  position: relative;
  margin-left: auto;
}

.buysell #buy2 .cta-sm-img {
  max-width: 250px;
  top: 180px;
  position: relative;
  margin-left: auto;
}

.buysell #buy2.right .cta-sm-img {
  margin-left: 0;
  margin-right: auto;
}

.buysell #buy2.second .cta-sm-img {
  margin-top: 10px;
  transform: translateX(0px);
}

.buysell #buy2 .cta-sm-img {
  margin-top: 10px;
  transform: translateX(0px);
}

.buysell #buy2.animated .cta-sm-img {
  opacity: 1;
  transform: translateY(-20px);
}

.buysell .section-title p {
  font-size: 16px;
  line-height: 1.6;
}

/*** NEWS-INFO ***/
.news-info {
  padding: 80px 0px 50px 0px;
  position: relative;
  overflow: hidden;
  background: #fefbef;
}

.news-info .down p {
  font-size: 16px;
}

.blogbox {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  box-shadow: 0 20px 30px rgb(0 0 0 / 5%);
  background: #fff;
  margin-bottom: 20px;
}

.blogbox:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
  cursor: pointer;
  min-height: 200px;
  position: relative;
}

.blogbox h3 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
}

.blogbox .text {
  padding: 25px 20px 15px 20px;
}

.blogbox .text p {
  color: #636363;
  font-size: 12px;
  letter-spacing: 3px;
  position: relative;
  margin-top: 40px;
  text-transform: uppercase;
}

.news-info .btn-default {
  margin-top: 40px;
}

/*** TESTIMONIALS ***/
.testimonials {
  padding: 65px 0 20px 0px;
  position: relative;
  overflow: hidden;
  background: url(../img/bg-testi.png) top center no-repeat;
  background-size: cover;
}

.testimonials .bigtext {
  color: #0a0d38;
  opacity: 0.05;
  font-size: 150px;
  text-align: center;
  width: 100%;
}

.testimonials .mt {
  margin-top: 70px;
}

.testimonials p {
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
}

.testimonials h5 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  background: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px;
  border-radius: 50%;
}

/*** CONTACT FORM ***/
.contact-form {
  padding: 90px 0px;
  position: relative;
  background: url(../img/bg-contact.png) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact-form:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.9;
}

.contact-form .container {
  position: relative;
  z-index: 3;
}

.contact-form p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 35px;
}

.contact-form h6 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
}

.contact-form .btn-default {
  margin-top: 20px;
}

.form-control {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 10px 16px;
  margin-bottom: 18px;
  height: 50px;
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.form-control::placeholder {
  color: #555;
}

.form-control:focus {
  color: #000;
  outline: 0;
  box-shadow: none;
  background: #fff;
  border-color: #dad4c5;
}

textarea {
  height: 100px;
  resize: none;
}

textarea.form-control {
  height: 120px;
  resize: none;
}

.contact-form h5 {
  color: #dad4c5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  margin: 0px 0 15px;
}

.contact-form .logo {
  max-height: 120px;
}

.fill-btn {
  background: transparent;
  cursor: pointer;
  display: inline-block;
  color: #c7b69d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  line-height: 45px;
  transition: all 0.3s ease-in;
  border-radius: 100px;
  padding: 0px 20px;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  vertical-align: middle;
  border: 2px solid #dad4c5;
}

.fill-btn:hover,
.fill-btn.active {
  color: #3a4044;
  background: #dad4c5;
}

.fill-btn.active:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

/*** CONTACT-DETAILS ***/
.contact-details {
  background: #00041c;
  padding: 70px 0px;
}

.contact-details .icon {
  color: #dad4c5;
  font-size: 24px;
  display: block;
  margin: 0 auto 30px;
}

.contact-details h3 {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.contact-details p {
  line-height: 1.7em;
  color: #fff;
  font-size: 16px;
}

.contact-details p a {
  color: #fff;
}

.contact-details .social a {
  display: inline-block;
  color: #fff;
  background: none;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 42px;
}

.contact-details .social a:hover {
  background: rgba(255, 255, 255, 0.15);
  background: #dad4c5;
  color: #000;
}

.contact-details p a:hover {
  color: #dad4c5;
}

/*** FOOTER ***/
.footer {
  background: #dad4c5;
  background-size: cover;
  padding: 50px 0px 20px;
}

.footer .container {
  position: relative;
  z-index: 9;
}

.footer .bigtext {
  color: #eae9dd;
  opacity: 0.3;
}

.footer ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.footer ul li {
  display: inline-block;
  margin: 10px 10px;
}

.footer ul li a {
  display: inline-block;
  color: #00041c;
  text-transform: uppercase;
}

.footer .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  margin-bottom: 30px;
}

.footer .logo + .logo {
  margin-top: -15px;
}

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

.footer .logo .remax {
  filter: invert(1) brightness(1);
  max-height: 70px;
}

.footer .logo a {
  margin: 0px 15px;
  display: inline-block;
}

.footer h3 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer p {
  color: #00041c;
  color: #939598;
  font-size: 14px;
}

.footer small,
.footer .details {
  color: #dddddd;
}

.footer .details {
  margin: 10px 0px 20px 0px;
}

.footer small {
  font-size: 12px;
}

.footer .details a {
  color: #dddddd;
  margin: 0px 10px;
  font-size: 18px;
  line-height: 2;
}

.footer .details .fa {
  margin-right: 10px;
}

.footer .details a:hover {
  color: #fff;
}

.footer .socials li {
  display: inline-block;
  margin: 0px 7px;
  padding: 0px;
  list-style: none;
}

.footer .socials li a {
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
}

.footer .socials li:hover a {
  background: #fff;
  color: #fff;
}

.footer li:hover a {
  color: #00041c;
  font-weight: 600;
}

/*** COPYRIGHT ***/
.copyright p {
  color: #00041c;
  font-size: 16px;
}

.copyright img {
  max-height: 50px;
  max-height: 40px;
  margin-left: 5px;
  filter: invert(1);
}

.section-title h6.newstyle:before {
  content: "";
  background: #0a0d38;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.section-title h6.newstyle {
  color: #0a0d38;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #0a0d38;
  display: inline-block;
  font-weight: 500;
  padding: 6px 14px 4px 14px;
  font-weight: 600;
}

.section-title p {
  font-size: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}

.section-title ul li {
  font-size: 18px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.about .section-title h5 {
  color: #0a0d38;
}

.contact-form .section-title h2 {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-form .text {
  display: flex;
  align-items: center;
}

.contact-form .text img.logo {
  max-height: 80px;
  filter: invert(115%) sepia(0%) saturate(0%) hue-rotate(303deg)
    brightness(114%) contrast(100%);
  margin-right: 30px;
}

.contact-form .text p {
  margin: 0;
}

.about .newbtn-default {
  margin-top: 30px;
}

.newbtn-default {
  display: inline-block;
  text-transform: uppercase;
  color: #0a0d38;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
  background: none;
  position: relative;
  border-bottom: 1px solid #0a0d38;
}

.newbtn-default:after {
  content: "";
  background: #0a0d38;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: 0;
  width: 9px;
  height: 9px;
  margin-left: 13px;
  border-radius: 50%;
}

.submitbtn {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 13px;
  background: none;
  position: relative;
  transition: all 0.3s;
}

.submitbtn:hover {
  color: #fff;
  text-decoration: underline;
}

.submitbtn:after {
  content: "";
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 0;
  width: 9px;
  height: 9px;
  margin-left: 13px;
  border-radius: 50%;
}

/*** PAGE-BANNER ***/
.page-banner {
  height: 55vh;
  padding-top: 100px;
}

.page-banner h1 {
  color: #fff;
  font-size: 50px;
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.page-banner p {
  color: #fff;
  letter-spacing: 0.8px;
}

.contact-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #0a0d38;
}

.contact-info a {
  color: #0a0d38;
  font-weight: 500;
}

.contact-info > .icon {
  margin-right: 10px;
  font-size: 14px;
  background: #0a0d38;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.contact-info a:hover {
  text-decoration: underline;
}

/*** FREE HOME EVALUATION ***/
.evaluation-box {
  padding: 75px 0px;
  position: relative;
  color: #000;
}

.evaluation-box .bg-form {
  background: rgba(219, 213, 197, 0.9);
  padding: 70px 50px;
}

.evaluation-box label {
  font-size: 16px;
  font-weight: 500;
  color: #0a0d38;
  margin-top: 10px;
  margin-bottom: 20px;
}

.evaluation-box .checkbox-group label {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.evaluation-box .btn-default.bordered {
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  color: #0a0d38;
  border: 1px solid #0a0d38;
  border-radius: 0px;
  padding: 25px 0px;
  font-weight: 500;
  background: none;
}

.evaluation-box .btn-default.bordered span {
  font-size: 11px;
}

.evaluation-box .btn-default.bordered:hover,
.evaluation-box .btn-default.bordered.active {
  background: #0a0d38;
  border-color: #0a0d38;
  color: #fff;
}

.evaluation-box .btn-default.active {
  background: #0a0d38;
  border-color: #0a0d38;
  color: #fff;
}

.evaluation-box .btn-default.bordered:before,
.evaluation-box .btn-default.bordered:after {
  display: none;
}
.evaluation-box fieldset.active {
  display: block;
}

.evaluation-box .navigate-btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.evaluation-box p {
  font-size: 16px;
}

fieldset#StepOne .navigate-btns {
  justify-content: end;
}

.evaluation-box .checkbox-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* Ensure items wrap when needed */
}

.evaluation-box .checkbox-group label {
  flex: 0 1 calc(50% - 10px); /* Each item takes 50% width minus a small margin */
  margin-bottom: 25px; /* Adds spacing between rows */
}

.evaluation-box input[type="checkbox"] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 10px;
}

.evaluation-box .form-control {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  color: #000;
  margin-bottom: 15px;
  height: 50px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.6;
}

.evaluation-box .form-control::placeholder {
  color: #000;
}

.evaluation-box .form-control:focus {
  background: #fff;
  color: #000;
  outline: 0;
  box-shadow: none;
}

.evaluation-box textarea.form-control {
  height: 120px;
  resize: none;
}

.evaluation-box .section-title {
  display: inherit;
}

/*** CALCULATOR-INFO ***/
.calc-info {
  padding: 70px 0px;
  overflow: hidden;
  background: #fff;
}

mw-calc-panel-body,
mw-calc-section {
  background: #dbd5c5 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 35px 0px !important;
}

mw-calc-section {
  padding: 35px 30px !important;
}

mw-calc-label {
  color: #0a0d38 !important;
  font-weight: 500 !important;
}

.mw-calc-search-input {
  border-radius: 0px !important;
}

#calculate_lt {
  color: #fff !important;
  background: #0a0d38 !important;
}

#calculate_lt:hover {
  color: #fff !important;
  background: #0a0d38 !important;
}

mw-calc-table {
  background: #faf8f1;
}

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

.mw-calc-table > tbody > tr.active > td {
  background: #0a0d38 !important;
  border-color: #0a0d38 !important;
  color: #fff !important;
}

/*** CONTACT FORM ***/
.contactpage-info {
  padding: 80px 0px;
  position: relative;
}

.contactpage-info .section-title h2 {
  margin-bottom: 25px;
  display: inline-block;
  font-size: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contactpage-info h3 {
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contactpage-info h5 {
  color: #dad4c5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  margin: 0px 0 15px;
}

.contactpage-info .bg {
  background: #0d1321;
  padding: 70px 60px;
  background: #f0f7ff;
  background: url(../img/bg-contact.png) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.contactpage-info .socials {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.contactpage-info .socials li {
  display: inline-block;
  margin: 0px;
  margin-right: 10px;
  padding: 0px;
  list-style: none;
}

.contactpage-info .socials li a {
  border: none;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline-block;
  line-height: inherit;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.contactpage-info .socials li:hover a {
  background: none;
  color: #0a0d38;
}

.contactpage-info .form-control {
  border: 1px solid #ccc;
}

/** BUYER-SELLER FORM **/
.buysellform {
  overflow: hidden;
  position: relative;
  background: #dbd5c5;
}

.buysellform .text-hidden {
  padding: 120px 0px 80px 0px;
  position: relative;
  overflow: hidden;
}

.buysellform .container {
  position: relative;
  z-index: 5;
}

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

.buysellform .bigtext {
  color: #e1dbcd;
}

.buysellform .form-control {
  border: 1px solid #ccc;
}

.buysellform textarea.form-control {
  height: 115px;
}

.buysellform h4 {
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}

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

select.form-control {
  appearance: auto;
}

.info-small {
  overflow: hidden;
  padding: 80px 0px;
  background-color: #fff;
}

.info-small p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}

.btn-link {
  color: #0a0d38;
}

.btn-link:hover {
  color: #0a0d38;
  text-decoration: none;
}

/*** OUR-TEAM ***/
.our-team {
  padding: 90px 0px 70px 0px;
  position: relative;
  overflow: hidden;
}

.our-team .bigtext {
  top: 140px;
  text-align: center;
  width: 100%;
}

.about .container {
  position: relative;
  z-index: 3;
}

.team-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.team-box .img {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 340px;
  margin-bottom: 2px;
  overflow: hidden;
}

.team-box .img img {
  object-position: top;
  display: block;
  transition: all 0.8s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-box .img .read {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 340px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1b2e47;
  transition: all 0.4s linear;
  z-index: 3;
  opacity: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}

.team-box:hover .img .read {
  opacity: 1;
}

.team-box .img .read:hover {
  text-decoration: underline;
}

.team-box:hover .img img {
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.team-box .text {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team-box h3 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.team-box h6 {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 14px;
  color: #959595;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.properties.homi .ndesign .box {
  margin-bottom: 25px;
}

.properties.homi h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.properties .ndesign .img {
  margin: 10px 0px 20px 0px;
  background: #000;
  overflow: hidden;
}

.properties .ndesign .img img {
  opacity: 1;
  transition: all 0.3s;
  aspect-ratio: 1 / 0.8;
  width: 100%;
  object-fit: cover;
}

.properties .ndesign .box:hover img {
  opacity: 0.5;
  transform: scale(1.1);
}

.services.brokers {
}

.evaluation-box .container {
  position: relative;
  z-index: 3;
}

/*** WHY-BEAU ***/
.why-beau {
  padding: 70px 0px 80px 0px;
  background: #fefbef;
  position: relative;
  overflow: hidden;
}

.why-beau .container {
  position: relative;
  z-index: 4;
}

.why-beau:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-pattern.png) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.15;
}

.why-beau .bigtext {
  top: 100px;
  z-index: 2;
  color: #eae9dd;
}

.why-beau .section-title p {
  font-size: 16px;
  line-height: 1.6;
}

.about.brokers .contact-info {
  padding-left: 4.33333333%;
}

.about.brokers .section-title h2 {
  margin-bottom: 30px;
  font-size: 54px;
}

.about.brokers .imgstyle:before {
  top: calc(50% - 175px);
  left: calc(50% - 175px);
  width: 350px;
  height: 350px;
}

.about.brokers .img {
  padding-top: 0px;
}

.about.brokers .imgstyle img {
  height: 400px;
}

.about.buysell h3 {
  font-weight: 700;
  font-size: 20px;
  color: #0a0d38;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about.buysell .container {
  position: relative;
  z-index: 4;
}

.about.buysell .section-title {
  padding: 0px;
}

.about.buysell .accordion {
  background: #fff;
}

.about.buysell .accordion-button {
  font-weight: 500;
  box-shadow: none !important;
}

.about.buysell .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0a0d38;
  box-shadow: none;
}

.about.buysell .accordion-button:not(.collapsed)::after {
  filter: invert(5) brightness(5);
}

.about.buysell .accordion p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}

.about.buysell .accordion-body {
  padding-bottom: 30px;
}

ul.bulleted {
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}

/*** OUR-PEOJECTS ***/
.our-projects {
  padding: 90px 0px 90px 0px;
  position: relative;
  overflow: hidden;
}

.our-projects .bigtext {
  top: 140px;
  text-align: center;
  width: 100%;
}

.our-projects .container {
  position: relative;
  z-index: 3;
}

.our-projects .owl-theme .owl-dots .owl-dot.active span,
.our-projects .owl-theme .owl-dots .owl-dot:hover span {
  background: #0a0d38;
}

.project-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-box .img {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 340px;
  margin-bottom: 2px;
  overflow: hidden;
  border-radius: 5px;
}

.project-box .img img {
  object-position: top;
  display: block;
  transition: all 0.8s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-box .img .read {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 340px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1b2e47;
  transition: all 0.4s linear;
  z-index: 3;
  opacity: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}

.project-box .img .read:hover {
  text-decoration: underline;
}

.project-box:hover .img .read {
  opacity: 1;
}

.project-box:hover .img img {
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.project-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.about.projets h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.about.projets .section-title h2 {
  margin-bottom: 30px;
}

.about.projets .imgstyle:before {
  top: calc(50% - 175px);
  left: calc(50% - 175px);
  width: 350px;
  height: 350px;
}

.about.projets .img {
  padding-top: 0px;
}

.about.projets .imgstyle img {
  height: 400px;
}

.about.projets .img-slider {
  margin-top: 120px;
}

.project-carousel .item .projectslide-img {
  transform: scale(0.85);
  transition: all 0.6s;
}

.project-carousel .center .item .projectslide-img {
  transform: scale(1);
}

.about.projets .owl-theme .owl-nav {
  margin: 0;
}

.about.projets .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
  width: 80px;
  height: 60px;
  background: #eae9dd url(../img/arrow-prev.webp) 50% 50% no-repeat;
  background-size: 32px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.about.projets .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff !important;
}

.about.projets .owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 0px;
  background: #eae9dd url(../img/arrow-next.webp) 50% 50% no-repeat;
  background-size: 32px;
}

.about.projets .projectslide-img img {
  aspect-ratio: 1 / 0.6;
  border-radius: 5px;
  object-fit: cover;
}

.evaluation-box.homi {
  background: url(../img/raquel-navalon-alvarez-mlNgLocaVo8-unsplash.jpg) 50%
    50% no-repeat;
  background-size: cover;
}

.video-full {
  padding: 60px 0px;
}

/*** PROGRAMSINFO ***/
.programsinfo {
  padding: 90px 0px 90px 0px;
  position: relative;
  overflow: hidden;
}

.programsinfo .container {
  position: relative;
  z-index: 3;
}

.programsinfo .bigtext {
  top: 140px;
  text-align: center;
  width: 100%;
}

.programsinfo p {
  margin-bottom: 40px;
}

.programsinfo p.black {
  margin-bottom: 10px;
}

.programsinfo p strong {
  color: #000;
}

.programsinfo.real-page {
  background: #f6f6f6;
}

.programsinfo.real-page .nav-tabs {
  justify-content: center;
  border: none;
  margin-bottom: 30px;
}

.programsinfo.real-page .nav-tabs button {
  justify-content: center;
  border: none !important;
  background: none !important;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 2px solid transparent !important;
  padding: 3px 0px;
  margin: 0px 10px;
}

.programsinfo.real-page .nav-tabs button:hover,
.programsinfo.real-page .nav-tabs button.active {
  justify-content: center;
  border-bottom: 2px solid #0a0d38 !important;
}

.speciality-box {
  display: inline-block;
  width: 100%;
  padding: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 25px;
}

.speciality-box h3 {
  color: #0a0d38;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: 0;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
}

.speciality-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.speciality-box .text {
  min-height: 100px;
}

.speciality-box .links {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.speciality-box .links a {
  color: #0a0d38;
  display: inline-block;
  margin-right: 15px;
}

.speciality-box .links a:hover {
  color: #000;
  text-decoration: underline;
}

.speciality-box .links a svg {
  font-size: 14px;
  margin-right: 10px;
}

/*** TEAM NEWDESIGN ***/
.about.brokers.newdesign .bgimg .agent-details {
  overflow: hidden;
  text-overflow: ellipsis; /* Adds ellipsis (...) at the end of the truncated text */
  display: -webkit-box;
  -webkit-line-clamp: 10; /* Specifies the maximum number of lines */
  line-clamp: 10; /* Standard property for modern browsers */
  -webkit-box-orient: vertical;
}

.about.brokers.newdesign .bgimg {
  position: relative;
  margin-bottom: 100px;
}

.about.brokers.newdesign .bgimg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 233, 221, 0.8);
}

.about.brokers.newdesign .bgimg .section-title {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.about.brokers.newdesign .bgimg.right .section-title {
  padding-left: 0px;
  padding-right: 40px;
}

.about.brokers.newdesign .bgimg > div {
  position: relative;
  z-index: 2;
}

.about.brokers.newdesign .bgimg .contact-info {
  padding-left: 0px;
}

.about.brokers.newdesign .bgimg .img {
  padding-bottom: 0px;
  margin-top: -80px;
}

.about.brokers.newdesign .bgimg .contact-info.first {
  margin-top: 30px;
}

/*** NEW CSS ***/
.footer ul {
  width: 100%;
}

.header.menubar .menu-btn {
  display: inline-block;
  background: none !important;
  border-radius: 0px;
  text-align: right;
  font-size: 9px;
  letter-spacing: 1px;
  color: #fff !important;
  width: 30%;
  margin: 0;
  min-height: 35px;
}

.header.header.menubar.fixed .menu-btn {
  color: #0a0d38 !important;
}

.header.header.menubar.fixed .menu-btn span {
  background: #0a0d38 !important;
}

.header.menubar .menu-btn div {
  width: 28px;
  margin-bottom: 2px;
}

.header.menubar .menu-btn span {
  height: 3px;
  margin: 2px 0px;
  background-color: #fff;
}

.header.menubar .menu-btn span:first-child {
  width: 50%;
}

.header.menubar .menu-btn span:last-child {
  width: 70%;
}

.side-menu.intro {
  left: auto;
  right: 0;
}

.side-menu {
  left: auto;
  right: -100%;
  width: 69.18%;
  padding: 42px 62px;
}

a.CloseBtn {
  top: 40px;
  right: 40px;
  font-size: 10px;
  background: none;
  border-radius: 0;
  color: #fff;
  padding-top: 40px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

a.CloseBtn:before,
a.CloseBtn:after {
  width: 30px;
  top: 37%;
}

.side-menu .logo img {
  max-height: 90px;
  filter: invert(115%) sepia(0%) saturate(0%) hue-rotate(303deg)
    brightness(114%) contrast(100%);
}

.side-menu ul.main-menu.navbar-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.side-menu ul.main-menu.navbar-nav > li {
  width: 30%;
  margin: 0 0 35px;
  float: left;
}

.side-menu ul.main-menu.navbar-nav > li.active > a,
.side-menu ul.main-menu.navbar-nav > li:hover > a {
  color: #dbd5c5 !important;
}

.side-menu .menu-item-has-children > a:before,
.side-menu .menu-item-has-children > a:after {
  display: none;
}

.side-menu li.menu-item-has-children ul.sub-menu {
  display: inline-block !important;
  background: none !important;
  padding: 0px !important;
  opacity: 1;
  visibility: visible !important;
  pointer-events: all;
  min-width: 100%;
  width: 100%;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
  padding: 10px 0px;
  font-size: 12px;
  background: none !important;
  color: #fff !important;
  font-weight: 300;
  display: inline-block;
  width: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item > a,
.side-menu ul.navbar-nav li ul.sub-menu li.active > a {
  background: none !important;
  color: #fff !important;
}

.side-menu .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 80px;
}

.side-menu .bottom .icon {
  color: #dad4c5;
  font-size: 24px;
  display: block;
  margin: 0 auto 30px;
}

.side-menu .bottom p {
  line-height: 1.7em;
  color: #fff;
  font-size: 14px;
}

.side-menu .bottom .social a {
  display: inline-block;
  color: #fff;
  background: none;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 5px 7px;
}

.side-menu .bottom .social a:hover {
  background: rgba(255, 255, 255, 0.15);
  background: #dad4c5;
  color: #000;
}

/*** HEADER ***/
.header ul.sub-menu {
  transform: none;
  left: 0px;
  min-width: 440px;
}

.header ul.sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 10px;
  left: 15px;
}

.navbar-light .navbar-nav ul.sub-menu li {
  margin-bottom: 0;
  background: #fff !important;
  text-align: left;
}

.navbar-light .navbar-nav ul.sub-menu > li:first-child {
  padding-top: 5px;
}

.navbar-light .navbar-nav ul.sub-menu li > a {
  text-align: left;
  padding: 10px 30px !important;
  font-weight: 600;
}

.navbar-light .navbar-nav ul.sub-menu li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-light .navbar-nav ul.sub-menu li ul > li {
  padding: 10px 30px !important;
  display: flex;
  align-items: center;
}

.navbar-light .navbar-nav ul.sub-menu li ul > li > a {
  padding: 0px !important;
  background: none !important;
}

.navbar-light .navbar-nav ul.sub-menu li ul > li .img {
  margin-right: 20px;
  width: 100px;
  height: 60px;
  min-width: 100px;
}

.navbar-light .navbar-nav ul.sub-menu li ul > li .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.navbar-light .navbar-nav ul.sub-menu li ul > li h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.navbar-light .navbar-nav ul.sub-menu li ul > li small {
  display: inline-block;
  font-size: 10px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.9) !important;
}

/*** SEARCHBOX ***/
.searchbox {
  padding: 40px 0px;
}

.searchbox .bg {
  padding: 10px 20px;
  flex-wrap: nowrap;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.searchbox .bg div {
  width: 25%;
  position: relative;
}

.searchbox .bg div > span {
  position: absolute;
  top: 50%;
  right: 0px;
  color: #000;
  margin-top: -21px;
}

.searchbox .bg div > span.left {
  right: auto;
  left: 0;
}

.searchbox .form-control {
  border-bottom: 1px solid #ccc;
}

.searchbox .form-control {
  border-bottom: 1px solid #ccc;
}

.properties.homi .ndesign .box .img {
  display: inline-block;
  width: 100%;
}

/*** SELLHOME SECTION ***/
.sellhome {
  padding: 100px 0px;
}

.bigtext {
  width: 100%;
}

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

.sellhome .imageBox {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 270px;
}

.sellhome .imageBox.fullHeight {
  min-height: 270px;
  max-height: 445px !important;
  height: 445px !important;
}

.sellhome .imageBox.lessHeight {
  min-height: 170px;
  max-height: 170px !important;
  height: 40% !important;
}

.sellhome .imageBox.smallHeight {
  height: 170px !important;
  max-height: 170px !important;
}

.sellhome .imageBox:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.sellhome .imageBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.2);
}

.sellhome .imageBox p {
  position: absolute;
  margin: 0;
  padding: 0.25em;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  line-height: 1.5;
  text-shadow: 0 2px 5px rgb(0 0 0);
}

.sellhome .newbtn-default {
  margin-top: 40px;
}

/*** PROPERTIES-HOME ***/
.properties-home {
  padding: 100px 0px;
  background: #fbfbfb;
}

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

.propertyhome-carousel.owl-theme .item {
  padding: 0px 0px;
}

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

.properties-home .bigtext {
  color: #f1f1f1;
}

.properties-home.properties .section-title h6.newstyle {
  color: #0a0d38;
  border-color: #0a0d38;
}

.properties-home.properties .section-title h6.newstyle:before {
  background: #0a0d38;
}

.instagram-section .owl-theme .owl-dots {
  margin-top: 30px !important;
}

.properties-home.properties .owl-theme .owl-dots .owl-dot span {
  background-color: #0a0d38;
  opacity: 0.6;
  margin: 0px 5px;
}

.properties-home.properties .owl-theme .owl-dots .owl-dot.active span {
  background-color: #0a0d38;
  opacity: 1;
}

/*** LIFESTYLE PAGE CSS ***/
.lifestyle-section {
  padding: 90px 0px 90px 0px;
  position: relative;
  overflow: hidden;
}

.lifestyle-section .bigtext {
  top: 140px;
  text-align: center;
  width: 100%;
}

.lifestyle-section .container {
  position: relative;
  z-index: 3;
}

.lifestyle-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.lifestyle-box .img {
  position: relative;
  overflow: hidden;
}

.lifestyle-box .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  aspect-ratio: 1 / 0.8;
}

.lifestyle-box:hover .img img {
  transform: scale(1.1);
}

.lifestyle-box h4 {
  text-transform: uppercase;
  margin-top: 30px;
}

.lifestyle-box p {
  font-size: 16px;
}

.lifestyle-box .read {
  text-decoration: underline;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}

.instagram-section {
  padding: 0px 0px 100px 0px;
  background: #dbd5c5;
  position: relative;
  overflow: hidden;
}

.instagram-section .bigtext {
  color: #e1dbcd;
}

.instagram-section .text-hidden {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.instagram-box {
  display: inline-block;
  background: #000;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.25;
}

.instagram-box img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  aspect-ratio: 1 / 0.8;
}

.instagram-box:hover img {
  transform: scale(1.1);
}

.instagram-section .owl-theme .owl-dots .owl-dot span {
  background-color: #0a0d38;
  opacity: 0.6;
  margin: 0px 5px;
}

.instagram-section .owl-theme .owl-dots .owl-dot.active span {
  background-color: #0a0d38;
  opacity: 1;
}

.our-team .bigtext {
  overflow: hidden;
}
.otgs-development-site-front-end {
  display: none;
}

.navbar-nav > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

.header.fixed
  .navbar-light
  .navbar-nav
  > .nav-item.current_page_item
  > .nav-link {
  color: #000 !important;
}

.navbar-light .navbar-nav > .nav-item.current_page_item > .nav-link::after {
  opacity: 1;
}

input.wpcf7-form-control.wpcf7-not-valid {
  border: 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 {
  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;
}

.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button {
  display: inline-block;
  background: none !important;
  border: none !important;
  padding: 0px !important;
  text-transform: uppercase;
  color: #0a0d38;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
  background: none;
  position: relative;
  border-bottom: 1px solid #0a0d38 !important;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  transition: all 0.3s;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
  border-color: transparent !important;
  background: transparent !important;
  color: #000 !important;
}

.evaluation-box .cf7mls_next.action-button:after,
.evaluation-box .cf7mls_back.action-button:after,
.evaluation-box .action-button:after {
  content: "";
  background: #0a0d38 !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: 0;
  width: 9px;
  height: 9px;
  margin-left: 13px;
  border-radius: 50%;
}

.evaluation-box .navigate-btns button[type="submit"] {
  margin-left: auto;
}

.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
  flex: 0 1 calc(50% - 10px);
  margin: 0px;
  margin-bottom: 25px !important;
  font-size: 15px;
  font-weight: 400;
}

.evaluation-box input[type="submit"].btn-default,
.evaluation-box button[type="submit"].btn-default {
  margin-left: auto;
}

.evaluation-box .checkbox-group .wpcf7-list-item label {
  margin: 0;
}

input[type="submit"],
button[type="submit"] {
  transition: all 0.3s;
}

.evaluation-box input[type="checkbox"] {
  margin-right: 7px;
}

.wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
  clear: both;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  top: -2px;
  position: relative;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 0px;
  line-height: 1;
  color: #fff;
}

.wpml-ls-legacy-list-horizontal a:hover {
  color: #000 !important;
}

.header.menubar.fixed .wpml-ls-legacy-list-horizontal a {
  color: #000;
}

.fixed
  .navbar-light
  .navbar-nav
  .nav-item
  > .sub-menu
  > .menu-item:hover
  > .nav-link,
.fixed
  .navbar-light
  .navbar-nav
  .nav-item
  > .sub-menu
  > .menu-item.active
  > .nav-link {
  color: #fff !important;
}

.modal-backdrop {
  z-index: 99999;
}

.modal {
  z-index: 999999;
  padding: 0px !important;
}

.modal.guide .modal-body {
  padding: 70px 30px 70px 30px;
}

.modal.guide button.btn-close {
  font-size: 17px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal.guide .form-control {
  border: 1px solid #ccc;
}

.modal.guide button.btn-close svg {
  opacity: 0;
}

.modal.guide .modal-dialog {
  max-width: 600px !important;
}

.modal.guide .newbtn-default {
  display: block;
  margin: 15px auto;
}

.modal.guide .section-title h2 {
  font-size: 45px;
}

.sellhome {
  overflow: hidden;
}
