@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;600;700;800;900&display=swap");
.animated-effect, .sub-header.blog-page-header .blog-post-share .social-icons a img, .sub-header.blog-page-header .blog-post-share .social-icons a, .blog-posts .blog-post .post-details .post-title, .blog-posts .blog-post .post-image, .services-wrapper .serv-col .service-item strong, .services-wrapper .serv-col .service-item .serv-icon img, .team .team-member, .immo-nav .nav.nav-tabs .nav-item .nav-link, .services .serv-col .service-item strong, .services .serv-col .service-item .serv-icon img, .call-to-actions .item, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

.animated-long-effect {
  transition: 0.4s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-secondary:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.shine, .services-wrapper .serv-col .service-item:before, .team .team-member .member-img:before, .real-estate-wrapper .offer .offer-image:before, .real-estate .offer .offer-image:before, .mini-team .team-member .member-img:before, .services .serv-col .service-item:before {
  position: absolute;
  top: 0;
  left: -43%;
  display: block;
  content: "";
  width: 25%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-17deg);
  z-index: 9;
}

.shine-hover, .services-wrapper .serv-col .service-item:hover:before, .team .team-member:hover .member-img:before, .real-estate-wrapper .offer:hover .offer-image:before, .real-estate .offer:hover .offer-image:before, .mini-team .owl-item.active .member-img:before, .mini-team .team-member .member-img:hover:before, .services .serv-col .service-item:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.filter-primary, .contact-area .contact-boxes .contact-box img, .real-estate-wrapper .offer.no-offer img, .real-estate-wrapper .offer .offer-details .offer-specifics .item img, .real-estate .offer .offer-details .offer-specifics .item img, .call-to-actions .item img, footer.page-footer .social-links .nav-item .nav-link img, header.page-header .navbar .navbar-toggler {
  filter: brightness(0) saturate(100%) invert(62%) sepia(32%) saturate(532%) hue-rotate(360deg) brightness(93%) contrast(91%);
}

.main-pattern, .sub-header:before, .sub-header .sub-header-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, transparent 20%, black 25%, transparent 25%), linear-gradient(-45deg, transparent 20%, black 25%, transparent 25%), linear-gradient(-45deg, transparent 75%, black 80%, transparent 0), radial-gradient(gray 2px, transparent 0);
  background-size: 30px 30px, 30px 30px;
  opacity: 0.05;
}

