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

/*** GENERIC CSS ***/
html,
body {
}

* {
  font-family: "Poppins", sans-serif !important;
}

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

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

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 {
  display: inline-block;
  position: relative;
  min-width: 180px;
  line-height: 50px;
  color: #000;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.btn-default:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  pointer-events: none;
  background: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-default span {
  position: relative;
  z-index: 2;
}

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

.btn-default:hover:before {
  width: 100%;
}

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

.btn-default.active::before {
  width: 100%;
}

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

.btn-default.white:before {
  background: #fff;
}

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

.btn-default-border {
  display: inline-block;
  position: relative;
  min-width: 180px;
  line-height: 55px;
  color: #000;
  border: 2px solid #000;
  padding: 0px 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

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

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

.section-title h2 {
  font-size: 75px;
  font-weight: 500;
  line-height: 0.875;
  letter-spacing: 0;
  color: #000;
  font-weight: 400;
  margin-bottom: 60px;
}

.section-title h2 span {
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
}

.container-padding {
}

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

/*** HEADER ***/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 38px;
  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: #000;
  padding: 18px 38px;
}

.header.fixed .navbar-brand.logo a {
  font-size: 35px;
}

.header.fixed .navbar-brand.logo a span {
  font-size: 12px;
  letter-spacing: 6px;
}

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

.header .navbar-brand.logo a {
  display: block;
  color: #fff;
  font-size: 39.71px;
  font-weight: 400;
  line-height: 0.6;
  text-transform: uppercase;
  text-align: center;
}

.header .navbar-brand.logo a span {
  font-size: 13.71px;
  letter-spacing: 7px;
  transition: all 0.6s ease;
}

.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: 0 20px;
  transition: all 0.3s;
}

.header.fixed .main-nav .navbar .navbar-nav .nav-item {
  padding: 0px 6px;
}

.main-nav .navbar .navbar-nav > .nav-item:last-child {
  padding-right: 0px;
}

.main-nav .navbar .navbar-nav .nav-item.lbtn .nav-link {
  padding: 8px 30px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  text-align: center;
  transition: all 0.6s ease;
  flex-shrink: 0;
  min-width: 117px;
  margin-left: 13px;
}

.main-nav .navbar .navbar-nav .nav-item.lbtn:hover > .nav-link {
  background: #fff !important;
  color: #000 !important;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 0px;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.4;
}

.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 .nav-link:hover,
.main-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar .navbar-nav .nav-item .nav-link.active {
  background: none !important;
  color: #fff !important;
  opacity: 0.6;
}

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

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

.header.fixed .main-nav .navbar .navbar-nav > .nav-item > .nav-link {
  color: #fff !important;
  font-size: 14px;
  padding: 8px 15px;
}

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

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

.navbar-expand-lg .navbar-nav > .nav-item .dropdown-menu,
.navbar-expand-lg .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 !important;
  border: none;
}

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

.navbar-expand-lg .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;
  text-decoration: none !important;
  padding: 0px 14px;
  line-height: 32px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  background: rgba(0, 0, 0, 1) !important;
  opacity: 0.6;
}

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

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

section {
  overflow: hidden;
}

.header .rightlinks {
  display: flex;
  align-items: center;
}

.header .rightlinks a {
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  margin-left: 30px;
}

.header .rightlinks a i {
  margin-right: 15px;
}

.header .rightlinks a.lbtn {
  min-width: 170px;
  line-height: 28px;
  padding: 0 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  text-align: center;
}

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

.hero-content {
  position: absolute;
  z-index: 5;
  width: 100%;
  /* bottom: 65px; */
  bottom: -171px;
  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;
  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::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  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;
}

.hero .bootstrap-select > .dropdown-toggle {
  background: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: none !important;
  padding: 2px 0px 7px 0px;
  color: #fff;
  outline: none !important;
}

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

.hero .container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #fff;
  text-transform: capitalize;
}

.hero .bootstrap-select {
  padding: 0;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  background: none !important;
  min-width: 100%;
  width: 100% !important;
  border: 1px solid #fff;
  border-radius: 0;
  outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
  color: #000 !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  color: #000 !important;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 10px;
}

.hero .lists {
  display: flex;
  align-items: center;
}

.hero .lists .search-icon {
  width: 4%;
  margin-right: 1%;
  max-width: 32px;
  filter: invert(1);
}

.hero .bootstrap-select {
  width: 11.62% !important;
  min-width: 11.62% !important;
  margin: 0 1% !important;
  padding-top: 5px !important;
}

.hero .bootstrap-select:nth-child(2) {
  width: 19% !important;
  min-width: 19% !important;
}

.hero .bootstrap-select:nth-child(3) {
  width: 18% !important;
  min-width: 18% !important;
}

.hero .linkbtn {
  display: inline-block;
  border: 1px solid #fff;
  background: none;
  line-height: 36px;
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 300;
  min-width: 120px;
  padding: 0px 10px;
  text-align: center;
  margin-left: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}

