/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Notary Website
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;600;700&display=swap");
@import "plugins/flickity.min.css";
.animated-effect, .blog-posts .blog-post, .services-wrapper .link-box, .team .team-member, .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:after, .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, .main .box .main-bg {
  user-select: none;
}

.disable-clicks, .main .box .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, #0140c9, #0140c9 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: "Gothic A1", 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: #061025;
  font-family: "Gothic A1", sans-serif;
  display: inline-block;
}
header.page-header .top-bar .top-item span {
  font-weight: 700;
  color: rgba(1, 64, 201, 0.75);
  font-family: "Gothic A1", sans-serif;
  display: inline-block;
}
header.page-header .navbar {
  padding: 0;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  color: #061025;
  font-size: 1rem;
  font-family: "Gothic A1", sans-serif;
  padding: 1rem 1.5rem;
  position: relative;
  border-radius: 0;
}
@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: #0140c9;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #0140c9;
}
@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: #061025;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-family: "Gothic A1", sans-serif;
}
.navbar-brand span {
  display: block;
  color: rgba(6, 16, 37, 0.75);
  font-weight: 400;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  font-family: "Gothic A1", sans-serif;
  font-style: normal;
  line-height: 1;
}

footer.page-footer {
  position: relative;
  padding: 5rem 0 2.5rem 0;
  background: #061025;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding-top: 1rem;
  }
}
footer.page-footer .container {
  position: relative;
  z-index: 1;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
footer.page-footer .navbar-brand img {
  filter: brightness(0) invert(1);
}
footer.page-footer .navbar-brand strong {
  color: #fff;
}
footer.page-footer .navbar-brand span {
  color: rgba(255, 255, 255, 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: #fff;
  position: relative;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 2rem 0 0.5rem 0;
  }
}
footer.page-footer p {
  color: rgba(255, 255, 255, 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(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 0;
  font-weight: 400;
  margin: 0.5rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #fff;
}
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: "Gothic A1", sans-serif;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(6, 16, 37, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #0140c9;
  border-color: transparent;
  position: relative;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #013096;
  border-color: #013096;
}
.btn.btn-primary:active {
  background: #01287d;
  border-color: #01287d;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #061025;
}
.btn.btn-dark {
  background: #061025;
  border-color: #061025;
  color: #061025;
}
.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: #0140c9;
  color: #0140c9;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #0140c9;
  border-color: #0140c9;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #01287d;
  border-color: #01287d;
  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: #061025;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #0140c9;
}
.btn.btn-outline-dark {
  border-color: #061025;
  color: #061025;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #061025;
  border-color: #061025;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  color: #0140c9;
  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: #1961fe;
}
.form-control {
  height: auto;
}
.main {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.main .container {
  position: static;
  z-index: 3;
}
@media (max-width: 767.9px) {
  .main .container {
    padding: 0;
  }
}
.main .box {
  padding: 10rem 4rem 0 4rem;
  border-radius: 0;
  position: relative;
}
.main .box .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .main .box .main-bg {
    width: 100%;
    height: 20rem;
    bottom: auto;
    z-index: 1;
  }
}
.main .box:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #0140c9;
  content: " ";
  z-index: 2;
}
@media (max-width: 767.9px) {
  .main .box:before {
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
@media (max-width: 767.9px) {
  .main .box {
    padding: 22.5rem 1.5rem 0 1.5rem;
  }
}
.main h1 {
  color: #fff;
  font-size: 4rem;
  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 .main-image {
  margin-bottom: -5rem;
  width: 100%;
}
@media (max-width: 767.9px) {
  .main .main-image {
    margin-top: 2.5rem;
  }
}
.main .btn {
  position: relative;
  z-index: 5;
}
.main .btn + .btn {
  margin-left: 0.5rem;
}

.call-to-actions {
  position: relative;
  z-index: 3;
  margin-top: 5rem;
  background: #fff;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 767.9px) {
  .call-to-actions {
    margin-top: 1.5rem;
  }
}
.call-to-actions .item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 1rem 0;
  position: relative;
}
.call-to-actions .item + .item {
  border-top: 1px solid #eee;
}
.call-to-actions .item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #061025;
  border-bottom: 2px solid #061025;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  margin: auto;
}
.call-to-actions .item img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  filter: brightness(0);
  display: block;
  margin-right: 0.5rem;
  opacity: 0.2;
}
.call-to-actions .item b {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #061025;
  font-family: "Gothic A1", sans-serif;
  line-height: 1.2;
}
.call-to-actions .item:hover:after {
  border-right-color: #0140c9;
  border-bottom-color: #0140c9;
}
.call-to-actions .item:hover img {
  filter: none;
  opacity: 1;
}
.call-to-actions .item:hover b {
  color: #0140c9;
}

.services {
  position: relative;
  padding: 7.5rem 0;
}
.services h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #0140c9;
}
.services h2 {
  font-size: 1.5rem;
  color: #061025;
  margin: 1rem 0;
  font-weight: bold;
}
.services .container {
  position: relative;
  z-index: 1;
}
.services .service-item {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 0;
  padding: 0 0 0 1.5rem;
  border-left: 2px solid #f2f3f4;
}
.services .service-item + .service-item {
  margin-top: 1.5rem;
}
.services .service-item:hover {
  background: #fff;
  cursor: pointer;
}
.services .service-item:hover b {
  color: #0140c9;
}
.services .service-item b {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #061025;
  font-family: "Gothic A1", sans-serif;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.services .service-item p {
  color: rgba(6, 16, 37, 0.5);
  line-height: 1.5;
  font-size: 0.9rem;
  margin: 0;
  display: block;
}

.mini-team {
  position: relative;
  background: #f3f7ff;
  padding: 7.5rem 0;
  overflow: hidden;
}
.mini-team .container {
  position: relative;
  z-index: 3;
}
.mini-team .sticky-title {
  position: sticky;
  top: 7.5rem;
}
.mini-team h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #0140c9;
}
.mini-team h2 {
  font-size: 1.5rem;
  color: #061025;
  margin: 1rem 0;
  font-weight: bold;
}
.mini-team p {
  color: #061025;
}
.mini-team .team-slider {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .mini-team .team-slider {
    width: calc(100% + 1rem);
    margin-right: -1rem;
  }
}
.mini-team .team-member {
  display: block;
  position: relative;
  width: calc((100% / 3) - 1rem);
  margin-right: 1rem;
}
@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: 15rem;
  border-radius: 0;
  object-fit: cover;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
}
.mini-team .team-member .info {
  display: block;
  padding: 1.5rem 1rem;
  width: 100%;
  background: #0140c9;
  z-index: 2;
}
.mini-team .team-member .info b {
  font-size: 1rem;
  color: #fff;
  font-family: "Gothic A1", 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.9rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-weight: 400;
  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;
  background: #e9f0ff;
}
.real-estate .container {
  position: relative;
  z-index: 1;
}
.real-estate h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #0140c9;
}
.real-estate h2 {
  font-size: 1.5rem;
  color: #061025;
  margin: 1rem 0;
  font-weight: bold;
}
.real-estate .sticky-title {
  position: sticky;
  top: 7.5rem;
}
.real-estate .offers-slider {
  display: flex;
  flex-wrap: wrap;
}
.real-estate .offer {
  display: block;
  border-radius: 0;
}
@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 img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 0;
}
.real-estate .offer .offer-details {
  display: block;
  background: #0140c9;
  padding: 1rem;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  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) invert(1);
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-size: 1rem;
  color: #fff;
  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: #061025;
  display: none;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
}

