/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Notary Website
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
@import "plugins/flickity.min.css";
.animated-effect, .blog-posts .blog-post, .services-wrapper .link-box, .real-estate-wrapper .offer .offer-details, .real-estate-wrapper .offer, .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link, .services .service-item b, .services .service-item, .call-to-actions .item b, .call-to-actions .item 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.45s 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-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link, .sub-header img.section-bg, .calculator .calculator-image, .main .main-bg {
  user-select: none;
}

.disable-clicks, .sub-header img.section-bg, .calculator .calculator-image, .main .main-bg {
  pointer-events: none;
}

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

.bg-dots-primary {
  background-image: radial-gradient(circle, #5484a7, #5484a7 1px, transparent 1px);
  background-size: 8px 8px;
}

.bg-dots-white {
  background-image: radial-gradient(circle, #fff, #fff 1px, transparent 1px);
  background-size: 8px 8px;
}

.bg-dots-grey {
  background-image: radial-gradient(circle, #f2f3f4, #f2f3f4 1px, transparent 1px);
  background-size: 8px 8px;
}

html, body {
  font-family: "Montserrat", sans-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;
  }
}

header.page-header {
  position: relative;
  width: 100%;
  z-index: 99;
}
header.page-header .top-bar {
  padding: 0.75rem 0 0 0;
}
@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: block;
  position: relative;
  font-size: 0.9rem;
}
header.page-header .top-bar .top-item + .top-item {
  margin-left: 1.5rem;
}
header.page-header .top-bar .top-item img {
  width: 1.5rem;
  height: 1.5rem;
}
header.page-header .top-bar .top-item strong {
  font-weight: 600;
  color: #002f3d;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}
header.page-header .top-bar .top-item span {
  font-weight: 700;
  color: rgba(84, 132, 167, 0.75);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}
header.page-header .navbar {
  padding: 1rem 0;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  color: #002f3d;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 1.5rem;
  position: relative;
  border-radius: 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.5rem 0;
    text-align: center;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #5484a7;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #5484a7;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-collapse {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  position: relative;
  padding: 1.5rem 0 1.5rem 3rem;
  display: inline-block;
  user-select: none;
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2.5rem;
  height: 2.5rem;
}
.navbar-brand strong {
  display: block;
  color: #002f3d;
  font-size: 1.5rem;
  letter-spacing: -1px;
  text-transform: lowercase;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.navbar-brand span {
  display: block;
  color: rgba(0, 47, 61, 0.75);
  font-weight: 600;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: 0.65rem;
  right: 0;
}

footer.page-footer {
  position: relative;
  padding: 5rem 0 2.5rem 0;
}
footer.page-footer .container {
  position: relative;
  z-index: 1;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  background-color: rgba(0, 47, 61, 0.1);
  opacity: 1;
}
footer.page-footer .navbar-brand strong {
  color: #002f3d;
}
footer.page-footer .navbar-brand span {
  color: rgba(0, 47, 61, 0.5);
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand {
    margin-bottom: 1.5rem !important;
  }
}
footer.page-footer h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #002f3d;
  position: relative;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 2rem 0 0.5rem 0;
  }
}
footer.page-footer p {
  color: rgba(0, 47, 61, 0.35);
  margin: 0;
  font-weight: 400;
  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;
}
footer.page-footer p a {
  color: inherit;
}
footer.page-footer .nav-link {
  color: rgba(0, 47, 61, 0.5);
  text-decoration: none;
  padding: 0;
  font-weight: 400;
  margin: 0.5rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #002f3d;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(0, 47, 61, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #5484a7;
  border-color: transparent;
  position: relative;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #436985;
  border-color: #436985;
}
.btn.btn-primary:active {
  background: #3a5c74;
  border-color: #3a5c74;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #002f3d;
}
.btn.btn-dark {
  background: #002f3d;
  border-color: #002f3d;
  color: #002f3d;
}
.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: #5484a7;
  color: #5484a7;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #5484a7;
  border-color: #5484a7;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #3a5c74;
  border-color: #3a5c74;
  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: #002f3d;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #5484a7;
}
.btn.btn-outline-dark {
  border-color: #002f3d;
  color: #002f3d;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #002f3d;
  border-color: #002f3d;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  color: #5484a7;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  font-size: 0.9rem;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #86a8c2;
}
.form-control {
  height: auto;
}
.main {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 10rem 0 15rem;
}
.main .container {
  position: relative;
  z-index: 3;
}
.main .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 0;
}
.main .box {
  border-radius: 0;
  position: relative;
}
.main h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  line-height: 1.05;
  position: relative;
  z-index: 5;
}
.main h1 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
.main h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.9px) {
  .main h3 {
    font-size: 1.5rem;
  }
}
.main p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  font-size: 1rem;
  margin: 1rem 0;
  position: relative;
  z-index: 5;
}
.main .btn {
  position: relative;
  z-index: 5;
}
.main .btn + .btn {
  margin-left: 0.5rem;
}