.hero .linkbtn:first-child {
  margin-left: 0;
}

.hero .linkbtn:hover {
  background: #fff;
  color: #000;
}

.social-fix {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 15;
  transform: translate(0, -45%);
}

.social-fix ul {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.social-fix ul li {
  margin: 0px 0;
  margin-bottom: 20px;
}

.social-fix ul li.st-divider {
  background-color: #dcdcdc;
  width: 1px;
  height: 55px;
  margin: 0 auto 30px;
}

.social-fix ul li a {
  font-size: 20px;
  display: flex;
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  color: #fff;
}

.social-fix ul li .ai-font-envelope-f {
  font-size: 12px;
}

/*** properties ***/
.properties {
  padding: 85px 70px;
  position: relative;
  overflow: hidden;
}

.properties .bgimg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -67px;
  width: 285px;
  height: 414px;
  background: url(../img/offcanvas-bg.webp);
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.properties .bgimg::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  opacity: 0.9;
}

.properties .row > div {
  padding: 20px;
}

.properties .section-title {
  padding: 40px 10px 50px 25px;
  background: #fff;
  height: 100%;
}

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

.propertybox .img img {
  background-color: #f8f8f8;
  transition: all 0.3s;
  height: 348px;
  object-fit: cover;
  width: 100%;
}

.propertybox:hover .img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.propertybox:hover .img:after {
  background: rgba(255, 255, 255, 0.5);
}

.propertybox .img:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.propertybox .text {
  text-align: right;
  display: inline-block;
  width: 100%;
  position: absolute;
  z-index: 4;
  bottom: 40px;
  right: 45px;
  -webkit-transform: translateY(75px);
  -ms-transform: translateY(75px);
  transform: translateY(75px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.propertybox .text p {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: right;
  color: #fff;
  transition: all 0.4s ease-in-out;
  margin-bottom: 25px;
}

.propertybox:hover .text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.propertybox .text .btn-default {
  opacity: 0;
}

.propertybox:hover .text p {
  color: #000;
}

.propertybox:hover .text .btn-default {
  opacity: 1;
}

/*** about ***/
.about {
  padding: 0px 73px;
}

.about .img {
  /* padding-right: 90px; */
  display: block;
  float: left;
  width: 36%;
  margin: 0 70px 10px 0;
  z-index: 8;
  position: relative;
}

.about .section-title {
  background: #fff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 8;
}

.about .section-title h2 {
  margin: 0;
}

.about .right {
  position: relative;
  display: block;
  z-index: 6;
}

.about .right .text {
  display: block;
  margin-top: -60px;
  background-color: #fff;
  padding: 120px 75px 0 0;
  position: relative;
  z-index: 2;
}

.about .bgimg {
  position: absolute;
  top: 0;
  right: -55px;
  width: 400px;
  height: 600px;
  background: url(../img/offcanvas-bg.webp);
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.about .bgimg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  opacity: 0.9;
}

.about p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #000;
}

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

/*** featured-communities ***/
.featured-communities {
  padding: 105px 120px 80px;
  overflow: hidden;
  position: relative;
}

.featured-communities .sright {
  padding-right: 110px;
}

.featured-communities .section-title {
  background: #fff;
  padding: 40px 40px 70px;
  text-align: right;
  position: relative;
  z-index: 3;
}

.featured-communities .section-title h2 {
  margin: 0;
}

.featured-communities .bgimg {
  content: "";
  position: absolute;
  z-index: -1;
  top: -105px;
  right: -55px;
  width: 325px;
  height: 414px;
  background: url(../img/offcanvas-bg.webp);
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-communities .bgimg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  opacity: 0.9;
}

.featured-communities .space {
  margin-left: -20px;
  margin-right: -20px;
}

.featured-communities .space > div {
  padding: 20px;
}

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

.community-box .img {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  float: left;
}

.community-box .img img {
  transition: all 0.3s;
  position: relative;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

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

.community-box .nametext {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  padding: 15px 80px;
  height: 66px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #000;
}

.community-box:hover .nametext {
  color: #fff;
}

.community-box .nametext:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50px;
  bottom: 0;
  width: 3px;
  background: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.community-box:hover .nametext:before {
  opacity: 0;
}

.community-box .nametext:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.community-box:hover .nametext:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/*** Reviews ***/
.reviews {
  position: relative;
  display: block;
  padding: 0 80px 0;
  overflow: hidden;
}

.reviews .bgimg {
  content: "";
  position: absolute;
  z-index: -1;
  top: -105px;
  right: -55px;
  width: 325px;
  height: 414px;
  background: url(../img/offcanvas-bg.webp);
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.reviews .bgimg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  opacity: 0.9;
}

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

.reviews .mwidth {
  position: relative;
  display: block;
  width: 71%;
  margin: 0 auto;
}

.reviews .bg {
  position: relative;
  display: block;
  margin: 60px auto 0;
  padding: 105px 95px 95px;
  background: #000;
  z-index: 7;
  margin-bottom: 48px;
}

.reviews .bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/testi-quote-icon-a.png) 50% 50% no-repeat;
  background-size: contain;
  width: 99px;
  height: 81px;
  top: -25px;
  left: -50px;
}

