@charset "utf-8";

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}

@keyframes slideTopDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-6px);
  }
}

html {
  overflow: hidden;
}

html.overflow {
  overflow-x: hidden;
  overflow-y: visible;
}

:focus,
button:focus {
  outline: 0;
}

body {
  font-family: Rubik, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
  background: #fff;
  border-color: #dfdfdf;
  transition: transform ease-in 0.4s;
  overflow-x: hidden;
}

button {
  background: 0 0;
  border: none;
  padding: 0;
}

label {
  line-height: normal;
}

/* .menu-open {
  background-color: #000000ab;
} */

.menu-open::before {
    content: "";
    position: fixed;
    inset: 0; 
    background: rgba(0, 0, 0, 0.6);
    z-index: 99; 
    pointer-events: none; 
}

.align-item-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.p-relative {
  position: relative;
}

.custom-container {
  padding-right: 100px;
  padding-left: 100px;
}

.after-none:after,
.before-none:before,
.none {
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.overlay-bg {
  background: #000;
  opacity: 0.5;
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.image-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-float-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transform-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
}

[class*=" flaticon-"]:before,
[class^="flaticon-"]:before {
  font-size: inherit;
  margin: 0;
}

.animate-img {
  position: relative;
  overflow: hidden;
}

.animate-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.animate-img:hover .img-float-custom {
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.5s;
}

.loader {
  overflow: hidden;
}

.preloader {
  background: #2f6535;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  overflow: hidden;
}

.preloader img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}

.section-header {
  max-width: 540px;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}

.section-header .section-heading {
  position: relative;
}

.section-header .section-heading:after {
  content: "";
  height: 5px;
  width: 80px;
  background-color: #2f6535;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}

.section-header .section-heading h5 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-header .section-heading h3 {
  padding-bottom: 20px;
  font-weight: 600;
}

.section-header .section-description {
  margin-bottom: 20px;
  position: relative;
}

.section-header-right {
  max-width: 550px;
  padding-bottom: 30px;
  text-align: right;
}

.section-header-right .section-heading {
  position: relative;
}

.section-header-right .section-heading:after {
  content: "";
  height: 5px;
  width: 80px;
  background-color: #2f6535;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 0 0 auto;
}

.section-header-right .section-heading h5 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-header-right .section-heading h3 {
  padding-bottom: 20px;
  font-weight: 600;
}

.section-header-right .section-description {
  margin-bottom: 20px;
  position: relative;
}

.custom-tooltip:after,
.custom-tooltip:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}

.custom-tooltip:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1;
}

.custom-tooltip:hover:after,
.custom-tooltip:hover:before {
  opacity: 1;
}

.property-tag-1:after {
  position: absolute;
  content: "";
  display: block;
  left: 100%;
  top: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid;
  border-left-color: #030e27;
  border-right-color: #030e27;
}

.property-tag-1 {
  float: left;
}

.property-tag-2 {
  float: right;
}

.property-tag-1,
.property-tag-2 {
  display: inline-block;
  padding: 8px 15px;
  position: relative;
  line-height: 10px;
  font-size: 14px;
  position: relative;
}

.property-tag-2:after {
  position: absolute;
  content: "";
  display: block;
  right: 100%;
  top: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid;
  border-left-color: #2f6535;
  border-right-color: #2f6535;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next span,
.swiper-button-prev span {
  font-size: 22px;
  background: 0 0;
  border: 1px solid #030e27;
  color: #2f6535;
  padding: 0 10px;
  position: relative;
}

.swiper-button-next span:after,
.swiper-button-prev span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: -1;
  background-color: #2f6535;
  transition: 0.5s all;
}

.swiper-button-prev span:after {
  background-color: #030e27;
  left: auto;
  right: 0;
}

.slider-btn {
  position: absolute;
  top: -70px;
  left: 15px;
  right: 15px;
}

.swiper-button-next span {
  border-color: #2f6535;
  color: #2f6535;
}

.swiper-button-next:hover span:after,
.swiper-button-prev:hover span:after {
  width: 100%;
}

.swiper-button-next:hover span,
.swiper-button-prev:hover span {
  color: #fff;
}

.swiper-pagination {
  transform: translate(0, 50%);
  position: absolute;
  left: 0;
  bottom: -5%;
  right: 0;
  display: none;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background: #2f6535;
  margin-right: 10px;
  transition: 0.6s;
  border: 2px solid #2f6535;
  position: relative;
  top: 5px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 6px;
  border-radius: 50px;
  opacity: 1;
  background: #2f6535;
}

.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: 0;
}

.swiper-slide .our_articles .post,
.swiper-slide .property-grid-box {
  margin: 2px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.slick-dots li {
  padding: 0;
  line-height: 0;
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 6px;
  border-radius: 10px;
  background: #2f6535;
  margin: 0 5px;
  transition: 0.6s all;
  border: 2px solid #2f6535;
}

.slick-dots li.slick-active button {
  width: 24px;
  height: 6px;
  border-radius: 50px;
}

.page-item .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.page-link:focus {
  box-shadow: none;
  z-index: 1;
}

.page-item .page-link {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.5;
  border: 2px solid #eee;
  color: #111;
}

.page-item.active .page-link,
.page-item:hover .page-link {
  background-color: #2f6535;
  border-color: #2f6535;
  color: #fff;
}

.arrow-shape-1,
.arrow-shape-2 {
  position: relative;
  transition: 1s all;
  z-index: 1;
}

.arrow-shape-1:after {
  content: "";
  border-width: 40px;
  border-color: #fff #02460a #02460a #fff;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s all;
}

.arrow-shape-2:after {
  content: "";
  border-width: 40px;
  border-color: #fff #fff #02460a #02460a;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #111;
}

h1 {
  font-size: 90px;
  line-height: normal;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
}

a {
  color: #111;
  text-decoration: none;
  transition: 0.5s;
}

a:focus,
a:hover {
  color: #2f6535;
  text-decoration: none;
  transition: 0.5s;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol li,
ul li {
  margin: 0;
  position: relative;
}

ul.custom {
  list-style: none;
  padding: 0;
}

blockquote {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px;
}

blockquote span {
  width: 50px;
  height: 50px;
  border: 2px solid #2f6535;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 16px;
  margin-right: 15px;
}

blockquote p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-weight: 500;
  word-break: break-word;
  margin-bottom: 0;
}

blockquote h6 {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}

iframe {
  border: none;
  width: 100%;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  transition: 0.5s;
}

table td,
table th {
  border: 1px solid #dfdfdf;
  padding: 15px;
}

table {
  border: 1px solid #dfdfdf;
  padding: 15px;
  width: 100%;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fw-100 {
  font-weight: 100;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 900;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.section-padding {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}

.section-padding-top {
  padding-top: 80px;
}

.section-padding-bottom {
  padding-bottom: 80px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.mb-xl-20 {
  margin-bottom: 20px;
}

.mb-xl-30 {
  margin-bottom: 30px;
}

.mb-xl-40 {
  margin-bottom: 40px;
}

.pb-xl-20 {
  padding-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control-custom::placeholder {
  font-size: 14px;
}

.form-control-custom {
  height: 50px;
  padding: 0.375rem 1.2rem;
  border-radius: 0;
  border: 2px solid #f0f0ff;
  width: 100%;
  background: 0 0;
}

.form-control-custom:focus {
  border: 2px solid #f0f0ff;
  border-bottom: 2px solid #2f6535;
  box-shadow: none;
}

.custom-select {
  background-image: none;
}

.custom-select:focus {
  box-shadow: none;
}

label.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  user-select: none;
  line-height: normal;
  font-size: 14px;
}

label.custom-checkbox:last-child {
  margin-bottom: 10px;
}

label.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 0;
}

label.custom-checkbox:hover input~.checkmark {
  background-color: #fff;
  border: 1px solid #2f6535;
}

label.custom-checkbox input:checked~.checkmark {
  background-color: #2f6535;
  border: 1px solid #2f6535;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

label.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

label.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-height {
  height: 50px;
}

.btn-first {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-shadow: none;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 0 25px;
  line-height: 44px;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-submit {
  background-color: transparent;
  color: #111;
  border-color: #2f6535;
  transition: 0.5s all;
}

.btn-submit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: -1;
  background-color: #2f6535;
  transition: 0.5s all;
}

.btn-submit:focus:before,
.btn-submit:hover:before {
  width: 100%;
}

.btn-submit:focus,
.btn-submit:hover {
  color: #fff;
}

.btn-transparent {
  background-color: #fff;
  color: #111;
  border: 2px solid #fff;
  transition: 0.5s all;
}

.btn-transparent:focus,
.btn-transparent:hover {
  background-color: transparent;
  color: #fff;
  transition: 0.5s all;
}

.btn-border {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.5s all;
}

.btn-border:focus,
.btn-border:hover {
  color: #111;
  background-color: #fff;
}

.small-btn {
  padding: 0 10px;
  position: relative;
  z-index: 10;
  font-size: 22px;
  border: 0.1px solid #2f6535;
  color: #fff;
}

.small-btn:hover {
  color: #fff;
}

.small-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: -1;
  background-color: #2f6535;
  transition: 0.5s all;
}

.small-btn:hover:after {
  width: 100%;
}

.bg-custom-black {
  background-color: #000;
}

.bg-custom-white {
  background-color: #fff;
}

.bg-light-white {
  background-color: #f4f4f4;
}

.bg-theme {
  background-color: #030e27;
}

.bg-custom-blue {
  background-color: #2f6535;
}

.text-custom-black {
  color: #000;
}

.text-light-white {
  color: #7c8a97;
}

.text-dark-grey {
  color: #030e27;
}

.text-theme {
  color: #111;
}

.text-custom-blue {
  color: #2f6535;
}

.text-custom-white {
  color: #fff;
}

.text-custom-yellow {
  color: #ff9600;
}

.border-red {
  border: 1px solid red;
  background-color: red;
}

.border-black {
  border: 1px solid #000;
  background-color: #000;
}

.border-orange {
  border: 1px solid #2f6535;
  background-color: #2f6535;
}

.border-brown {
  border: 1px solid #a04000;
  background-color: #a04000;
}

.border-yellow {
  border: 1px solid #ff9600;
  background-color: #ff9600;
}

.border-blue {
  border: 1px solid #134eec;
  background-color: #134eec;
}

.border-green {
  border: 1px solid #1fe51f;
  background-color: #1fe51f;
}

.border-pink {
  border: 1px solid #ec13e9;
  background-color: #ec13e9;
}

a.text-custom-white.new:hover {
  color: #000;
}

button#btn-contact {
  margin-top: 20px;
}

button#btn-free {
  background-color: #2f6535;
  color: #fff;
  margin-top: 20px;
}

button#btn-free:hover {
  background-color: #000;
  color: #fff;
}

select#services {
  -webkit-appearance: menulist-button !important;
}

select#services>option {
  color: #000 !important;
}

.cluster div {
  background: #2f6535;
  border-radius: 100%;
  height: 50px;
  line-height: 38px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-popup-wrap {
  display: block;
  width: 300px !important;
  position: relative;
}

.map-popup-wrap:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
  z-index: 20;
}