.call-to-actions {
  position: relative;
  z-index: 3;
  margin-top: -7.5rem;
}
.call-to-actions:before {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 1px);
  background: #fff;
  content: " ";
  z-index: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 0, 100% 100%);
}
@media (max-width: 767.9px) {
  .call-to-actions:before {
    height: 70%;
  }
}
.call-to-actions:after {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 1px);
  background: #5484a7;
  content: " ";
  z-index: 0;
  clip-path: polygon(0 0, 0 100%, 0 100%, 100% 100%);
}
@media (max-width: 767.9px) {
  .call-to-actions:after {
    height: 70%;
  }
}
.call-to-actions .container {
  position: relative;
  z-index: 3;
}
.call-to-actions .item {
  display: block;
  text-decoration: none;
  background: #fff;
  color: inherit;
  padding: 2.5rem;
  position: relative;
  box-shadow: rgba(0, 47, 61, 0.05) 0 0.25rem 1rem;
  height: 100%;
}
.call-to-actions .item:hover {
  box-shadow: rgba(0, 47, 61, 0.1) 0 0.5rem 2rem;
}
.call-to-actions .item img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  display: block;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}
.call-to-actions .item b {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #5484a7;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
.call-to-actions .item span {
  font-size: 0.8rem;
  color: #002f3d;
  margin: 0.5rem 0 0 0;
  line-height: 1.4;
  display: block;
}
.call-to-actions .item:hover:after {
  border-right-color: #5484a7;
  border-bottom-color: #5484a7;
}
.call-to-actions .item:hover img {
  filter: none;
  opacity: 1;
}
.call-to-actions .item:hover b {
  color: #5484a7;
}

.services {
  position: relative;
  padding: 5rem 0;
}
.services h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #5484a7;
}
.services h2 {
  font-size: 1.5rem;
  color: #002f3d;
  margin: 1rem 0;
  font-weight: 700;
}
.services .container {
  position: relative;
  z-index: 1;
}
.services .service-item {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 0;
  padding-top: 2.5rem;
  position: relative;
}
.services .service-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 2px;
  background: #f2f3f4;
  content: " ";
}
.services .service-item:hover {
  background: #fff;
  cursor: pointer;
}
.services .service-item:hover b {
  color: #5484a7;
}
.services .service-item img {
  width: 4rem;
  height: 4rem;
  display: block;
  margin-bottom: 1.5rem;
}
.services .service-item b {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #002f3d;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.services .service-item p {
  color: rgba(0, 47, 61, 0.5);
  font-size: 0.9rem;
  margin: 0;
  display: block;
}