.reviews .bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/testi-quote-icon-a.png) 50% 50% no-repeat;
  background-size: contain;
  width: 99px;
  height: 81px;
  bottom: -25px;
  right: -50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reviews .bg p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.434;
  letter-spacing: 0;
  color: #ffffff;
  margin-top: 0;
}

.reviews .bg h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 55px;
  display: block;
  margin-bottom: 0;
}

.arrowstyle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrowstyle button {
  background: none !important;
  padding: 0;
  margin: 0px;
  font-size: 30px;
  color: #000;
}

/*** ctas ***/
.ctas {
  position: relative;
  padding: 50px 65px 55px;
  overflow: hidden;
}

.ctas .space > div {
  padding: 20px;
}

.ctas a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 200px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.025em;
  border: 1px solid #000;
  transition: all 0.4s ease-in-out;
  color: #000;
}

.ctas a:hover {
  background-color: #000;
  color: #fff;
}

/*** news ***/
.news {
  position: relative;
  padding: 75px 85px 80px;
  overflow: hidden;
}

.news .section-title {
  background: #000;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.news .section-title h2 {
  display: block;
  min-width: 330px;
  margin: 0 auto;
}

.news .section-title div {
  display: block;
  min-width: 330px;
  margin: 0 auto;
}

.news .section-title p {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: block;
  max-width: 330px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 75px;
}

.newsbox {
  display: flex;
  align-items: start;
  margin-bottom: 40px;
}

.newsbox:last-child {
  margin-bottom: 0px;
}

.newsbox .img {
  position: relative;
  display: block;
  width: 38%;
  float: left;
  margin-right: 40px;
  overflow: hidden;
}

.newsbox .img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.newsbox:hover .img img {
  opacity: 0.6;
}

.newsbox .img .btn-default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.newsbox:hover .img .btn-default {
  opacity: 1;
}

.newsbox .text {
  width: calc(62% - 40px);
}

.newsbox .text h3 {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.025em;
  padding-top: 15px;
  color: #000;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1440px) {
  .newsbox .text h3 {
    font-size: 22px;
    padding-top: 10px;
  }
}

.newsbox .text p {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #000;
}

/*** facebookinfo ***/
.facebookinfo {
  position: relative;
  padding: 40px 85px 0;
  overflow: hidden;
}

.facebookinfo .container-fluid {
  max-width: 75%;
  margin: 0 auto;
  position: relative;
}

.facebookinfo .container-fluid .bgimg {
  content: "";
  position: absolute;
  z-index: 1;
  top: 14px;
  left: -190px;
  width: 210px;
  height: 360px;
  background: url(../img/offcanvas-bg.webp);
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.facebookinfo .container-fluid .bgimg::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  opacity: 0.9;
}

.facebookinfo .bgtop {
  padding-bottom: 70px;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.facebookinfo .bgbottom {
  background: #fff;
  position: relative;
  z-index: 5;
}

.facebookinfo .bgbottom > div {
  padding: 0 30px 30px 30px;
}

.facebookinfo .fb-account {
  display: flex;
  align-items: center;
}

.facebookinfo .fb-account i {
  position: relative;
  font-size: 44px;
  color: #000;
}

.facebookinfo .fb-account div {
  min-height: 55px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dfdfdf;
}

.facebookinfo .fb-account div strong {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 25px;
  color: #000;
}

.facebookinfo .fb-account div small {
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 17px;
  color: #999999;
  margin-top: 10px;
}

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

.facebookbox .img {
  position: relative;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
  width: 39%;
}

.facebookbox .img img {
  height: 228px;
  width: 100%;
  object-fit: cover;
}

.facebookbox .text {
  margin-left: auto;
  padding: 10px 0;
}

.facebookbox h3 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.025em;
  color: #000;
}

.facebookbox h3 span {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #999999;
  text-transform: uppercase;
  margin-top: 10px;
}

.facebookbox p {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #000;
}

/*** socialinfo ***/
.socialinfo {
  position: relative;
  padding: 65px 50px 85px;
  overflow: hidden;
}

.socialinfo .container-fluid {
  position: relative;
  max-width: 79%;
  margin: 0 auto;
}

.socialinfo .container-fluid .row {
  position: relative;
  z-index: 2;
}

.socialinfo .container-fluid .bgimg {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -112px;
  width: 300px;
  height: 300px;
  background: url(../img/offcanvas-bg.webp);
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.socialinfo .container-fluid .bgimg::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  opacity: 0.9;
}