.map-popup-wrap:before {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.map-popup {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.infoBox-close,
.map-popup-category {
  background: #2f6535;
}

.infoBox-close {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 20px;
  right: 20px;
  color: #fff;
  border-radius: 100%;
  z-index: 20;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-popup-category {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 500;
  color: #fff;
  z-index: 20;
  padding: 10px 12px;
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.listing-img-content {
  overflow: hidden;
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.listing-img-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0.3;
}

.map-popup img {
  width: 100%;
  height: auto;
  transform: translateZ(0);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.listing-content {
  background: #fff;
  padding: 20px;
  padding-bottom: 0;
  z-index: 20;
}

.listing-title h4 {
  font-size: 18px;
}

.listing-title h4 span {
  position: relative;
}

.map-popup .property-address {
  position: absolute;
  top: 180px;
  padding: 0 10px;
  z-index: 10;
}

.map-popup .property-address a {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}

.map-popup .property-address a i {
  margin-right: 5px;
}

.map-popup .property-address:after {
  position: absolute;
  content: "";
  display: block;
  left: 100%;
  top: 0;
  border-top: 21px solid transparent;
  border-left: 21px solid;
  border-left-color: #2f6535;
}

.map-popup .price {
  display: flex;
  align-items: center;
}

.map-popup .price span {
  font-size: 80%;
  margin-left: 4px;
}

.map-popup .property-feature {
  columns: 2;
  padding-bottom: 10px;
}

.map-popup .property-feature li {
  padding: 0 0 10px 0;
}

.map-popup .property-feature li i {
  font-size: 16px;
  margin-right: 5px;
  color: #030e27;
}

.map-popup .property-feature li span {
  font-size: 14px;
  color: #111;
  font-weight: 400;
}

.infoBox-close>.fa-times {
  font-size: 18px;
  font-style: normal;
}

.infoBox-close>.fa-times:before {
  content: "x";
}

.modal.show .modal-dialog {
  max-width: 400px;
}

.modal-body {
  padding: 0;
}

.login-register .nav-tabs {
  justify-content: center;
  border: none;
}

.login-register .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
  border-right: 2px solid #ccc;
}

.login-register .nav-tabs .nav-item:last-child {
  border-right: 0;
}

.login-register .nav-tabs .nav-link,
.login-register .nav-tabs .nav-link:focus,
.login-register .nav-tabs .nav-link:hover {
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
}

.login-register .nav-tabs .nav-link.active {
  border-bottom: 2px solid transparent;
  color: #2f6535;
}

.login-register .social-links ul {
  display: flex;
  justify-content: center;
}

.login-register .social-links ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #2f6535;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #2f6535;
}

.login-register .social-links ul li a:hover {
  background-color: #2f6535;
  color: #fff;
}

.login-register .decleration {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}

.custom-accordion .card {
  background: #fff;
  border-color: #fff;
  border-radius: 0;
}

.custom-accordion .card .card-header {
  padding: 0;
  background: #ededed;
  border-color: #ededed;
  border-radius: 0;
}

.custom-accordion .card .card-header .collapsebtn {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  background: #2f6535;
  color: #fff;
  cursor: pointer;
}

.custom-accordion .card .card-header .collapsebtn.collapsed {
  background: #ededed;
  border-color: #ededed;
  color: #111;
}

.custom-accordion .card .card-header .collapsebtn:before {
  content: "-";
  background: #fff;
  color: #2f6535;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 16px;
  justify-content: center;
}

.custom-accordion .card .card-header .collapsebtn.collapsed:before {
  content: "+";
  background: #111;
  color: #fff;
}

.custom-accordion .card .card-body {
  padding: 15px 0;
}

.main-map-box {
  height: 800px;
  position: relative;
}

.main-map-box #map-main {
  height: 100%;
}

.map-search-box {
  width: 350px;
  transition: 0.5s all;
  left: -350px;
}

.map-search-box.active {
  left: 0;
}

.map-search-box .float-btn {
  position: absolute;
  top: 70px;
  right: -50px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.map-search-box .float-btn .float-btn-inner i {
  font-size: 30px;
  padding: 0 10px;
}

.map-search-box .float-btn .float-btn-inner img {
  width: 50px;
  height: 50px;
  padding: 10px;
}

.topbar {
  padding-bottom: 10px;
}

.topbar .left-side,
.topbar .right-side {
  padding: 10px 0 0;
}

.topbar .left-side ul {
  display: flex;
  align-self: flex-start;
}

.topbar .left-side li {
  margin-right: 20px;
}

.topbar .left-side li a {
  color: #fff;
}

.topbar .left-side li a i {
  margin-right: 5px;
  color: #fff;
}

.topbar .right-side ul {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
}

.topbar .right-side li {
  margin-left: 20px;
}

.topbar .right-side li.language>select {
  background: 0 0;
  color: #fff;
  font-size: 14px;
  border: none;
  -webkit-appearance: none;
  line-height: 1;
}

.topbar .right-side li.language>select>option {
  color: #111;
}

.menu-style {
  transition: 1s all;
}

.menu-style.sticky {
  animation-name: fadeHeaderInDown;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* z-index: 22; */
  z-index: 99;
  background: #fff;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.menu-style.fixed-header,
.topbar.fixed-top {
  position: fixed;
  top: 41px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.topbar.fixed-top {
  top: 0;
  background-color: #111;
}

.menu-open .menu-style,
.menu-open .menu-style.fixed-header {
  background-color: #000000ab;
}

.menu-style .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-style .header>.logo {
  width: 200px;
  position: relative;
  top: 0;
  background-color: #fff;
  height: 82px;
}

.menu-style .header>.logo img {
  position: absolute;
  height: 117px;
  z-index: 10;
}

.menu-style.sticky .header>.logo img {
  width: 155px;
  margin: auto 23px;
}

.menu-style .header>.logo:after {
  content: "";
  background-color: #fff;
  display: block;
  width: 200px;
  left: 0;
  position: absolute;
  height: 35px;
  z-index: 2;
  right: 0;
  bottom: -35px;
  display: block;
}

.menu-style .header .right-side {
  display: flex;
}

.menu-style .header .right-side-2 .cta-btn {
  background-color: #2f6535;
  position: relative;
}

.menu-style .header .right-side-2 .cta-btn .cta-text {
  padding: 17px 0 17px 15px;
}

.menu-style .header .right-side-2 .cta-btn .cta-text:before {
  content: "";
  display: block;
  right: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 0 solid;
  border-left-color: #2f6535;
  border-right-color: #2f6535;
}

.menu-style .header .right-side-2 .cta-btn .cta-text:after {
  content: "";
  display: block;
  background-color: #2f6535;
  width: 1000%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}

.menu-style .header .right-side-2 .cta-btn .cta-text .addlisting-btn span {
  margin-left: 10px;
}

.menu-style .header .right-side .hamburger-menu {
  display: none;
  align-items: center;
  cursor: pointer;
}

.menu-style .header .right-side .hamburger-menu .menu-btn {
  transition: 0.5s;
}

.menu-style .header .right-side .hamburger-menu .menu-btn span {
  background: #fff;
  height: 2px;
  width: 25px;
  margin-bottom: 5px;
  display: block;
  transform: 0.5s;
}

.menu-style .header .right-side .hamburger-menu .menu-btn span:last-child {
  margin-bottom: 0;
}

.menu-style .header .right-side .hamburger-menu .menu-btn.active {
  position: relative;
  /* top: -4px; */
  transition: 0.5s;
}

.menu-style .header .right-side .hamburger-menu .menu-btn.active span:first-child {
  transform: rotate(45deg);
  transition: 0.3s;
  position: relative;
  top: 7.4px;
  background-color: #fff;
}

.menu-style .header .right-side .hamburger-menu .menu-btn.active span:nth-child(2) {
  display: none;
}

.menu-style .header .right-side .hamburger-menu .menu-btn.active span:last-child {
  transform: rotate(-45deg);
  transition: 0.3s;
  background-color: #fff;
}

.menu-style .header .right-side .navigation .logo {
  display: none;
  margin: 10px 15px;
  width: 120px;
}

.menu-style .header .right-side .navigation .social-media {
  display: none;
  position: fixed;
  left: -320px;
  right: 0;
  width: 320px;
  bottom: 0;
  transition: 0.5s all;
  background: #eee;
}

.menu-style .header .right-side .navigation .social-media ul {
  display: flex;
}

.menu-style .header .right-side .navigation .social-media ul li:first-child {
  border-left: 0;
}

.menu-style .header .right-side .navigation .social-media ul li {
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  padding: 25px 0;
}

.menu-style .header .right-side .navigation .social-media ul li a {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0 auto;
  background: #2f6535;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.menu-style .header .right-side .navigation .social-media ul li a:hover {
  color: #fff;
}

.main-menu {
  display: flex;
}

.main-menu>li.menu-item {
  padding: 10px 0;
}

.main-menu>li.menu-item>a,
.main-menu>li.menu-item>div>a {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 18px 20px;
}

.main-menu>li.menu-item>a:after,
.main-menu>li.menu-item>div>a:after {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background-color: #2f6535;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.main-menu>li.menu-item.active>a:after,
.main-menu>li.menu-item:hover>a:after,
.main-menu>li.menu-item:hover>div>a:after,
.main-menu>li.menu-item:hover>div>a:after {
  width: 70%;
  transition: 0.3s;
}

.main-menu>li.menu-item.active>a {
  color: #2f6535;
}

.menu-item-has-children>a>.arrow:after {
  display: inline-block;
  margin-left: 0.55em;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.menu-item-has-children>.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(-10px);
  border-bottom: solid 2px #2f6535;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  width: 250px;
}

.menu-item-has-children:hover>.sub-menu {
  border-top: 1px solid #eee;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transform: translateY(0);
  transition: 0.3s;
}

.menu-item-has-children.nav-postion:hover>.sub-menu {
  top: 0;
  transform: translateY(-100%);
}

.menu-item-has-children>.sub-menu>li.menu-item {
  padding: 0 10px;
}

.menu-item-has-children.nav-postion>.sub-menu>li.menu-item-has-children>.sub-menu {
  top: inherit;
}

.menu-item-has-children>.sub-menu>li.menu-item>a {
  display: block;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  transition: 0.5s;
  white-space: nowrap;
}

.menu-item-has-children>.sub-menu>li.menu-item:last-child>a {
  border: none;
}

.menu-item-has-children>.sub-menu>li.menu-item:hover>a {
  padding-left: 25px;
  transition: 0.5s;
}

.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>.arrow {
  position: absolute;
  right: 10px;
  transform: rotate(-90deg);
}

.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>.arrow:after {
  display: inline-block;
  margin-left: 0;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu {
  left: 100%;
  top: -3%;
}

.menu-style.sticky .header>.logo {
  height: 60px;
}

.menu-style.sticky .header>.logo img {
  height: 87px;
}

.menu-style.sticky .header>.logo:after {
  height: 25px;
  bottom: -25px;
}

.menu-style.sticky .main-menu>li.menu-item {
  padding: 0;
}

.menu-style.sticky .header .right-side-2 .cta-btn .cta-text {
  padding: 7px 0 7px 15px;
}

.simple-banner {
  position: relative;
  height: 800px;
  z-index: 1;
}

.simple-banner .slide-item {
  height: 800px;
  position: relative;
  overflow: hidden;
}

.simple-banner .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.simple-banner .slider-btn {
  position: initial;
  top: 0;
  right: 0;
  left: 0;
}

.simple-banner .slider-btn .swiper-button-next {
  right: 45px;
}

.simple-banner .slider-btn .swiper-button-prev {
  left: 45px;
}

.simple-banner .slider-btn .swiper-button-next span,
.simple-banner .slider-btn .swiper-button-prev span {
  font-size: 35px;
  padding: 0 25px;
  color: #fff;
  border: 1px solid #2f6535;
}

.simple-banner .slider-btn .swiper-button-prev span:after {
  background-color: #2f6535;
}

.simple-banner .slide-item img {
  animation: scale 20s linear infinite;
}

.simple-banner .slide-item .content-wrapper {
  transition: all 1s linear;
  transition-delay: 1s;
}

.simple-banner .slide-item .content-wrapper a,
.simple-banner .slide-item .content-wrapper h1,
.simple-banner .slide-item .content-wrapper p {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

.simple-banner .slide-item.swiper-slide-active .content-wrapper a,
.simple-banner .slide-item.swiper-slide-active .content-wrapper h1,
.simple-banner .slide-item.swiper-slide-active .content-wrapper p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.simple-banner .slider-search .search-title {
  background-color: #2f6535;
  padding: 15px 30px;
  display: table;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.simple-banner .slider-search .search-title:before {
  border-right: 25px solid transparent;
  content: "";
  left: 20px;
  position: absolute;
  bottom: -30px;
  transform: rotate(20deg);
  border-top: 35px solid #2f6535;
}

.simple-banner .slider-search .search-form {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px;
  padding-bottom: 10px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.simple-banner .slider-search .search-form .form-group button {
  height: 50px;
}

.location-box {
  position: relative;
}

.location-box:before {
  content: "\f05b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 0;
  pointer-events: none;
  color: #2f6535;
}

.video-banner .jarallax {
  height: 800px;
}

.range-slider {
  display: flex;
}

.range-slider input {
  border: none;
  width: 40px;
  padding: 0;
  margin: -6px 0 0 15px;
  font-size: 14px;
}

.banner-style-2 .banner-form form .form-group .ui-widget.ui-widget-content {
  margin-bottom: 20px;
}

.ui-widget.ui-widget-content {
  border: 0 solid #c5c5c5;
  background-color: #ddd;
  height: 0.3em;
  margin: 0.85em 0;
}

.ui-slider-horizontal .ui-slider-range-min,
.ui-slider-vertical .ui-slider-range-min,
.ui-widget-header {
  background: #2f6535;
}

.ui-slider-horizontal .ui-slider-handle,
.ui-slider-vertical .ui-slider-handle {
  background: #2f6535;
  font-weight: 400;
  color: #454545;
  border-radius: 1.2em;
  border: 0.4em solid transparent;
  cursor: pointer;
  width: 1em;
  height: 1em;
  top: -4px;
}

.ui-slider-horizontal .ui-slider-handle.ui-state-active,
.ui-slider-vertical .ui-slider-handle.ui-state-active {
  cursor: pointer;
  width: 1.2em;
  height: 1.2em;
  top: -6px;
}

.ui-slider-vertical .ui-slider-handle,
.ui-slider-vertical .ui-slider-handle.ui-state-active {
  top: auto;
}

.about-left-side {
  margin-left: 35px;
}

.about-left-side .section-header {
  padding-bottom: 0;
  margin: 0 auto 0 0;
  text-align: left;
}

.about-left-side .section-header .section-heading:after {
  margin: 0 auto 0 0;
}

.about-right-side:before {
  content: "";
  background: #2f6535;
  display: block;
  height: 50%;
  z-index: -1;
  position: absolute;
  width: calc(50% + 35px);
  right: 35px;
  left: 0;
}

.about-right-side>img {
  padding: 0;
  padding-top: 35px;
  padding-left: 35px;
}

.about-right-side .about-meta {
  position: absolute;
  bottom: 59px;
  right: -26px;
  max-width: 380px;
  background-image: -webkit-linear-gradient(top, #2f6535, #2f6535);
  padding: 30px 25px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.about-right-side .about-meta .meta-icon {
  margin-right: 15px;
  width: 47px;
}

.about-right-side .about-meta:before {
  content: "";
  border-width: 20px;
  border-color: #02460a transparent transparent #02460a;
  border-style: solid;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: -1;
}

.about-left-side .company-progress .progress-item {
  margin-bottom: 20px;
}

.about-left-side .company-progress .progress-item label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-left-side .company-progress .progress-item .progress {
  border-radius: 0;
  transform: skew(-30deg);
  transform-origin: right bottom;
  margin: 0 0 0 10px;
  position: relative;
  left: -10px;
}

.about-left-side .company-progress .progress-item .progress .progress-bar {
  background-color: #2f6535;
  position: relative;
  transform: skew(-30deg);
  transform-origin: right bottom;
  margin-left: -10px;
}

.about-left-side .company-progress .progress-item:nth-child(1) .progress .progress-bar {
  width: 70%;
}

.about-left-side .company-progress .progress-item:nth-child(2) .progress .progress-bar {
  width: 80%;
}

.about-left-side .company-progress .progress-item:nth-child(3) .progress .progress-bar {
  width: 75%;
}

.categories-slider-box .categories-box,
.our-services .service-item {
  height: 350px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.categories-slider-box .categories-box .text-wrapper,
.our-services .service-item .text-wrapper {
  width: 100%;
  background: 0 0;
  background: linear-gradient(to bottom, transparent, #000);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 100px 20px 60px 20px;
}

.categories-slider-box .categories-box .text-wrapper h5:before,
.our-services .service-item .text-wrapper h5:before {
  content: "";
  background-color: #2f6535;
  width: 60px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
}

.categories-slider-box .categories-box .text-wrapper h5,
.our-services .service-item .text-wrapper h5 {
  position: relative;
  text-transform: uppercase;
  transform: translateY(20px) translateZ(0);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.categories-slider-box .categories-box .text-wrapper p,
.our-services .service-item .text-wrapper p {
  opacity: 0;
  transform: translateY(20px) translateZ(0);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.categories-slider-box .categories-box:hover .text-wrapper h5,
.our-services .service-item:hover .text-wrapper h5 {
  transform: translateY(-5px) translateZ(0);
}

.categories-slider-box .categories-box:hover .text-wrapper p,
.our-services .service-item:hover .text-wrapper p {
  opacity: 0.8;
  transition-delay: 0.2s;
  transform: translateY(0) translateZ(0);
}

.categories-tabs {
  margin-top: -40px;
}

.categories-tabs .nav {
  border: none;
  box-shadow: 0 6px 19px rgba(0, 0, 0, 0.08);
}

.categories-tabs .nav .nav-item {
  width: 25%;
}

.categories-tabs .nav .nav-item .nav-link {
  margin: 0 auto;
  border: none;
  padding: 40px 20px;
  background: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.categories-tabs .nav .nav-item .nav-link span {
  display: block;
  font-size: 60px;
  line-height: 1;
  width: 60px;
  margin: 0 auto 10px;
}

.categories-tabs .nav .nav-item .nav-link.active {
  color: #2f6535;
}

.property-grid-box {
  position: relative;
}

.property-grid-box:hover {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.property-grid-box .property-grid-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-radius: 3px;
}

.property-grid-box .property-grid-wrapper .property-img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.property-grid-box .property-grid-wrapper .property-img .property-type {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.property-grid-box .property-grid-wrapper .property-img .property-address {
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  z-index: 10;
}

.property-grid-box .property-grid-wrapper .property-img .property-address a {
  color: #fff;
}

.property-grid-box .property-grid-wrapper .property-img .property-address a i {
  margin-right: 5px;
}

.property-grid-box .property-grid-wrapper .property-img .property-save-btn {
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}

.property-grid-box:hover .property-grid-wrapper .property-img .property-save-btn {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
}

.property-grid-box .property-grid-wrapper .property-img .property-save-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-grid-box .property-grid-wrapper .property-img .property-save-btn ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.57);
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 2px;
}

.property-grid-box .property-grid-wrapper .property-img .property-save-btn ul li a i {
  color: #ccc;
  font-size: 16px;
  line-height: 36px;
}

.property-grid-box .property-grid-wrapper .property-img .property-address:after {
  position: absolute;
  content: "";
  display: block;
  left: 100%;
  top: 0;
  border-top: 21px solid transparent;
  border-left: 21px solid;
  border-left-color: #2f6535;
}

.property-grid-box .property-grid-wrapper .property-img>a {
  display: block;
}

.property-grid-box .property-grid-wrapper .property-img>a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 9;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.45) 0,
      rgba(0, 0, 0, 0.45) 5%,
      rgba(22, 22, 23, 0) 40%,
      rgba(0, 0, 0, 0) 100%);
  transition: 0.7s;
}

.property-grid-box .property-grid-wrapper .property-grid-caption {
  background-color: #fff;
  border-radius: 3px;
  padding-bottom: 0;
}

.property-grid-box .property-grid-wrapper .property-grid-caption h5 {
  font-size: 20px;
}

.property-grid-box .property-grid-wrapper .property-grid-caption .price {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

.property-grid-box .property-grid-wrapper .property-grid-caption .price i {
  margin-right: 5px;
}

.property-grid-box .property-grid-wrapper .property-grid-caption .price span {
  font-size: 80%;
  margin-left: 4px;
}

.property-grid-box .property-grid-wrapper .property-grid-caption .property-feature {
  columns: 2;
  padding-bottom: 10px;
}

.property-grid-box .property-grid-wrapper .property-grid-caption .property-feature li {
  padding: 0 0 10px 0;
}

.property-grid-box .property-grid-wrapper .property-grid-caption .property-feature li i {
  font-size: 18px;
  margin-right: 5px;
  color: #030e27;
}

.property-grid-box .property-grid-wrapper .property-grid-caption .property-feature li span {
  font-size: 14px;
  color: #111;
  font-weight: 400;
}

.property-grid-box .property-grid-wrapper .property-grid-footer {
  padding: 20px;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.property-grid-box .property-grid-wrapper .property-grid-footer>a span,
.property-list-view .property-list-wrapper .property-list-content .content-box .property-list-footer .link-btn span {
  transition: 0.5s all;
}

.property-grid-box .property-grid-wrapper .property-grid-footer>a:hover span,
.property-list-view .property-list-wrapper .property-list-content .content-box .property-list-footer>.link-btn:hover span {
  padding-left: 8px;
  transition: 0.5s all;
}

.ratings span {
  cursor: pointer;
}

.ratings .rating-text {
  display: block;
  font-weight: 500;
  text-align: center;
}

.browse-listing-gallery .browse-gallery>.row>div {
  padding: 7.5px;
}

.browse-listing-gallery .browse-gallery .gallery-img {
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.browse-listing-gallery .browse-gallery .gallery-img .img-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
}

.browse-listing-gallery .browse-gallery .gallery-img:hover .btn-border {
  background-color: #fff;
  color: #111;
  transition: 0.5s all;
}

.browse-listing-gallery .browse-gallery .gallery-img:hover .img-overlay {
  opacity: 0.15;
}

.browse-listing-gallery .browse-gallery .gallery-img:hover .img-overlay:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 0.75s;
}

.our-services .filter-gallery>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.custom-tabs>.nav>.nav-item>.nav-link,
.our-services .filter-gallery>ul>li>a {
  padding: 8px 40px;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  display: block;
  z-index: 10;
  text-align: center;
  background-color: transparent;
  border: 1px solid #2f6535;
  transition: 0.5s all;
  margin: 0 5px 10px;
  border-radius: 0;
}

.custom-tabs>.nav>.nav-item>.nav-link:before,
.our-services .filter-gallery>ul>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: -1;
  background-color: #2f6535;
  transition: 0.5s all;
}

.custom-tabs>.nav>.nav-item:hover>.nav-link,
.custom-tabs>.nav>.nav-item>.nav-link.active,
.our-services .filter-gallery>ul>li.active>a,
.our-services .filter-gallery>ul>li:hover>a {
  color: #fff;
  background: #2f6535;
  transition: 0.5s all;
}

.custom-tabs>.nav>.nav-item:hover>.nav-link:before,
.custom-tabs>.nav>.nav-item>.nav-link.active:before,
.our-services .filter-gallery>ul>li.active>a:before,
.our-services .filter-gallery>ul>li:hover>a:before {
  width: 100%;
}

.our-services .service-item .text-wrapper {
  padding-bottom: 20px;
}

.our-category {
  background-image: url(../images/our-services.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #000;
  height: 400px;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

.videoPoster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-position: center;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.1s, height 0s;
  transition-delay: 0s, 0s;
}

.video-wrapper .video_wrapper .videoPoster {
  background-image: url(https://via.placeholder.com/750x400);
}

.videoPoster:hover {
  cursor: pointer;
}

.videoPoster .video-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 0.8s;
}

.video-btn-wrapper {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  font-size: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.25s ease, width 0.25s ease;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.video-btn-wrapper>a>i {
  font-weight: 600;
}

.video-btn-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: ripple 2s linear infinite;
}

.video-btn-wrapper .video-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: inherit;
  font-size: 30px;
}

.custom-tabs>.nav {
  border: none;
  justify-content: space-between;
  position: relative;
}

.custom-tabs>.nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 1px;
  background-color: #2f6535;
}

.custom-tabs>.nav>.nav-item>.nav-link {
  background-color: #f4f4f4;
  margin: 0;
}

.bx-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.our-history {
  background-image: url(../images/h3-bg-section-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.our-history .tab-inner .content-box .list {
  margin: 10px 0 15px;
}

.our-history .tab-inner .content-box .list ul {
  columns: 2;
}

.our-history .tab-inner .content-box .list ul li {
  margin-bottom: 15px;
}

.our-history .tab-inner .content-box .list ul li i {
  margin-right: 10px;
}

.full-services-sec .left-side .service-text {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 400px;
  height: 265px;
}

.full-services-sec .left-side .service-text .text-wrapper {
  padding: 40px;
}

.full-services-sec .left-side .service-text .text-wrapper .btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.full-services-sec .left-side .service-text-2 {
  position: absolute;
  top: 0;
  padding: 40px;
  overflow: hidden;
  max-width: 215px;
  left: 0;
  right: 0;
}

.full-services-sec .left-side .service-text-2 h2 {
  font-size: 55px;
  line-height: 1;
}

.full-services-sec .left-side .service-text-2 h5 {
  font-size: 30px;
  font-weight: 400;
}

.full-services-sec .left-side .video-play-btn {
  position: absolute;
  bottom: 0;
  max-width: 500px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.full-services-sec .left-side .video-play-btn a {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 2px solid #030e27;
  margin-left: 15px;
  color: #030e27;
  font-size: 25px;
}

.full-services-sec .right-side {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #2f6535;
  height: 100%;
  align-self: center;
}

.full-services-sec .right-side .text-wrapper h2 {
  line-height: 1.8;
}

.full-services-sec .right-side .text-wrapper .right-side-box {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
  transition: 0.3s all;
}

.full-services-sec .right-side .text-wrapper .right-side-box:hover .icon {
  animation: slideTopDown 1s infinite alternate;
  transition: 0.3s all;
}

.full-services-sec .right-side .text-wrapper .right-side-box .icon {
  color: #fff;
  margin-bottom: 10px;
  font-size: 45px;
  width: 45px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}

.our-team {
  background-image: url(../images/homepage-1/agent-bg-1920x780.jpg);
  position: relative;
  z-index: 3;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.our-team:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0);
  z-index: -10;
  opacity: 0.5;
}

.our-team .team-block .inner-box {
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease;
}

.our-team .team-block .image .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.our-team .team-block .image .overlay-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  top: 100%;
  transition: all 0.9s ease;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0,
      #2f6535 100%);
}

.our-team .team-block .inner-box:hover .overlay-box:before {
  opacity: 1;
  top: 0;
}

.our-team .team-social-box {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.our-team .team-social-box li {
  position: relative;
  left: -70px;
  margin-bottom: 10px;
  transition: all 0.9s ease;
}

.our-team .team-social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  z-index: 1;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
}

.our-team .team-social-box li .social-name {
  position: relative;
  opacity: 0;
  visibility: hidden;
  margin-left: -32px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 0 50px 50px 0;
  background-color: #fff;
  transition: all 0.3s ease;
  padding: 4px 14px 4px 15px;
  top: -1px;
}

.our-team .team-social-box li:last-child {
  margin-bottom: 0;
}

.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li,
.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(2),
.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(3),
.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(4) {
  left: 0;
}

.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(2) {
  transition-delay: 0.5s;
}

.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(3) {
  transition-delay: 750ms;
}

.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(4) {
  transition-delay: 1s;
}

.our-team .team-social-box li:hover .social-name {
  opacity: 1;
  margin-left: -9px;
  visibility: visible;
}

.our-team .team-social-box li.youtube a {
  color: red;
}

.our-team .team-social-box li.linkedin a {
  color: #0077b5;
}

.our-team .team-social-box li.facebook a {
  color: #3b5998;
}

.our-team .team-social-box li.twitter a {
  color: #1da1f2;
}

.our-team .team-social-box li.youtube .social-name {
  background-color: red;
}

.our-team .team-social-box li.linkedin .social-name {
  background-color: #0077b5;
}

.our-team .team-social-box li.facebook .social-name {
  background-color: #3b5998;
}

.our-team .team-social-box li.twitter .social-name {
  background-color: #1da1f2;
}

.our-team .team-block .lower-content {
  border: 1px solid #2f6535;
  background: #2f6535;
  position: relative;
  width: 106%;
}

.our-team .team-block .lower-content:before {
  content: "";
  border-width: 10px;
  border-color: #2f653500 #2f653500 #2f6535 #2f6535;
  border-style: solid;
  position: absolute;
  right: -2px;
  top: -20px;
  z-index: -1;
}

.our-team .team-block .lower-content h4 {
  margin-bottom: 5px;
  margin-top: -5px;
}

.our-team .team-block .lower-content h4 a {
  color: #030e27;
}

.our-team .team-block .icon-box {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  margin-top: -10px;
  top: -10px;
  display: inline-block;
  background-color: #030e27;
  border: 1px solid #030e27;
  transition: all 0.5s ease;
  cursor: pointer;
}

.our-team .team-block .inner-box:hover .icon-box {
  color: #2f6535;
  border-color: #fff;
  background-color: #fff;
  transform: rotate(360deg);
}

.our_articles .post {
  position: relative;
}

.our_articles .post .post-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-radius: 3px;
  position: relative;
}

.our_articles .post:hover .post-wrapper {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.our_articles .post .post-wrapper .blog-img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.our_articles .post .post-wrapper .post-date {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1;
}

.our_articles .post .post-wrapper .blog-img .post-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  justify-content: center;
  display: flex;
}

.our_articles .post .post-wrapper .blog-img .post-video .video-btn-wrapper {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  font-size: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.25s ease, width 0.25s ease;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.our_articles .post .post-wrapper .blog-img .post-video .video-btn-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: ripple 2s linear infinite;
}

.our_articles .post .post-wrapper .blog-img .post-video .video-btn-wrapper .video-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: inherit;
  font-size: 30px;
}

.our_articles .post .post-wrapper .post-date>a {
  display: inline-block;
  padding: 8px 15px;
  line-height: 10px;
  font-size: 14px;
  position: relative;
  background-color: #2f6535;
  color: #fff;
  float: right;
}

.our_articles .post .post-wrapper .blog-meta .cat-box {
  position: relative;
  margin-top: -37px;
  background: #2f6535;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: fit-content;
  z-index: 1;
}

.our_articles .post .post-wrapper .blog-meta .cat-box .cats a {
  color: #fff;
  font-size: 16px;
  position: relative;
}

.our_articles .post .post-wrapper .blog-meta .cat-box .cats a:after {
  content: "/";
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.our_articles .post .post-wrapper .blog-meta .cat-box .cats a:last-child:after {
  display: none;
}

.our_articles .post .post-wrapper .blog-meta .post-title {
  font-size: 20px;
}

.our_articles .post .post-wrapper .blog-footer-meta {
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our_articles .post .post-wrapper .blog-footer-meta .post-author {
  display: flex;
  align-items: center;
}

.our_articles .post .post-wrapper .blog-footer-meta .post-author .author-img {
  margin-right: 15px;
}

.our_articles .post .post-wrapper .blog-footer-meta .post-link>a {
  text-decoration: underline;
  text-transform: uppercase;
}

.client-tesimonial.arrow-shape-1:after {
  display: none;
}

.client-tesimonial .arrow-shape-2:after {
  border-color: #fff #fff #02460a #02460a;
}

.testimonials-box {
  height: 100%;
  background: #2f6535;
}

.clients-box,
.testimonials-box {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faqs-box .section-header,
.testimonials-box .section-header {
  text-align: left;
  margin: 0;
}

.testimonials-box .section-header .section-heading:after {
  margin: 0 auto 0 0;
  background-color: #fff;
}

.testimonials-box .testimonials-wrapper .testimonials-author {
  padding: 4px;
  margin: 0 auto;
}

.testimonials-box .testimonials-wrapper .testimonial-nav .slick-track {
  padding: 20px 0;
}

.testimonials-box .testimonials-wrapper .testimonial-nav .slick-current {
  transform: scale(1.35);
  transition: all 260ms;
}

.testimonials-box .testimonials-wrapper .testimonials-inner {
  position: relative;
  padding: 0 0 0 100px;
}

.testimonials-box .testimonials-wrapper .testimonials-inner:before {
  display: block;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  color: #e8e8e8;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  line-height: 1;
  font-size: 76px;
}

.testimonials-box .testimonials-wrapper .testimonials-inner .testimonial-content {
  max-width: 550px;
}

.testimonials-box .testimonials-wrapper .testimonials-inner .testimonial-content h4,
.testimonials-box .testimonials-wrapper .testimonials-inner .testimonial-content strong {
  font-weight: 600;
}

.clients-box .section-header-right {
  margin: 0 0 0 auto;
}

.clients-box .clients-wrapper {
  position: relative;
  overflow: hidden;
}

.clients-box .clients-wrapper .client-box {
  float: left;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  margin: 0 0 -1px -1px;
  position: relative;
  padding: 0;
  width: 33.3%;
}

.clients-box .clients-wrapper .client-box .client-item {
  display: block;
  margin: 15% auto;
  position: relative;
  opacity: 0.7;
  transition: all 350ms ease;
  width: 160px;
  height: 230px;
}

.clients-box .clients-wrapper .client-box .client-item:hover {
  opacity: 1;
}

.partner-box .partner-logo {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.partner-box .partner-logo:hover img {
  filter: grayscale();
}

.faqs-box .section-header .section-heading:after {
  margin: 0 auto 0 0;
}

.schdule-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #030e27;
  padding: 40px 20px;
  margin-bottom: 60px;
}

.schdule-box .right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.schdule-box .right-side a:before {
  display: none;
}

.schdule-box .right-side a {
  animation: blinkingText 3s infinite;
}

@keyframes blinkingText {
  0% {
    color: #fff;
    background-color: #2f6535;
  }

  50% {
    color: #fff;
    background-color: transparent;
  }

  100% {
    color: #fff;
    background-color: #2f6535;
  }
}

.instagram-sec>.row {
  margin: 0 -5px;
}

.instagram-sec>.row>div {
  padding: 5px;
}

.instagram-sec .insta-img {
  width: 100%;
  height: 155px;
}

.download-app {
  background-image: url(../images/homepage-1/free-consultation-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}

.download-app:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.download-app .app-img,
.download-app .app-img-btm {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-app .app-img img {
  margin: 0 8px 80px;
}

.bg-call-to-action {
  background-image: url(../images/banner/get_a_quote_omc.jpg?v2);
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}

.consult-form .nice-select span {
  color: #fff;
}

.consult-form .nice-select.open span {
  color: #111;
}

.consult-form input.form-control-custom,
.consult-form input.form-control-custom::placeholder {
  color: #fff;
  background: 0 0;
}

.consult-form .form-control-custom:focus {
  background: 0 0;
}

.consult-form button,
.footer .footer-box .newsletter button {
  color: #fff;
}

.footer .footer-box .footer-heading {
  position: relative;
  margin-bottom: 20px;
}

.footer .footer-box .footer-heading:after {
  content: "";
  height: 5px;
  width: 80px;
  background-color: #2f6535;
  display: block;
  margin-top: 20px;
}

.footer .footer-box .links li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.footer .footer-box .links li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #2f6535;
  height: 3px;
  width: 15px;
}

.footer .footer-box .links li:last-child,
.footer .footer-box .popular_post li:last-child {
  margin-bottom: 0;
}

.footer .footer-box .insta-feed {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin: 0;
}

.footer .footer-box .newsletter .form-group,
.footer .footer-box .popular_post li {
  margin-bottom: 15px;
}

.footer .footer-box .social-media ul {
  margin-top: 15px;
  display: flex;
}

.footer .footer-box .social-media ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f6535;
  margin: 0 5px 0 0;
  border: 1px solid #2f6535;
}

.footer .footer-box .social-media ul li a:hover {
  background-color: #2f6535;
  color: #fff;
}

.footer .footer-box .social-media ul li:hover a {
  transform: rotate(360deg);
}

.footer .footer-box .insta-feed .insta-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 2px;
}

.footer .footer-box .popular_post li .post .post-wrapper {
  width: 100%;
  display: flex;
}

.footer .footer-box .popular_post li .post .post-wrapper .popular_post_img {
  position: relative;
  overflow: hidden;
  flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
}

.footer .footer-box .popular_post li .post .post-wrapper .popular_post_img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.footer .footer-box .popular_post li .post .post-wrapper .popular_post_title {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding: 2px 15px;
  padding-right: 0;
  width: 100%;
}

.footer .footer-box .popular_post li .post .post-wrapper .popular_post_title h6 {
  margin-bottom: 10px;
  line-height: 1.3;
}

.footer .footer-box .popular_post li .post .post-wrapper .popular_post_title h6 a {
  font-weight: 500;
}

.copyright {
  padding: 10px 0;
  background: #2f6535;
  border-top: 1px solid #fff;
}

.copyright .payment-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.copyright p {
  text-align: right;
}

#back-top {
  text-align: center;
  display: none;
}

#back-top a {
  display: block;
  border-radius: 0;
  line-height: 25px;
  border: #2f6535 solid 1px;
  color: #fff;
  background: #2f6535;
  transition-duration: 0.3s;
  font-size: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 20px;
  padding: 0 10px 7px;
}

#back-top a span {
  font-size: 14px;
  line-height: 1;
}

#remodeling {
  background: url(../images/banner/banner_remodeling.jpg);
}

#general {
  background: url(../images/banner/banner_general.jpg);
}

#lanscape {
  background: url(../images/banner/banner_landscape.jpg);
}

#aboutus {
  /* background: url(../images/banner/banner_aboutus.jpg); */
  background-image: url(../images/banner/banner_1.jpg?v2);
}

#projects {
  /* background: url(../images/banner/banner_projects.jpg); */
  background-image: url(../images/banner/banner_1.jpg?v2);
}

.subheader {
  background: url(../images/banner/banner_1.jpg?v2);
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.subheader:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.subheader .breadcrumb-wrapper .custom li a,
.subheader .breadcrumb-wrapper .page-title h1 {
  color: #fff;
}

.breadcrumb-wrapper .page-title {
  position: relative;
  padding: 10px 0;
  padding-left: 25px;
  margin-bottom: 20px;
}

.breadcrumb-wrapper .page-title:after {
  content: "";
  height: calc(100% - 6px);
  width: 5px;
  background-color: #2f6535;
  position: absolute;
  top: 3px;
  left: 0;
}

.breadcrumb-wrapper .page-title h1 {
  text-transform: capitalize;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  margin: 0;
}

.breadcrumb-wrapper .breadcrumb {
  background: 0 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.breadcrumb-wrapper .breadcrumb li {
  font-size: 15px;
  color: #111;
  text-transform: capitalize;
  font-weight: 500;
}

.breadcrumb-wrapper .breadcrumb li a:after {
  content: "-";
  color: #2f6535;
  font-size: 14px;
  margin: 0 5px;
}

.breadcrumb-wrapper .breadcrumb li.active {
  color: #2f6535;
}

.sidebar_wrap .sidebar .sidebar_widgets {
  padding: 20px;
  background: #fff;
  border: #efefef solid 1px;
  border-radius: 3px;
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
  margin: -20px -20px 20px;
  padding: 20px;
  position: relative;
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title h5 {
  font-size: 20px;
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title:after {
  content: "";
  height: calc(100% - 0px);
  width: 5px;
  background-color: #2f6535;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li {
  position: relative;
  margin-bottom: 10px;
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li:last-child {
  margin-bottom: 0;
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li a {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper {
  width: 100%;
  display: flex;
  box-shadow: none;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post:hover .post-wrapper {
  box-shadow: none;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_img {
  position: relative;
  overflow: hidden;
  flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding: 5px 15px;
  width: 100%;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title h6 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 14px;
}

.sidebar_wrap .sidebar .sidebar_widgets .tags a {
  display: inline-block;
  padding: 5px 15px;
  border: #ccc solid 1px;
  margin: 0 5px 10px 0;
  background: #fff;
  font-weight: 500;
  color: #111;
}

.sidebar_wrap .sidebar .sidebar_widgets .tags a:hover {
  border-color: #2f6535;
  color: #2f6535;
}

.blog-details .post .post-wrapper .blog-img,
.blog-details .post .post-wrapper .blog-img .swiper-slide {
  position: relative;
  width: 100%;
  height: 450px;
}

.blog-details .post .post-wrapper .blog-meta .blog-title {
  position: relative;
  padding: 10px 0;
  padding-left: 25px;
  margin-bottom: 20px;
}

.blog-details .post .post-wrapper .blog-meta .blog-title:after {
  content: "";
  height: calc(100% - 6px);
  width: 5px;
  background-color: #2f6535;
  position: absolute;
  top: 3px;
  left: 0;
}

.blog-details .post .post-wrapper .blog-meta .blog-title h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0;
}

.blog-details .post .post-wrapper .blog-img .post-date {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}

.blog-details .post .post-wrapper .blog-img .post-date>a {
  display: inline-block;
  padding: 15px;
  line-height: 10px;
  font-size: 14px;
  position: relative;
  background-color: #2f6535;
  color: #fff;
  float: right;
}

.blog-details .post .post-wrapper .blog-img .post-date>a:after {
  position: absolute;
  content: "";
  display: block;
  right: 100%;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid;
  border-left-color: #2f6535;
  border-right-color: #2f6535;
}

.blog-details .post .post-wrapper .blog-img .post-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  justify-content: center;
  display: flex;
}

.blog-details .post .post-wrapper .blog-img .post-video .video-btn-wrapper {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  font-size: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.25s ease, width 0.25s ease;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.blog-details .post .post-wrapper .blog-img .post-video .video-btn-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: ripple 2s linear infinite;
}

.blog-details .post .post-wrapper .blog-img .post-video .video-btn-wrapper .video-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: inherit;
  font-size: 30px;
}

.blog-details .post .post-wrapper .blog-meta .quote-box blockquote {
  background-image: url(../images/default_pattern.png);
  padding-left: 45px;
  position: relative;
}

.blog-details .post .post-wrapper .blog-meta .quote-box blockquote .quote-icon {
  background: linear-gradient(to top right,
      transparent 0,
      transparent 50%,
      #fd7435 51%,
      #fd7435 100%);
  width: 75px;
  height: 75px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  padding: 2px 10px;
}

.blog-details .post .post-wrapper .post-meta,
.blog-details .post .post-wrapper .post-meta .post-author {
  display: flex;
  align-items: center;
  margin-right: 15px;
  flex-wrap: wrap;
  width: auto;
  border: none;
  padding: 0;
  background: 0 0;
}

.blog-details .post .post-wrapper .post-meta .post-author:before {
  display: none;
}

.blog-details .post .post-wrapper .post-meta {
  margin-right: 0;
  justify-content: space-between;
}

.blog-details .post .post-wrapper .post-meta .post-author .author-img {
  margin-right: 15px;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
}

.blog-details .post .post-wrapper .post-meta .post-content span:last-child {
  margin-right: 0;
}

.blog-details .post .post-wrapper .post-meta .post-content span {
  margin-right: 20px;
}

.blog-details .post .post-wrapper .blog-content .description {
  margin-bottom: 20px;
}

.blog-details .post .post-wrapper .blog-content .blog-video .video_wrapper {
  height: 450px;
}

.blog-details .post-details-tags-social {
  padding-top: 5px;
}

.blog-details .post-details-tags-social .tags-box {
  display: flex;
  align-items: flex-start;
}

.blog-details .post-details-tags-social .tags {
  margin-left: 15px;
}

.blog-details .post-details-tags-social .tags a {
  display: inline-block;
  padding: 5px 15px;
  border: #ccc solid 1px;
  margin: 0 5px 10px 0;
  background: #fff;
  font-weight: 500;
  color: #111;
}

.blog-details .post-details-tags-social .tags a:hover {
  border-color: #2f6535;
  color: #2f6535;
}

.blog-details .social-media-box>ul {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}

.blog-details .social-media-box>ul>li {
  padding-left: 0;
  margin: 0;
  margin-left: 10px;
}

.blog-details .social-media-box>ul>li>a {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  box-shadow: 4px 3px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 10px 14px;
}

.blog-details .social-media-box>ul>li>a.fb {
  color: #4661c5;
}

.blog-details .social-media-box>ul>li>a.fb:hover {
  color: #fff;
  background: #4661c5;
}

.blog-details .social-media-box>ul>li>a.tw {
  color: #45a4e6;
}

.blog-details .social-media-box>ul>li>a.tw:hover {
  color: #fff;
  background: #45a4e6;
}

.blog-details .social-media-box>ul>li>a.ln {
  color: #007bb5;
}

.blog-details .social-media-box>ul>li>a.ln:hover {
  color: #fff;
  background: #007bb5;
}

.blog-details .social-media-box>ul>li>a.gg {
  color: #d6463a;
}

.blog-details .social-media-box>ul>li>a.gg:hover {
  color: #fff;
  background: #d6463a;
}

.blog-details .social-media-box>ul>li>a:hover {
  background-color: #73be20;
  border-color: #73be20;
}

.blog-details .post-author {
  border: 0 solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  padding-left: 30px;
  width: 100%;
  background-image: url(../images/default_pattern.png);
}

.blog-details .post .post-wrapper .blog-meta .quote-box blockquote:before,
.blog-details .post-author:before {
  content: "";
  height: 100%;
  width: 15px;
  background-color: #fd7435;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
}

.blog-details .post-author .author-img {
  position: relative;
  overflow: hidden;
  flex: 0 0 150px;
  max-width: 150px;
  height: 150px;
  margin-right: 15px;
}

.blog-details .post-author .author-caption {
  flex: 0 0 calc(100% - 165px);
  max-width: calc(100% - 165px);
  width: 100%;
}

.blog-details .post-author .author-caption h5 {
  margin-bottom: 10px;
}

.blog-details .post-author .author-caption .social-media-box,
.blog-details .post-author .author-caption .social-media-box ul {
  justify-content: flex-start;
}

.blog-details .post-author .author-caption .social-media-box ul li {
  margin-left: 0;
  margin-right: 10px;
}

.pagination-btn nav ul {
  justify-content: space-between;
}

.comment-box .children,
.comment-box .comments {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 35px;
  list-style: inherit;
}

.comment-box .children {
  padding-left: 95px;
}

.comment-box .comments li.comment {
  list-style: outside none none;
  padding-left: 0;
  margin-bottom: 20px;
}

.comment-box .comments li article {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.comment-box .comments li article .comment-avatar {
  margin-right: 20px;
  float: left;
  overflow: hidden;
  height: 80px;
  border-radius: 50px;
}

.comment-box .comments li article .comment-content {
  float: right;
  width: calc(100% - 110px);
}

.comment-box .comments li article .comment-content .comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.comment-box .comments li article .comment-content .comment-meta .comment-meta-reply .comment-reply-link {
  font-size: 20px;
  padding: 0 15px;
}

.comment-box .comments li article .comment-content .comment-meta .comment-meta-header .post-date .date {
  display: inline-block;
  padding: 8px 15px;
  position: relative;
  line-height: 10px;
  font-size: 14px;
  position: relative;
  color: #fff;
}

.center-hypen {
  position: relative;
}

.center-hypen:after {
  content: "-";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
  color: #111;
}

.sidebar_wrap .sidebar .listing-categories li:after {
  content: "\f162";
  font-family: Flaticon;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #2f6535;
  font-size: 14px;
}

.sidebar_wrap .sidebar .listing-categories li {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.sidebar_wrap .sidebar .listing-categories li:hover a {
  padding-left: 15px;
  transition: 0.3s all;
}

.sidebar_wrap .sidebar .listing-categories li:last-child {
  margin-bottom: 0;
  border-bottom: 0 solid #ccc;
  padding-bottom: 0;
}

.sidebar_wrap .sidebar .property-filter .range-slider {
  align-items: center;
  justify-content: space-between;
}

.sidebar_wrap .sidebar .property-filter .range-slider input {
  margin-left: 0;
}

.sidebar_wrap .sidebar .property-filter .more-filter button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar_wrap .sidebar .property-filter .more-filter button:after {
  position: relative;
  content: "-";
  background: #fff;
  border: 1px solid #eee;
  color: #111;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.sidebar_wrap .sidebar .property-filter .more-filter button.collapsed:after {
  content: "+";
}

.sidebar_wrap .sidebar .property-filter .more-filter form {
  margin-top: 20px;
}

.listing-top-heading {
  border-bottom: 2px solid #2f6535;
  background: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing-top-heading h6 {
  padding: 20px 0;
}

.listing-top-heading .sort-by {
  display: flex;
  align-items: center;
}

.listing-top-heading .sort-by span {
  white-space: nowrap;
  margin-right: 15px;
}

.listing-top-heading .sort-by .custom-select {
  margin-bottom: 0;
  background: #fff;
}

.listing-top-heading .listing-view .nav-tabs {
  display: flex;
  width: 80px;
  border: none;
}

.listing-top-heading .listing-view .nav-tabs .nav-item {
  margin-left: 15px;
}

.listing-top-heading .listing-view .nav-tabs .nav-item .nav-link {
  font-size: 25px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: 0 0;
  color: #111;
}

.listing-top-heading .listing-view .nav-tabs .nav-item .nav-link.active {
  color: #2f6535;
}

.img-overlay-new:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 9;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.45) 0,
      rgba(0, 0, 0, 0.45) 5%,
      rgba(22, 22, 23, 0) 40%,
      rgba(0, 0, 0, 0) 100%);
  transition: 0.7s;
}

.property-list-view .property-list-wrapper {
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.property-list-view:hover {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.property-list-view .property-list-wrapper .property-list-img {
  flex: 0 0 280px;
  max-width: 280px;
}

.property-list-view .property-list-wrapper .property-list-img .property-type {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.property-list-view .property-list-wrapper .property-list-img .property-save-btn {
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}

.property-list-view .property-list-wrapper .property-list-img .property-save-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-list-view .property-list-wrapper .property-list-img .property-save-btn ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.57);
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 2px;
}

.property-list-view .property-list-wrapper .property-list-img .property-save-btn ul li a i {
  color: #ccc;
  font-size: 16px;
  line-height: 36px;
}

.property-list-view .property-list-wrapper .property-list-img:hover .property-save-btn {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
}

.property-list-view .property-list-wrapper .property-list-img .ratings {
  position: absolute;
  bottom: 0;
  background: #fff;
  z-index: 100;
  padding: 2px 20px;
  padding-right: 5px;
}

.property-list-view .property-list-wrapper .property-list-img .ratings:after {
  position: absolute;
  content: "";
  display: block;
  left: 100%;
  top: 0;
  border-top: 32px solid transparent;
  border-left: 32px solid;
  border-left-color: #fff;
}

.property-list-view .property-list-wrapper .property-list-content {
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  width: 100%;
  background-color: #fff;
}

.property-list-view .property-list-wrapper .property-list-content .content-box h4 {
  font-size: 22px;
}

.property-list-view .property-list-wrapper .property-list-content .content-box .desc {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 20px 0;
}

.property-list-view .property-list-wrapper .property-list-content .content-box .property-feature {
  display: flex;
  padding-bottom: 10px;
  overflow-y: auto;
}

.property-list-view .property-list-wrapper .property-list-content .content-box .property-feature.active {
  cursor: grab;
}

.property-list-view .property-list-wrapper .property-list-content .content-box .property-feature li {
  padding: 0 30px 0 0;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.property-list-view .property-list-wrapper .property-list-content .content-box .property-feature li:after {
  content: "";
  background: #eee;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 15px;
}

.property-list-view .property-list-wrapper .property-list-content .content-box .property-feature li:last-child:after,
.property-list-view .property-list-wrapper .property-list-content .content-box .property-feature::-webkit-scrollbar {
  display: none;
}

.property-list-view .property-list-wrapper .property-list-content .content-box .property-feature li i {
  font-size: 18px;
  margin-right: 10px;
  color: #030e27;
}

.property-list-view .property-list-wrapper .property-list-content .content-box .property-list-footer {
  padding-top: 0;
  background: #fff;
  border-top: 0 solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.property-list-view .property-list-wrapper .property-list-content .content-box .property-list-footer .price {
  font-size: 24px;
}

.property-list-view .property-list-wrapper.full-width-layout .property-list-img {
  flex: 0 0 50%;
  max-width: 50%;
}

.property-list-view .property-list-wrapper.full-width-layout .property-list-content {
  flex: 0 0 50%;
  max-width: 50%;
}

.property-list-view .property-list-wrapper.full-width-layout .property-list-content .content-box h4 {
  font-size: 26px;
}

.listing-detail-heading {
  position: relative;
  position: relative;
  padding: 20px 0;
  padding-left: 25px;
  background-color: #fff;
}

.listing-detail-heading:after {
  content: "";
  height: calc(100% - 0px);
  width: 5px;
  background-color: #2f6535;
  position: absolute;
  top: 0;
  left: 0;
}

.listing-detail .image-sec-table {
  background-color: #fff;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item {
  position: relative;
  overflow: hidden;
  height: 450px;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item a:before {
  position: absolute;
  top: 50%;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #2f653585;
  content: "";
  transition: 0.4s;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item:hover a:after,
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item:hover a:before {
  opacity: 1;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav .slide-item {
  border: 2px solid #f4f4f4;
  margin: 0 10px;
  height: 90px;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav .slide-item.slick-current {
  border: 2px solid #2f6535;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button {
  font-size: 0;
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-prev {
  left: 0;
  width: 100%;
  text-align: left;
  width: 30px;
  background: #fff;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-next {
  right: 0;
  width: 100%;
  text-align: right;
  width: 30px;
  background: #fff;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-next:before,
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-prev:before {
  content: "\f165";
  font-family: Flaticon;
  font-size: 35px;
  z-index: 1000;
  line-height: 1;
  color: #2f6535;
  transition: 0.5s all;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-next:before {
  content: "\f163";
  font-family: Flaticon;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button:hover {
  background: #2f6535;
  transition: 0.5s all;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button:hover:before {
  color: #fff;
  transition: 0.5s all;
}

.listing-detail .property-details-box .price-box {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing-detail .property-details-box .details {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 20px 0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.listing-detail .property-details-box .details .text,
.listing-detail .property-details-box .details-2 .text {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.listing-detail .property-details-box .details .text span {
  margin-left: 15px;
}

.listing-detail .description-box .head {
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.listing-detail .description-box .desc {
  margin-bottom: 20px;
}

.listing-detail .description-box .content-box .listing-infor {
  columns: 3;
  margin-bottom: 10px;
}

.listing-detail .description-box .content-box .listing-infor li {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.listing-detail .description-box .content-box .listing-infor li:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #2f6535;
  font-size: 14px;
}

.listing-detail .description-box .content-box .location #locmap {
  height: 350px;
}

.listing-detail .description-box .content-box .contact-form form textarea {
  height: 190px;
}

.listing-detail .description-box .content-box .contact-form .form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing-slider-classic-sec .listing-slider-classic .swiper-wrapper .swiper-slide {
  height: 500px;
  width: auto;
}

.listing-slider-classic-sec .listing-slider-classic .swiper-wrapper .swiper-slide iframe {
  width: 800px;
  height: 100%;
}

.property-basic-info {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 0;
}

.property-basic-info .property-basic-info-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.property-basic-info .property-basic-info-wrapper .property-price {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 15%;
  padding: 5px 15px 0 0;
  font-size: 26px;
  font-weight: 600;
  color: #2f6535;
}

.property-basic-info .property-basic-info-wrapper .property-details {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 16%;
  border-left: 1px solid #e1e1e1;
  padding: 0 15px;
}

.property-basic-info .property-basic-info-wrapper .property-details .property-icon {
  width: 32px;
}

.property-basic-info .property-basic-info-wrapper .property-details .property-content {
  width: calc(100% - 42px);
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.5em;
}

.property-basic-info .property-basic-info-wrapper .property-details .property-content .property-label {
  display: block;
  font-weight: 300;
}

.property-basic-info .property-basic-info-wrapper .property-cta {
  width: 21%;
}

.listing-header {
  border-bottom: 1px solid #ccc;
}

.listing-header .header-middle-sec,
.listing-header .header-top-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.listing-header .header-middle-sec .left-side ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.listing-header .header-middle-sec .left-side ul li {
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}

.listing-header .header-middle-sec .left-side ul li:after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #ccc;
  width: 1px;
  display: inline-block;
  margin-left: 15px;
}

.listing-meta .content-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.listing-meta .content-box .meta-content .listing-property-details>ul {
  columns: 2;
  margin: 0 -15px 10px;
}

.listing-meta .content-box .meta-content .listing-property-details>ul>li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.listing-meta .content-box .meta-content .listing-property-details>ul>li .left-side .icon img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.listing-meta .content-box .meta-content .listing-property-details>ul>li .left-side .icon i {
  font-size: 16px;
  margin-right: 8px;
}

.listing-meta .content-box .meta-content .listing-property-details iframe {
  height: 450px;
}

.listing-meta .content-box .meta-content .listing-property-details table td,
.listing-meta .content-box .meta-content .listing-property-details table th {
  white-space: nowrap;
  padding: 10px;
}

.listing-meta .content-box .meta-content .listing-property-details .custom-accordion .card .card-header ul {
  display: flex;
  position: absolute;
  right: 15px;
}

.listing-meta .content-box .meta-content .listing-property-details .custom-accordion .card .card-header .collapsebtn.collapsed ul li span {
  color: #111;
}

.listing-meta .content-box .meta-content .listing-property-details .custom-accordion .card .card-header ul li {
  margin-left: 10px;
}

.listing-meta .content-box .meta-content .listing-property-details .floorplan-img {
  height: 310px;
  display: block;
  width: 310px;
  margin: 0 auto;
}

.listing-meta .content-box .meta-content .listing-property-details .tag-box {
  margin-bottom: 10px;
}

.listing-meta .content-box .meta-content .listing-property-details .tag-box .tags {
  margin-left: 15px;
}

.listing-meta .content-box .meta-content .listing-property-details .tag-box .tags a {
  display: inline-block;
  padding: 5px 15px;
  border: #ccc solid 1px;
  margin: 0 5px 10px 0;
  background: #fff;
  font-weight: 500;
  color: #111;
}

.listing-meta .content-box .meta-content .listing-property-details .tag-box .tags a:hover {
  border-color: #2f6535;
  color: #2f6535;
}

.property-tag-2:hover {
  color: #fff;
}

.broker-contact {
  margin-bottom: 15px;
}

.broker-contact li {
  margin-bottom: 5px;
}

.broker-contact li a {
  margin-left: 10px;
  transition: 0.3s all;
}

.broker-contact li:hover a {
  padding-left: 15px;
  transition: 0.3s all;
}

.broker-social ul {
  display: flex;
  justify-content: flex-start;
}

.broker-social ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #2f6535;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #2f6535;
}

.broker-social ul li a:hover {
  background-color: #2f6535;
  color: #fff;
}

.satisfy-clients {
  background-image: url(../images/seccion_clients.jpg);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s,
    opacity 0.3s ease-in;
}

.satisfy-clients:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #030e27;
  opacity: 0.5;
}

.satisfy-clients .counter-box {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.satisfy-clients .counter-box .counter-icon {
  margin-right: 20px;
  font-size: 65px;
  line-height: 1;
  color: #fff;
}

.satisfy-clients .counter-box .counter {
  text-transform: capitalize;
  white-space: nowrap;
}

.satisfy-clients .counter-box .counter span.count {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.faq-box .faq-wrapper .title-img {
  width: 100%;
  height: 145px;
}

#page-404,
.coming-soon {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

#page-404 {
  background-image: url(https://via.placeholder.com/1920x1300);
}

.coming-soon {
  background-image: url(https://via.placeholder.com/1920x1300);
}

#page-404:before,
.coming-soon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background-image: linear-gradient(to right, #00000073, #ffffff80);
}

#page-404 section {
  display: flex;
  justify-content: center;
  height: 100vh;
  text-align: center;
  align-items: center;
  width: 100%;
}

#page-404 .caption h5 {
  margin: 50px 0;
  font-weight: 400;
}

#page-404 .caption h5 a,
.coming-soon .content-wrapper h1 a {
  text-decoration: underline;
  text-underline-position: under;
}

.coming-soon {
  padding: 30px 0;
  min-height: 100vh;
}

.coming-soon .content-wrapper {
  padding: 100px 0;
}

.coming-soon .content-wrapper .section-header {
  margin: 0;
  text-align: left;
}

.coming-soon .content-wrapper .section-header h1 {
  word-break: break-word;
  font-size: 50px;
}

.coming-soon .content-wrapper .counter {
  display: flex;
  margin: 30px 0;
}

.coming-soon .content-wrapper .counter .counter-box {
  margin-right: 20px;
  text-align: center;
}

.coming-soon .content-wrapper .counter .counter-box .inner-box {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 0;
  margin-bottom: 10px;
}

.coming-soon .content-wrapper .newsletter-form {
  max-width: 550px;
}

.coming-soon .content-wrapper .newsletter-form input,
.coming-soon .content-wrapper .newsletter-form input::placeholder {
  background: 0 0;
  color: #fff;
}

.coming-soon .content-wrapper .newsletter-form .input-group-append {
  margin-left: 10px;
}

.coming-soon .content-wrapper .social-media-icons ul {
  display: flex;
  padding: 0;
  list-style: none;
}

.coming-soon .content-wrapper .social-media-icons ul li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  color: #fff;
  border-radius: 0;
}

.coming-soon .content-wrapper .social-media-icons ul li:hover a {
  background: #2f6535;
}

.contact-us {
  background-image: url(../images/map-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.contact-us .contact-us-form {
  background-color: #2f6535;
  padding: 65px 50px;
  /* margin-left: -30px; */
}

.contact-us .contact-us-form .form-control::placeholder {
  color: #fff;
}

.contact-us .contact-us-form h4 {
  font-size: 35px;
  font-weight: 700;
}

.contact-us .contact-info {
  background-color: #fff;
  padding: 40px 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.contact-us .contact-info h5 {
  margin-bottom: 10px;
}

.contact-map,
.contact-map iframe {
  width: 100%;
  height: 380px;
  border: none;
}

.gallery .grid .grid-item {
  position: relative;
  overflow: hidden;
}

.gallery .grid .grid-item a:before {
  position: absolute;
  top: 50%;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  pointer-events: none;
  z-index: 1;
  transition: 0.4s;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
}

.gallery .grid .grid-item a:after {
  position: absolute;
  top: 0;
  left: 15px;
  width: 92.3%;
  height: 100%;
  opacity: 0;
  background: #2f6535;
  content: "";
  transition: 0.4s;
}

.gallery .grid .grid-item:hover a:after,
.gallery .grid .grid-item:hover a:before {
  opacity: 1;
}

.service-detail-infro {
  margin-bottom: 30px;
}

.service-detail-infro {
  columns: 2;
}

.service-detail-infro li {
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.service-detail-infro li:after {
  content: "\f162";
  font-family: Flaticon;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #2f6535;
  font-size: 14px;
}

.service-detail-slide .slide-item {
  height: 450px;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories ul {
  padding: 0;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories ul li {
  list-style: none;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories ul li label {
  color: #555;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 15px;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories ul li:last-child label {
  margin-bottom: 0;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories ul li label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories ul li label input:checked~.input-chechbox {
  background-color: #2f6535;
  border: 1px solid #2f6535;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories ul li label input:checked~.input-chechbox:before {
  display: block;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories ul li label .input-chechbox:before {
  content: "\f00c";
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  display: none;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories ul li label .input-chechbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 3px;
}

.sidebar_wrap .sidebar .sidebar_widgets.widget-brand .shop-categories ul li label .input-chechbox {
  border: 1px solid #2f6535;
  background: #f9f9f9;
}

.sidebar_wrap .sidebar .sidebar_widgets.widget-color .shop-categories ul li label .input-chechbox {
  width: 50px;
}

.sidebar_wrap .sidebar .sidebar_widgets.widget-color .shop-categories .color-right {
  padding-left: 25px;
}

.sidebar_wrap .sidebar .sidebar_widgets .sidebar-banner {
  text-align: center;
}

.sidebar_wrap .sidebar .widget-size .shop-categories ul li {
  display: inline-block;
  list-style: none;
}

.sidebar_wrap .sidebar .widget-size .shop-categories ul li label {
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}

.sidebar_wrap .sidebar .widget-size .shop-categories ul li label .input-chechbox {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}

.sidebar_wrap .sidebar .widget-size .shop-categories ul li label .input-chechbox:before {
  content: none;
}

.sidebar_wrap .sidebar .widget-size .shop-categories ul li label input:checked~.input-chechbox {
  border: 1px solid #2f6535;
  background-color: #2f6535;
  color: #fff;
}

.sidebar_wrap .sidebar .widget-color .shop-categories {
  display: flex;
  align-items: center;
}

.sidebar_wrap .sidebar .widget-color .shop-categories ul li label {
  margin-bottom: 15px;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories .range-slider {
  font-size: 14px;
  position: relative;
  align-items: center;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories .range-slider input {
  margin: 0;
}

.sidebar_wrap .sidebar .sidebar_widgets .shop-categories .range-slider input:last-child {
  margin-left: 14px;
}

.shop-categories .ui-widget.ui-widget-content {
  margin: 1.85em 0;
}

.shop-top-filter {
  margin-bottom: 25px;
}

.shop-top-filter select {
  padding: 14px;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #ddd;
}

.shop-top-filter .shop-view p {
  margin-bottom: 0;
  text-align: right;
}

.shop-section .shop-wrapper {
  max-width: 100%;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.shop-section .shop-wrapper:hover .product-item-img .product-img-inner .hover-icons {
  opacity: 1;
}

.shop-section .shop-wrapper .product-item-img .product-img-inner {
  position: relative;
}

.shop-section .shop-wrapper .product-item-img .product-img-inner .hover-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  opacity: 0;
  width: 100%;
  transition: 0.4s ease;
}

.shop-section .shop-wrapper .product-item-img .product-img-inner .hover-icons a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 12px;
  margin: 0 5px;
}

.shop-wrapper .product-item-img .product-img-inner .hover-icons a i {
  font-size: 16px;
  vertical-align: middle;
}

.shop-section .shop-wrapper .product-img-inner {
  padding: 15px;
  text-align: center;
}

.shop-section .shop-wrapper .product-item-info {
  padding: 0 15px 15px 15px;
  text-align: center;
}

.shop-wrapper .product-item-info .product-name {
  margin-bottom: 3px;
  overflow: hidden;
}

.product-item-info .product-name a {
  font-size: 16px;
  font-weight: 500;
}

.product-item-info .price {
  display: inline-block;
}

.product-item-info .price ins {
  color: #2f6535;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: none;
}

.product-item-info .price del {
  color: #909296;
  font-size: 14px;
  text-decoration: line-through;
}

.product-item-info .product-rating {
  display: block;
  color: #f29f29;
  font-size: 13px;
  margin-bottom: 6px;
}

.product-item-info .btn-add-to-cart {
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 500;
  color: #2f6535;
  text-transform: uppercase;
  border: 1px solid #2f6535;
  padding: 8px;
}

.product-item-info .btn-add-to-cart:hover {
  background-color: #2f6535;
  color: #fff;
}

.product-detail .property-details-wrap .new-price del {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 17px;
  margin-left: 5px;
}

.product-detail .listing-detail-heading {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-right: 25px;
}

.product-detail .listing-detail-heading .product-availability {
  color: #2f6535;
  font-size: 16px;
}

.product-availability .in-stock {
  color: #000;
  font-weight: 500;
}

.product-detail .details .product-info {
  font-size: 14px;
  font-weight: 500;
}

.product-detail .property-details-box .details {
  border-bottom: 0;
}

.product-detail .details .product-info-2 .quantity {
  border: 1px solid #e6e6e6;
  max-width: 142px;
  display: inline-block;
  border-radius: 3px;
}

.product-detail .details .product-info-2 .btn-submit {
  margin-left: 10px;
}

.product-detail .details .product-info-2 .quantity .add {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: #666;
  line-height: 40px;
  float: left;
  font-size: 14px;
}

.product-detail .details .product-info-2 .quantity .plus-btn {
  float: right;
}

.product-detail .details .product-info-2 .quantity input {
  padding: 9px 10px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #2f6535;
  margin-left: 4px;
}

.product-detail .details .product-info-2 .quantity-title {
  margin-bottom: 10px;
  font-size: 19px;
}

.product-detail .details .product-info-2 .btn-margin {
  margin-left: 10px;
}

.product-detail .details .product-timer {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 3px;
  margin-top: 15px;
  padding: 5px 16px;
  background-color: #f5f5f5;
}

.product-detail .details .product-timer li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  list-style-type: none;
  padding: 0 14px 0 0;
}

.product-detail .details .product-timer li:last-child {
  padding-right: 0;
}

.product-detail .details .product-timer li span {
  display: block;
  color: #2f6535;
  font-size: 17px;
  text-align: center;
}

.product-detail .details .product-variant-parent {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 15px 0;
}

.product-detail .details .product-variant {
  width: auto;
  float: left;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 3px;
}

.product-detail .details .product-variant p {
  display: table;
  margin: 0 0 8px;
}

.product-detail .details .product-variant p label {
  display: table-cell;
  width: 130px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.product-detail .details .product-variant p .stock-green {
  color: #19be05;
}

.product-detail .listing-detail-heading .social-media ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.product-detail .listing-detail-heading .social-media ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f6535;
  margin: 0 5px 0 0;
  border: 1px solid #2f6535;
}

.product-detail .listing-detail-heading .social-media ul li a:hover {
  background-color: #2f6535;
  color: #fff;
}

.quote-corporate {
  position: relative;
  padding: 30px 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #2f6535;
  margin-bottom: 38px;
  background: #fff;
}

.quote-corporate {
  padding: 30px 20px;
}

img.img-google2 {
  background-color: #fff;
}

.quote-corporate .quote-header {
  align-items: flex-end;
}

.quote-corporate .quote-body-mark>* {
  fill: #ebebeb;
}

h1.title-review-home {
  color: #fff !important;
  text-align: center;
}

.quote-text {
  margin-top: -10px;
}

.quote-corporate .quote-header>* {
  margin-right: 15px;
  margin-top: -10px;
}

.star-rating.new>a {
  font-size: 30px;
}

.quote-header>h2 {
  font-family: Caudex, serif !important;
  font-weight: 700;
}

.star-rating a {
  display: inline-block;
  color: #f39c12 !important;
}

.quote-corporate *+.quote-body {
  margin-top: 25px;
}

.quote-corporate .quote-body {
  text-align: right;
}

.quote-corporate .quote-body .quote-text {
  text-align: left;
}

svg:not(:root) {
  overflow: hidden;
}

.quote-corporate .quote-image {
  left: 60px;
}

.quote-corporate .quote-image {
  display: inline-block;
  overflow: hidden;
  left: 30px;
  bottom: -40px;
  border-radius: 50%;
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
}

.quote-image {
  float: right;
}

img.img-google2 {
  border-radius: 100px;
}

.name-estrellas {
  display: inline-block;
}

.quote-corporate {
  height: 360px;
}

a.buttonInverted {
  text-decoration: none;
}

.star-rating.new {
  margin-top: -20px;
  margin-bottom: 10px;
}

i.fa.fa-desktop {
  background-color: #2f6535;
  /* width: 50px; */
  /* height: 50px; */
  color: #fff;
  /* line-height: 50px; */
  font-size: 19px;
  border-radius: 100%;
  /* text-align: center; */
}

@media (max-width: 767px) {
  .hd-button {
    float: right;
    padding: 15px;
    top: 12px;
    right: 5px;
    position: relative;
    z-index: 98;
    cursor: pointer;
    position: absolute;
  }

  .hd-button {
    display: block;
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span:before {
    bottom: 100%;
    margin-bottom: 3px;
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after {
    top: 100%;
    margin-top: 3px;
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }

  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-telephone {
    display: none;
    position: absolute;
    background-color: #2f6535;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    z-index: 999;
    top: 70px;
    overflow: hidden;
    width: 250px;
  }

  .hd-telephone a {
    color: #fff;
    display: block;
    text-align: left;
    padding: 2px 0 2px 0;
    line-height: 15px;
    margin-left: 10px;
  }
}

div#fixed-contact {
  display: none;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 60px;
  }

  div#fixed-contact {
    display: block;
  }

  div.new-footer {
    background-color: #000;
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 98;
    height: 70px;
  }

  div#fixed-contact .phone-btn a {
    background: #30bf2a !important;
  }

  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }

  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }

  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    background: currentColor;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }

  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 50px;
    color: #fff;
  }

  div#fixed-contact a i {
    display: block;
    color: #fff;
  }

  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }

  .pnl-email>i {
    line-height: 50px;
  }

  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid #fff;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
  }

  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }

  .pnl-freequote>i {
    line-height: 50px;
  }

  div#fixed-contact .columns.quote-btn {
    left: calc(50% + 120px);
  }

  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }

  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }

  i.fa.fa-file-text {
    font-size: 21px;
  }

  div#fixed-contact .columns.email-btn {
    left: calc(50% - 120px);
  }

  i.fa.fa-envelope {
    font-size: 16px;
  }

  i#icon-new-footer {
    font-size: 20px;
  }

  #back-top a {
    margin-bottom: 55px;
  }
}

.right-side {
  display: block;
}

div#website>p {
  text-align: left !important;
}

div#sysall>div {
  text-align: right;
}

.logo-mobile-seccion {
  display: none;
}

.hd-telephone {
  display: none;
}

.video-play-btn.bg-custom-blue.padding-10 {
  display: none;
}

ul.custom.links.options>li {
  display: inline-block;
  width: 48%;
}

img.ssl {
  border-radius: 100%;
  width: 90px;
}

.img-ssl {
  text-align: center;
  margin-top: 10px;
}

.menu-btn.active {
  margin-left: 0;
  z-index: 999999;
  margin-top: 19px;
  background-color: transparent;
  height: 33px;
  width: 38px;
}

.menu-style .header .right-side .hamburger-menu .menu-btn span {
  background: #111;
}

a.title-header-mobile {
  display: none;
  transition: 0.5s ease-in-out;
}

h4#text-clients {
  font-size: 16px;
  font-weight: 700;
}

p.color-contact {
  color: #fff;
  margin-top: -20px;
}

li#option-mobile {
  display: none;
}

i.fa.fa-desktop {
  background-color: #2f6535;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-size: 19px;
  border-radius: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  div#accept>p {
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  li#option-mobile {
    display: block;
  }

  .right-side {
    display: none;
  }

  li.menu-item.active {
    background-color: #2f6535;
  }

  li.menu-item.active>a {
    color: #000 !important;
  }

  .menu-style .header {
    z-index: 99;
  }

  .logo {
    display: none;
  }

  header.menu-style {
    height: 50px;
  }

  .menu-btn {
    /* margin-top: 16px; */
  }

  .menu-btn.active {
    transform: translateX(310px);
    /* margin-left: 326px; */
    z-index: 999999;
    margin-top: 0;
    background-color: #00652e;
    height: 30px;
    width: 30px;
  }

  .topbar.bg-custom-black {
    display: none;
  }

  a.title-header-mobile {
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    /* top: 9px; */
    color: #fff;
    display: block;
  }

  .menu-btn.active+a.title-header-mobile {
    transform: translateX(-50px);
  }

  img.img-fluid.image-fit.mobile {
    width: 250px;
  }

  .logo-mobile-seccion {
    text-align: center;
    margin: 10px;
    display: block;
  }

  .container-fluid.custom-container {
    background-color: #00652e;
    height: 51px;
  }

  .img-ssl {
    margin-top: -50px;
    margin-bottom: 20px;
  }

  .img-ssl {
    text-align: left;
  }

  .btn-services>a {
    margin-bottom: 10px;
  }

  img.logo-reviews {
    margin-bottom: 15px;
  }

  .menu-style .header .right-side .hamburger-menu .menu-btn span {
    background: #fff;
  }

  .sysall>a {
    float: left;
  }

  i.fa.fa-desktop {
    background-color: #2f6535;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 19px;
    border-radius: 100%;
    text-align: center;
  }
}

img.logo-reviews {
  border-radius: 10px;
}

div#accept>p {
  text-align: center;
  color: #fff !important;
}

div#accept>p>a {
  color: #fff !important;
}

ul.list-pie>li>a {
  color: #fff;
  font-size: 12px;
}

ul.list-pie {
  margin-left: -40px;
}

i#icon-pie {
  font-size: 17px;
  margin-right: 8px;
}

ul.list-pie>li {
  margin-bottom: 6px;
}

ul.custom.links.areas>li {
  display: inline-block;
  width: 48%;
}

a#btn-new {
  color: #000;
}

a#btn-new:hover {
  color: #fff;
}

h5.lic-home {
  margin-top: 5px;
}

a.text-custom-black.active {
  background-color: #2f6535 !important;
  color: #fff;
}

.title-services {
  color: #fff;
}

.title-services2 {
  color: #fff;
}

button#slick-slide-control00 {
  display: none;
}

.btn-services {
  text-align: center;
  margin-top: -20px;
}

a.text-theme.fs-14.active {
  color: #2f6535;
}

.modal.in {
  visibility: visible;
  opacity: 1;
}

.modal-header>h4 {
  position: absolute;
}

.contact-info.contact-us-form {
  background-color: #2f6535;
}

button#btn-form-services {
  color: #fff !important;
}

.client-box:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

p.text-custom-white.mb-xl-20.text-reviews {
  color: #000;
}

i#icon-item {
  font-size: 35px;
}

.blurb-hover-icon {
  width: 170px;
  padding: 15px;
}

i#icon-item {
  font-size: 35px;
  color: #2f6535;
}

.content-reviews-seccion {
  margin: 30px;
  height: 200px;
}

.our-team .team-social-box li.twitter a {
  color: #f2931d;
}

.our-team .team-social-box li.twitter .social-name {
  background-color: #f2931d;
}

i.fa.fa-desktop.icon-reviews2 {
  background-color: #2f6535;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  border-radius: 100%;
}

.testimonials-author {
  border-radius: 100%;
  border: 2px solid #fff;
  width: 100px;
  height: 100px;
  transition: all 0.5s ease-in-out;
}

img.img-reviews {
  /* margin: 16px auto; */
  width: 100%;
  height: 100%;
}

.slide-item.col-12.slick-slide.slick-cloned.slick-active>.testimonials-author>a>i {
  font-size: 40px;
  margin: 0 auto;
  text-align: center;
  margin-left: 4px;
}

.slide-item.col-12.slick-slide.slick-current.slick-active {
  /* margin-top: 60px; */
}

.testimonial-content.new {
  height: 275px;
}

.slide-item.col-12.slick-slide {
  margin-top: 35px;
  transition: all 0.5s ease-in-out !important;
}

.new-content {
  text-align: right;
}

p.text-color {
  font-size: 16px;
  color: #ffffff;
}

.justify-content-around {
  justify-content: space-around;
}

.d-flex {
  display: flex;
}

.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row-o>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed;
}

.z-999 {
  z-index: 999;
}

.w-100 {
  width: 100%;
}

.bottom-0 {
  bottom: 0;
}

@media (max-width: 767px) {
  .preloader {
    z-index: 9999 !important;
  }

  #back-top a {
    margin-bottom: 100px;
  }

  p.text-color {
    font-size: 14px;
    color: #ffffff;
  }
}

.gall_new {
  columns: 3 320px;
  column-gap: 0.5em;
}

.gall_new .grid-item {
  max-width: 100%;
  margin-bottom: 0.5em;
}

.gall_new .grid-item a {
  max-width: 100%;
}

.gall_new img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .quick {
    z-index: 999;
    bottom: 0;
  }

  #back-top a {
    margin-bottom: 70px;
  }
}

