/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Notary Website
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Prata&display=swap");
@import "plugins/flickity.min.css";
.animated-effect, .real-estate-wrapper .offer .offer-image img, .real-estate-wrapper .offer .offer-image, .real-estate-wrapper .nav .nav-item .nav-link, .services .service-item, .call-to-actions .item b, .call-to-actions .item img, .call-to-actions .item, footer.page-footer .contact-button, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

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

.active-effect, .btn.btn-link:after, .btn.btn-link, .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-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;
}

html, body {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 16px;
}
@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: 13px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 14px;
  }
}

header.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 767.9px) {
  header.page-header {
    position: relative;
    background: #0f161e;
  }
}
header.page-header .top-bar {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@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 {
    flex-direction: column;
    align-items: flex-start;
  }
}
header.page-header .top-bar .top-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .top-bar .top-item:last-child {
    display: none;
  }
}
header.page-header .top-bar .top-item + .top-item {
  margin-left: 1.5rem;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item + .top-item {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
header.page-header .top-bar .top-item img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item img {
    filter: none;
  }
}
header.page-header .top-bar .top-item strong {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.25rem;
}
header.page-header .top-bar .top-item span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.25rem;
}
header.page-header .navbar {
  padding: 1.5rem 0 0 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar {
    padding: 1rem 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 1rem;
  padding: 1rem 0;
  margin: 0 0 0 2rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    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: #c2b697;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #c2b697;
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}
header.page-header .navbar-toggler {
  filter: brightness(0) invert(1);
}

.navbar-brand {
  position: relative;
  padding-left: 3.5rem;
  display: inline-block;
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  filter: brightness(0) invert(1);
}
.navbar-brand strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand strong {
    max-width: 100px;
    white-space: normal;
    line-height: 1;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand strong {
    white-space: normal;
    line-height: 1;
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
  }
}
.navbar-brand span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  margin-top: 0.25rem;
}
.navbar-brand span i {
  font-style: normal;
}

footer.page-footer {
  background: #0f161e;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  opacity: 0.1;
  background-color: #fff;
}
@media (max-width: 767.9px) {
  footer.page-footer hr {
    margin: 2rem 0;
  }
}
footer.page-footer h3 {
  font-weight: 400;
  font-family: "Prata", serif;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin-top: 2rem;
  }
}
footer.page-footer p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer p strong, footer.page-footer p span {
  display: block;
}
footer.page-footer p.small {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 1.5rem;
}
footer.page-footer p a {
  color: inherit;
}
footer.page-footer .nav-link {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 0.25rem 0;
}
footer.page-footer .nav-link:hover {
  color: #c2b697;
}
footer.page-footer .working-hours .item {
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .working-hours .item {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .working-hours .item {
    flex-wrap: wrap;
  }
}
footer.page-footer .working-hours .item span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  width: 40%;
  flex-shrink: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .working-hours .item span {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .working-hours .item span {
    width: 100%;
  }
}
footer.page-footer .working-hours .item strong {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  width: 60%;
  flex-shrink: 0;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .working-hours .item strong {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .working-hours .item strong {
    width: 100%;
  }
}
footer.page-footer .contact-button {
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  font-size: 1rem;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.025);
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
}
footer.page-footer .contact-button:hover {
  background: rgba(255, 255, 255, 0.05);
}
footer.page-footer .contact-button:active {
  transform-origin: center;
  transform: scale(0.975);
}
footer.page-footer .contact-button img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  margin: auto;
}
footer.page-footer .contact-button strong {
  display: block;
  color: #c2b697;
}
footer.page-footer .contact-button span {
  display: block;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 400;
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1.15rem;
  font-family: "Prata", serif;
}
.btn.btn-rounded {
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(15, 22, 30, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #c2b697;
  border-color: #c2b697;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #2D5D7B;
  border-color: #2D5D7B;
}
.btn.btn-primary:active {
  background: #457EAC;
  border-color: #457EAC;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #0f161e;
}
.btn.btn-dark {
  background: #0f161e;
  border-color: #0f161e;
  color: #0f161e;
}
.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: #c2b697;
  color: #c2b697;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #c2b697;
  border-color: #c2b697;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #457EAC;
  border-color: #457EAC;
  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: #0f161e;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #c2b697;
}
.btn.btn-outline-dark {
  border-color: #0f161e;
  color: #0f161e;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #0f161e;
  border-color: #0f161e;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  border: none;
  color: #c2b697;
  padding: 0;
  outline: none;
  text-decoration: none;
}
.btn.btn-link:after {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #c2b697;
  border-bottom: 2px solid #c2b697;
  transform-origin: center;
  transform: rotate(-45deg) translateY(-0.15rem);
  content: " ";
  display: inline-block;
  margin-left: 0.5rem;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #2D5D7B;
}
.btn.btn-link:hover:after, .btn.btn-link:focus:after, .btn.btn-link:not(:disabled):not(.disabled):active:after {
  border-color: #2D5D7B;
  margin-left: 0.75rem;
}
.btn.btn-link:active {
  color: #457EAC;
}
.btn.btn-link:active:after {
  border-color: #457EAC;
  margin-left: 0.75rem;
}