.mini-team {
  position: relative;
  background: #f6f8fa;
  padding: 5rem 0;
  margin-top: 5rem;
}
.mini-team:before {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 1px);
  background: #f6f8fa;
  content: " ";
  z-index: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 0, 100% 100%);
}
.mini-team:after {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 1px);
  background: #edf2f6;
  content: " ";
  z-index: 0;
  clip-path: polygon(0 0, 0 100%, 0 100%, 100% 100%);
}
.mini-team .container {
  position: relative;
  z-index: 3;
}
.mini-team h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #5484a7;
}
.mini-team h2 {
  font-size: 1.5rem;
  color: #002f3d;
  margin: 1rem 0;
  font-weight: bold;
}
.mini-team p {
  color: #002f3d;
}
.mini-team .team-wrapper .col-md-6:nth-child(2n+1) .team-member:after {
  background: #002f3d;
  clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0);
}
.mini-team .team-wrapper .col-md-6:nth-child(2) .team-member:after {
  clip-path: polygon(100% 100%, 0 0, 0 0, 0 100%);
}
.mini-team .team-wrapper .col-md-6:nth-child(3) .team-member {
  margin-left: auto;
}
.mini-team .team-wrapper .col-md-6:nth-child(3) .team-member:after {
  left: calc(-100% - 1.5rem);
  right: 0;
  clip-path: polygon(100% 100%, 100% 0, 100% 0, 0 0);
}
.mini-team .team-wrapper .col-md-6:nth-child(4) .team-member {
  margin-left: auto;
}
.mini-team .team-wrapper .col-md-6:nth-child(4) .team-member:after {
  left: calc(-100% - 1.5rem);
  right: 0;
  clip-path: polygon(100% 100%, 100% 100%, 0 100%, 100% 0);
}
@media (max-width: 767.9px) {
  .mini-team .team-wrapper .col-md-6:nth-child(2n) .team-member {
    margin-left: auto;
  }
  .mini-team .team-wrapper .col-md-6:nth-child(2n) .team-member:after {
    left: calc(-100% - 1.5rem);
    right: 0;
    clip-path: polygon(100% 100%, 100% 0, 100% 0, 0 0);
  }
  .mini-team .team-wrapper .col-md-6:nth-child(2n+1) .team-member {
    margin-left: 0;
  }
  .mini-team .team-wrapper .col-md-6:nth-child(2n+1) .team-member:after {
    background: #002f3d;
    left: auto;
    right: calc(-100% - 1.5rem);
    clip-path: polygon(100% 100%, 0 0, 0 0, 0 100%);
  }
}
.mini-team .team-member {
  display: block;
  position: relative;
  width: calc(50% - 0.75rem);
}
.mini-team .team-member:after {
  position: absolute;
  top: 0;
  right: calc(-100% - 1.5rem);
  width: 100%;
  height: 100%;
  background: #5484a7;
  content: " ";
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    width: calc((100% / 2) - 1rem);
    margin-top: 1rem;
  }
}
.mini-team .team-member img {
  width: 100%;
  height: 13rem;
  border-radius: 0;
  object-fit: cover;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
}
.mini-team .team-member .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 4rem 1rem 1rem 1rem;
  background: linear-gradient(to top, rgba(0, 47, 61, 0.5), rgba(0, 47, 61, 0));
}
.mini-team .team-member .info b {
  font-size: 1rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.mini-team .team-member .info b i {
  font-style: normal;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.75rem;
  color: #fff;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mini-team .team-member .info p, .mini-team .team-member .info a {
  display: none;
}

.real-estate {
  position: relative;
  padding: 7.5rem 0 5rem 0;
  margin-top: 5rem;
}
.real-estate:before {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: calc(5rem + 1px);
  background: #f6f8fa;
  content: " ";
  z-index: 1;
  clip-path: polygon(0 0, 0 100%, 0 100%, 100% 0);
}
.real-estate .container {
  position: relative;
  z-index: 1;
}
.real-estate h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #5484a7;
}
.real-estate h2 {
  font-size: 1.5rem;
  color: #002f3d;
  margin: 1rem 0;
  font-weight: bold;
}
.real-estate .offers-slider {
  display: flex;
  flex-wrap: wrap;
}
.real-estate .offer {
  display: block;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.9px) {
  .real-estate .offer {
    border: none;
  }
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 15rem;
  flex-shrink: 0;
}
.real-estate .offer .offer-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  transform: translateY(-1rem) translateX(-1rem);
  background-image: radial-gradient(circle, #5484a7, #5484a7 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.25;
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.real-estate .offer .offer-details {
  display: block;
  padding: 1rem 0 0 0;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 700;
  font-size: 1rem;
  color: #002f3d;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
}
.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;
  opacity: 0.5;
}
.real-estate .offer .offer-details .offer-specifics .item + .item {
  margin-left: 1rem;
}
.real-estate .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  filter: brightness(0);
  opacity: 0.25;
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-size: 1rem;
  color: #002f3d;
  font-weight: 400;
}
.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: block;
  font-size: 0.7rem;
  color: #002f3d;
  display: none;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: inline-block;
  color: #002f3d;
  font-size: 1rem;
}

