@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");

/*** GENERIC CSS ***/
html,
body {
  font-family: "Quicksand", sans-serif;
}

body {
  font-size: 16px;
  color: #000;
  padding: 15px;
  /* font-family: "Great Vibes", cursive;
    font-family: "Italiana", sans-serif; */
  font-family: "Quicksand", sans-serif;
}

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

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

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;
  text-transform: uppercase;
  font-family: "Italiana", sans-serif;
}

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

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

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

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

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

p {
  color: #525252;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2;
}

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

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

.btn-default {
  border-radius: 0px;
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
  outline: 0px;
  padding: 0px 50px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  line-height: 64px;
  display: inline-block;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
}

.btn-default:hover {
  background: #525252;
  border-color: #525252;
  color: #fff;
}

.btn-default.white {
  background: none;
  border-color: #fff;
  color: #fff;
}

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

.btn-default.whitefill {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.btn-default.whitefill:hover {
  background: #525252;
  border-color: #525252;
  color: #fff;
}

.btn-default.btn-white-black-bordered {
  background: #fff;
  color: #000;
  border-color: #000;
}

.btn-default.btn-white-black-bordered:hover {
  background: #525252;
  border-color: #525252;
  color: #fff;
}

.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 h6 {
  margin-bottom: 0px;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  font-size: 18px;
  letter-spacing: 9px;
}

.section-title h2 {
  margin-bottom: 0px;
  font-family: "Italiana", sans-serif;
  color: #000000;
  font-size: 90px;
  letter-spacing: 9px;
  line-height: 0.4;
  letter-spacing: 0;
  margin-top: 35px;
  margin-bottom: 40px;
}

.section-title h2 span {
  color: #000;
  font-family: "Quicksand", sans-serif;
  margin: 0 0 15px;
  font-size: 16px;
  letter-spacing: 8px;
  font-weight: 600;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1440px;
}

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

ul.bulleted-list li,
ul.bulleted-list li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

/*** Sidemenu ***/
.menu-btn {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 13px;
  background: none !important;
  border-radius: 50%;
  padding-right: 5px;
  cursor: pointer;
}

.menu-btn span {
  width: 26px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin: 2.5px 0px;
  float: right;
  transition: all 0.3s;
  border-radius: 3px;
}

.menu-btn div {
  display: inline-block;
}

.menu-btn span:nth-child(2) {
  width: 100%;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 999999;
  overflow: hidden;
  height: 100vh;
  background: #000;
  overflow: hidden;
  overflow-y: scroll;
  max-width: 700px;
  padding: 49px 77px 49px 71px;
}

.side-menu .headbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.side-menu .logo {
  display: inline-block;
  font-family: "Great Vibes", cursive;
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  line-height: 0.37;
  margin-top: 22px;
  text-align: center;
}

.side-menu .logo span {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  letter-spacing: 8.19px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 8.19px;
}

.side-menu .tel {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.side-menu .tel:hover,
.side-menu .tel:focus {
  background: none !important;
  color: #fff !important;
}

.side-menu .tel i {
  margin-right: 0px;
  margin-top: -7px;
  font-size: 24px;
  vertical-align: middle;
}

.backdrop-sidemenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0009;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: 99;
}

.backdrop-sidemenu.active {
  opacity: 1;
}

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

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

.side-menu .bgblack {
  display: flex;
  justify-content: space-between;
}

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

.side-menu ul.main-menu li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 10px;
  padding: 16px 0;
}

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

