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

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

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

.bg-dots-primary, .sub-header.offer-header .gallery-slider-wrapper:after, .services .services-image:after {
  background-image: radial-gradient(circle, #5d3ea8, #5d3ea8 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, #ebeef7, #ebeef7 1px, transparent 1px);
  background-size: 8px 8px;
}

html, body {
  font-family: "Noto Sans", 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: 13px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 14px;
  }
}

header.page-header {
  position: absolute;
  width: 100%;
  z-index: 99;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  top: 0;
  left: 0;
}
@media (max-width: 767.9px) {
  header.page-header {
    background: white;
  }
}
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: #0a044b;
  font-family: "Inter Tight", sans-serif;
  display: inline-block;
}
header.page-header .top-bar .top-item span {
  font-weight: 700;
  color: rgba(93, 62, 168, 0.75);
  font-family: "Inter Tight", sans-serif;
  display: inline-block;
}
header.page-header .navbar {
  padding: 0.75rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar {
    padding: 0.75rem 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #0a044b;
  font-size: 0.9rem;
  border-radius: 0;
  padding: 0.5rem 0.85rem 0.5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:after {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #0a044b;
  border-bottom: 1px solid #0a044b;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link:after {
    right: 1rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #5d3ea8;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover:after, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus:after {
  border-color: #5d3ea8;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #5d3ea8;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .btn {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  position: relative;
  padding-left: 3.5rem;
  display: inline-block;
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.navbar-brand strong {
  display: block;
  color: #5d3ea8;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: lowercase;
}
.navbar-brand span {
  display: block;
  color: rgba(10, 4, 75, 0.5);
  font-weight: 400;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
  line-height: 1;
}

footer.page-footer {
  position: relative;
  padding: 9.5rem 0 7.5rem 0;
  background: #0a044b;
}
footer.page-footer .container {
  position: relative;
  z-index: 1;
}
footer.page-footer hr {
  margin: 4rem 0;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
footer.page-footer .navbar-brand img {
  filter: brightness(0) invert(1);
  opacity: 0.25;
}
footer.page-footer .navbar-brand strong {
  color: #fff;
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand {
    margin-bottom: 1.5rem !important;
  }
}
footer.page-footer h3 {
  font-weight: 400;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  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: #fff;
  text-decoration: none;
  padding: 0;
  font-weight: 600;
  font-size: 1rem;
  margin: 0.5rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #957dcf;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 600;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  box-shadow: rgba(10, 4, 75, 0.1) 0 0.35rem 1rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(10, 4, 75, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #5d3ea8;
  border-color: transparent;
  box-shadow: rgba(93, 62, 168, 0.25) 0 0.35rem 1.5rem;
  position: relative;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #483083;
  border-color: #483083;
}
.btn.btn-primary:active {
  background: #3e2970;
  border-color: #3e2970;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #0a044b;
}
.btn.btn-dark {
  background: #0a044b;
  border-color: #0a044b;
  color: #0a044b;
}
.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: #5d3ea8;
  color: #5d3ea8;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #5d3ea8;
  border-color: #5d3ea8;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #3e2970;
  border-color: #3e2970;
  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: #0a044b;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #5d3ea8;
}
.btn.btn-outline-dark {
  border-color: #0a044b;
  color: #0a044b;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #0a044b;
  border-color: #0a044b;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  color: #5d3ea8;
  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: #866ac8;
}
.form-control {
  height: auto;
}
.main {
  padding: 10rem 0 7rem 0;
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .main {
    padding: 7.5rem 0 7rem 0;
    text-align: center;
  }
}
.main .container {
  position: relative;
  z-index: 1;
}
.main h1 {
  color: #0a044b;
  font-size: 4.5rem;
  font-family: "Inter Tight", sans-serif;
  margin: 0 0 1rem 0;
  font-weight: 400;
  line-height: 1.1;
}
@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: #5d3ea8;
}
@media (max-width: 767.9px) {
  .main h3 {
    font-size: 1.5rem;
  }
}
.main p {
  color: #0a044b;
  font-size: 1.15rem;
  margin: 1rem 0;
}
.main .main-image {
  margin-bottom: -5rem;
  width: 100%;
}
@media (max-width: 767.9px) {
  .main .main-image {
    margin-top: 2.5rem;
  }
}
.main .btn + .btn {
  margin-left: 0.5rem;
}
@media (max-width: 767.9px) {
  .main .btn {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.call-to-actions {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #0a044b, #5d3ea8 84%, #5d3ea8);
  border-radius: 2rem;
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.call-to-actions .box {
  position: relative;
  z-index: 1;
}
.call-to-actions .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 6rem 2rem;
  height: 100%;
  border-radius: 2rem;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    padding: 3rem 2rem;
  }
}
.call-to-actions .item.v4 {
  border-right: none;
  border-bottom: none;
}
.call-to-actions .item:hover {
  background: rgba(255, 255, 255, 0.075);
}
.call-to-actions .item:active {
  background: rgba(255, 255, 255, 0.1);
  transform-origin: center;
  transform: scale(0.95);
}
.call-to-actions .item img {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.call-to-actions .item b {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.call-to-actions .item span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  display: block;
}

.services {
  position: relative;
  padding: 9.5rem 0 7.5rem 0;
  background: #ebeef7;
}
.services h3 {
  font-size: 0.9rem;
  color: #0a044b;
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  background: #fff;
  text-transform: uppercase;
}
.services h2 {
  font-size: 2rem;
  color: #0a044b;
  margin: 1rem 0;
}
.services .container {
  position: relative;
  z-index: 1;
}
.services .service-item {
  display: block;
  text-decoration: none;
  margin-top: 1.5rem;
}
.services .service-item b {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0a044b;
  font-family: "Inter Tight", sans-serif;
}
.services .service-item p {
  color: rgba(10, 4, 75, 0.5);
  line-height: 1.5;
  margin: 0;
  display: block;
}
.services .services-image {
  position: relative;
}
.services .services-image img {
  width: 80%;
  margin-left: auto;
  display: block;
  border-radius: 1rem;
  position: relative;
  z-index: 2;
}
.services .services-image:before {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 20rem;
  height: 20rem;
  background: #5d3ea8;
  content: " ";
  border-radius: 5rem;
  z-index: 1;
}
.services .services-image:after {
  position: absolute;
  top: 2rem;
  left: 10%;
  width: 20rem;
  height: 70%;
  content: " ";
  border-radius: 1rem;
  z-index: 0;
}

.mini-team {
  padding: 7.5rem 0;
}
.mini-team h3 {
  font-size: 0.9rem;
  color: #0a044b;
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  background: #ebeef7;
  text-transform: uppercase;
}
.mini-team h2 {
  font-size: 2rem;
  color: #0a044b;
  margin: 1rem 0;
}
.mini-team .team-member {
  display: block;
  position: relative;
  width: calc(100% / 3);
  padding-right: 1rem;
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    width: 50%;
  }
}
.mini-team .team-member img {
  width: 10rem;
  height: 10rem;
  border-radius: 0.5rem;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: rgba(10, 4, 75, 0.075) 0 1rem 2rem;
}
.mini-team .team-member .info {
  display: block;
  padding-top: 1rem;
}
.mini-team .team-member .info b {
  font-size: 1.25rem;
  color: #0a044b;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  display: block;
}
.mini-team .team-member .info b i {
  font-style: normal;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.9rem;
  color: #5d3ea8;
  position: relative;
}
.mini-team .team-member .info p, .mini-team .team-member .info a {
  display: none;
}

.real-estate {
  position: relative;
  padding: 7.5rem 0;
  background: #ebeef7;
}
.real-estate .container {
  position: relative;
  z-index: 1;
}
.real-estate h3 {
  font-size: 0.9rem;
  color: #0a044b;
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  background: #fff;
  text-transform: uppercase;
}
.real-estate h2 {
  font-size: 2rem;
  color: #0a044b;
  margin: 1rem 0;
}
.real-estate .offers-slider {
  display: flex;
  flex-wrap: wrap;
}
.real-estate .offer {
  display: flex;
  flex-direction: row;
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 8rem;
  object-fit: cover;
  border-radius: 1rem;
}
.real-estate .offer .offer-details {
  display: block;
  padding-left: 1rem;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Inter Tight", sans-serif;
  color: #0a044b;
  text-decoration: none;
  line-height: 1.4;
  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;
}
.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: 0.8rem;
  color: #0a044b;
  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: #0a044b;
  display: none;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 1rem;
  background: #fff;
  color: #0a044b;
  font-size: 0.8rem;
}

.calculator {
  position: relative;
  padding: 7.5rem 0;
  background-color: #483083;
  background-image: radial-gradient(circle farthest-corner at 70% 50%, rgba(101, 88, 246, 0.88), transparent), linear-gradient(315deg, #0a044b, transparent 28%);
  border-radius: 0 0 2rem 2rem;
  z-index: 1;
  margin-bottom: -2rem;
}
.calculator h4 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Inter Tight", sans-serif;
  line-height: 1;
}
.calculator p {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 1.5rem 0;
}

.sub-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 10rem 0 7.5rem 0;
  background-color: #ebeef7;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(179, 103, 245, 0.2), transparent 25%), radial-gradient(circle farthest-corner at 0 0, rgba(236, 255, 192, 0.4), transparent 25%);
}
.sub-header .container {
  position: relative;
  z-index: 1;
}
.sub-header h1 {
  color: #0a044b;
  font-family: "Inter Tight", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  margin: 1rem auto;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 2.5rem;
  }
}
.sub-header h3 {
  color: #5d3ea8;
  background: rgba(93, 62, 168, 0.1);
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
}
.sub-header p {
  color: rgba(10, 4, 75, 0.75);
}