.calculator {
  position: relative;
  padding: 15rem 0 12rem 0;
  margin-top: -2.5rem;
}
.calculator:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(5rem + 1px);
  background: #fff;
  content: " ";
  z-index: 2;
  clip-path: polygon(0 0, 0 100%, 0 100%, 100% 0);
}
.calculator:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(5rem + 1px);
  background: #fff;
  content: " ";
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.calculator .container {
  position: relative;
  z-index: 3;
}
.calculator .calculator-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-position: center bottom;
  object-fit: cover;
  z-index: 0;
}
.calculator h4 {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
.calculator p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0 1.5rem 0;
}

.sub-header {
  position: relative;
  padding: 10rem 0;
  background: #f6f8fa;
}
.sub-header img.section-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sub-header:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(5rem + 1px);
  background: #fff;
  content: " ";
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.sub-header .container {
  position: relative;
  z-index: 1;
}
.sub-header h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 2.5rem;
  }
}
.sub-header h3 {
  font-size: 1.5rem;
  color: white;
  display: inline-block;
  font-weight: bold;
}
.sub-header p {
  color: rgba(255, 255, 255, 0.75);
}

.real-estate-wrapper {
  position: relative;
}
.real-estate-wrapper .container {
  position: relative;
  z-index: 1;
}
.real-estate-wrapper .real-estate-header {
  position: relative;
  overflow: hidden;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs {
  border: none;
  margin-bottom: 0;
  background: transparent;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .real-estate-header .nav.nav-tabs {
    padding: 0 2.5rem;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item {
  margin-right: 2rem;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  color: #002f3d;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  padding: 1.25rem 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link.active {
  color: #5484a7;
  border: none;
  box-shadow: none;
  background: none;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 4px;
  background: #5484a7;
  content: " ";
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link:active {
  color: #5484a7;
  border: none;
  box-shadow: none;
  transform-origin: center;
  transform: scale(0.95);
}
.real-estate-wrapper .real-estate-body {
  padding: 0 0 5rem 0;
}
.real-estate-wrapper .offer {
  display: flex;
  align-items: flex-start;
  position: relative;
  text-decoration: none;
  background: #fff;
  height: 100%;
  color: inherit;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer {
    flex-direction: column;
  }
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 15rem;
  height: 15rem;
  flex-shrink: 0;
}
.real-estate-wrapper .offer .offer-image:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(2rem + 1px);
  background: #fff;
  content: " ";
  z-index: 2;
  clip-path: polygon(0 0, 0 100%, 0 100%, 100% 0);
}
.real-estate-wrapper .offer .offer-image:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(2rem + 1px);
  background: #fff;
  content: " ";
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image:after {
    width: 101%;
  }
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image {
    width: 100%;
  }
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  padding-left: 1.5rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-details {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #002f3d;
  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.5rem;
  }
}
.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 {
  font-size: 0.9rem;
  color: #002f3d;
  font-weight: 700;
}
.real-estate-wrapper .offer .offer-details .faire-offer {
  margin-top: 0.5rem;
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  font-size: 0.7rem;
  color: #002f3d;
  display: none;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: inline-block;
  padding: 0.75rem 1rem;
  border-radius: 0;
  background: #5484a7;
  color: #fff;
  font-size: 1.2rem;
}
.real-estate-wrapper .offer.offer-sm .offer-image {
  height: 20rem;
}
.real-estate-wrapper .offer.offer-sm .offer-image img {
  height: 20rem;
}
.real-estate-wrapper .offer.no-offer {
  display: block;
  box-shadow: none;
  filter: grayscale(1);
  padding: 0;
}
.real-estate-wrapper .offer.no-offer:hover {
  background: none;
}
.real-estate-wrapper .offer.no-offer img {
  width: 4rem;
  display: none;
}
.real-estate-wrapper .offer.no-offer h4 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #002f3d;
  font-size: 2rem;
  margin: 1rem 0 0.5rem 0;
}

.sub-header.offer-header {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding-top: 0;
  }
}
.sub-header.offer-header h1 {
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header h1 {
    font-size: 2.5rem;
  }
}
.sub-header.offer-header p {
  color: rgba(255, 255, 255, 0.75);
}
.sub-header.offer-header .gallery-slider-wrapper {
  position: relative;
}
.sub-header.offer-header .gallery-slider-wrapper .flickity-prev-next-button {
  border-radius: 0;
  background: rgba(0, 47, 61, 0.5);
  color: #fff;
}
.sub-header.offer-header .gallery-slider {
  position: relative;
  z-index: 2;
  border-radius: 0;
  overflow: hidden;
}
.sub-header.offer-header .gallery-slider img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider img {
    height: 20rem;
  }
}
.sub-header.offer-header .offer-price {
  margin-bottom: 1rem;
}
.sub-header.offer-header .offer-price span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.25);
  display: block;
}
.sub-header.offer-header .offer-price b {
  font-size: 1.75rem;
  font-weight: bold;
  color: #5484a7;
  display: block;
}