.calculator {
  position: relative;
  background: linear-gradient(to bottom, #01287d, #061025);
  padding: 7.5rem 0;
}
.calculator .container {
  position: static;
  z-index: 2;
}
.calculator .calculator-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .calculator .calculator-image {
    display: none;
  }
}
.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 {
  overflow: hidden;
}
.sub-header .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .sub-header .container {
    padding: 0;
  }
}
.sub-header .box {
  position: relative;
  overflow: hidden;
  padding: 7.5rem;
  border-radius: 0;
  background: #0140c9;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header .box {
    padding: 7.5rem 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .sub-header .box {
    padding: 22.5rem 1.5rem 2.5rem 1.5rem;
  }
}
.sub-header .box .row {
  position: relative;
  z-index: 5;
}
.sub-header .box img.section-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header .box img.section-bg {
    width: 45%;
  }
}
@media (max-width: 767.9px) {
  .sub-header .box img.section-bg {
    width: 100%;
    height: 20rem;
  }
}
.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: 2.5rem;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  color: #061025;
  font-family: "Gothic A1", 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: #0140c9;
  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;
  width: 100%;
  height: 4px;
  background: #0140c9;
  content: " ";
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link:active {
  color: #0140c9;
  border: none;
  box-shadow: none;
  transform-origin: center;
  transform: scale(0.95);
}
.real-estate-wrapper .real-estate-body {
  padding: 2.5rem 0 7.5rem 0;
}
.real-estate-wrapper .offer {
  display: block;
  position: relative;
  text-decoration: none;
  background: #fff;
  color: inherit;
  border-radius: 0;
  overflow: hidden;
}
.real-estate-wrapper .offer:hover .offer-details {
  opacity: 0;
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 25rem;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image {
    height: 25rem;
  }
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image img {
    height: 25rem;
  }
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7rem 1.5rem 0 1.5rem;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(6, 16, 37, 0), rgba(6, 16, 37, 0.75));
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  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;
  filter: brightness(0) invert(1);
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-size: 0.9rem;
  color: #fff;
  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: #061025;
  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: #0140c9;
  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: 400;
  font-family: "Gothic A1", sans-serif;
  color: #061025;
  font-size: 3rem;
  margin: 1rem 0 0.5rem 0;
}

@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 {
  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: #0140c9;
  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;
  background: #f3f7ff;
}
@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: #061025;
  margin: 1rem 0;
  font-weight: bold;
}
.offer-features h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #0140c9;
}
.offer-features h4 {
  font-family: "Gothic A1", sans-serif;
  font-size: 1.25rem;
  color: #061025;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
}
.offer-features p {
  font-size: 0.9rem;
  color: rgba(6, 16, 37, 0.75);
}
.offer-features .offer-price {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #061025;
}
.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(6, 16, 37, 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: #061025;
  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: #0140c9;
  line-height: 1.2;
  text-align: right;
  padding-left: 1rem;
}
.offer-features .feature-box img {
  width: 5rem;
}