.real-estate-wrapper {
  position: relative;
}
.real-estate-wrapper .container {
  position: relative;
  z-index: 1;
}
.real-estate-wrapper .real-estate-header {
  position: relative;
  background: #fff;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
  margin-top: -2rem;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs {
  border: none;
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .real-estate-header .nav.nav-tabs {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
    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: #0a044b;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25rem;
  padding: 1rem 0;
  background: #fff;
  width: 100%;
  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:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ebeef7;
  content: " ";
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link.active {
  color: #5d3ea8;
  border: none;
  box-shadow: none;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link.active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #5d3ea8;
  content: " ";
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link:active {
  color: #5d3ea8;
  border: none;
  box-shadow: none;
  transform-origin: center;
  transform: scale(0.95);
}
.real-estate-wrapper .real-estate-body {
  padding: 4rem 0 7.5rem 0;
}
.real-estate-wrapper .offer {
  display: flex;
  align-content: center;
  position: relative;
  text-decoration: none;
  background: #fff;
  height: 100%;
  border-radius: 1rem;
  color: inherit;
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 15rem;
  height: 15rem;
  flex-shrink: 0;
}
@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;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image img {
    height: 8rem;
  }
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  padding-left: 1.5rem;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "Inter Tight", sans-serif;
  color: #0a044b;
  text-decoration: none;
  line-height: 1.4;
  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);
  opacity: 0.25;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-size: 0.9rem;
  color: #0a044b;
  font-weight: 700;
}
.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;
  display: block;
  font-size: 0.7rem;
  color: #0a044b;
  display: none;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 1rem;
  background: #ebeef7;
  color: #0a044b;
  font-size: 0.8rem;
}
.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: "Inter Tight", sans-serif;
  color: #0a044b;
  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: #0a044b;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header h1 {
    font-size: 2.5rem;
  }
}
.sub-header.offer-header p {
  color: rgba(10, 4, 75, 0.75);
}
.sub-header.offer-header .gallery-slider-wrapper {
  position: relative;
  padding-left: 15%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header.offer-header .gallery-slider-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.sub-header.offer-header .gallery-slider-wrapper:before {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 15rem;
  height: 15rem;
  background: #5d3ea8;
  content: " ";
  border-radius: 5rem;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider-wrapper:before {
    bottom: -1rem;
  }
}
.sub-header.offer-header .gallery-slider-wrapper:after {
  position: absolute;
  top: 2rem;
  left: 5%;
  width: 20rem;
  height: 70%;
  content: " ";
  border-radius: 1rem;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider-wrapper:after {
    bottom: -2rem;
    top: auto;
    left: auto;
    right: 0;
  }
}
.sub-header.offer-header .gallery-slider {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: rgba(10, 4, 75, 0.1) 0 0.5rem 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 5.5rem -0.75rem;
    border-radius: 0;
  }
}
.sub-header.offer-header .gallery-slider img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.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: #5d3ea8;
  display: block;
}