.form-control {
  height: auto;
}
.main {
  padding: 15rem 0 0 0;
  background: url("../img/main-bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.main .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .main {
    padding: 5rem 0;
  }
}
.main h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin: 1rem 0 0.5rem 0;
  max-width: 50%;
  position: relative;
  font-family: "Prata", serif;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3rem;
  }
}
.main h3 {
  color: #c2b697;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  margin: 0;
}
.main h3 span {
  position: relative;
  display: inline-block;
}
.main p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .main p {
    font-size: 0.9rem;
    color: #fff;
  }
}

.call-to-actions {
  position: relative;
  z-index: 1;
  margin-top: 7.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .call-to-actions {
    background: #fff;
    padding: 2.5rem 0;
    margin: 0;
  }
}
.call-to-actions .item {
  position: relative;
  padding: 2rem 2rem 2rem 5rem;
  display: block;
  text-decoration: none;
  background: rgba(15, 22, 30, 0.65);
  backdrop-filter: blur(5px);
  height: 100%;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    background: #131c27;
  }
}
.call-to-actions .item:hover {
  background: rgba(15, 22, 30, 0.9);
}
.call-to-actions .item img {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.call-to-actions .item b {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Prata", serif;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
.call-to-actions .item p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.25rem 0 0 0;
}
.call-to-actions h3 {
  font-weight: bold;
  color: #c2b697;
  font-size: 1rem;
}
.call-to-actions h2 {
  font-weight: bold;
  color: #0f161e;
  font-size: 2.5rem;
  margin: 1rem 0;
}

.section-title {
  position: relative;
}
.section-title h2 {
  font-family: "Prata", serif;
  font-weight: 400;
  color: #0f161e;
  font-size: 2.5rem;
}
.section-title h2 span {
  position: relative;
}

.services {
  position: relative;
  padding: 5rem 0;
  background: #fbfaf7;
}
.services p {
  color: #0f161e;
  margin: 0.5rem 0 0 0;
}
.services .service-item {
  position: relative;
  font-size: 1.25rem;
  color: #0f161e;
  display: block;
  text-decoration: none;
  padding: 1rem 0 1rem 2rem;
}
.services .service-item + .service-item {
  border-top: 1px solid rgba(15, 22, 30, 0.1);
}
@media (max-width: 767.9px) {
  .services .service-item.service-donations {
    border-top: 1px solid rgba(15, 22, 30, 0.1);
  }
}
.services .service-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.services .service-item:hover {
  color: #c2b697;
}

.mini-team {
  padding: 5rem 0;
  overflow: hidden;
}
.mini-team .section-title h2 {
  position: relative;
}
.mini-team .section-title h2:after {
  position: absolute;
  top: 0;
  right: -5rem;
  width: 1px;
  height: 100%;
  background: #0f161e;
  opacity: 0.15;
  content: " ";
}
.mini-team p {
  color: #0f161e;
  margin: 0.5rem 0 0 0;
}
.mini-team p .first-letter {
  font-family: "Prata", serif;
  color: #c2b697;
  font-size: 2.5rem;
  transform: translateY(0.45rem);
  line-height: 1;
  display: inline-block;
  margin-right: 0.5rem;
  float: left;
}
.mini-team .team-member {
  display: block;
  position: relative;
  overflow: hidden;
}
.mini-team .team-member img {
  width: 100%;
  height: auto;
}
.mini-team .team-member .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 1rem 0 0 0;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.8rem;
  color: rgba(15, 22, 30, 0.75);
  font-weight: 400;
  position: relative;
}
.mini-team .team-member .info b {
  font-size: 1.5rem;
  color: #0f161e;
  font-weight: 400;
  font-family: "Prata", serif;
  display: block;
}
@media (max-width: 767.9px) {
  .mini-team .team-member .info b {
    font-size: 1.25rem;
  }
}
.mini-team .team-member .info b i {
  text-transform: uppercase;
  font-style: normal;
}
.mini-team .team-member .info p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0.5rem 0;
  display: none;
}
.mini-team .team-member .info .btn.btn-link {
  font-weight: bold;
  color: #fff;
  padding: 0 1rem 0 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  border: none;
  display: none;
}
.mini-team .team-member .info .btn.btn-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  content: " ";
}
.mini-team .team-slider {
  width: calc(100% + 2rem);
  margin: 0 -1rem -1rem;
  overflow: hidden;
  padding: 0 1rem;
}
@media (max-width: 767.9px) {
  .mini-team .team-slider {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem -0.75rem;
    padding: 0 0.75rem;
  }
}
.mini-team .team-slider .flickity-viewport {
  overflow: visible;
}
.mini-team .team-slider .team-member {
  width: calc((100% / 2) - 0.75rem);
  margin: 0 0.75rem 1rem 0.75rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .mini-team .team-slider .team-member {
    width: calc(50% - 0.75rem);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}

.real-estate {
  position: relative;
  padding: 0 0 5rem 0;
}
@media (max-width: 767.9px) {
  .real-estate {
    padding: 5rem 0;
    background: #f2f3f4;
  }
}
.real-estate .section-title h2 {
  position: relative;
}
.real-estate .section-title h2:after {
  position: absolute;
  top: 0;
  right: -5rem;
  width: 1px;
  height: 100%;
  background: #0f161e;
  opacity: 0.15;
  content: " ";
}
@media (max-width: 767.9px) {
  .real-estate .section-title h2:after {
    display: none;
  }
}
.real-estate p {
  color: #0f161e;
  margin: 0.5rem 0 0 0;
}
.real-estate p .first-letter {
  font-family: "Prata", serif;
  color: #c2b697;
  font-size: 2.5rem;
  transform: translateY(0.45rem);
  line-height: 1;
  display: inline-block;
  margin-right: 0.5rem;
  float: left;
}
.real-estate .box {
  padding: 5rem;
  border: 2px solid #f2f3f4;
}
@media (max-width: 767.9px) {
  .real-estate .box {
    padding: 0;
    border: none;
  }
}
.real-estate .offers-slider {
  margin: -1rem;
  width: calc(100% + 2rem);
  padding: 1rem;
}
@media (max-width: 767.9px) {
  .real-estate .offers-slider {
    width: calc(100% + 1.5rem);
    margin: -0.75rem;
    padding: 0.75rem;
  }
}
.real-estate .offers-slider .flickity-viewport {
  overflow: visible;
}
.real-estate .offer {
  width: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 20rem;
  text-decoration: none;
  color: inherit;
}
.real-estate .offer .offer-image img {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  background: #f2f3f4;
  border: 1px solid #eee;
  color: #0f161e;
}
.real-estate .offer .offer-details {
  display: block;
  padding: 1rem 0 0 0;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: bold;
  font-size: 1.15rem;
  color: #0f161e;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate .offer .offer-details .offer-title:hover {
  color: #c2b697;
  text-decoration: underline;
}
.real-estate .offer .offer-details .offer-description {
  display: none;
}
.real-estate .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
}
.real-estate .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.real-estate .offer .offer-details .offer-specifics .item img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-size: 1rem;
  color: #0f161e;
}
.real-estate .offer .offer-details .faire-offer {
  display: block;
  margin-top: 0.5rem;
}
.real-estate .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: none;
  font-size: 0.8rem;
  color: #0f161e;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: bold;
  display: block;
  color: #c2b697;
  font-size: 1.15rem;
}

