/**
* template:  Realfind

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Best Deals
        + Banner
        + Properties
        + FAQ
        + Agents
        + Testimonials
        + Contact
 
*/

@import "reset.css";
@import "all.min.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #255dcc !important;
}

.color-sec {
  color: #ebf0f6 !important;
}

.color-black {
  color: #0c0c0d !important;
}

.medium-black {
  color: #1e1f20 !important;
}

.light-black {
  color: #141516 !important;
}

.dark-gray {
  color: #45474f !important;
}

.light-gray {
  color: #92949f !important;
}

.lightest-gray {
  color: #faf7f2 !important;
}

.color-white {
  color: #fafafa;
}

.bg-primary {
  background: #255dcc !important;
}

.bg-sec {
  background: #ebf0f6 !important;
}

.bg-black {
  background: #0c0c0d !important;
}

.bg-medium-black {
  background: #1e1f20 !important;
}

.bg-light-black {
  background: #141516 !important;
}

.bg-dark-gray {
  background: #45474f !important;
}

.bg-light-gray {
  background: #92949f !important;
}

.bg-lightest-gray {
  background: #faf7f2 !important;
}

.bg-white {
  background: #fafafa !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}

.font-sec {
  font-family: "Montserrat", sans-serif;
}

.br-4 {
  border-radius: clamp(2px, 0.208vw, 8px);
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.br-48 {
  border-radius: clamp(28px, 2.5vw, 72px);
}

.br-56 {
  border-radius: clamp(24px, 2.917vw, 84px);
}

.br-64 {
  border-radius: clamp(40px, 3.333vw, 96px);
}

/*----------------------------------------*/
/*  SPACE CSS START
  /*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-74 {
  margin-bottom: clamp(40px, 3.854vw, 128px);
}
@media (max-width: 767px) {
  .mb-74 {
    margin-bottom: 32px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-40 {
  margin-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .mb-6 {
    margin-bottom: 3px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.pl-24 {
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .pl-24 {
    padding-left: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/**************************************
*
*         GLOBAL   
*
***************************************/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --color-white: #ffffff;
  --color-green: #5ba601;
  --color-blue: #07153a;
  --color-dark-gray: #f1f1f1;
  --color-gray: #f7f7f7;
}

a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

img {
  height: auto;
  display: block;
}

::-moz-selection {
  color: var(--color-white);
  background-color: var(--color-green);
}

::selection {
  color: var(--color-white);
  background-color: var(--color-green);
}

body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
  line-height: 1.1;
}

h1 {
  color: var(--color-white);
  font-size: 90px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 20px;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ptb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.align-center {
  text-align: center;
}

.suptitle {
  color: var(--color-green);
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
}

.btn {
  display: inline-block;
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 20px 45px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 2px;
}

.btn:hover {
  -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%),
    0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%),
    0 8px 10px -7px rgb(0 0 0 / 20%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-green);
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: var(--color-blue);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.single-item-img {
  position: relative;
}

.single-item-img img {
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(7, 21, 58, 0)),
    to(rgba(7, 21, 58, 0))
  );
  background-image: -o-linear-gradient(rgba(7, 21, 58, 0), rgba(7, 21, 58, 0));
  background-image: linear-gradient(rgba(7, 21, 58, 0), rgba(7, 21, 58, 0));
}

.overlay .label {
  display: inline-block;
  background-color: var(--color-green);
  color: var(--color-white);
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 15px;
}

.single-item-content {
  padding: 20px 20px 0px 20px;
  background-color: var(--color-white);
  border-left: 1px solid var(--color-dark-gray);
  border-right: 1px solid var(--color-dark-gray);
}

.single-item-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.address i {
  margin-right: 5px;
}

.price {
  color: var(--color-green);
  font-size: 24px;
  font-weight: 600;
  padding-top: 10px;
}

.price span {
  font-weight: 400;
  margin-left: 5px;
  font-size: 18px;
}

.item-content {
  margin-bottom: 20px;
  margin-top: 10px;
}

.wrapper-attr {
  background-color: var(--color-dark-gray);
  padding: 10px;
  width: calc(100% + 40px);
  -webkit-box-sizing: none;
  box-sizing: none;
  margin-left: -20px;
}

.wrapper-attr > p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wrapper-attr > p i {
  margin-right: 10px;
}

.res-send {
  display: none;
  font-size: 14px;
  margin-top: 20px;
}

.res-send .error {
  color: #ff0000;
}

.res-send .send {
  color: var(--color-blue);
}

#scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  padding: 15px 20px;
  background-color: var(--color-green);
  color: var(--color-white);
  border-radius: 5px;
}

#scroll-top:hover {
  -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%),
    0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%),
    0 8px 10px -7px rgb(0 0 0 / 20%);
}

#closemenu,
#openmenu {
  color: var(--color-white);
  font-size: 30px;
  display: none;
}

#closemenu:hover,
#openmenu:hover {
  color: var(--color-green);
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#preload {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-blue);
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#preload img {
  width: 30px;
  height: auto;
  -webkit-animation-name: load;
  animation-name: load;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/**************************************
*
*         HEADER   
*
***************************************/

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fixedmenu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: var(--color-blue);
  z-index: 1000;
}