.offer-features {
  padding: 7.5rem 0;
}
.offer-features h4 {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.5rem;
  color: #0a044b;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
}
.offer-features p {
  font-size: 0.9rem;
  color: rgba(10, 4, 75, 0.75);
}
.offer-features .feature-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1rem;
}
.offer-features .feature-box span {
  display: block;
  font-weight: 600;
  color: #0a044b;
  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: #5d3ea8;
  line-height: 1.2;
}

.team {
  padding: 7.5rem 0;
}
.team .team-member {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.team .team-member img {
  width: 10rem;
  height: 10rem;
  border-radius: 0.75rem;
}
.team .team-member .info {
  padding-left: 1.5rem;
}
.team .team-member .info span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(10, 4, 75, 0.5);
  position: relative;
}
.team .team-member .info b {
  font-size: 2rem;
  color: #0a044b;
  display: block;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
}
.team .team-member .info b i {
  font-style: normal;
}
.team .team-member .info p {
  font-size: 0.8rem;
  color: rgba(10, 4, 75, 0.75);
  margin: 0.5rem 0;
}
.team .team-member .info .btn.btn-link {
  font-weight: bold;
  color: #5d3ea8;
  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: 7.5rem 0;
}
.services-wrapper .link-box {
  display: block;
  position: relative;
  padding: 8rem 3.5rem 3.5rem 3.5rem;
  text-decoration: none;
  color: #0a044b;
  height: 100%;
  background: #ebeef7;
  border-radius: 1rem;
  overflow: hidden;
}
.services-wrapper .link-box:after {
  position: absolute;
  top: 2.5rem;
  left: 3.5rem;
  width: 4rem;
  height: 4rem;
  background: #5d3ea8;
  border-radius: 1rem;
  content: " ";
  z-index: 1;
}
.services-wrapper .link-box:hover:before {
  opacity: 0.25;
}
.services-wrapper .link-box:active {
  transform-origin: center;
  transform: scale(0.975);
}
.services-wrapper .link-box img {
  position: absolute;
  top: 2.5rem;
  left: 3.5rem;
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
  padding: 1rem;
  z-index: 2;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
  z-index: 3;
}
.services-wrapper .link-box .info b {
  font-weight: 400;
  font-family: "Inter Tight", 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(10, 4, 75, 0.5);
  font-size: 0.9rem;
}