.calculator {
  position: relative;
  z-index: 0;
  padding: 5rem 0;
  background: #0f161e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.calculator .container {
  position: relative;
  z-index: 2;
}
.calculator h4 {
  font-size: 1rem;
  color: #c2b697;
  font-weight: bold;
}
.calculator h2 {
  color: #fff;
}
.calculator p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.sub-header {
  display: flex;
  align-items: center;
  padding: 15rem 0 7.5rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .sub-header {
    padding: 5rem 0;
  }
}
.sub-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f161e;
  content: " ";
  z-index: 0;
  opacity: 0.65;
}
.sub-header .container {
  position: relative;
  z-index: 2;
}
.sub-header h1 {
  color: #fff;
  font-size: 3rem;
  margin: 2rem 0 1rem 0;
  line-height: 1;
  font-weight: 400;
  font-family: "Prata", serif;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 3rem;
  }
}
.sub-header h3 {
  color: #c2b697;
  display: inline-block;
  border: 2px solid #c2b697;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  padding: 0.25rem 0.75rem;
}
.sub-header p {
  color: rgba(255, 255, 255, 0.75);
}

.sub-header.offers-header {
  background: url("../img/offers-bg.jpg") center no-repeat;
  background-size: cover;
}

.real-estate-wrapper {
  position: relative;
  padding: 2.5rem 0 5rem 0;
}
.real-estate-wrapper .container {
  position: relative;
  z-index: 1;
}
.real-estate-wrapper .nav {
  border: none;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .nav {
    flex-wrap: nowrap;
    overflow-y: hidden;
    width: 100%;
  }
}
.real-estate-wrapper .nav .nav-item {
  border: none;
  margin-right: 0.5rem;
}
.real-estate-wrapper .nav .nav-item .nav-link {
  padding: 1rem 2rem;
  font-weight: 400;
  font-family: "Prata", serif;
  font-size: 1.25rem;
  color: #0f161e;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
}
.real-estate-wrapper .nav .nav-item .nav-link:hover {
  background: #f2f3f4;
}
.real-estate-wrapper .nav .nav-item .nav-link:active {
  background: #eee;
  transform-origin: center;
  transform: scale(0.975);
}
.real-estate-wrapper .nav .nav-item .nav-link.active {
  background: #fbfaf7;
  color: #c2b697;
}
.real-estate-wrapper h2 {
  font-size: 1rem;
  color: #c2b697;
  font-weight: bold;
}
.real-estate-wrapper h4 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0f161e;
  margin: 1rem 0;
}
.real-estate-wrapper p {
  color: #0f161e;
  font-size: 0.9rem;
}
.real-estate-wrapper hr {
  margin: 5rem 0 6.5rem 0;
  opacity: 0.05;
}
.real-estate-wrapper .offer {
  background: #fff;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer {
    margin-top: 1rem;
  }
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 15rem;
  height: 15rem;
  flex-shrink: 0;
  border: 1px solid #f2f3f4;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image {
    width: 8rem;
    height: 8rem;
  }
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image img {
    height: 8rem;
    border: 1px solid #f2f3f4;
  }
}
.real-estate-wrapper .offer .offer-image img:active {
  transform-origin: center;
  transform: scale(0.95);
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  padding: 0 1.5rem;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: 400;
  font-family: "Prata", serif;
  font-size: 1.5rem;
  color: #0f161e;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-details .offer-title {
    font-size: 1.25rem;
  }
}
.real-estate-wrapper .offer .offer-details .offer-description {
  margin: 0.5rem 0;
}
.real-estate-wrapper .offer .offer-details .offer-specifics {
  display: flex;
}
.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 {
  font-size: 1rem;
  color: #c2b697;
  font-weight: 600;
}
.real-estate-wrapper .offer .offer-details .faire-offer {
  display: block;
  margin-top: 0.5rem;
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  font-size: 1rem;
  color: #0f161e;
  display: none;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: bold;
  font-size: 1rem;
  background: #c2b697;
  border-radius: 0.5rem;
  padding: 0.15rem 1rem;
  display: inline-block;
  color: #fff;
}
.real-estate-wrapper .offer.no-offer {
  background: none;
  box-shadow: none;
  flex-direction: column;
}
.real-estate-wrapper .offer.no-offer img {
  width: 4rem;
  margin: 0;
}
.real-estate-wrapper .offer.no-offer h4 {
  font-weight: bold;
  color: #0f161e;
  font-size: 1.25rem;
  margin: 1rem 0 0.5rem 0;
}