.side-menu ul.main-menu li a {
  display: inline-block;
  padding: 0px;
  color: #eaeaea;
  font-family: "Italiana", sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

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

.side-menu .menu-item-has-children:hover > a,
.side-menu .menu-item-has-children.active > a {
  color: #000;
}

a.CloseBtn {
  float: right;
  color: #fff;
  font-size: 26px;
  margin: 0px 4px 0px 0px;
  position: relative;
  z-index: 99;
  cursor: pointer;
  min-width: 30px;
  min-height: 22px;
}

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

a.CloseBtn:hover {
  opacity: 0.6;
}

a.menu-btn.active {
}

a.menu-btn.active span:nth-child(2) {
  opacity: 0;
}

a.menu-btn.active span:nth-child(1) {
  transform: rotate(-45deg);
  position: relative;
  top: 14px;
}

a.menu-btn.active span:last-child {
  transform: rotate(45deg);
  width: 100%;
  position: relative;
  top: -4px;
}

a.menu-btn.active span:last-child {
  width: 100%;
}

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

.side-menu .menu-item-has-children > a {
  pointer-events: none;
  cursor: pointer;
  position: relative;
}

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

.side-menu .menu-item-has-children > a:before {
  position: absolute;
  top: 0;
  right: 34px;
  color: #fff;
  font-size: 27px;
  z-index: 99;
  top: 50%;
  transform: translate(0px, -50%);
  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 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: #f5f5f5;
  padding: 0px 0px !important;
  display: none !important;
  top: 0 !important;
  box-shadow: none;
  border: none;
  background: #f5f5f5;
}

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

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

.side-menu ul.main-menu li ul {
  padding: 15px 0;
  padding-left: 20px;
}

.side-menu ul.main-menu li ul li a {
  color: #666;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  white-space: nowrap;
}

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

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

.side-menu ul.main-menu > li {
  width: 100%;
  padding: 16px 0px;
}

.burgerMenu__socials {
  position: absolute;
  right: 25px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
}

.burgerMenu__socials h3 {
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 7.5px;
  transform: rotate(180deg);
}

.burgerMenu__socials--links {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.burgerMenu__socials--links a {
  margin: 10.5px 0;
  display: block;
  color: #fff;
}

.burgerMenu__socials:after {
  display: block;
  content: "";
  width: 1px;
  height: 110px;
  background: #fff;
}

/*** HEADER ***/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 43px 0px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 99;
  overflow: visible;
  transition: all 0.3s;
}

@media only screen and (min-width: 992px) {
  .header .navbar-collapse {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
}

.header.fixed {
  position: fixed;
  z-index: 999;
  background: #000000;
  padding: 16px 100px;
}

.header.fixed .navbar-brand .logo a {
  display: block;
  font-family: "Great Vibes", cursive;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 0.7;
  margin-top: 5%;
}

.header.fixed .navbar-brand .logo a span {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  --logo-small-tracking: 8.19px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 8.19px;
}

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

.navbar-brand .logo img {
  max-height: 50px;
  margin-top: -15px;
}

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

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

.main-nav .navbar .navbar-nav.middle {
  padding-left: 5px;
}

.main-nav .navbar .navbar-nav.logo .nav-item {
  padding: 0;
}

.main-nav .navbar .navbar-nav.logo .nav-item .nav-link {
  color: #fff;
  font-family: "Great Vibes", cursive !important;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 0.4 !important;
  margin-top: 20px;
  padding: 0;
  text-transform: inherit;
  letter-spacing: -0.1px;
}

.main-nav .navbar .navbar-nav.logo .nav-item .nav-link span {
  font-family: "Quicksand", sans-serif !important;
  font-size: 13px;
  letter-spacing: 8.19px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 8.19px;
}

.main-nav .navbar .navbar-nav.logo .nav-item:hover .nav-link {
  background: none !important;
  color: #fff !important;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  letter-spacing: 0.65px;
  font-weight: 500;
  line-height: 1.4;
}

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

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before,
.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after,
.main-nav
  .navbar
  .navbar-nav
  .nav-item.menu-item-has-children
  > .nav-link:after {
  display: none;
}

.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: 16px;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: all 0.3s;
}

.main-nav
  .navbar
  .navbar-nav
  .nav-item:hover
  > .nav-link.dropdown-toggle::before {
  transform: rotate(180deg);
  margin-top: -3px;
}

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

.main-nav
  .navbar
  .navbar-nav
  .nav-item.active
  > .nav-link.dropdown-toggle::before {
  transform: rotate(180deg);
  margin-top: -3px;
}

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

.navbar-brand {
  margin-left: 20px;
}

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

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

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

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

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

.navbar-expand-md .navbar-nav > .nav-item:hover .dropdown-menu,
.navbar-expand-md .navbar-nav > .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translate(-50%);
  border-radius: 0;
}

.navbar-expand-md .navbar-nav > .nav-item .dropdown-menu,
.navbar-expand-md .navbar-nav > .nav-item .sub-menu {
  padding: 11px 0 0;
  list-style: none outside none;
  margin: 0;
  position: absolute;
  left: 50%;
  width: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 30px);
  transition: transform 0.3s, opacity 0.3s, visibility, 0.3s;
  display: block;
  min-width: 200px;
  background: none;
  border: none;
}

.navbar-expand-md .navbar-nav > .nav-item .sub-menu li {
  background: #fff !important;
  text-align: center;
}

.navbar-expand-md .navbar-nav > .nav-item .sub-menu li > a.nav-link {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-transform: inherit;
  letter-spacing: 0.65px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  padding: 9px 14px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #000 !important;
  background: none !important;
  background: #fff;
}

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