.socialinfo .space > div {
  position: relative;
  padding: 25px;
}

.instauser {
  height: 100%;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}

.instauser i {
  font-size: 47px;
  color: #000;
}

.instauser h3 {
  position: relative;
  display: block;
  font-size: 1.563vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin: 25px 0 30px;
}

.instauser p {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #999999;
  font-weight: 400;
}

.socialinfo .faceimg {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #ffffff;
}

.socialinfo .faceimg img {
  transition: all 0.3s;
}

.socialinfo .faceimg:hover img {
  opacity: 0.4;
}

.socialinfo .btn-default {
  margin-left: 12px;
  margin-top: 50px;
}

/*** contactform ***/
.contactform {
  background: #000;
  position: relative;
  margin-top: 85px;
  padding: 85px 50px;
}

.contactform .section-title h2 {
  margin: 15px 0px 15px 0px;
}

.contactform .container-fluid {
  max-width: 76%;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .contactform .container-fluid {
    max-width: 90%;
  }
}

.contactform .form-control {
  outline: none;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 0 20px;
  border-radius: 0px;
  margin: 10px 0px;
  outline: none !important;
  background: none !important;
}

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

.contactform textarea.form-control {
  padding: 12px 20px 0 20px;
  resize: none;
}

.contactform .submit {
  position: absolute;
  width: auto;
  top: 4px;
  bottom: 0;
  right: 12px;
  background: none !important;
  color: #fff !important;
}

/*** footer ***/
.footer {
  position: relative;
  padding: 80px 130px 90px;
  overflow: hidden;
}

.backtotop {
  appearance: none !important;
  outline: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px;
  width: 60px;
  height: 60px;
  background-color: #000000;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 500;
  border-radius: 0px;
  border: 0;
  font-size: 19px;
  text-align: center;
  color: #ffffff;
  transition: all 150ms;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0);
  pointer-events: none;
  opacity: 0;
}

.backtotop.active {
  opacity: 1;
  pointer-events: all;
}

.backtotop:hover {
  background-color: #4f4f4f;
  color: #ffffff;
  border-color: #4f4f4f;
}

@media only screen and (max-width: 1440px) {
  .footer {
    padding: 80px;
  }
}

.footer .logo {
  display: inline-block;
  color: #000;
  font-size: 68.81px;
  font-weight: 400;
  line-height: 0.4;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}

.footer .logo:hover {
  opacity: 0.75;
  color: #000;
}

.footer .logo span {
  font-size: 23.59px;
  letter-spacing: 11px;
}

.footer h3 {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 25px;
}

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

.footer .links ul li a {
  display: inline-block;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}

.footer .links ul li a:hover {
  color: #000;
  opacity: 0.75;
}

.footer p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer .tp {
  margin-top: 45px;
}

.footer p a {
  color: #000;
}

.footer p a:hover {
  color: #000;
  opacity: 0.75;
}

.footer form {
  position: relative;
}

.footer .form-control {
  width: 100%;
  display: inline-block;
  border-radius: 0;
  height: 57px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #999999;
  outline: none;
  border: 1px solid #999999;
  background: transparent;
  padding: 0px 60px 0px 20px;
  box-shadow: none !important;
  outline: none !important;
  margin: 0px;
}

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

.footer .submitbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  line-height: 55px;
  border: none;
  color: #fff;
  font-size: 15px;
  background: #000;
}

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

.footer .social-items a {
  display: inline-block;
  width: 47px;
  line-height: 52px;
  height: 47px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  margin: 0 3px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.footer .social-items a:hover {
  opacity: 0.7;
}

.footer .copy p {
  margin-top: 50px;
  padding: 20px 0px;
  border-top: 1px solid #c3c3c3;
}

.footer .copy img {
  margin-left: 5px;
}

/*** Sidemenu desktop ***/
.menu-btn-desktop {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #4d4d4d;
  text-transform: uppercase;
}

.menu-btn-desktop:hover {
}

.menu-btn-desktop span {
  height: 2px;
  width: 100%;
  background: #fff;
  display: inline-block;
  margin: 4.7px 0px;
  float: right;
  transition: all 0.3s;
  border-radius: 3px;
}

.menu-btn-desktop div {
  display: inline-block;
  width: 41px;
}

.menu-btn-desktop span:nth-child(1) {
  width: 19px;
}

.menu-btn-desktop span:last-child {
  width: 32px;
}

.side-menu-desktop .rightlinks {
  display: inline-block;
}

.side-menu-desktop .rightlinks a:hover {
  opacity: 0.75;
}

.side-menu-desktop .rightlinks a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  margin-left: 30px;
}

.side-menu-desktop .rightlinks a i {
  margin-right: 15px;
}

.side-menu-desktop .rightlinks a.lbtn {
  min-width: 170px;
  line-height: 28px;
  padding: 0 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  text-align: center;
}