.offer-features {
  padding: 1.5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .offer-features {
    padding: 5rem 0;
  }
}
.offer-features .box {
  padding: 2.5rem 2.5rem 5rem 2.5rem;
  background: #f6f8fa;
  position: relative;
}
.offer-features .box:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5rem;
  background: #fff;
  content: " ";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 767.9px) {
  .offer-features .box:after {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .offer-features .box {
    padding: 0;
    background: transparent;
  }
}
.offer-features .box.sticky-box {
  position: sticky;
  top: 2.5rem;
}
.offer-features h1 {
  font-size: 2rem;
  color: #002f3d;
  margin: 1rem 0;
  font-weight: bold;
}
.offer-features h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #5484a7;
}
.offer-features h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #002f3d;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
}
.offer-features p {
  font-size: 0.9rem;
  color: rgba(0, 47, 61, 0.75);
}
.offer-features .offer-price {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #002f3d;
}
.offer-features .features-list {
  display: flex;
  flex-direction: column;
}
.offer-features .feature-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.offer-features .feature-box + .feature-box {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 47, 61, 0.1);
}
@media (max-width: 767.9px) {
  .offer-features .feature-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    height: auto;
  }
}
.offer-features .feature-box span {
  display: block;
  font-weight: 600;
  color: #002f3d;
  font-size: 1rem;
  max-width: 50%;
  flex-shrink: 0;
  line-height: 1.2;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #5484a7;
  line-height: 1.2;
  text-align: right;
  padding-left: 1rem;
}
.offer-features .feature-box img {
  width: 5rem;
}