.offer-page {
  padding: 10rem 0 5rem 0;
  background: #fbfaf7;
  position: relative;
}
@media (max-width: 767.9px) {
  .offer-page {
    padding-top: 2.5rem;
  }
}
.offer-page .offer-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  z-index: 0;
  overflow: hidden;
}
.offer-page .offer-page-bg img {
  position: absolute;
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  object-fit: cover;
  z-index: 0;
  filter: blur(2px);
}
.offer-page .offer-page-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 22, 30, 0.65);
  content: " ";
  z-index: 1;
}
.offer-page .offer-page-bg:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, #fbfaf7, rgba(251, 250, 247, 0));
  content: " ";
  z-index: 2;
}
.offer-page .container {
  position: relative;
  z-index: 1;
}
.offer-page .gallery-slider img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.offer-page .gallery-grid-wrapper {
  position: relative;
}
.offer-page .gallery-grid-wrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #f2f3f4, rgba(242, 243, 244, 0));
  content: " ";
  z-index: 0;
  transition: 0.15s ease all;
}
.offer-page .gallery-grid-wrapper:hover:after {
  opacity: 0;
  visibility: hidden;
}
.offer-page .gallery-grid-wrapper .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  height: 30rem;
  position: relative;
}
.offer-page .gallery-grid-wrapper .gallery-grid::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}
.offer-page .gallery-grid-wrapper .gallery-grid::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.offer-page .gallery-grid-wrapper .gallery-grid::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.offer-page .gallery-grid-wrapper .gallery-grid::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
}
.offer-page .gallery-grid-wrapper .gallery-grid a {
  display: block;
  width: calc(50% - 0.75rem);
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  height: 12rem;
}
.offer-page .gallery-grid-wrapper .gallery-grid a img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}
.offer-page .offer-box {
  background: #fff;
  padding: 2rem;
  margin-top: 1.5rem;
}
.offer-page .offer-box h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #0f161e;
  margin: 0 0 1rem 0;
}
.offer-page .offer-box.offer-description p {
  color: rgba(15, 22, 30, 0.5);
}
.offer-page .offer-basic h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #c2b697;
  margin: 0;
}
.offer-page .offer-basic h1 {
  font-size: 2.5rem;
  color: #0f161e;
  font-weight: 400;
  font-family: "Prata", serif;
  margin: 1rem 0 1rem 0;
}
.offer-page .offer-basic .offer-specifics .item {
  display: flex;
  align-items: center;
}
.offer-page .offer-basic .offer-specifics .item + .item {
  margin-top: 0.5rem;
}
.offer-page .offer-basic .offer-specifics .item img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.offer-page .offer-basic .offer-specifics .item span {
  font-weight: bold;
  color: #c2b697;
  margin-left: 1rem;
}
.offer-page .offer-basic .offer-price {
  display: block;
  margin: 1.5rem 0;
}
.offer-page .offer-basic .offer-price span {
  display: block;
  font-size: 0.9rem;
  color: #999;
}
.offer-page .offer-basic .offer-price b {
  display: block;
  font-size: 1.5rem;
  color: #0f161e;
}
.offer-page .offer-basic .btn img {
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0.5rem -0.5rem 0;
}
.offer-page .offer-basic .btn:hover img, .offer-page .offer-basic .btn:focus img, .offer-page .offer-basic .btn:active img {
  filter: brightness(0) invert(1);
}
.offer-page .offer-features .feature-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.offer-page .offer-features .feature-box + .feature-box {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #f2f3f4;
}
.offer-page .offer-features .feature-box span {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: auto;
  font-size: 0.9rem;
  color: #999;
}
.offer-page .offer-features .feature-box strong {
  font-weight: 600;
  color: #0f161e;
  font-size: 0.9rem;
}