.header .navbar-nav.rt > .nav-item.tel .nav-link {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.header .navbar-nav.rt > .nav-item.tel:hover .nav-link,
.header .navbar-nav.rt > .nav-item.tel:focus .nav-link {
  background: none !important;
  color: #fff !important;
}

.header .navbar-nav.rt > .nav-item.tel .nav-link i {
  margin-right: 0px;
  margin-top: -7px;
  font-size: 24px;
  vertical-align: middle;
}

.header .navbar-nav.rt > .nav-item:last-child {
  margin-left: 40px;
}

.header .navbar-nav.rt > .nav-item:last-child .nav-link {
  padding-right: 0px !important;
}

.header .navbar-nav.rt > .nav-item.logo-agency {
  margin-left: 10px;
}

.header .navbar-nav.rt > .nav-item.logo-agency img {
  height: 35px;
}

/*** HERO ***/
.hero {
  position: relative;
  overflow: hidden;
  height: 87vh;
}

.hero-content {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  bottom: 55px;
  left: 0;
}

.hero-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1;
}

.hero-content h1,
.hero-content h6 {
  color: #fff;
}

.hero-content h6 {
  color: #fff;
  letter-spacing: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero-content .btn-default {
  background: none;
  border-color: #fff;
  border-color: #fff;
}

.hero-content .btn-default.btn-active,
.hero-content .btn-default:hover {
  background: #fff;
  color: #000;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, #000c, #0000 15.13%),
    linear-gradient(180deg, #0000 46.88%, #0009);
  z-index: 4;
}

.banner-carousel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.hero .item {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.hero .owl-dots {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  /* background: rgb(206, 206, 206); */
  margin: 0;
  z-index: 9;
}

.hero .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: -4px 10px;
  background: rgb(206, 206, 206);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

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

/*** About ***/
.about {
  padding: 15px 0 0;
}

.imgbox {
  position: relative;
  max-width: 560px;
  padding: 40px 0 0 41.11px;
  margin: 50px 0px 40px;
}

.imgbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 61px);
  height: calc(100% - 57px);
  background: url(../img/about-overlay.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
}

.imgbox img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.about .container {
  padding: 40px 70px;
}

.about ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.about p {
  color: #525252;
  margin-bottom: 25px;
}

.about ul li {
  margin-right: 35.78px;
  padding: 5px 0;
  color: #525252;
}

.about ul li img {
  margin-right: 3px;
}

.about ul li a {
  color: #525252;
  border-bottom: 1px solid transparent;
  line-height: 1.6;
  font-weight: 500;
}

.about ul li a:hover {
  color: #000000;
  border-color: #000000;
}

/*** numbers ***/
.numbers .container {
  padding: 40px 60px;
}

.numbers .section-title {
  margin-bottom: 60px;
}

.numbers h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.numbers p {
  font-size: 18px;
  letter-spacing: 0.7px;
  margin: 14px 0 0;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  color: #000000;
}

.numbers .bright {
  padding: 27px 0;
  border-right: 1px solid #d9d9d9;
}

.numbers .bright:last-child {
  border-right: 1px solid transparent;
}

.numbers .space {
  padding: 0 60px;
}

/*** meet-team ***/
.meet-team {
  padding: 54px 95px 40px 95px;
  position: relative;
}

.meet-team:before {
  content: "";
  background: url(../img/bg-team.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: calc(100% - 339px);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

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

.meet-team .section-title {
  margin-bottom: 80px;
}

.teambox {
  display: inline-block;
  width: 100%;
}

.teambox .img {
  margin-bottom: 30px;
}

.teambox:hover .img img {
  filter: grayscale(1);
}

.teambox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1.4;
  transition: all 0.3s;
}

.teambox .text {
  margin-bottom: 30px;
}

.teambox .text h3 {
  color: #000000;
  text-align: center;
  font-size: 25px;
  letter-spacing: 1.25px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.teambox .text p {
  color: #000000;
  text-align: center;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  display: block;
  margin-top: 0px;
}

.meet-team .owl-theme .owl-nav {
  margin: 0;
}

.meet-team .owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  background: none !important;
  position: absolute;
  top: 35%;
  left: -60px;
}

.meet-team .owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -60px;
}

.meet-team .btn-default {
  margin-top: 40px;
}

/*** properties ***/
.properties {
  position: relative;
  margin-top: 40px;
  padding: 40px 0;
}

.properties .container {
  padding: 90px 70px 0;
  z-index: 4;
  position: relative;
}

.properties .bg {
  background: url(../img/propertiesBg.webp) 50% 50% no-repeat;
  background-size: cover;
  height: calc(100% - 396px);
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translate(-50%);
  max-width: 1233px;
  z-index: 1;
}

.properties .space {
  padding: 0 106px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.properties .right .propertybox:first-child {
  margin-top: 50px;
}

.propertybox {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.propertybox .img {
  position: relative;
}

.propertybox:hover .img img {
  filter: grayscale(1);
}

.propertybox .img img {
  height: 445px;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s;
}

.propertybox .label {
  font-size: 18px;
  width: 159px;
  padding: 8px 33px;
  top: 20px;
  right: 20px;
  position: absolute;
  color: #fff;
  z-index: 7;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
  background: #000000b3;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.propertybox .text {
  max-width: 367px;
  padding: 16px 24px;
  left: 38.69px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  background: #fff;
  width: 100%;
}

.propertybox .text h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  font-family: "Italiana", sans-serif;
}

.propertybox .text h3 small {
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.propertybox .text strong {
  font-size: 25px;
  padding: 16px 0 0;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

.prop-pagination * {
  color: #000;
}

.prop-pagination .page-link {
  border: 0px;
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 0px !important;
}

.prop-pagination .page-link:hover,
.prop-pagination .page-link:last-child:hover i {
  background: #000;
  color: #fff;
}

.prop-pagination .disabled .page-link {
  background: none;
}

.prop-pagination .disabled .page-link i {
  color: #ccc;
}

/*** search-listings ***/
.search-listings {
  padding: 40px calc(11.6875rem - 15px);
}

.search-listings p {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.8px;
  margin: 10px 0 0;
}

.search-listings .bootstrap-select > .dropdown-toggle {
  background: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: none !important;
  padding: 12px 0px;
}

.bootstrap-select > .dropdown-toggle:after {
  display: none;
}

.search-listings .bootstrap-select {
  border: none;
  padding: 0;
  color: #000 !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAYAAABxeg0vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTEyLTE4VDA3OjMyOjI3KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0xMi0xOFQwNzo0Nzo1NiswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0xMi0xOFQwNzo0Nzo1NiswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Mzk4NzYwMy0yMWJhLWYyNDMtYTliMy0yNDJjNmVhNTcwOWQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzM5ODc2MDMtMjFiYS1mMjQzLWE5YjMtMjQyYzZlYTU3MDlkIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzM5ODc2MDMtMjFiYS1mMjQzLWE5YjMtMjQyYzZlYTU3MDlkIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Mzk4NzYwMy0yMWJhLWYyNDMtYTliMy0yNDJjNmVhNTcwOWQiIHN0RXZ0OndoZW49IjIwMjQtMTItMThUMDc6MzI6MjcrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6wsrHxAAAAd0lEQVQImXWLPQqDQBhEnyH2KVOofM1CSq+UEyyewCNsPJI3SJ9mGyG9jRh3P4sgiD8D08y8h5HMchIjhVVV1r3AtTWSuwP4BaHd7sn/lDIh1CP9E26kBAex+fjurap7AeAhd4mkLgITv8r7rwc4FRZpABb4SJgB8D8z+vE1/uUAAAAASUVORK5CYII=) !important;
  background-repeat: no-repeat;
  background-position: right center;
  min-width: 100%;
  width: 100% !important;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
  color: #000 !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}

.bootstrap-select .dropdown-toggle .filter-option {
  color: #000 !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}

.search-listings .btn-default {
  line-height: 50px;
  margin-top: 50px;
}

/*** testimonials ***/
.testimonials {
  position: relative;
  margin: 40px 0;
  padding: 111px 132px 0;
}

.testimonials .bg {
  position: absolute;
  background: url(../img/bg-testi.jpg) 50% 50% no-repeat;
  height: calc(100% - 8px);
  z-index: 2;
  right: 0;
  top: 0;
  width: 100%;
  background-size: cover;
}

.testimonials .container {
  position: relative;
  z-index: 4;
  padding: 70px 180px;
  background: #fff;
}

.testimonials .section-title {
  margin-bottom: 80px;
}

.testimonials p {
}

.testimonials .btn-default {
  margin-top: 50px;
}

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

.testimonials .owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  background: none !important;
  position: absolute;
  top: 30%;
  left: -120px;
}

.testimonials .owl-theme .owl-nav [class*="owl-"].owl-next {
  top: 30%;
  left: auto;
  right: -120px;
}

/*** video-testimonials ***/
.video-testimonials {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0;
}

.video-testimonials .section-title {
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
}

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

.videobox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  background: #000;
  z-index: 2;
}

.videobox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80px;
  z-index: 3;
  width: auto;
}

.video-testimonials .name {
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 2.24px;
  margin-top: 32px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 50px;
}

.video-testimonials .owl-carousel .owl-stage-outer {
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  z-index: 5;
}

.video-testimonials .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.video-testimonials .owl-carousel .owl-stage .item {
  transform: scale(0.85);
}

.video-testimonials .owl-carousel .owl-stage .center .item {
  transform: scale(1);
}

.videomodal .modal-content {
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}

.videomodal .modal-body {
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}

.videobox:hover:before {
  opacity: 0.6;
}

.videomodal .btn-close {
  position: absolute;
  top: -25px;
  right: 0px;
  color: #fff;
  opacity: 1;
  z-index: 9999;
  filter: invert(1);
  font-size: 14px;
}

.video-testimonials .owl-theme .owl-nav {
  margin: 0;
  width: 100%;
  max-width: 996px;
  float: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -15px;
}

.video-testimonials .owl-theme .owl-nav [class*="owl-"] {
  background: none !important;
  margin: 0 !important;
}

/*** social ***/
.social {
  padding: 40px 134px;
}

.social .section-title {
  margin-bottom: 70px;
}

.social h3 {
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 9px;
  margin: 30px 0px 30px 0px;
}

.social .text {
  padding: 0 30px;
  text-align: center;
}

.social p {
  color: #525252;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}

.social .right {
  padding-left: 50px;
}

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

.social .right p {
  font-family: "Italiana", sans-serif;
  color: #525252;
  font-size: 25px;
  letter-spacing: 1.25px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
}

/*** work-together ***/
.work-together {
  padding: 40px 5px 73px;
  padding-bottom: 130px;
}

.work-together .space {
  padding: 30px 161px;
}

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

.work-together .btns {
  gap: 31px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.work-together .btns a {
  height: 172px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 7px 29px #64646f26;
  background: #fff;
  transition: all 0.4s ease-in-out;
  width: calc(25% - 32px);
  padding: 0 0 0 22px;
}

.work-together .btns a:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg-black.jpg) 50% 50% no-repeat;
  background-size: cover;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.work-together .btns a span {
  left: -22px;
  white-space: nowrap;
  padding-right: 5px;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.25px;
  font-family: "Italiana", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0 10px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  white-space: nowrap;
}

.work-together .btns a span:after {
  width: 72px;
  display: block;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  transition: all 0.6s ease-in-out;
}

.work-together .btns a:hover {
  margin-left: 10px;
}

.work-together .btns a:hover:after {
  opacity: 1;
}

.work-together .btns a:hover span {
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.work-together .btns a:hover span:after {
  width: 100%;
  background: #fff;
}

/*** footer ***/
.footer {
  position: relative;
}

.footer .container {
  padding: 0 121px;
  position: relative;
}

.footer .bg {
  background: url(../img/footer-bg.webp) 50% 50% no-repeat;
  background-size: cover;
  top: 30px;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

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

.footer .tp {
  padding-top: 86px;
}

.footer .logo {
  display: inline-block;
  font-family: "Great Vibes", cursive;
  color: #000;
  font-size: 85px;
  font-weight: 400;
  line-height: 0.37;
  margin-top: 22px;
  text-align: center;
  margin-bottom: 40px;
}

.footer .logo span {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  letter-spacing: 8.19px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 8.19px;
}

.contact-info {
  display: flex;
  align-items: start;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.65px;
  line-height: 1.5;
  padding: 6px 0;
}

.contact-info .img {
  margin-right: 8px;
  min-width: 16px;
  margin-top: 2px;
}

.contact-info .img img {
  max-width: 16px;
}

.footer .social-items {
  margin-top: 20px;
}

.footer .social-items a {
  font-size: 21px;
  margin-right: 15px;
  color: #000000;
  transition: all 0.4s ease-in-out;
}

.footer .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-top: 55px;
}

.footer .links ul li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}

.footer .links ul li a:hover {
  text-decoration-color: #000000;
}

.newsletter {
  background: #ffffffbf;
  box-shadow: 0 7px 29px #00000040;
  padding: 36px 20px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
}

.footer .section-title {
  padding: 103px 28px;
}

.footer .section-title h6 {
  font-size: 14px;
  letter-spacing: 7px;
}

.footer .section-title h2 {
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.newsletter .form-control {
  width: 100%;
  display: inline-block;
  border-radius: 0;
  height: 47px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #828282;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-bottom: 1px solid #999;
  background: transparent;
  background: #fff url(../img/submit-arrow.svg) 100% 50% no-repeat;
  background-size: 27px auto;
  padding: 0px 40px 0px 0px;
  box-shadow: none !important;
  outline: none !important;
}

.footer .copy {
  margin-top: 50px;
}

/*** ABOUT PAGE ***/
.page-banner {
  height: 450px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
  margin-bottom: 60px;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000c, #0000 15.13%),
    linear-gradient(180deg, #0000 46.88%, #0009);
}

.page-banner .container {
  padding: 0px 70px;
}

.page-banner .breadcrumbs {
  background: #fff;
  display: inline-block;
  padding: 30px 40px;
  position: relative;
  z-index: 2;
  bottom: -90px;
}

.page-banner h1 {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: -1px;
}

.page-banner .breadcrumbs ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.page-banner .breadcrumbs ul li {
  display: inline-block;
  margin: 0px 5px;
  text-transform: uppercase;
}

.page-banner .breadcrumbs ul li:first-child {
  margin-left: 0px;
}

.page-banner .breadcrumbs ul li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
}

.page-banner .breadcrumbs ul li:hover a {
  opacity: 0.8;
  color: #000;
}

.about-inner p {
  color: #000;
}

.about-inner .imgbox {
  padding: 80px;
  margin: 0px;
}

.about-inner .imgbox:before {
  width: 87%;
  height: calc(100% - 160px);
  background-size: cover;
  background-position: center;
}

.about-inner .imgbox img {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  object-fit: cover;
  max-width: unset;
  width: auto;
}

.about-inner .contact-card {
  padding: 0px 80px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.about-inner ul li {
  width: 100%;
}

.about-inner ul li img {
  width: 35px;
  height: 35px;
  filter: brightness(0);
}

.about-inner ul li,
.about-inner ul li a {
  color: #000;
}

.about-inner .social-items {
  margin-bottom: 40px;
}

.about-inner .social-items a {
  font-size: 21px;
  margin-right: 15px;
  color: #000000;
  transition: all 0.4s ease-in-out;
}

/*** TEAM PAGE ***/
.team-inner::before {
  background: #fff;
}

.team-inner h2 {
  line-height: 1.1;
}

.team-inner p {
  color: #000;
}

.lh-04 {
  line-height: 0.4 !important;
}

.team-inner .teambox .img img {
  aspect-ratio: 1 / 1;
}

/*** CONTACT ***/
.contact {
  padding: 80px 0px;
}

.form-box .form-control {
  width: 100%;
  display: inline-block;
  border-radius: 0;
  height: 47px;
  font-size: 15px;
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  border: none;
  outline: none;
  border: 2px solid #fff;
  border-bottom: 1px solid #000;
  background: transparent;
  background-size: 27px auto;
  padding: 0px 40px 0px 5px;
  margin-bottom: 15px;
}

.form-box .form-control:focus {
  border: 1px solid #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
  border-radius: 2px;
}

.form-box textarea.form-control {
  margin-top: 40px;
  padding: 15px 15px;
  height: 100px;
  border: 1px solid #000;
}

.form-box input[type="checkbox"] {
  border: 1px solid #000;
  /* width: 30px;
  height: 30px; */
}

.form-box label {
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  top: -10px;
  left: 15px;
}

/*** BLOG ***/
.blog-list .container {
  padding: 40px 70px;
}

.blog-list .form-control {
  border-radius: 0px;
  padding: 12px;
  height: 57px;
  border: 1px solid #aaaaaa;
  color: #aaa;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.blog-list .form-control:focus {
  border: 1px solid #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
}

.blog-list form .btn-default {
  padding: 0px;
  width: 95%;
  height: 57px;
  line-height: 57px;
  margin-left: 5%;
}

.blog-post {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  float: none !important;
  width: 100% !important;
  padding: 16px !important;
  margin: 0 !important;
  border: 0 !important;
}

.blog-post * {
  color: #000;
}

.blog-post .blog-img {
  aspect-ratio: 1 / 0.6;
  object-fit: cover;
  object-position: center;
}

.blog-post h3 {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  --number-lines: 2;
  -webkit-line-clamp: 2;
  min-height: 60px;
}

.blog-post .blog-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  --number-lines: 3;
  -webkit-line-clamp: 3;
}

.blog-post .btn-default {
  color: #fff;
}

.blog-list .blog-post .post-stats {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.blog-list .blog-post .post-stats p {
  font-size: 20px;
  font-weight: 400;
}

/*** BUYERS ***/
.buyer-box .container {
  padding: 40px 70px;
}

.buyer-box h3 {
  font-size: 40px;
  color: #000;
}

.buyer-box p {
  color: #000;
}

.buyer-box .btn-default {
  line-height: 57px;
}

.buyer-box .buyer-steps {
  padding: 22px 70px 22px 0px;
}

.buyer-box .buyer-steps li {
  list-style: none;
  margin: 0px 0px 22px 0px;
}

.buyer-box .buyer-steps a {
  padding: 12px 16px;
  display: flex;
  color: #595959;
  letter-spacing: 1.68px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  height: 42px;
  align-items: center;
  font-size: 15px;
}

.buyer-box .buyer-steps span {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f1f1f1;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-weight: 400;
  font-size: 14px;
}

.buyer-box .buyer-steps li.active a,
.buyer-box .buyer-steps li:hover a {
  font-weight: 700;
  color: #000;
}

.buyer-box .buyer-steps li.active span,
.buyer-box .buyer-steps li:hover span {
  background: #000;
  color: #fff;
}

/*** SOCIAL MEDIA ***/
.social-box .container {
  padding: 40px 70px;
}

.social-box .social-items {
  display: flex;
  gap: 15px;
}

.social-box .social-items a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 33px;
  color: var(--smw-icon, #000);
  width: 80px;
  height: 80px;
  border: 1px solid #333333;
  border-color: var(--smw-icon, #aaaaaa);
  transition: var(--transition, all 150ms linear);
}

.social-box .social-items a:hover {
  border-color: #000;
}

.social-box .btn-default.btn-white-black-bordered {
  margin: 5px 0px 2.5px 0px;
}

/*** TESTIMONIALS ***/
.inner-testimonial {
  margin: 0px;
  padding: 40px 0px;
}

.inner-testimonial .container {
  padding: 20px 70px;
}

.testimonial-box {
  border: 1px solid #aaa;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.testimonial-box p {
  color: #000;
  line-height: 1.8;
  margin-bottom: 10px;
}

.testimonial-box h5 {
  font-family: "Quicksand", sans-serif;
  letter-spacing: 2px;
  letter-spacing: 0.5em;
  font-size: 18px;
  text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.29);
}

/*** PROPERTIES ***/
.search-properties .container {
  padding: 40px 70px;
}

.search-properties .danger {
  color: red;
  font-size: 16px;
  font-weight: 600;
}

.prop-box {
  position: relative;
  overflow: hidden;
}

.prop-box figure {
  position: relative;
  aspect-ratio: 1 / 0.65;
  margin-bottom: 0px;
}

.prop-box figure::after {
  background: linear-gradient(180deg, #00000080, #0000 49.5%, #00000080);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prop-box figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.prop-box .prop-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prop-box .prop-top .top-details {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.prop-box .prop-top .top-details > div {
  padding: 8px;
}

.prop-box .prop-top .top-details * {
  color: #fff;
}

.prop-box .prop-top .top-details h5 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0px;
}

.prop-box .prop-top .top-details .prop-address {
  font-size: 20px;
  text-transform: uppercase;
}

.prop-box .prop-top .top-details .prop-label {
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.prop-label.sale {
  background: #008852 !important;
}

.prop-label.sold {
  background: red !important;
}

.prop-box .prop-top .bottom-details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.prop-box .bottom-details h2 {
  color: #fff;
  font-size: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

.prop-box .prop-specs {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  margin: 4px 0 0;
  padding: 0 !important;
  list-style: none;
}

.prop-box .prop-specs span {
  display: block;
  color: #fff;
  text-shadow: 0px 4px 14px rgba(177, 179, 199, 0.25),
    13px 24px 24px rgba(177, 179, 199, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

.prop-box .prop-specs li.last {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.property-details {
  margin-bottom: 30px;
  display: inline-block;
}

.property-details .prop-bottom {
  position: relative;
  display: block;
  background: #f6f6f6;
  color: #000;
  padding: 24px;
  transition: all 0.2s ease-in-out;
  flex-grow: 1;
}

.property-details .prop-bottom p {
  color: #000;
  text-transform: uppercase;
}

.property-details:hover .prop-bottom {
  background: #000;
}

.property-details:hover .prop-bottom p {
  color: #fff;
}

/*** COMMUNITIES ***/
.communities {
  margin: 0px -15px;
  position: relative;
  z-index: 6;
  overflow: hidden;
}

.communities .container > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.communities .container {
  padding: 40px 0px;
}

.communities .comm-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 0.55;
}

.communities .comm-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.communities .comm-box::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.communities .comm-box:hover::after {
  opacity: 0.8;
}

.communities .comm-box h3 {
  line-height: 1.6;
  position: absolute;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  z-index: 3;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.25px;
  padding: 6px 10px;
  text-transform: uppercase;
  transform: none;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  margin-bottom: 0px;
}

.communities .comm-box:hover h3 {
  bottom: 50%;
  transform: translateY(50%);
  background: transparent;
}

.communities .row > * {
  margin-top: -7px !important;
}

.community-details .container {
  padding: 40px 70px;
}

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

small {
  font-size: 12px;
  margin: 10px 0px;
  display: block;
}

/*** free-home page css ***/
.free-home {
  min-height: 565px;
  padding: 178px 0 62px;
  background: url(../img/homevaluation-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.free-home:after {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.3;
  z-index: 1;
}

.free-home .container {
  position: relative;
  z-index: 2;
  padding: 0px 193px;
}

.free-home .head h2 {
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: initial;
  padding: 0 35px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.free-home .head p {
  color: #fff;
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.free-home .bgbar {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

.free-home .bgbar .icon-location {
  font-size: 23px;
  top: 18px;
  left: 20px;
  position: absolute;
}

.free-home .form-control {
  padding: 16px 24px;
  height: 54px;
  color: #aaa;
  border: none;
  border-bottom: 1px solid #aaa;
  font-size: 13px;
  border-radius: 0px;
  width: 100%;
  box-shadow: none !important;
  outline: none !important;
}

.free-home .bgbar .form-control.first {
  max-width: 332px;
  padding: 16px 24px 16px 52px;
  border-right: solid 1px #aaaaaa;
}

.free-home .bgbar .form-control.second {
  max-width: 420px;
}

.free-home .btn-default {
  line-height: 54px;
  min-width: 112px;
  padding: 0px 15px;
  text-align: center;
  vertical-align: top;
}

.free-home .stepsbar {
  padding-top: 30px;
}

.free-home .stepsbar .row > div {
  position: relative;
}

.free-home .stepsbar .arrow-right {
  position: absolute;
  top: 20px;
  right: -10px;
}

.free-home .stepsbar .icon i {
  display: none;
}

.free-home .stepsbar .icon {
  border: 1px solid #fff;
  width: 62px;
  height: 62px;
  position: relative;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.free-home .stepsbar h3 {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.29);
  margin: 0;
  margin-top: 10px;
}

.free-home .stepsbar p {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-size: 14px;
  padding: 0;
  letter-spacing: 0.7px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 300;
}

.free-home .stepsbar .active .icon {
  background: #fff;
  color: #000;
}

.free-home .stepsbar .active .icon img {
  filter: invert(1);
}

.free-home .stepsbar .active h3,
.free-home .stepsbar .active p {
  font-weight: 700;
}

.free-home .space {
  padding: 0px 25px;
}

.free-home h3 {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.free-home p {
  color: #fff;
  letter-spacing: 0.7px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-bottom: 15px;
}

.free-home #step2 .form-control {
  margin-bottom: 15px;
}

.free-home select.form-control {
  background: url(../img/arrow.png) no-repeat 94% center rgb(255, 255, 255);
}

.free-home .bg {
  padding: 40px 64px;
  background: linear-gradient(153deg, #fffc, #f5f3f333);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  border-radius: 16px;
}

.free-home .bg .section-title h2 {
  font-size: 50px;
  margin: 15px 0px 0px 0px;
}

.free-home .bg .section-title h2 span {
  color: #000;
  padding: 0;
  font-weight: 400;
  letter-spacing: 7.5px;
  font-size: 15px;
  display: inline-block;
  padding-top: 35px;
}

.free-home .bg p {
  margin: 0 0 30px;
  font-size: 18px;
  color: #5c5c5c;
  line-height: 1.7;
  font-weight: 500;
  opacity: 1;
}

.free-home .bg h5 {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.free-home .bg .btns {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.free-home .bg .btn-default {
  padding: 0px 26px;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1;
  line-height: 48px;
  width: 100%;
}

.free-home .bg .btn-default.ft {
  max-width: 179px;
}

.cta-dropdown {
  display: none;
}
.prop-label {
  position: absolute;
  width: 335px;
  top: 16px;
  right: -136px;
  text-align: center;
  color: #f0f0f0;
  transform: rotate(45deg);
  background: #1fa021;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px;
  z-index: 20;
}
.prop-label.sold-prop {
  background: #e00;
}
.sub-row {
  margin-top: 5%;
}
.side-menu ul.main-menu li ul li a {
  font-size: 13px;
}
.sub-menu-section {
  padding-top: 3%;
}
.sub-menu-section h2 {
  line-height: 0.9;
}
.blog-page h2 {
  line-height: 0.9;
}
.u-overlay-wrap {
  position: relative;

  margin-top: 40%;
  padding-top: 26px;
}
.u-overlay-layer {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 0;
  border-radius: 8px;
}
.nameContainer {
  padding-top: 15px;
}
.u-overlay-content {
  position: relative;
  z-index: 1;
}
.section-title .mb-5 {
  margin-bottom: 2rem !important;
}
/* small screens: overlay OFF, content stays */
@media (max-width: 548px) {
  .u-overlay-layer {
    display: none;
  } /* <- key change */
  /* optional tidy-ups */
  .u-overlay-wrap {
    position: static;
    margin-top: 100%;
  }
  .u-overlay-content {
    position: static;
    z-index: auto;
  }
}
@media (max-width: 548px) {
  .single-properties-area {
    overflow-y: scroll;
  }

  .single-properties-area h2 {
    font-size: 40px;
  }
  .single-properties-area tr {
    font-size: 13px;
  }

  .header-wrap .header-local-time-box span:first-child,
  .experience-box .experience-button-box,
  .about-bottom-content-wrap .about-bottom-content p {
    line-height: 30px !important;
  }
  .sub-menu-section {
    margin-top: 19%;
  }
}
/* one row = fixed icon column + flexible text column */
/* same left padding for all rows */
.info-location {
  display: flex;
  gap: 0.5rem;
  align-items: baseline; /* <- makes the first text line align with icon baseline */
}

/* normalize icon box so baseline math is predictable */
.info-location i {
  flex: 0 0 22px; /* fixed icon column */
  font-size: 17px; /* pick your icon size */
  line-height: 1em; /* remove extra ascent/descent */
  text-align: center;
}

/* optional: tweak text leading */
.info-location span {
  line-height: 1.25;
  font-size: 17px;
}