html, body {
  font-family: "Alegreya", serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1100px;
  }
}
header.page-header {
  width: 100%;
  z-index: 99;
  position: relative;
  box-shadow: rgba(28, 31, 37, 0.05) 0 0.5rem 1.5rem;
}
@media (max-width: 767.9px) {
  header.page-header {
    padding: 1rem 0;
    position: relative;
  }
}
header.page-header .top-bar {
  border-bottom: 1px solid #f2f3f4;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar {
    display: none;
  }
}
header.page-header .top-bar .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .container {
    align-items: flex-start;
  }
}
header.page-header .top-bar .top-item {
  display: flex;
  align-items: center;
  opacity: 0.5;
  padding: 0.75rem 0;
  color: inherit;
  text-decoration: none;
}
header.page-header .top-bar .top-item + .top-item {
  margin-left: 1.5rem;
}
header.page-header .top-bar .top-item img {
  width: 1rem;
  height: 1rem;
  display: block;
  filter: brightness(0);
  opacity: 0.5;
  margin-right: 0.25rem;
}
header.page-header .top-bar .top-item strong {
  display: none;
}
header.page-header .top-bar .top-item span {
  font-weight: 400;
  color: #1c1f25;
  font-size: 0.9rem;
  display: block;
  line-height: 1.2;
}
header.page-header .navbar {
  padding: 0.5rem 0;
}
header.page-header .navbar .navbar-nav {
  padding: 0 1rem;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav {
    padding: 1rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 2rem;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  color: #1c1f25;
  font-size: 1rem;
  border-radius: 0;
  padding: 1.5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #ba985c;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #ba985c;
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  position: relative;
  padding-left: 3.75rem;
  display: inline-block;
}
.navbar-brand:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  content: " ";
  z-index: 0;
  background: #ba985c;
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  z-index: 1;
  filter: brightness(0) invert(1);
}
.navbar-brand strong {
  display: block;
  color: #1c1f25;
  text-transform: capitalize;
  font-size: 1.35rem;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "Open Sans", serif;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .navbar-brand strong {
    font-size: 1.15rem;
    max-width: 130px;
    white-space: initial;
  }
}
.navbar-brand span {
  display: block;
  color: rgba(28, 31, 37, 0.5);
  font-weight: 400;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer.page-footer {
  position: relative;
  padding: 5rem 0;
  background: #fff;
}
footer.page-footer .container {
  position: relative;
  z-index: 1;
}
footer.page-footer hr {
  margin: 2.5rem 0;
  background-color: rgba(28, 31, 37, 0.1);
  opacity: 1;
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand {
    margin-bottom: 1.5rem !important;
  }
}
footer.page-footer .navbar-brand strong, footer.page-footer .navbar-brand span {
  color: #1c1f25;
}
footer.page-footer h3 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #1c1f25;
  position: relative;
  font-family: "Open Sans", serif;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin-top: 2rem;
  }
}
footer.page-footer p {
  color: rgba(28, 31, 37, 0.75);
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer p {
    font-size: 1rem;
  }
}
footer.page-footer p strong, footer.page-footer p span {
  display: block;
}
footer.page-footer p.small {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(28, 31, 37, 0.75);
}
footer.page-footer p a {
  color: inherit;
}
footer.page-footer .nav .nav-item .nav-link {
  color: #1c1f25;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  padding: 0;
  margin: 0 1.5rem 0 0;
}
@media (max-width: 767.9px) {
  footer.page-footer .nav .nav-item .nav-link {
    margin-right: 0;
    margin-top: 0.5rem;
  }
}
footer.page-footer .nav .nav-item .nav-link:hover {
  color: #ba985c;
}
footer.page-footer .social-links .nav-item .nav-link {
  width: 3rem;
  height: 3rem;
  background: #f2f3f4;
  padding: 0.75rem;
  line-height: 1;
  margin: 0 0.5rem 0 0;
}
footer.page-footer .social-links .nav-item .nav-link:hover {
  background: rgba(28, 31, 37, 0.25);
}
footer.page-footer .social-links .nav-item .nav-link img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 700;
  border-radius: 0;
  padding: 0.75rem 1.35rem;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(28, 31, 37, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #ba985c;
  border-color: #ba985c;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(159.4870689655, 126.2198275862, 67.5129310345);
  border-color: rgb(159.4870689655, 126.2198275862, 67.5129310345);
}
.btn.btn-primary:active {
  background: rgb(141.5711206897, 112.0409482759, 59.9288793103);
  border-color: rgb(141.5711206897, 112.0409482759, 59.9288793103);
}
.btn.btn-secondary {
  background: #d9a131;
  border-color: #d9a131;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: rgb(159.4870689655, 126.2198275862, 67.5129310345);
  border-color: rgb(159.4870689655, 126.2198275862, 67.5129310345);
}
.btn.btn-secondary:active {
  background: rgb(141.5711206897, 112.0409482759, 59.9288793103);
  border-color: rgb(141.5711206897, 112.0409482759, 59.9288793103);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1c1f25;
}
.btn.btn-dark {
  background: #1c1f25;
  border-color: #1c1f25;
  color: #fff;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #ba985c;
  color: #ba985c;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #ba985c;
  border-color: #ba985c;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: rgb(141.5711206897, 112.0409482759, 59.9288793103);
  border-color: rgb(141.5711206897, 112.0409482759, 59.9288793103);
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #1c1f25;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #ba985c;
}
.btn.btn-outline-dark {
  border-color: #1c1f25;
  color: #1c1f25;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #1c1f25;
  border-color: #1c1f25;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  color: #ba985c;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 1rem;
  text-decoration: none;
  text-transform: none;
  position: relative;
  padding: 0 2rem 0 0;
  display: inline-block;
}
.btn.btn-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: " ";
  z-index: 0;
  background: rgba(28, 31, 37, 0.1);
}
.btn.btn-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid #ba985c;
  border-bottom: 2px solid #ba985c;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: rgb(60.9538461538, 67.4846153846, 80.5461538462);
}
.form-control {
  height: auto;
}
.main {
  position: relative;
}
.main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, transparent 20%, black 25%, transparent 25%), linear-gradient(-45deg, transparent 20%, black 25%, transparent 25%), linear-gradient(-45deg, transparent 75%, black 80%, transparent 0), radial-gradient(gray 2px, transparent 0);
  background-size: 30px 30px, 30px 30px;
  opacity: 0.05;
}
@media (max-width: 767.9px) {
  .main {
    padding: 5rem 0 0 0;
    text-align: center;
  }
}
.main .container {
  position: relative;
  z-index: 1;
}
.main h1 {
  color: #1c1f25;
  font-size: 4rem;
  margin: 1rem 0;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -4px;
  position: relative;
  z-index: 1;
  display: block;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 4rem;
    letter-spacing: -2px;
  }
}
.main h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #1c1f25;
  position: relative;
  z-index: 2;
}
.main p {
  color: rgba(28, 31, 37, 0.75);
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.main .btn + .btn {
  margin-left: 0.5rem;
}
@media (max-width: 767.9px) {
  .main .btn + .btn {
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  .main .btn {
    margin-left: 0;
    margin-bottom: 0.5rem;
    width: 100%;
    display: block;
  }
}

.about {
  padding: 5rem 0 0 0;
}
.about .about-img-col .about-img img {
  margin-top: -10rem;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .about .about-img-col .about-img img {
    margin-top: -5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .about .about-img-col .about-img img {
    margin-top: -5rem;
  }
}
@media (max-width: 767.9px) {
  .about .about-img-col .about-img img {
    margin-top: -5rem;
    margin-bottom: 2.5rem;
    max-height: 380px;
    object-fit: cover;
    width: 100%;
    object-position: top;
  }
}
@media (max-width: 400px) {
  .about .about-img-col .about-img img {
    max-height: 280px;
  }
}
@media (max-width: 767.9px) {
  .about .about-img-col {
    padding: 0;
  }
}
.about .about-details h2 {
  font-size: 2rem;
  color: #1c1f25;
  font-weight: 700;
  margin-bottom: 3rem;
}
.about .about-details h2 span {
  position: relative;
  display: inline-block;
}
.about .about-details h2 span:after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #ba985c;
  content: " ";
  margin: auto;
  opacity: 1;
}

.call-to-actions {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .call-to-actions {
    padding: 2.5rem 0;
  }
}
.call-to-actions .box {
  display: flex;
  justify-content: space-between;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (max-width: 767.9px) {
  .call-to-actions .box {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.call-to-actions .item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1c1f25;
  padding: 0 2rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    padding: 0;
  }
  .call-to-actions .item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.call-to-actions .item:hover {
  color: #ba985c;
}
.call-to-actions .item img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
@media (max-width: 767.9px) {
  .call-to-actions .item img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.call-to-actions .item b {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0 0.75rem;
  position: relative;
}
.call-to-actions .item b:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: -1;
  background: #f2f3f4;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .call-to-actions .item b {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .call-to-actions .item b {
    font-size: 1rem;
  }
}
.call-to-actions .item p {
  margin: 1rem 0 0 0;
  line-height: 1.2;
}

.services {
  position: relative;
  padding: 5rem 0;
}
.services .container {
  position: relative;
  z-index: 1;
}
.services:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #082C50;
  opacity: 0.8;
}
@media (max-width: 767.9px) {
  .services {
    padding-bottom: 4rem;
  }
}
.services h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3rem;
}
.services h2 span {
  position: relative;
  display: inline-block;
}
.services h2 span:after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #ba985c;
  content: " ";
  margin: auto;
  opacity: 1;
}
.services p {
  color: #fff;
  opacity: 0.9;
}
.services .serv-col {
  display: flex;
  flex-direction: column;
}
.services .serv-col .service-item {
  position: relative;
  border-radius: 0;
  border: 1px solid rgba(186, 152, 92, 0.3);
  height: 100%;
  padding: 1.5rem;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .serv-col .service-item {
    padding: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .services .serv-col .service-item {
    padding: 1rem 0.4rem;
  }
}
.services .serv-col .service-item .serv-icon {
  position: relative;
  width: fit-content;
}
.services .serv-col .service-item .serv-icon:before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  background: #ba985c;
  content: " ";
}
.services .serv-col .service-item .serv-icon img {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  filter: brightness(0) invert(1);
  z-index: 1;
}
.services .serv-col .service-item strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-top: 0.5rem;
  line-height: 1.2;
}
.services .serv-col .service-item p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.3;
  margin-bottom: 0;
  opacity: 0.7;
}