@media (max-width: 1400px) {
  .clients-box .clients-wrapper .client-box {
    width: 50%;
  }
}

.quote-body {
  margin-top: 0 !important;
}

.quote-text {
  height: 220px;
  overflow: overlay;
  margin-bottom: 10px;
}

.quote-text p {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .custom-header {
    height: 50px;
  }
}

.menu-btn.active span {
  position: absolute !important;
  height: 100% !important;
  width: 1px !important;
  top: 0 !important;
  left: 50%;
}

.show {
  display: block !important;
}

.slick-vertical .slick-slide {
  opacity: 0;
}

.testimonial-for .slide-item.slick-active {
  opacity: 1 !important;
}

.testimonials-inner .text-custom-white {
  height: 150px;
  overflow: auto;
  padding-right: 10px;
}


/* CSS CUSTOM */

.property-details {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 10px 30px;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  /* opacity: 0; */
  background: rgb(0 0 0 /.3);
  z-index: 99;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.property-details h6 {
  position: relative;
  color: #fff;
  font-weight: 600;
  margin-bottom: .5rem;
}

.property-details h6:after {
  content: "";
  height: 3px;
  width: 80px;
  background-color: #2f6535;
  position: absolute;
  left: 0;
  bottom: -5px;
  text-align: center;
  margin: 0 auto;
}

.property-details h5 {
  color: #fff;
}

.property-grid-box:hover .property-details {
  opacity: 0;
}