.wrapper-top,
.wrapper-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wrapper-top p i {
  margin-right: 10px;
}

.wrapper-top p a {
  margin-left: 20px;
  color: var(--color-white);
}

.wrapper-top p {
  color: var(--color-white);
}

.header-social li {
  margin-left: 20px;
}

.header-social li a {
  color: var(--color-white);
}

.menu li {
  float: left;
  margin-left: 40px;
}

.menu li a {
  color: var(--color-white);
  text-transform: uppercase;
}

.wrapper-top p a:hover,
.menu li a:hover,
.header-social li a:hover {
  color: var(--color-green);
}

/**************************************
*
*         HEADER CONTENT  
*
***************************************/

.wrapper-header-content {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(7, 21, 58, 0.8)),
      to(rgba(7, 21, 58, 0.3))
    ),
    url("../images/bg-header.png");
  background-image: -o-linear-gradient(
      rgba(7, 21, 58, 0.8),
      rgba(7, 21, 58, 0.3)
    ),
    url("../images/bg-header.png");
  background-image: linear-gradient(rgba(7, 21, 58, 0.8), rgba(7, 21, 58, 0.3)),
    url("../images/bg-header.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 800px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content .suptitle {
  color: var(--color-white);
}

/**************************************
*
*         ABOUT US  
*
***************************************/

.wrapper-aboutus {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
}

.aboutus-img {
  width: 45%;
}

.aboutus-img img {
  width: 100%;
}

.aboutus-content {
  width: 55%;
  padding-left: 50px;
}

.aboutus-content p {
  margin-bottom: 10px;
}

.wrapper-signature {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.wrapper-signature > img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
}

.wrapper-signature h3 {
  font-weight: 900;
  margin-bottom: 5px;
}

.wrapper-signature > div img {
  max-width: 150px;
  width: 100%;
}

/**************************************
*
*         BEST DEALS  
*
***************************************/

#best-deals {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(247, 247, 247, 0.7)),
      to(rgba(247, 247, 247, 0.7))
    ),
    url("../images/bg-gray.png");
  background-image: -o-linear-gradient(
      rgba(247, 247, 247, 0.7),
      rgba(247, 247, 247, 0.7)
    ),
    url("../images/bg-gray.png");
  background-image: linear-gradient(
      rgba(247, 247, 247, 0.7),
      rgba(247, 247, 247, 0.7)
    ),
    url("../images/bg-gray.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper-best-deals {
  margin-top: 40px;
}

/**************************************
*
*         BANNER 
*
***************************************/

#banner {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(7, 21, 58, 0.7)),
      to(rgba(7, 21, 58, 0.7))
    ),
    url("../images/bg-banner.png");
  background-image: -o-linear-gradient(
      rgba(7, 21, 58, 0.7),
      rgba(7, 21, 58, 0.7)
    ),
    url("../images/bg-banner.png");
  background-image: linear-gradient(rgba(7, 21, 58, 0.7), rgba(7, 21, 58, 0.7)),
    url("../images/bg-banner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper-banner {
  color: var(--color-white);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-banner .phone {
  color: var(--color-white);
  margin-bottom: 20px;
  font-size: 24px;
}

/**************************************
*
*         PROPERTIES  
*
***************************************/

.wrapper-properties {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.properties-list li {
  float: left;
  margin: 10px;
}

.properties-list li a {
  display: inline-block;
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 2px;
}

.properties-list li a:hover {
  -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%),
    0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%),
    0 8px 10px -7px rgb(0 0 0 / 20%);
}

.properties-list li a.active {
  background-color: var(--color-blue);
}

.wrapper-properties-catalog .single-item {
  width: calc(33.333333% - 20px);
  margin: 10px;
}

.wrapper-properties-result .wrapper-properties-catalog:not(:first-child) {
  display: none;
}

/**************************************
*
*         FAQ 
*
***************************************/

#faq {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(7, 21, 58, 0.3)),
      to(rgba(7, 21, 58, 0.1))
    ),
    url("../images/bg-faq.png");
  background-image: -o-linear-gradient(
      rgba(7, 21, 58, 0.3),
      rgba(7, 21, 58, 0.1)
    ),
    url("../images/bg-faq.png");
  background-image: linear-gradient(rgba(7, 21, 58, 0.3), rgba(7, 21, 58, 0.1)),
    url("../images/bg-faq.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-attachment: fixed;
}

#faq h2 {
  color: var(--color-white);
}

.wrapper-faq {
  width: 60%;
  padding: 50px;
  background-color: rgba(7, 21, 58, 0.7);
}

.wrapper-accordion h3 {
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: var(--color-white);
}

.wrapper-accordion h3:hover {
  color: var(--color-green);
}

.wrapper-accordion h3 i {
  margin-right: 10px;
  color: var(--color-white);
}

.wrapper-accordion h3:hover i {
  color: var(--color-green);
}

.content-accordion {
  display: none;
  padding: 20px 10px 20px 35px;
  color: var(--color-white);
  background-color: rgba(247, 247, 247, 0.2);
}