.mini-team {
  background: #f2f3f4;
  padding: 5rem 0;
  position: relative;
}
.mini-team .container {
  position: relative;
  z-index: 2;
}
.mini-team h2 {
  font-size: 2rem;
  color: #1c1f25;
  font-weight: 700;
  margin-bottom: 3rem;
}
.mini-team h2 span {
  position: relative;
  display: inline-block;
}
.mini-team h2 span:after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #ba985c;
  content: " ";
  margin: auto;
}
.mini-team p {
  color: #1c1f25;
}
.mini-team .owl-carousel {
  margin: 0;
  padding: 0;
}
.mini-team .owl-carousel .owl-carousel .owl-stage-outer {
  width: 100%;
  margin: 0;
}
.mini-team .owl-carousel .owl-item:first-child {
  padding-left: 0;
}
.mini-team .owl-carousel .owl-item:last-child {
  padding-right: 0;
}
.mini-team .team-member {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    margin-bottom: 2rem;
  }
}
.mini-team .team-member .member-img img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  box-shadow: rgba(28, 31, 37, 0.1) 0 0.5rem 1.5rem;
  max-height: 400px;
}
.mini-team .team-member .info {
  display: block;
  background: white;
  z-index: 1;
  margin: -2.5rem 1rem 0;
  position: relative;
  padding: 1rem;
}
.mini-team .team-member .info b {
  font-size: 1.15rem;
  color: #1c1f25;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.mini-team .team-member .info b i {
  font-style: normal;
  font-weight: 500;
  font-size: 1.35rem;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.9rem;
  color: #ba985c;
  position: relative;
  font-weight: 400;
  line-height: 1.2;
}
.mini-team .team-member .info .btn, .mini-team .team-member .info p {
  display: none;
}
.mini-team .owl-item.active .member-img:before {
  animation-delay: 1s;
}