.sub-header.team-header h1, .sub-header.team-header h3, .sub-header.team-header p {
  color: #002f3d;
}

.team {
  padding: 2.5rem 0 7.5rem 0;
}
.team .col-md-6:nth-child(2n+1) .team-member:after {
  background: #002f3d;
  clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0);
}
.team .col-md-6:nth-child(2) .team-member:after {
  clip-path: polygon(100% 100%, 0 0, 0 0, 0 100%);
}
.team .col-md-6:nth-child(3) .team-member {
  margin-left: auto;
}
.team .col-md-6:nth-child(3) .team-member:after {
  left: calc(-100% - 1.5rem);
  right: 0;
  clip-path: polygon(100% 100%, 100% 0, 100% 0, 0 0);
}
.team .col-md-6:nth-child(4) .team-member {
  margin-left: auto;
}
.team .col-md-6:nth-child(4) .team-member:after {
  left: calc(-100% - 1.5rem);
  right: 0;
  clip-path: polygon(100% 100%, 100% 100%, 0 100%, 100% 0);
}
.team .team-member {
  display: block;
  position: relative;
  width: calc(50% - 0.75rem);
}
.team .team-member:after {
  position: absolute;
  top: 0;
  right: calc(-100% - 1.5rem);
  width: 100%;
  height: 100%;
  background: #5484a7;
  content: " ";
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767.9px) {
  .team .team-member:after {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .team .team-member {
    width: 100%;
    margin-top: 1rem;
  }
}
.team .team-member img {
  width: 100%;
  height: 20rem;
  border-radius: 0;
  object-fit: cover;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .team .team-member img {
    height: 25rem;
  }
}
.team .team-member .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 1rem 1rem 1rem;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 47, 61, 0.85), rgba(0, 47, 61, 0));
}
@media (max-width: 767.9px) {
  .team .team-member .info {
    padding-left: 1.5rem;
  }
}
.team .team-member .info span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  position: relative;
}
.team .team-member .info b {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.team .team-member .info b i {
  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: #fff;
  padding: 0 1rem 0 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  border: none;
}

.sub-header.services-header h1, .sub-header.services-header h3, .sub-header.services-header p {
  color: #002f3d;
}

.services-wrapper {
  position: relative;
  padding: 6rem 0 7.5rem 0;
}
.services-wrapper .link-box {
  display: block;
  position: relative;
  text-decoration: none;
  color: #002f3d;
  overflow: hidden;
}
.services-wrapper .link-box img {
  width: 5rem;
  height: 5rem;
  z-index: 2;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
  z-index: 3;
  padding-top: 1rem;
}
.services-wrapper .link-box .info b {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: rgba(0, 47, 61, 0.5);
  font-size: 0.9rem;
}

.sub-header.blog-header {
  padding-bottom: 3.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-header {
    padding-bottom: 0;
  }
}

.blog-posts {
  padding: 0 0 5rem 0;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit;
  box-shadow: rgba(0, 47, 61, 0.1) 0 0.25rem 1.25rem;
  border-radius: 3rem;
}
.blog-posts .blog-post:hover {
  box-shadow: rgba(84, 132, 167, 0.2) 0 0.5rem 2rem;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 100%;
  height: 15rem;
}
.blog-posts .blog-post .post-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.blog-posts .blog-post .post-details {
  padding: 2rem;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #002f3d;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.8rem;
  color: rgba(0, 47, 61, 0.25);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(0, 47, 61, 0.5);
  margin: 0;
}
.blog-posts .blog-post .post-details .btn.btn-link {
  font-weight: bold;
  color: #5484a7;
  padding: 0 1rem 0 0;
  margin: 1.5rem 0 0 0;
  text-decoration: none;
  position: relative;
  border: none;
}

.blog-page {
  padding: 0 0 5rem 0;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6 {
  font-weight: bold;
  color: #002f3d;
  margin: 2.5rem 0 1rem 0;
  font-family: "Montserrat", sans-serif;
}
.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;
}
.blog-page hr {
  opacity: 0.1;
}
.blog-page .blog-post-share {
  display: block;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #f2f3f4;
}
.blog-page .blog-post-share .social-icons {
  display: flex;
  align-items: center;
}
.blog-page .blog-post-share .social-icons a {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #f2f3f4;
  padding: 0.5rem;
  background: rgba(0, 47, 61, 0.05);
  border-radius: 0.5rem;
  margin-right: 1rem;
}
.blog-page .blog-post-share .social-icons a:hover {
  background: rgba(0, 47, 61, 0.2);
}
.blog-page .blog-post-share .social-icons a img {
  width: 2rem;
  height: 2rem;
}

.sub-header.blog-page-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: " ";
  background: rgba(0, 47, 61, 0.5);
}
.sub-header.blog-page-header .container {
  position: relative;
  z-index: 2;
}
.sub-header.blog-page-header h1 {
  font-size: 3rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header h1 {
    font-size: 2rem;
  }
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item a {
  color: #5484a7;
  font-weight: bold;
  text-decoration: none;
}
.sub-header.blog-page-header .blog-author {
  color: #fff;
}

.sub-header.contact-header h1, .sub-header.contact-header h3, .sub-header.contact-header p {
  color: #002f3d;
}

.contact-boxes {
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .contact-boxes {
    padding: 2.5rem 0 5rem 0;
  }
}
.contact-boxes form {
  border-radius: 0;
}
@media (max-width: 767.9px) {
  .contact-boxes form {
    height: auto;
    padding: 2.5rem 1.5rem;
  }
}
.contact-boxes form .form-group {
  display: flex;
  align-content: flex-start;
}
@media (max-width: 767.9px) {
  .contact-boxes form .form-group {
    display: block;
  }
}
.contact-boxes form .form-group .form-label {
  display: block;
  color: #002f3d;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  width: 30%;
  flex-shrink: 0;
  padding-top: 0.5rem;
}
@media (max-width: 767.9px) {
  .contact-boxes form .form-group .form-label {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.contact-boxes form .form-group .form-control {
  padding: 0.75rem;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: none;
  background: #f2f3f4;
  border-color: transparent;
}
.contact-boxes form .form-group .form-control:focus {
  box-shadow: none;
  background: #e4e6e8;
  border-color: transparent;
}
.contact-boxes form .form-group textarea.form-control {
  min-height: 140px;
}
.contact-boxes .contact-box {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.contact-boxes .contact-box + .contact-box {
  margin-top: 1.5rem;
}
@media (max-width: 767.9px) {
  .contact-boxes .contact-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 0;
  }
}
.contact-boxes .contact-box img {
  width: 4rem;
  flex-shrink: 0;
}
.contact-boxes .contact-box .info {
  display: block;
  padding-left: 1rem;
}
@media (max-width: 767.9px) {
  .contact-boxes .contact-box .info {
    padding-left: 1rem;
    padding-top: 0;
  }
}
.contact-boxes .contact-box .info h6 {
  display: block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #002f3d;
  margin: 0;
}
.contact-boxes .contact-box .info p {
  color: rgba(0, 47, 61, 0.75);
  margin: 0;
  font-size: 1rem;
}

.contact-main-details {
  position: relative;
}
.contact-main-details .box {
  background: #fff;
  box-shadow: rgba(0, 47, 61, 0.15) 0 0.1rem 0.25rem;
  position: relative;
  z-index: 1;
  padding: 0 2.5rem;
}
@media (max-width: 767.9px) {
  .contact-main-details .box {
    padding: 0 1.5rem;
  }
}

.contact-form {
  padding: 5rem 0;
}
.contact-form h3 {
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #002f3d;
}
.contact-form p {
  color: rgba(0, 47, 61, 0.5);
  font-size: 0.9rem;
}

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