.sub-header.team-header {
  background: url("../img/team-bg.jpg") center no-repeat;
  background-size: cover;
}

.team {
  position: relative;
  padding: 5rem 0;
}
.team .container {
  position: relative;
  z-index: 1;
}
.team h4 {
  font-family: "Prata", serif;
}
.team p {
  font-size: 1rem;
  font-weight: 400;
  color: #0f161e;
  margin: 1rem 0 0 0;
}
@media (max-width: 767.9px) {
  .team p {
    max-width: 100%;
  }
}
.team p.small {
  font-size: 0.8rem;
}
.team .signature {
  height: 60px;
}
.team .team-member {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  overflow: hidden;
}
.team .team-member img {
  width: 100%;
  height: auto;
}
.team .team-member .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.team .team-member .info span {
  display: block;
  font-size: 0.9rem;
  color: #999;
  font-weight: 400;
  position: relative;
}
.team .team-member .info b {
  font-size: 1.25rem;
  color: #0f161e;
  font-weight: 400;
  font-family: "Prata", serif;
  display: block;
}
.team .team-member .info b i {
  text-transform: uppercase;
  font-style: normal;
}
.team .team-member .info p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0.5rem 0;
  display: none;
}
.team .team-member .info .btn.btn-link {
  font-weight: bold;
  color: #c2b697;
  padding: 0 1rem 0 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  border: none;
  font-size: 0.9rem;
}
.team .team-member .info .btn.btn-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  content: " ";
}
.team .team-member.team-member-large {
  margin-top: 2.5rem;
}
.team .team-member.team-member-large img.signature {
  width: auto;
  height: 3rem;
}
.team .team-member.team-member-large .info {
  padding-top: 1.5rem;
}
@media (max-width: 767.9px) {
  .team .team-member.team-member-large .info {
    padding-top: 1rem;
  }
}
.team .team-member.team-member-large .info b {
  font-size: 2rem;
}
.team .team-member.team-member-large .info span {
  font-weight: 400;
  color: #0f161e;
  font-size: 1.25rem;
}
.team .team-member.team-member-large .info p {
  display: block;
  color: #0f161e;
}
.team .team-member.team-member-large .info .btn-link {
  display: inline-block;
  color: #c2b697;
  font-size: 1.15rem;
}