.real-estate {
  position: relative;
  padding: 5rem 0;
  background: #fff;
}
@media (max-width: 767.9px) {
  .real-estate {
    padding: 5rem 0;
  }
}
.real-estate .container {
  position: relative;
  z-index: 1;
}
.real-estate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #082C50;
  opacity: 0.8;
}
.real-estate h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3rem;
}
.real-estate h2 span {
  position: relative;
  display: inline-block;
}
.real-estate h2 span:after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #ba985c;
  content: " ";
  margin: auto;
}
.real-estate p {
  color: #fff;
  opacity: 0.9;
}
.real-estate .offers-wrapper {
  display: block;
}
.real-estate .offers-wrapper .offer + .offer {
  margin-top: 1rem;
}
.real-estate .offer {
  display: flex;
  flex-direction: row;
  position: relative;
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: 13rem;
  height: 13rem;
  overflow: hidden;
  flex: 1;
}
@media (max-width: 767.9px) {
  .real-estate .offer .offer-image {
    width: 13rem;
    height: 13rem;
  }
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
}
.real-estate .offer .offer-details {
  padding: 0;
  display: flex;
  align-items: center;
  flex: 1;
}
.real-estate .offer .offer-details .od-in {
  background: #f2f3f4;
  padding: 1rem;
  margin-left: -2rem;
  z-index: 10;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1c1f25;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate .offer .offer-details .offer-description {
  display: none;
}
.real-estate .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.real-estate .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
}
.real-estate .offer .offer-details .offer-specifics .item + .item {
  margin-left: 1rem;
}
@media (max-width: 330px) {
  .real-estate .offer .offer-details .offer-specifics .item + .item {
    display: none;
  }
}
.real-estate .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.real-estate .offer .offer-details .offer-specifics .item span {
  color: #ba985c;
  font-weight: 400;
}
.real-estate .offer .offer-details .faire-offer {
  display: block;
  margin-top: 1rem;
}
.real-estate .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(28, 31, 37, 0.5);
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: block;
  color: #1c1f25;
  font-size: 1rem;
}
.calculator {
  position: relative;
  z-index: 0;
}
.calculator .box {
  padding: 4rem;
  background: #ba985c;
  display: flex;
  align-items: center;
  height: 83%;
}
@media (max-width: 767.9px) {
  .calculator .box {
    padding: 2.5rem;
    height: 100%;
  }
}
.calculator .container {
  position: relative;
  z-index: 2;
}
.calculator h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  font-family: "Open Sans", serif;
}
.calculator p {
  color: #fff;
}