.side-menu-desktop {
  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: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  overflow-y: scroll;
  max-width: 700px;
  padding: 45px 65px 92px;
}

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

.backdrop-sidemenu-desktop.active {
  opacity: 0;
  pointer-events: all;
}

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

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

.side-menu-desktop .bgblack {
  display: flex;
  justify-content: center;
}

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

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

.side-menu-desktop ul.main-menu {
  padding-left: 0px;
  margin-top: 54px;
  display: inline-block;
  width: min-content;
  text-align: left;
  margin-right: 50px;
}

.side-menu-desktop ul.main-menu > li > a:hover {
  opacity: 0.75;
}

.side-menu-desktop ul.main-menu li a {
  display: inline-block;
  padding: 0px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
  text-align: left;
}

.side-menu-desktop a.CloseBtn {
  float: right;
  color: #fff;
  font-size: 40px;
  margin: 0px 4px 0px 0px;
  position: relative;
  z-index: 99;
  cursor: pointer;
  min-width: 32px;
  min-height: 32px;
  margin-left: 40px;
}

.side-menu-desktop a.CloseBtn:before,
.side-menu-desktop a.CloseBtn:after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
}

.side-menu-desktop 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);
}

.side-menu-desktop 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-desktop a.CloseBtn:hover {
  opacity: 0.6;
}

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

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

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

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

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

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

.side-menu-desktop .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-desktop .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-desktop .menu-item-has-children.current > a:before {
  content: "\f068";
}

.side-menu-desktop 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-desktop ul li.current ul.sub-menu {
  display: block !important;
  pointer-events: auto;
}

.side-menu-desktop ul.main-menu li ul li:hover > a,
.side-menu-desktop ul.main-menu li ul li.current_page_item > a,
.side-menu-desktop ul.main-menu li ul li.active > a {
  opacity: 0.75 !important;
  color: #999999 !important;
}

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

.side-menu-desktop ul.main-menu > li {
  min-height: 100px;
}

.side-menu-desktop ul.main-menu li ul li a {
  color: #999999;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

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

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

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

/*** topbar ***/
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 1, 1, 0.09);
  -moz-box-shadow: 0 2px 7px rgba(0, 1, 1, 0.09);
  box-shadow: 0 2px 7px rgba(0, 1, 1, 0.09);
}

.topbar a:first-child,
.topbar a:nth-child(3) {
  width: 22.18%;
  text-align: center;
}