.sub-header.services-header {
  background: url("../img/services-bg.jpg") center no-repeat;
  background-size: cover;
}

.services-wrapper {
  position: relative;
  padding: 3.5rem 0 5rem 0;
  background: #fbfaf7;
}
.services-wrapper .link-box {
  display: block;
  position: relative;
  text-decoration: none;
  color: #0f161e;
  padding-top: 1px;
}
.services-wrapper .link-box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: #c2b697;
  content: " ";
  z-index: 0;
}
.services-wrapper .link-box img {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0.5rem 0.5rem 2rem 0.5rem;
  filter: brightness(0) invert(1);
  padding: 1rem;
  z-index: 1;
  position: relative;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
}
.services-wrapper .link-box .info b {
  font-weight: 400;
  font-family: "Prata", serif;
  display: block;
  font-size: 1.5rem;
  max-width: 50%;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.9px) {
  .services-wrapper .link-box .info b {
    max-width: 100%;
    font-size: 1.25rem;
  }
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: rgba(15, 22, 30, 0.5);
  font-size: 0.9rem;
}

.sub-header.blog-header {
  background: url("../img/blog-bg.jpg") center no-repeat;
  background-size: cover;
}

.blog-posts {
  position: relative;
  padding: 5rem 0;
}
.blog-posts .container {
  position: relative;
  z-index: 1;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
  padding-bottom: 2.5rem;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 60%;
  height: 20rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .blog-posts .blog-post .post-image {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .blog-posts .blog-post .post-image {
    width: 100%;
  }
}
.blog-posts .blog-post .post-image img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.blog-posts .blog-post .post-details {
  padding: 1.5rem 15% 0 0;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: 400;
  font-family: "Prata", serif;
  color: #0f161e;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.8rem;
  color: rgba(15, 22, 30, 0.25);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(15, 22, 30, 0.5);
  margin: 0;
}
.blog-posts .blog-post .post-details .btn.btn-link {
  font-weight: bold;
  color: #c2b697;
  padding: 0 1rem 0 0;
  margin: 1.5rem 0 0 0;
  text-decoration: none;
  position: relative;
  border: none;
}
.blog-posts .blog-post .post-details .btn.btn-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #c2b697;
  border-bottom: 2px solid #c2b697;
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  content: " ";
}