.blog-posts {
  padding: 6rem 0 7.5rem 0;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit;
  box-shadow: rgba(10, 4, 75, 0.1) 0 0.25rem 1.25rem;
  border-radius: 1rem;
}
.blog-posts .blog-post:hover {
  box-shadow: rgba(93, 62, 168, 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: "Inter Tight", sans-serif;
  font-size: 1.25rem;
  color: #0a044b;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.8rem;
  color: rgba(10, 4, 75, 0.5);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(10, 4, 75, 0.5);
  margin: 0;
}
.blog-posts .blog-post .post-details .btn.btn-link {
  font-weight: bold;
  color: #5d3ea8;
  padding: 0 1rem 0 0;
  margin: 1.5rem 0 0 0;
  text-decoration: none;
  position: relative;
  border: none;
}

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

@media (max-width: 767.9px) {
  .sub-header.blog-page-header {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.sub-header.blog-page-header .img-fluid {
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header .img-fluid {
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 2.5rem -0.75rem;
    border-radius: 0;
  }
}
.sub-header.blog-page-header h1 {
  font-size: 3rem;
  text-align: left;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header h1 {
    font-size: 2rem;
  }
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item {
  font-size: 1rem;
  font-weight: bold;
  color: #0a044b;
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item a {
  color: #5d3ea8;
  font-weight: bold;
  text-decoration: none;
}
.sub-header.blog-page-header .blog-author {
  display: block;
  margin-top: 1rem;
  color: #0a044b;
}
.sub-header.blog-page-header .blog-author strong {
  display: block;
  font-weight: bold;
  color: #0a044b;
}
.sub-header.blog-page-header .blog-author span {
  display: block;
}

.sub-header.contact-header .contact-box {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
.sub-header.contact-header .contact-box + .contact-box {
  margin-top: 1.5rem;
}
.sub-header.contact-header .contact-box img {
  width: 3rem;
  flex-shrink: 0;
}
.sub-header.contact-header .contact-box .info {
  display: block;
  padding-left: 1rem;
}
@media (max-width: 767.9px) {
  .sub-header.contact-header .contact-box .info {
    padding-left: 1rem;
    padding-top: 0;
  }
}
.sub-header.contact-header .contact-box .info h6 {
  display: block;
  font-weight: 600;
  font-family: "Inter Tight", sans-serif;
  color: #0a044b;
  margin: 0;
}
.sub-header.contact-header .contact-box .info p {
  color: rgba(10, 4, 75, 0.75);
  margin: 0;
  font-size: 0.9rem;
}
.sub-header.contact-header form {
  background: #fff;
  padding: 2.5rem;
  border-radius: 1rem;
}
.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: rgba(10, 4, 75, 0.75);
  font-size: 1.15rem;
  font-weight: bold;
  font-family: "Inter Tight", 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: #ebeef7;
  border-color: transparent;
}
.sub-header.contact-header form .form-group .form-control:focus {
  box-shadow: none;
  background: #d9dff0;
  border-color: transparent;
}
.sub-header.contact-header form .form-group textarea.form-control {
  min-height: 140px;
}

.contact-main-details {
  position: relative;
}
.contact-main-details .box {
  background: #fff;
  box-shadow: rgba(10, 4, 75, 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: "Inter Tight", sans-serif;
  color: #0a044b;
}
.contact-form p {
  color: rgba(10, 4, 75, 0.5);
  font-size: 0.9rem;
}

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