.topbar .tel {
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.topbar .email {
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.menu-btn {
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 0;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.menu-btn:hover {
  color: #000;
}

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

.menu-btn div {
  display: inline-block;
  min-width: 37px;
}

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

.menu-btn span:last-child {
  width: 55%;
}

.side-menu {
  position: fixed;
  left: -100%;
  width: 240px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
  overflow: hidden;
  overflow-y: scroll;
  height: 100vh;
  background: #fff;
}

.side-menu .bgblack {
  padding: 0px;
}

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

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

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

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

.side-menu ul.main-menu {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

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

.side-menu ul.main-menu > li > a {
  border-bottom: 1px solid #f7f7f7;
}

.side-menu ul.main-menu li a {
  padding: 0px 20px;
  color: #858585;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 37px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.side-menu ul.main-menu li:hover > a,
.side-menu ul.main-menu li.active > a {
  background: #3c3c3c;
  color: #fff;
  font-weight: 400;
}

.side-menu .menu-item-has-children:hover > a,
.side-menu .menu-item-has-children.active > a {
  background: #3c3c3c;
  color: #fff;
  font-weight: 400;
}

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: #3c3c3c !important;
  color: #fff !important;
}

.side-menu ul.main-menu li ul.sub-menu li a {
  color: #c5c5c5;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #f7f7f7;
  background-color: #232323;
}

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

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

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

.backdrop-sidemenu.active {
  opacity: 1;
  pointer-events: all;
}

/*** PAGE BANNER ***/
.page-banner {
  position: relative;
  overflow: hidden;
}

.page-banner .bgimg {
  height: 58vh;
  background: url(../img/bg-pagebanner.webp) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.page-banner .bgimg:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent url(../img/bg-overlay.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
}

.page-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
}

.page-banner .breadcrumbs {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 0px 20px 0px;
  list-style: none;
}

.page-banner .breadcrumbs li {
  margin: 0px 2px 0px 0px;
  padding: 0px;
  display: inline-block;
}

.page-banner .breadcrumbs li,
.page-banner .breadcrumbs li a {
  color: #fff;
  text-transform: uppercase;
}

.page-banner .breadcrumbs a {
  font-weight: 400;
}

.page-banner .container {
  max-width: 1170px;
  position: relative;
  z-index: 3;
}

.page-banner h1 {
  display: block;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
  .page-banner h1 {
    font-size: 75px;
  }
}

.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

/*** about page ***/
.about.inner {
  padding: 0;
  padding-top: 80px;
  padding-bottom: 40px;
}

.about.inner p {
  margin: 28px 0;
}

.about.inner .text {
  background: none;
  padding-top: 80px;
}

.about.inner .section-title h2 {
  line-height: 0.6;
  margin-top: 50px;
}

.about.inner .section-title h2 span {
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 40px;
}

.about.inner .img {
  float: right;
  width: 60%;
  padding: 0 0 2% 3%;
  margin: 0;
}

/*** TEAM ***/
.team {
  padding: 80px 0px 130px 0px;
}

.team h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.team h5 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.team h2 b {
  font-weight: 700;
}

.team figure {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.42;
}

.team figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: all 0.4s ease;
}

.team .team-member-pic:hover img {
  transform: scale(1.1);
}

.team .team-intro {
  display: flex;
  flex-grow: 1;
  margin-left: 35px;
  align-items: center;
  flex-flow: row wrap;
  height: 100%;
  padding-left: 10px;
}

.team .team-intro.last {
  margin-right: 50px;
  margin-left: 0px;
}

.team .team-intro p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.team .member-info {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-flow: row wrap;
  margin: 50px 0 0px;
  padding: 10px 10px;
  position: relative;
  width: 100%;
}

.team .member-info a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 8px;
}

.team .member-info a i {
  font-size: 12px;
  margin-right: 5px;
}

.team .member-info a:hover {
  opacity: 0.7;
}

.btn-border-normal {
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  line-height: 46px;
  min-width: 136px;
  text-align: center;
  padding: 0px 15px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.btn-border-normal:hover {
  border-color: #d6d6d6;
  background: #d6d6d6;
  color: #fff;
}

.team .btn-border-normal {
  margin-top: 25px;
}

.team .mtspace {
  margin-top: 80px;
}

/*** SOCIAL MEDIA ***/
.social-media {
  padding: 100px 15px;
}

.social-media .bordere-style > div.bright {
  border-right: solid 1px #d4d4d4;
}

.social-media .bordere-style > div.bbottom {
  border-bottom: solid 1px #d4d4d4;
}

.social-media .bordere-style > div {
  padding: 30px;
}

.socialbox h2 {
  font-weight: 700;
  font-size: 37px;
  text-transform: uppercase;
  letter-spacing: -3px;
  color: #333;
  margin: 80px 0px 30px 0px;
  text-align: center;
  line-height: 1.6;
}

.socialbox ul {
  margin: 22px 0 0;
  line-height: 1.7;
  list-style: none;
  padding: 0;
}

.socialbox li a {
  display: block;
  position: relative;
  width: 123px;
  height: 123px;
  border: solid 1px #999;
  transition: all 0.3s linear;
  text-align: center;
  margin-bottom: 10px;
  color: #337ab7;
}

.socialbox li a:hover {
  background: #999;
  color: #fff;
}

.socialbox li a span {
  display: block;
  margin: 33px 0 4px;
  font-size: 31px;
}

.socialbox li a span + span {
  font-size: 12px;
  margin: 15px 0 0px;
}

.sociallinks {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  text-align: right;
}

.sociallinks a {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.6em;
  color: #a3a3a3;
  margin-top: 20px;
  transition: color 0.3s linear;
  display: inline-block;
}

.sociallinks a::before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: 1px;
  background: #3f3f3f;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.sociallinks a:hover,
.sociallinks a.active {
  color: #3f3f3f;
}

.sociallinks a:hover::before {
  opacity: 1;
}

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

.socialboxes > img {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1 / 0.7;
  object-fit: cover;
  margin-bottom: 35px;
}

.socialboxes .text {
  display: flex;
}

.socialboxes .text p {
  padding-right: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: #000;
}

.socialboxes .text .dates {
  padding-right: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: #000;
}

/**/
.search-properties {
  padding: 40px 0px;
}

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

/*** propertiesinfo ***/
.propertiesinfo {
  padding: 110px 0px 140px 0px;
}

.propertiesinfo .page-title {
  margin-bottom: 70px;
}

.propertiesinfo .list-links a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  margin-right: 4px;
}

.propertiesinfo .list-links a:hover,
.propertiesinfo .list-links a.active {
  color: #000;
}

.propertiesinfo .sright .dropdown {
  display: inline-block;
  background: none !important;
  border-radius: 0px;
  text-align: left;
  margin-left: 15px;
}

.propertiesinfo .sright .dropdown-toggle {
  display: inline-block;
  background: none !important;
  border-radius: 0px;
  padding: 0px;
  color: #000;
  border: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}

.propertiesinfo .sright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.propertiesinfo .dropdown-menu.formdrop {
  min-width: 325px;
  padding: 20px;
}

.propertiesinfo .dropdown-menu {
  margin-top: 15px !important;
}

.propertiesinfo .formdrop label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

.propertiesinfo .formdrop .form-control {
  height: 40px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 0;
  margin-bottom: 10px;
}

.propertiesinfo .formdrop .btn-default {
  width: 100%;
  font-size: 17px;
  margin: 15px 0px;
  line-height: 35px;
  background: #000;
  color: #fff;
}

/**/
.propertiesinfo ul.dropdown-menu {
  padding: 0px;
  min-width: 275px;
  padding: 10px 0;
  margin-top: 10px;
}

.propertiesinfo ul.dropdown-menu li a:hover,
.propertiesinfo ul.dropdown-menu li a.active {
  background: #000;
  color: #fff;
}

.propertiesinfo ul.dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  color: #333;
}

.propertiesinfo .spr {
  padding: 0px 13px;
}

.propertiesinfo .spr > div {
  padding: 1px;
}

.listings-item {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  float: left;
}

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

.listings-img img {
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
  aspect-ratio: 1 / 0.7;
}

.listings-item:hover .listings-img img {
  transform: scale(1.1);
}

.listings-img .property-status {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  max-width: 42%;
}

.listings-img .property-status span {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 5px;
  letter-spacing: 0.1em;
  margin: 0 1px 5px 0px;
}

.status-green {
  background: #008852;
  color: #fff;
}

.status-red {
  background: red;
  color: #fff;
}

.listings-info {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
}

.listings-info .listings-address {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.listings-info .listings-address span {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-top: 8px;
}

.listings-info .listings-price {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-top: auto;
  padding-top: 10px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.listings-info .listings-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 16px;
  position: absolute;
  bottom: -56px;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}

.listings-info .listings-plan span {
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

.listings-info .listings-plan span + span {
  margin-left: 30px;
}

.listings-info .listings-plan span em {
  display: block;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.listings-item:hover .listings-price {
  top: -56px;
}

.listings-item:hover .listings-plan {
  bottom: 0;
}

/*** featured-communities inner ***/
.featured-communities.inner {
  padding: 60px 0px 30px 0px;
}

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

.featured-communities.inner .text {
  padding-left: 30px;
}

.featured-communities.inner .text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}

.featured-communities.inner .text .btn-default-border {
  margin-top: 25px;
  margin-bottom: 0px;
}

.featured-communities.inner .container-fluid,
.propertiesinfo .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.featured-communities.inner + .propertiesinfo {
  padding-top: 40px;
}

/*** contact-page ***/
.page-banner.contactpage h1 {
  display: none;
}

.contact-page {
  padding: 40px;
}

.contact-page .section-title {
  max-width: 514px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.contact-page .section-title h6 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0px;
}

.contact-page .section-title h2 {
  font-weight: bold;
  font-size: 75px;
  margin-bottom: 30px;
}

.contact-page .section-title p {
  color: #000;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.contact-page .btn-default {
  background: none;
  font-size: 13px;
  letter-spacing: 0.46em;
}

.contact-page .form-box {
  margin-top: 20px;
}

.form-box .form-control {
  width: 100%;
  height: 51px;
  border: none;
  border-bottom: 1px solid rgba(28, 28, 28, 0.2);
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000;
  margin: 10px 0px;
  padding: 0 10px;
  border-radius: 0px;
  outline: 0;
  box-shadow: none;
}

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

.form-box textarea.form-control {
  height: 80px;
  resize: none;
  margin-top: 30px;
  margin-bottom: 70px;
}

.contact-page .mts {
  margin-top: 40px;
}

/*** blogpage ***/
.blog-page {
  padding: 60px 0px 30px 0px;
}

.blog-page .row > div {
  padding: 0px 15px;
}

.blog-page .featured-post .readbtn {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
}

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

.featured-post h2 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}

.featured-post p {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
}

.blog-box {
  margin-bottom: 30px;
}

.blog-box .post-img {
  aspect-ratio: 1 / 0.69;
  object-fit: cover;
  object-position: center;
  margin-bottom: 15px;
}

.blog-box h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  color: #000;
  margin: 10px 0px 20px 0px;
}

.blog-box p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

.blog-page .readbtn {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

/*** maininfo ***/
.maininfo {
  padding: 40px 0px 70px 0px;
}

.maininfo .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  margin-bottom: 24px;
}

.maininfo .links ul li {
  padding: 3px 2px;
  text-align: center;
  width: calc(100% / 6);
}

.maininfo .links ul li a {
  padding: 3px;
  border: 1px solid transparent;
  color: #0a0a0a;
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  padding: 1vw;
  font-size: max(0.6vw, 16px);
  text-transform: uppercase;
  height: 100%;
}

.maininfo .links ul li a i {
  font-size: max(2.813vw, 45px);
  margin-bottom: 3px;
  display: inline-block;
}

.maininfo .links ul li:hover a,
.maininfo .links ul li.active a {
  border-color: #000000;
  color: #000000;
}

.maininfo .links ul li a i {
  margin-bottom: 3px;
}

.maininfo .img-right + h3 {
  margin-top: 10px;
}

.maininfo h3 {
  font-weight: bolder;
  font-size: 1.17em;
  margin: 20px 0;
  color: #000;
  text-transform: inherit;
}

.maininfo p {
  font-size: 17px;
  line-height: 1.7;
  color: #000;
  font-weight: 400;
}

.maininfo .linkbtn {
  color: #474747;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 0 30px;
  margin-top: 35px;
  position: relative;
}

.maininfo .linkbtn img {
  margin-left: 10px;
}

.maininfo .img-right {
  float: right;
  padding-left: 5%;
  padding-bottom: 4%;
  display: block;
  width: 50%;
}

.maininfo .sbtns a + a {
  border-left: 1px solid #c8c8c8;
  margin-left: -2px;
}

.maininfo .text ul {
  line-height: 1.7;
  padding-left: 40px;
  color: #000;
  font-size: 17px;
}

.maininfo .text ol {
  line-height: 1.7;
  padding-left: 40px;
  color: #000;
  font-size: 17px;
}

.maininfo .sbtns .linkbtn.prev img {
  margin-left: 0px;
  margin-right: 10px;
}

.maininfo .table-responsive {
  display: inline-block;
  width: 100%;
}

.maininfo table {
  width: 100%;
}

.maininfo table tr:nth-child(odd) td {
  background: #e8e8e8;
}

.maininfo table td {
  padding: 8px;
  border-spacing: 2px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 17px;
}

.maininfo table tr:hover td {
  background-color: #ddd !important;
}

.maininfo table td a {
  color: #337ab7;
}

.maininfo table td em {
  font-style: normal;
}

.maininfo .text .lists-col {
  display: flex;
  flex-flow: row wrap;
  padding-left: 18px;
}

.maininfo .lists-col li {
  padding: 0 19px;
  width: calc(100% / 3);
}
.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;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
.hero-content h1 {
  font-size: 100px;
}
.logo {
  width: 2%;
}
.fas {
  font-family: "Font Awesome 5 Free" !important;
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}
.sidebar span {
  margin-left: 5px;
}
.hero {
  margin-bottom: 5%;
}
.profile-agent #lead-subscription {
  color: black;
}
.profile-agent .wpcf7-form-control-wrap {
  color: black;
}
.experience-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.experience-sec {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 80px;
  padding: 30px 40px 30px 40px;
  position: relative;
}