.blog-page {
  padding: 32.5rem 0 5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .blog-page {
    padding: 20rem 0 5rem 0;
  }
}
.blog-page .blog-page-thumb {
  width: 100%;
  height: 30rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .blog-page .blog-page-thumb {
    height: 17.5rem;
  }
}
.blog-page .blog-page-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-page .blog-page-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 22, 30, 0.65);
  content: " ";
  z-index: 1;
}
.blog-page .breadcrumb {
  margin: 0;
}
.blog-page .breadcrumb .breadcrumb-item {
  font-size: 1rem;
  font-weight: 600;
  color: #0f161e;
}
.blog-page .breadcrumb .breadcrumb-item a {
  color: #c2b697;
  text-decoration: none;
}
.blog-page .blog-content {
  padding: 1.5rem 0 0 0;
}
.blog-page .blog-content img {
  border-radius: 0.5rem;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6 {
  font-weight: 400;
  font-family: "Prata", serif;
  color: #0f161e;
  margin: 2.5rem 0 1rem 0;
}
.blog-page h1:first-child, .blog-page h2:first-child, .blog-page h3:first-child, .blog-page h4:first-child, .blog-page h5:first-child, .blog-page h6:first-child {
  margin-top: 0;
}

.sub-header.contact-header {
  height: 30rem;
  padding: 0;
}
.sub-header.contact-header .map {
  width: 100%;
  height: 30rem;
  z-index: 0;
}
.sub-header.contact-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 22, 30, 0.65);
  content: " ";
  z-index: 1;
}

.contact-form {
  padding: 5rem 0 7rem 0;
}
.contact-form h3 {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Prata", serif;
  color: #0f161e;
}
.contact-form p {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.contact-form .form-label {
  display: block;
  color: rgba(15, 22, 30, 0.75);
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
}
.contact-form .form-control {
  padding: 0.25rem 0 0.5rem 0;
  height: auto;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  color: #0f161e;
}
.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #c2b697;
}
.contact-form textarea.form-control {
  min-height: 140px;
}
.contact-form .contact-box {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.contact-form .contact-box img {
  width: 5rem;
  height: 5rem;
  padding: 1.5rem;
  background: #fbfaf7;
  flex-shrink: 0;
}
.contact-form .contact-box .info {
  display: block;
  padding-left: 1rem;
}
@media (max-width: 767.9px) {
  .contact-form .contact-box .info {
    padding-left: 1rem;
    padding-top: 0;
  }
}
.contact-form .contact-box .info h6 {
  display: block;
  font-weight: 400;
  font-family: "Prata", serif;
  color: #c2b697;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
}
.contact-form .contact-box .info p {
  color: rgba(15, 22, 30, 0.75);
  margin: 0;
  font-size: 0.9rem;
}

.content-page {
  padding: 5rem 0;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  color: #0f161e;
  font-weight: bold;
  margin: 3rem 0 1rem 0;
}
.content-page a:not(.btn) {
  color: #c2b697;
  font-weight: bold;
}
.content-page *:first-child {
  margin-top: 0;
}

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