.sub-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 7.5rem 0;
  overflow: hidden;
}
.sub-header .sub-header-bg {
  position: absolute;
  top: -7.5rem;
  left: 0.75rem;
  width: 50%;
  height: calc(100% + 15rem);
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .sub-header .sub-header-bg {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-header .sub-header-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    content: " ";
    background: #1c1f25;
    opacity: 0.4;
  }
}
@media (max-width: 767.9px) {
  .sub-header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    content: " ";
    background: #1c1f25;
    opacity: 0.4;
  }
}
.sub-header .container {
  position: relative;
  z-index: 4;
}
.sub-header .sub-header-texts {
  position: relative;
  z-index: 5;
}
.sub-header .sub-header-texts h1 {
  color: #1c1f25;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  margin: 1rem auto 3rem auto;
}
.sub-header .sub-header-texts h1 span {
  position: relative;
  display: inline-block;
}
.sub-header .sub-header-texts h1 span:after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #ba985c;
  content: " ";
  margin: auto;
  opacity: 1;
}
@media (max-width: 767.9px) {
  .sub-header .sub-header-texts h1 {
    color: #fff;
  }
}
.sub-header .sub-header-texts h3 {
  color: #1c1f25;
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  .sub-header .sub-header-texts h3 {
    color: #fff;
  }
}
.sub-header .sub-header-texts p {
  color: #1c1f25;
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  .sub-header .sub-header-texts p {
    color: #fff;
  }
}

.content-page {
  padding: 5rem 0 0 0;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-weight: bold;
  color: #1c1f25;
  margin: 2.5rem 0 1rem 0;
}
.content-page a:not(.btn) {
  color: #ba985c;
}