.content-accordion p {
  margin-bottom: 5px;
}

.wrapper-accordion h3 i {
  font-size: 14px;
}

/**************************************
*
*         AGENTS
*
***************************************/

.wrapper-agents {
  max-width: 1200px;
}

.single-agents {
  width: calc(33.333333% - 20px);
  margin: 10px;
}

.single-agents img {
  width: 100%;
}

.single-agents-content {
  padding: 20px;
  border-left: 1px solid var(--color-dark-gray);
  border-right: 1px solid var(--color-dark-gray);
  border-bottom: 1px solid var(--color-dark-gray);
}

.single-agents-content h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.single-agents-content p {
  color: var(--color-green);
}

.social-link-agents {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.social-link-agents li {
  margin: 0 10px;
}

.social-link-agents li a {
  color: var(--color-blue);
}

.social-link-agents li a:hover {
  color: var(--color-green);
}

/**************************************
*
*        TESTIMONIALS
*
***************************************/

#testimonials {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(7, 21, 58, 0.7)),
      to(rgba(7, 21, 58, 0.7))
    ),
    url("../images/bg-banner.png");
  background-image: -o-linear-gradient(
      rgba(7, 21, 58, 0.7),
      rgba(7, 21, 58, 0.7)
    ),
    url("../images/bg-banner.png");
  background-image: linear-gradient(rgba(7, 21, 58, 0.7), rgba(7, 21, 58, 0.7)),
    url("../images/bg-banner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span,
#testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-green);
}

#testimonials .owl-theme .owl-dots .owl-dot span {
  background: var(--color-white);
}

#testimonials h2 {
  color: var(--color-white);
}

.wrapper-title-testimonials {
  text-align: center;
}

.wrapper-testimonials {
  max-width: 1000px;
  text-align: center;
}

.single-testimonials img {
  width: 80px !important;
  height: 80px !important;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 30px;
}

.single-testimonials p {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--color-white);
}

.wrapper-author h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--color-white);
}

.wrapper-author p {
  color: var(--color-green);
}

/**************************************
*
*         CONTACT
*
***************************************/

#contact {
  padding-top: 100px;
}

#contact .container {
  max-width: 1200px;
}

.wrapper-contact {
  width: 30%;
  padding-right: 50px;
}

.wrapper-form {
  width: 70%;
}

#contact h2 {
  margin-bottom: 50px;
}

.wrapper-contact-form {
  padding-bottom: 50px;
}

.single-address {
  margin-bottom: 50px;
}

.single-address h3 {
  font-size: 25px;
}

.single-address p {
  margin-bottom: 10px;
}

.single-address a {
  color: var(--color-blue);
}

.single-address a:hover {
  color: var(--color-green);
}

.wrapper-input {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-input input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: none;
  outline: none;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: var(--color-gray);
  color: var(--color-blue);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-weight: 700;
  font-size: 16px;
}

.wrapper-input input:focus,
textarea:focus {
  background-color: var(--color-dark-gray);
}

.wrapper-input input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}

.wrapper-input input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}

.wrapper-input input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}

.wrapper-input input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}

.wrapper-input input::placeholder,
textarea::placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}

textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  background-color: var(--color-gray);
  padding: 15px;
  height: 200px;
  font-weight: 700;
  font-size: 16px;
}

.wrapper-form button {
  outline: none;
  border: none;
  display: inline-block;
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 20px 45px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}

.wrapper-form button:hover {
  -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%),
    0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%),
    0 8px 10px -7px rgb(0 0 0 / 20%);
}

.wrapper-map {
  width: 100%;
  height: 400px;
}

.wrapper-map iframe {
  width: 100%;
  height: 400px;
}

.copyright {
  padding: 30px 15px;
  background-color: var(--color-blue);
  color: var(--color-white);
}

.copyright p {
  font-size: 14px;
}

.benefit-sec .benefit-container {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  background: #fafafa;
  border: 1px solid #92949f;
  padding: clamp(20px, 1.667vw, 48px);
  border-radius: clamp(18px, 1.25vw, 48px);
  transition: all 0.3s ease-in-out;
  cursor: text;
}
@media (max-width: 1399px) {
  .benefit-sec .benefit-container {
    align-items: flex-start;
  }
}
.benefit-sec .benefit-container .text-box .text-title {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.benefit-sec .benefit-container .text-box .text-title h2 {
  color: #ebf0f6;
  transition: all 0.3s ease-in-out;
}
.benefit-sec .benefit-container .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(64px, 5.208vw, 180px);
  height: clamp(64px, 5.208vw, 180px);
  background: #fafafa;
  border: 1px solid #92949f;
  border-radius: clamp(10px, 0.729vw, 28px);
}
.benefit-sec .benefit-container .img-box img {
  width: clamp(48px, 3.698vw, 120px);
  height: clamp(48px, 3.698vw, 120px);
}
.benefit-sec .benefit-container:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 16px 0px rgba(181, 181, 181, 0.5);
}
.benefit-sec .benefit-container:hover .text-box .text-title h2 {
  color: #255dcc;
  transition: all 0.3s ease-in-out;
}