.experience-box {
  background: #f5f5f7;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 30px 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.experience-box .experience-button-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.experience-box .experience-button-box .experience-button {
  width: 50px;
  height: 50px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333336;
  border-radius: 50%;
}
.experience-button i {
  color: #fff;
}
.experience-box h4 {
  display: flex;
  flex-direction: column;

  gap: 18px;
}
.experience-box h4 > span:last-child {
  color: #1d1d1f;
  margin: 0;
}
.experience-box p {
  margin: 0;
  color: rgba(29, 29, 31, 0.7);
}
.experience-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.logo {
  width: 4%;
}
.logo img {
  max-width: 217%;
}

@media (max-width: 809px) {
  .experience-sec {
    padding: 30px 0px 0;
    gap: 50px;
  }
}
@media (max-width: 548px) {
  .experience-box h4 > span:last-child {
    line-height: 33px !important;
  }
}
@media (max-width: 800px) {
  .serviceTitle {
    text-align: center !important;
  }
}
@media (max-width: 548px) {
  .experience-box p {
    line-height: 25px !important;
  }
}

@media (max-width: 1439px) {
  .experience-lists2,
  .experience-lists {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 548px) {
  .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;
  }
}

.info-location span {
  margin-left: 7px;
}
.info-location i {
  font-size: 18px;
}

.u-overlay-wrap {
  position: relative;
  padding-bottom: 1.5%;
}
.u-overlay-layer {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15); /* adjust darkness */
  pointer-events: none; /* clicks pass through */
  z-index: 0;
  border-radius: 8px; /* optional; remove if you want square edges */
}
.u-overlay-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 548px) {
  .u-overlay-layer {
    display: none;
  } /* <- key change */
  /* optional tidy-ups */
  .u-overlay-wrap {
    position: static;
  }
  .u-overlay-content {
    position: static;
    z-index: auto;
  }
  .single-properties-area {
    overflow-y: scroll;
  }
  .single-properties-area h2 {
    font-size: 32px;
  }
  .single-properties-area tr {
    font-size: 13px;
  }
}
.far {
  font-family: "Font Awesome 5 Free" !important;
}
/* Make the hero a stacking context */
.btn-default:before {
  width: 0px;
}
.btn-default {
  border: black solid 3px;
}
.contactform .submit {
  position: absolute;

  top: 4px;
  bottom: 0;
  left: 14px;
}

.wpcf7-form-control-wrap a {
  color: var(--accent-color);
}
.wpcf7-form-control-wrap a:hover {
  color: var(--hover-color);
}
.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;
}