.immo-nav {
  margin-top: 1rem;
}
.immo-nav .nav.nav-tabs {
  border: none;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.9px) {
  .immo-nav .nav.nav-tabs {
    width: calc(100% + 1.5rem);
    padding: 1.5rem 0.75rem;
    margin: -1.5rem -0.75rem 0 -0.75rem;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
}
.immo-nav .nav.nav-tabs .nav-item {
  margin-right: 1rem;
}
@media (max-width: 767.9px) {
  .immo-nav .nav.nav-tabs .nav-item {
    margin-right: 0.5rem;
  }
}
.immo-nav .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  color: #1c1f25;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  background: #fff;
}
@media (max-width: 767.9px) {
  .immo-nav .nav.nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
.immo-nav .nav.nav-tabs .nav-item .nav-link:hover, .immo-nav .nav.nav-tabs .nav-item .nav-link.active {
  background: #ba985c;
  color: #fff;
}
.immo-nav .nav.nav-tabs .nav-item .nav-link:active {
  background: #ba985c;
  color: #fff;
  transform-origin: center;
  transform: scale(0.95);
}

.real-estate-wrapper {
  position: relative;
  padding: 2.5rem 0 4rem 0;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper {
    padding-top: 2.5rem;
  }
}
.real-estate-wrapper.v2 {
  padding-top: 5rem;
}
.real-estate-wrapper.v2 h2 {
  font-family: "Open Sans", serif;
  font-weight: bold;
  font-size: 1.5rem;
}
.real-estate-wrapper .container {
  position: relative;
  z-index: 1;
}
.real-estate-wrapper .offer {
  display: flex;
  flex-direction: row;
  position: relative;
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 13rem;
  height: 13rem;
  overflow: hidden;
  flex: 1;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image {
    width: 13rem;
    height: 13rem;
  }
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
}
.real-estate-wrapper .offer .offer-details {
  padding: 0;
  display: flex;
  align-items: center;
  flex: 1;
}
.real-estate-wrapper .offer .offer-details .od-in {
  background: #fcfdfd;
  padding: 1rem;
  margin-left: -2rem;
  z-index: 10;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1c1f25;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate-wrapper .offer .offer-details .offer-description {
  display: none;
}
.real-estate-wrapper .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item + .item {
  margin-left: 1rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  color: #ba985c;
  font-weight: 400;
}
.real-estate-wrapper .offer .offer-details .faire-offer {
  display: block;
  margin-top: 1rem;
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(28, 31, 37, 0.5);
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: block;
  color: #1c1f25;
  font-size: 1rem;
}
.real-estate-wrapper .offer.no-offer {
  display: block;
  padding: 0;
  box-shadow: none;
}
.real-estate-wrapper .offer.no-offer img {
  width: 4rem;
  height: 4rem;
  margin: 0 0 1.5rem 0;
}
.real-estate-wrapper .offer.no-offer h4 {
  display: block;
  font-weight: bold;
  color: #1c1f25;
}

.sub-header.offer-header {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.offer-features {
  padding: 5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .offer-features {
    padding: 0;
  }
}
.offer-features .gallery-slider {
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .offer-features .gallery-slider {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 0 -0.75rem;
    border-radius: 0;
  }
}
.offer-features .gallery-slider .flickity-prev-next-button {
  border-radius: 0;
}
.offer-features .gallery-slider .flickity-prev-next-button .flickity-button-icon {
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%;
}
.offer-features .gallery-slider img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .offer-features .gallery-slider img {
    height: 30rem;
  }
}
.offer-features .offer-details h1 {
  font-size: 2.2rem;
  color: #1c1f25;
  font-family: "Open Sans", serif;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .offer-features .offer-details h1 {
    font-size: 2rem;
  }
}
.offer-features .offer-details h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #ba985c;
}
.offer-features .offer-details p {
  color: rgba(28, 31, 37, 0.75);
}
.offer-features .offer-details .offer-price {
  margin-bottom: 1rem;
}
.offer-features .offer-details .offer-price span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.25);
  display: block;
}
.offer-features .offer-details .offer-price b {
  font-size: 1.75rem;
  font-weight: bold;
  color: #ba985c;
  display: block;
  background: #f2f3f4;
  width: fit-content;
  padding: 0.2rem 1.2rem;
  border-left: 2px solid;
}
.offer-features hr {
  margin: 2.5rem 0;
  opacity: 0.1;
}
.offer-features h4 {
  position: relative;
  font-size: 1rem;
  color: #1c1f25;
  font-weight: bold;
  margin: 2.5rem 0 2rem 0;
}
.offer-features h4:after {
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #ba985c;
  content: " ";
  margin: auto;
  opacity: 1;
}
.offer-features p {
  font-size: 1rem;
  color: #1c1f25;
}
.offer-features .box {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .offer-features .box {
    margin-top: 0;
  }
}
@media (max-width: 767.9px) {
  .offer-features .box {
    background: none;
    padding: 0;
  }
}
.offer-features .feature-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 0.75rem;
}
.offer-features .feature-box span {
  display: block;
  font-weight: 400;
  color: #1c1f25;
  font-size: 0.9rem;
  flex-shrink: 0;
  line-height: 1.2;
  width: 50%;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: 600;
  font-family: "Open Sans", serif;
  font-size: 0.9rem;
  color: #ba985c;
  line-height: 1.2;
  width: 50%;
  padding-left: 1rem;
  text-align: right;
  flex-shrink: 0;
}
.offer-features .feature-box img {
  width: auto;
  height: auto;
}

.sub-header.team-header .sub-header-bg {
  object-position: center top;
}