.team {
  padding: 6rem 0 7.5rem 0;
}
.team .team-member {
  display: block;
  position: relative;
}
.team .team-member + .team-member {
  margin-top: 1.5rem;
}
.team .team-member img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 0;
  box-shadow: rgba(6, 16, 37, 0.25) 0 0 1px 1px;
}
.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(6, 16, 37, 0.85), rgba(6, 16, 37, 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: "Gothic A1", 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;
}
.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;
}
.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: " ";
}

.services-wrapper {
  position: relative;
  padding: 6rem 0 7.5rem 0;
}
.services-wrapper .link-box {
  display: block;
  position: relative;
  padding: 10rem 2.5rem 2.5rem 2.5rem;
  height: 100%;
  background: #e9f0ff;
  text-decoration: none;
  color: #061025;
  overflow: hidden;
}
.services-wrapper .link-box:hover {
  background: #d9e5ff;
}
.services-wrapper .link-box:after {
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: #0140c9;
  border-radius: 0;
  content: " ";
  z-index: 1;
}
.services-wrapper .link-box img {
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  filter: brightness(0) invert(1);
  padding: 2rem;
  z-index: 2;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
  z-index: 3;
}
.services-wrapper .link-box .info b {
  font-weight: bold;
  font-family: "Gothic A1", sans-serif;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: rgba(6, 16, 37, 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;
  border-radius: 0;
}
.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: 1rem 0 0 0;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: bold;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.25rem;
  color: #061025;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.8rem;
  color: rgba(6, 16, 37, 0.25);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(6, 16, 37, 0.5);
  margin: 0;
}
.blog-posts .blog-post .post-details .btn.btn-link {
  font-weight: bold;
  color: #0140c9;
  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: #061025;
  margin: 2.5rem 0 1rem 0;
  font-family: "Gothic A1", 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;
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header.blog-page-header {
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header {
    padding-top: 0;
  }
}
.sub-header.blog-page-header .blog-page-thumb {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header .blog-page-thumb {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 2.5rem -0.75rem;
    height: 25rem;
  }
}
.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: #fff;
  font-weight: bold;
  text-decoration: none;
}
.sub-header.blog-page-header .blog-author {
  color: #fff;
}

.blog-page {
  padding: 5rem 0;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6 {
  font-weight: bold;
  color: #061025;
  margin: 2.5rem 0 1rem 0;
  font-family: "Gothic A1", 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 {
  margin-top: 2.5rem;
}
.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: #0140c9;
  margin-right: 1rem;
  text-align: center;
  line-height: 3rem;
  padding: 0;
}
.blog-page .blog-post-share .social-icons a img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
}

.sub-header.contact-header .box {
  height: 100%;
}
@media (max-width: 767.9px) {
  .sub-header.contact-header .box {
    height: auto;
    padding: 2.5rem 1.5rem;
  }
}
.sub-header.contact-header .box * {
  position: relative;
  z-index: 5;
}
.sub-header.contact-header form {
  padding: 3rem 4rem;
  background: #f3f7ff;
  border-radius: 0;
  height: 100%;
}
@media (max-width: 767.9px) {
  .sub-header.contact-header form {
    height: auto;
    padding: 2.5rem 1.5rem;
  }
}
.sub-header.contact-header form .form-group {
  display: flex;
  align-content: flex-start;
}
@media (max-width: 767.9px) {
  .sub-header.contact-header form .form-group {
    display: block;
  }
}
.sub-header.contact-header form .form-group .form-label {
  display: block;
  color: #061025;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Gothic A1", sans-serif;
  margin-bottom: 0;
  width: 30%;
  flex-shrink: 0;
  padding-top: 0.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.contact-header form .form-group .form-label {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.sub-header.contact-header form .form-group .form-control {
  padding: 0.75rem;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: none;
  background: #fff;
  border-color: transparent;
}
.sub-header.contact-header form .form-group .form-control:focus {
  box-shadow: none;
  background: #e4e6e8;
  border-color: transparent;
}
.sub-header.contact-header form .form-group textarea.form-control {
  min-height: 140px;
}

.contact-boxes {
  padding: 2.5rem 0;
}
.contact-boxes .contact-box {
  position: relative;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  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-top: 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: "Gothic A1", sans-serif;
  color: #061025;
  margin: 0;
}
.contact-boxes .contact-box .info p {
  color: rgba(6, 16, 37, 0.75);
  margin: 0;
  font-size: 1rem;
}

.contact-main-details {
  position: relative;
}
.contact-main-details .box {
  background: #fff;
  box-shadow: rgba(6, 16, 37, 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: "Gothic A1", sans-serif;
  color: #061025;
}
.contact-form p {
  color: rgba(6, 16, 37, 0.5);
  font-size: 0.9rem;
}

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