.team {
  padding: 5rem 0 2rem 0;
}
.team .team-member {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 767.9px) {
  .team .team-member {
    flex-direction: column;
  }
}
.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}
.team .team-member .member-img img {
  width: 18rem;
  height: 23rem;
  flex-shrink: 0;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .team .team-member .member-img img {
    width: 18rem;
    height: 20rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .team .team-member .member-img img {
    width: 15rem;
    height: 17rem;
  }
}
@media (max-width: 767.9px) {
  .team .team-member .member-img img {
    width: 100%;
    height: auto;
  }
}
.team .team-member .info {
  padding: 0 0 0 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767.9px) {
  .team .team-member .info {
    display: block;
    text-align: center;
    padding: 1.5rem 0 0 0;
  }
}
.team .team-member .info span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #ba985c;
  position: relative;
}
.team .team-member .info b {
  font-size: 2rem;
  font-family: "Open Sans", serif;
  color: #1c1f25;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .team .team-member .info b {
    font-size: 1.5rem;
  }
}
.team .team-member .info b i {
  text-transform: uppercase;
  font-style: normal;
  display: block;
}
.team .team-member .info .btn.btn-link {
  display: block;
  font-weight: 400;
  color: rgba(28, 31, 37, 0.75);
  padding: 0;
  font-size: 0.8rem;
  text-decoration: none;
  position: relative;
  border: none;
  text-transform: none;
  margin: 0.5rem 0 0 0;
}
.team .team-member .info .btn.btn-link:after, .team .team-member .info .btn.btn-link:before {
  display: none;
}
.services-wrapper {
  position: relative;
  padding: 5rem 0 2rem 0;
}
.services-wrapper .serv-col {
  display: flex;
  flex-direction: column;
}
.services-wrapper .serv-col .service-item {
  position: relative;
  border-radius: 0;
  border: 1px solid rgba(186, 152, 92, 0.3);
  height: 100%;
  padding: 5.5rem 3.5rem;
  overflow: hidden;
}
.services-wrapper .serv-col .service-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #082c50;
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services-wrapper .serv-col .service-item {
    padding: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .services-wrapper .serv-col .service-item {
    padding: 2rem 1rem;
  }
}
.services-wrapper .serv-col .service-item > div {
  position: relative;
  z-index: 3;
}
.services-wrapper .serv-col .service-item img.serv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-wrapper .serv-col .service-item .serv-icon {
  position: relative;
  width: fit-content;
}
.services-wrapper .serv-col .service-item .serv-icon:before {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  background: #ba985c;
  content: " ";
}
.services-wrapper .serv-col .service-item .serv-icon img {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.5rem;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  filter: brightness(0) invert(1);
  z-index: 1;
}
.services-wrapper .serv-col .service-item strong {
  display: block;
  color: #ba985c;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  line-height: 1.2;
}
.services-wrapper .serv-col .service-item p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 0;
  opacity: 0.8;
  color: #fff;
}
.services-wrapper .serv-col .service-item .btn-link:hover {
  color: #ba985c;
}

.blog-posts {
  position: relative;
  padding: 3.5rem 0 5rem 0;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 100%;
  height: 15rem;
}
.blog-posts .blog-post .post-image:hover {
  opacity: 0.75;
}
.blog-posts .blog-post .post-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.blog-posts .blog-post .post-details {
  padding: 1.5rem 0 0 0;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #1c1f25;
  margin-bottom: 0.5rem;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-title:hover {
  text-decoration: underline;
  color: #ba985c;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.9rem;
  color: rgba(28, 31, 37, 0.5);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(28, 31, 37, 0.75);
  margin: 0;
}

.blog-page {
  padding: 2.5rem 0 5rem 0;
}

.sub-header.blog-page-header {
  background: none;
  padding: 5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sub-header.blog-page-header h1 {
    color: #1c1f25;
  }
  .sub-header.blog-page-header:before {
    display: none;
  }
}
.sub-header.blog-page-header .img-fluid {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header .img-fluid {
    border-radius: 0;
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 2.5rem -0.75rem;
  }
}
.sub-header.blog-page-header .breadcrumb {
  justify-content: flex-start;
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item {
  color: rgba(28, 31, 37, 0.75);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item:before {
  color: rgba(28, 31, 37, 0.75);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item a {
  color: #1c1f25;
}
.sub-header.blog-page-header .blog-author {
  color: #ba985c;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.sub-header.blog-page-header .blog-post-share {
  display: block;
  margin-bottom: 1.5rem;
}
.sub-header.blog-page-header .blog-post-share .social-icons {
  display: flex;
  align-items: center;
}
.sub-header.blog-page-header .blog-post-share .social-icons a {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  border-radius: 0;
  background: #f2f3f4;
  line-height: 1;
  padding: 0.75rem;
}
.sub-header.blog-page-header .blog-post-share .social-icons a:hover {
  background: #ba985c;
}
.sub-header.blog-page-header .blog-post-share .social-icons a:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.sub-header.blog-page-header .blog-post-share .social-icons a img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  filter: brightness(0);
}
.sub-header.blog-page-header .blog-details-content {
  font-size: 0.9rem;
  color: rgba(28, 31, 37, 0.75);
}
.sub-header.blog-page-header .blog-details-content p, .sub-header.blog-page-header .blog-details-content li {
  font-size: 0.9rem;
  color: rgba(28, 31, 37, 0.75);
}
.sub-header.blog-page-header .blog-details-content h1, .sub-header.blog-page-header .blog-details-content h2, .sub-header.blog-page-header .blog-details-content h3, .sub-header.blog-page-header .blog-details-content h4, .sub-header.blog-page-header .blog-details-content h5, .sub-header.blog-page-header .blog-details-content h6 {
  font-weight: bold;
  color: #1c1f25;
  margin: 2.5rem 0 1rem 0;
}
.sub-header.blog-page-header .blog-details-content h1:first-child, .sub-header.blog-page-header .blog-details-content h2:first-child, .sub-header.blog-page-header .blog-details-content h3:first-child, .sub-header.blog-page-header .blog-details-content h4:first-child, .sub-header.blog-page-header .blog-details-content h5:first-child, .sub-header.blog-page-header .blog-details-content h6:first-child {
  margin-top: 0;
}

.contact-form {
  padding: 5rem;
  background: #f2f3f4;
  display: block;
}
@media (max-width: 767.9px) {
  .contact-form {
    padding: 5rem 0;
  }
}
.contact-form form {
  background: #f2f3f4;
  display: block;
}
.contact-form .form-label {
  display: block;
  color: #1c1f25;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.contact-form .form-control {
  padding: 0.75rem;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: none;
  background: #fff;
  border-color: transparent;
}
.contact-form .form-control:focus {
  background: #fff;
  box-shadow: rgba(28, 31, 37, 0.1) 0 0.5rem 1.5rem;
  border-color: transparent;
}
.contact-form textarea.form-control {
  min-height: 140px;
}

.contact-area h2 {
  font-size: 2rem;
  color: #1c1f25;
  font-weight: 700;
  margin-bottom: 3rem;
}
.contact-area h2 span {
  position: relative;
  display: inline-block;
}
.contact-area h2 span:after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 3rem;
  height: 2px;
  background: #ba985c;
  content: " ";
  margin: auto;
}
.contact-area p {
  color: #1c1f25;
}
.contact-area .contact-boxes {
  margin-top: 3.5rem;
}
.contact-area .contact-boxes .contact-box {
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem;
  text-decoration: none;
  color: inherit;
}
.contact-area .contact-boxes .contact-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: #f2f3f4;
  content: " ";
  z-index: 0;
}
.contact-area .contact-boxes .contact-box img {
  width: 3.5rem;
  flex-shrink: 0;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.contact-area .contact-boxes .contact-box .info {
  display: block;
  padding-left: 1rem;
}
.contact-area .contact-boxes .contact-box .info h6 {
  display: block;
  font-weight: 600;
  color: #1c1f25;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
}
.contact-area .contact-boxes .contact-box .info p {
  color: rgba(28, 31, 37, 0.75);
  margin: 0;
  font-size: 1rem;
}
.contact-area .contact-boxes .contact-box .info p.working-hours em {
  font-style: normal;
  width: 100px;
  display: inline-block;
}
.contact-area .contact-boxes .contact-box .info p.working-hours strong {
  font-weight: 400;
  display: inline-block;
}
.contact-area .contact-details {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .contact-area .contact-details {
    padding: 0 0 5rem 0;
  }
}
.contact-area .map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 20rem;
}
.contact-area .map-wrapper iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-area.pad {
  padding: 5rem 0;
  background: rgba(250, 252, 255, 0.6);
}
@media (max-width: 767.9px) {
  .contact-area.pad {
    padding: 5rem 0 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
