@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
@import "plugins/flickity.min.css";
.animated-effect, .blog-page .blog-post-share .social-icons a img, .blog-page .blog-post-share .social-icons a, .providers-wrapper .link-box span, .providers-wrapper .link-box, .services-wrapper .link-box b, .services-wrapper .link-box img.service-icon, .services-wrapper .link-box, .offer-documents .document-item b, .offer-documents .document-item > img, .offer-documents .document-item, .real-estate .real-estate-cta-box, .services .service-item strong, .services .service-item img.service-icon, .services .service-item, .call-to-actions .item span, .call-to-actions .item, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

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

.active-effect, .providers-wrapper .link-box:active, .services-wrapper .link-box:active, .offer-documents .document-item:active, .real-estate-wrapper .offer .offer-image:active, .real-estate .real-estate-cta-box:active, .real-estate .offer .offer-image:active, .services .service-item:active, .call-to-actions .item:active, .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, .sub-header .sub-header-bg, .main .main-bg {
  user-select: none;
}

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

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

.filter-primary {
  filter: brightness(0) saturate(100%) invert(54%) sepia(92%) saturate(510%) hue-rotate(138deg) brightness(85%) contrast(101%);
}

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

.navbar {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  background: transparent;
  z-index: 100;
  border-top: 1px solid rgba(20, 33, 61, 0.1);
  padding: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .navbar {
    padding: 1rem 0;
    position: relative;
    border-top: none;
    box-shadow: none;
  }
}
.navbar .navbar-brand {
  position: relative;
  padding-left: 7rem;
}
@media (max-width: 767.9px) {
  .navbar .navbar-brand {
    padding-left: 5rem;
  }
}
.navbar .navbar-brand img {
  position: absolute;
  width: 6rem;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767.9px) {
  .navbar .navbar-brand img {
    width: 4rem;
  }
}
.navbar .navbar-brand strong {
  display: block;
  color: #14213d;
  font-size: 1.25rem;
  width: 14rem;
  white-space: normal;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .navbar .navbar-brand strong {
    width: 12rem;
  }
}
.navbar .navbar-brand span {
  display: block;
  color: #00728b;
  font-size: 0.9rem;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin: 0 0 0 2.5rem;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item {
    margin: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 1rem;
  color: #14213d;
  padding: 0.75rem 0;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    margin: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #00728b;
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.top-contact {
  position: relative;
  padding: 1rem 0;
}
@media (max-width: 767.9px) {
  .top-contact {
    display: none;
  }
}
.top-contact .container {
  display: flex;
  align-items: center;
}
.top-contact .top-contact-wrapper {
  display: flex;
  align-items: center;
}
.top-contact .top-contact-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  text-align: left;
  flex-shrink: 0;
  margin: 0 1.5rem 0 0;
}
@media (max-width: 767.9px) {
  .top-contact .top-contact-item {
    margin-right: 0;
  }
  .top-contact .top-contact-item + .top-contact-item {
    margin-top: 1rem;
  }
}
.top-contact .top-contact-item:hover img, .top-contact .top-contact-item.active img {
  filter: none;
  opacity: 1;
}
.top-contact .top-contact-item:hover .top-contact-item-info, .top-contact .top-contact-item.active .top-contact-item-info {
  color: #00728b;
}
.top-contact .top-contact-item img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  filter: grayscale(1);
  opacity: 0.25;
  display: block;
}
.top-contact .top-contact-item .top-contact-item-info {
  color: #14213d;
  display: flex;
}
.top-contact .top-contact-item .top-contact-item-info strong {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-right: 0.25rem;
}
@media (max-width: 767.9px) {
  .top-contact .top-contact-item .top-contact-item-info strong {
    font-size: 1rem;
  }
}
.top-contact .top-contact-item .top-contact-item-info span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .top-contact .top-contact-item .top-contact-item-info span {
    font-size: 1rem;
  }
}

footer.page-footer {
  background: #14213d;
  padding: 5rem 0 3.5rem 0;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  opacity: 0.1;
  background: #fff;
}
footer.page-footer .navbar-brand {
  position: relative;
  display: inline-block;
  padding-left: 7rem;
}
footer.page-footer .navbar-brand img {
  position: absolute;
  width: 6rem;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  filter: brightness(0) invert(1);
}
footer.page-footer .navbar-brand strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  width: 14rem;
  white-space: normal;
  font-weight: 600;
  line-height: 1.2;
}
footer.page-footer .navbar-brand span {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
footer.page-footer h3 {
  font-weight: 400;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 2.5rem 0 1rem 0;
  }
}
footer.page-footer p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.25rem 0 0 0;
}
footer.page-footer p strong, footer.page-footer p span {
  display: block;
}
footer.page-footer p.copyrights {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer p.small {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.25);
}
footer.page-footer p a {
  color: inherit;
  text-decoration: none;
}
footer.page-footer .nav-link {
  font-weight: 400;
  text-decoration: none;
  padding: 0;
  font-size: 1rem;
  color: white;
  margin: 0.25rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}
footer.page-footer .nav-link.nav-link-contact {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
}
footer.page-footer .nav-link.nav-link-contact img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
  margin-right: 0.75rem;
}
footer.page-footer .nav-link.nav-link-contact span {
  font-weight: 600;
}
footer.page-footer .nav-link.working-hour:hover {
  text-decoration: none;
}
footer.page-footer .nav-link.working-hour span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer .nav-link strong {
  font-weight: 500;
}

.btn {
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 2.5rem;
  padding: 1.125rem 2.5rem;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(20, 33, 61, 0.2) 0 0.2rem 0.75rem;
}
.btn img {
  width: 1.125rem;
  height: 1.125rem;
  margin: -0.25rem -0.25rem -0.25rem 1rem;
}
.btn.btn-primary {
  background: #00728b;
  border-color: #00728b;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #14213d;
  border-color: #14213d;
}
.btn.btn-primary:active {
  background: #14213d;
  border-color: #14213d;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #14213d;
}
.btn.btn-dark {
  background: #3890c2;
  border-color: #3890c2;
  color: #fff;
}
.btn.btn-dark img {
  filter: brightness(0) invert(1);
}
.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: #00728b;
  color: #00728b;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #00728b;
  border-color: #00728b;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #2b4682;
  border-color: #2b4682;
  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: #14213d;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #00728b;
}
.btn.btn-outline-dark {
  border-color: #14213d;
  color: #14213d;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #14213d;
  border-color: #14213d;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #00b1d8;
}
.form-control {
  height: auto;
}
.main {
  position: relative;
}
.main .box {
  position: relative;
  border-radius: 2.5rem;
  padding: 7.5rem 5rem;
}
@media (max-width: 767.9px) {
  .main .box {
    padding: 5rem 1.5rem;
    text-align: center;
  }
}
.main .box .row {
  position: relative;
  z-index: 4;
}
.main .box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #14213d, rgba(20, 33, 61, 0));
  content: " ";
  z-index: 3;
  opacity: 0.5;
  border-radius: 2.5rem;
}
.main .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-position: center;
  object-fit: cover;
  border-radius: 2.5rem;
}
@media (max-width: 767.9px) {
  .main .main-bg {
    object-position: center top;
  }
}
.main h1 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 1.25rem;
  }
}
.main h2 {
  color: #fff;
  font-size: 4rem;
  width: 150%;
  line-height: 1;
  font-weight: bold;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .main h2 {
    width: 100%;
    font-size: 3rem;
  }
}
.main p {
  color: #fff;
  margin: 0 0 1.5rem 0;
}

.call-to-actions {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0 0 0;
}
.call-to-actions .container {
  position: relative;
  z-index: 1;
}
.call-to-actions .box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
}
@media (max-width: 767.9px) {
  .call-to-actions .box {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .call-to-actions .box:hover .item {
    width: calc((70% / 3) - 1.125rem);
  }
}
.call-to-actions .item {
  padding: 2.5rem;
  width: calc((100% / 4) - 1.125rem);
  flex-shrink: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 2.5rem;
  background: #00728b;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    height: auto;
    width: 100%;
  }
}
.call-to-actions .item:hover {
  filter: brightness(115%);
}
@media (min-width: 768px) {
  .call-to-actions .item:hover {
    width: calc(30% - 1.125rem) !important;
  }
  .call-to-actions .item:hover span {
    width: 100%;
    color: rgba(255, 255, 255, 0.75);
  }
}
.call-to-actions .item:active {
  filter: brightness(125%);
}
.call-to-actions .item.v2 {
  background: #0e5574;
}
.call-to-actions .item.v3 {
  background: #153a5a;
}
.call-to-actions .item.v4 {
  background: #14213d;
}
.call-to-actions .item img {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}
.call-to-actions .item b {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.call-to-actions .item span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.2;
  display: block;
  width: 14rem;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .call-to-actions .item span {
    width: 12rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .call-to-actions .item span {
    width: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .call-to-actions .item span {
    width: 6rem;
  }
}

.services {
  position: relative;
  padding: 10rem 0 5rem 0;
  margin-top: -5rem;
  background: rgba(56, 144, 194, 0.1);
  z-index: 0;
}
.services h2 {
  font-size: 2.5rem;
  color: #14213d;
  font-weight: bold;
  margin: 0;
}
.services p {
  font-size: 1rem;
  color: #14213d;
  margin: 1rem 0;
}
.services .service-item {
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 2.5rem;
  background: none;
  height: 100%;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .services .service-item {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .services .service-item {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .service-item {
    padding: 1.5rem 1.5rem;
  }
}
.services .service-item:hover {
  background: rgba(20, 33, 61, 0.05);
  border-color: transparent;
}
.services .service-item:active {
  background: rgba(20, 33, 61, 0.075);
  border-color: transparent;
}
.services .service-item img.service-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  filter: grayscale(1);
  opacity: 0.5;
}
.services .service-item strong {
  display: block;
  color: #14213d;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.services .service-item p {
  color: rgba(20, 33, 61, 0.5);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.mini-team {
  padding: 0 0;
  position: relative;
}
.mini-team:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: " ";
  background: rgba(56, 144, 194, 0.1);
  z-index: 0;
}
.mini-team .container {
  position: relative;
  z-index: 1;
}
.mini-team h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.mini-team p {
  font-size: 1rem;
  color: #fff;
  margin: 1rem 0;
}
.mini-team .box {
  padding: 5rem;
  background: #14213d;
  position: relative;
  border-radius: 2.5rem;
}
@media (max-width: 767.9px) {
  .mini-team .box {
    padding: 5rem 2.5rem;
    text-align: center;
  }
}
.mini-team .team-member {
  display: block;
  position: relative;
}
.mini-team .team-member img.member-avatar {
  width: 100%;
  height: 22rem;
  position: relative;
  z-index: 0;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.mini-team .team-member:before {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 12rem;
  background: linear-gradient(to top, rgba(20, 33, 61, 0.75), rgba(20, 33, 61, 0));
  content: " ";
  border-radius: 0 0 1rem 1rem;
  z-index: 1;
}
.mini-team .team-member img.member-signature {
  position: absolute;
  top: 17.5rem;
  right: 0;
  height: 5rem;
  filter: brightness(0) invert(1);
  z-index: 2;
}
.mini-team .team-member .team-info {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 0 0;
  z-index: 2;
}
.mini-team .team-member .team-info span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-top: 0.25rem;
}
.mini-team .team-member .team-info b {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
.mini-team .team-member .team-info i {
  display: block;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
  font-style: normal;
}
.mini-team .team-member .team-contact {
  display: none;
}

.real-estate {
  position: relative;
  padding: 5rem 0;
}
.real-estate h2 {
  font-size: 2.5rem;
  color: #14213d;
  font-weight: bold;
  margin: 0;
}
.real-estate p {
  font-size: 1rem;
  color: #14213d;
  margin: 1rem 0;
}
.real-estate .offer {
  width: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 16rem;
  border-radius: 2.5rem;
  overflow: hidden;
  background: rgba(20, 33, 61, 0.05);
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.real-estate .offer .offer-image:hover {
  opacity: 0.8;
}
.real-estate .offer .offer-image:active {
  opacity: 0.7;
}
.real-estate .offer .offer-details {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 0 0;
  flex-grow: 1;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #14213d;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.real-estate .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.real-estate .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  background: #14213d;
  padding: 0.25rem 0.75rem;
  border-radius: 2.5rem;
}
.real-estate .offer .offer-details .offer-specifics .item img {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-size: 0.8rem;
  color: #fff;
}
.real-estate .offer .offer-details .faire-offer {
  display: block;
  margin-top: 1rem;
}
.real-estate .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.7rem;
  color: rgba(20, 33, 61, 0.5);
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 800;
  display: block;
  color: #00728b;
  font-size: 1.25rem;
}
.real-estate .offers-slider {
  width: calc(100% + 1.5rem);
  margin: -1.5rem;
  padding: 1.5rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .real-estate .offers-slider {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.real-estate .offers-slider .flickity-viewport {
  overflow: visible;
}
.real-estate .offers-slider .flickity-viewport .flickity-slider {
  align-items: stretch;
}
.real-estate .offers-slider .offer {
  margin: 0 1rem;
  width: calc(33.33% - 1rem);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .real-estate .offers-slider .offer {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767.9px) {
  .real-estate .offers-slider .offer {
    width: 100%;
  }
}
.real-estate .real-estate-cta-box {
  height: 100%;
  background: #3890c2;
  border-radius: 1rem;
  padding: 2.5rem 4.5rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .real-estate .real-estate-cta-box {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
  }
}
.real-estate .real-estate-cta-box:hover {
  background: #00728b;
}
.real-estate .real-estate-cta-box:active {
  box-shadow: rgba(0, 114, 139, 0.2) 0 0 1rem;
}
.real-estate .real-estate-cta-box .cta-box-icon {
  width: 4rem;
  height: 4rem;
  display: block;
  filter: brightness(0) invert(1);
}
.real-estate .real-estate-cta-box strong {
  display: block;
  margin: 1.5rem 0 0 0;
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
}
.real-estate .real-estate-cta-box .cta-box-arrow {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
  opacity: 0.25;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .real-estate .real-estate-cta-box .cta-box-arrow {
    display: none;
  }
}

.calculator {
  position: relative;
  z-index: 0;
  padding: 3.5rem 0;
}
.calculator .calculator-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block;
}
.calculator:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(20, 33, 61, 0.5), rgba(20, 33, 61, 0.25));
  content: " ";
  z-index: 1;
}
.calculator .container {
  z-index: 2;
  position: relative;
}
.calculator h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.calculator p {
  font-size: 1rem;
  color: #fff;
  margin: 1rem 0 0 0;
}
.calculator .icon {
  filter: brightness(0) invert(1);
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem auto;
}
.calculator .calculator-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.calculator .calculator-actions .btn {
  margin: 0.5rem;
}

.sub-header {
  position: relative;
  background: #14213d;
  padding: 10rem 0;
  border-radius: 7.5rem;
  overflow: hidden;
  margin: 0 auto;
  width: calc(100% - 2.5rem);
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .sub-header {
    width: 100%;
    border-radius: 5rem;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header {
    width: 100%;
    border-radius: 5rem;
    margin: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-header {
    width: calc(100% - 1.5rem);
    border-radius: 2.5rem;
    margin: 0 0.75rem;
  }
}
.sub-header .sub-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sub-header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #14213d, rgba(20, 33, 61, 0.15));
  content: " ";
  z-index: 1;
}
.sub-header .container {
  position: relative;
  z-index: 2;
}
.sub-header h1 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 1rem 0;
  letter-spacing: -1px;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
}
.sub-header p {
  color: #fff;
  font-size: 0.9rem;
  margin: 0;
}
.sub-header .breadcrumb .breadcrumb-item {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
.sub-header .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.75);
}
.sub-header .breadcrumb .breadcrumb-item a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.not-found {
  padding: 10rem 0;
}
.not-found h1 {
  font-size: 10rem;
  font-weight: 600;
  letter-spacing: -5px;
  color: #00728b;
  line-height: 1;
  margin: 0;
}
.not-found h2 {
  color: #3890c2;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem 0;
}
.not-found p {
  color: #3890c2;
  margin: 0 0 2.5rem 0;
}

.content-page {
  padding: 5rem 0;
  color: #14213d;
}
.content-page a:not(.btn) {
  color: #14213d;
  text-decoration: underline;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-weight: 600;
  margin: 2.5rem 0 1rem 0;
}
.content-page h1:first-child, .content-page h2:first-child, .content-page h3:first-child, .content-page h4:first-child, .content-page h5:first-child, .content-page h6:first-child {
  margin-top: 0;
}

.real-estate-wrapper {
  position: relative;
}
.real-estate-wrapper .real-estate-body {
  padding: 5rem 0;
}
.real-estate-wrapper .offer {
  width: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 16rem;
  border-radius: 2.5rem;
  overflow: hidden;
  background: rgba(20, 33, 61, 0.05);
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.real-estate-wrapper .offer .offer-image:hover {
  opacity: 0.8;
}
.real-estate-wrapper .offer .offer-image:active {
  opacity: 0.7;
}
.real-estate-wrapper .offer .offer-details {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 0 0;
  flex-grow: 1;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #14213d;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.real-estate-wrapper .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  background: #14213d;
  padding: 0.25rem 0.75rem;
  border-radius: 2.5rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item img {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-size: 0.8rem;
  color: #fff;
}
.real-estate-wrapper .offer .offer-details .faire-offer {
  display: block;
  margin-top: 1rem;
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.7rem;
  color: rgba(20, 33, 61, 0.5);
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 800;
  display: block;
  color: #00728b;
  font-size: 1.25rem;
}

.sub-header.offer-header {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding: 0;
    background: none;
    width: 100%;
    margin: 0;
  }
  .sub-header.offer-header:before {
    display: none;
  }
}
.sub-header.offer-header:after {
  display: none;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .offer-header-wrapper {
    background: #14213d;
    padding: 5rem 1.5rem;
    border-radius: 2.5rem;
  }
}
.sub-header.offer-header h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header h1 {
    font-size: 2rem;
  }
}
.sub-header.offer-header h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #00728b;
}
.sub-header.offer-header p.small {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.7rem;
  margin-top: 0.25rem;
}
.sub-header.offer-header .gallery-slider {
  border-radius: 1rem;
  overflow: hidden;
}
.sub-header.offer-header .gallery-slider .gallery-slide {
  width: calc((100% / 3) - 1.33rem);
  margin: 0 1rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header.offer-header .gallery-slider .gallery-slide {
    width: calc((100% / 2) - 1rem);
  }
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider .gallery-slide {
    width: 100%;
    margin: 0;
  }
}
.sub-header.offer-header .gallery-slider .gallery-slide img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border-radius: 2.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .sub-header.offer-header .gallery-slider .gallery-slide img {
    height: 20rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header.offer-header .gallery-slider .gallery-slide img {
    height: 16rem;
  }
}
.sub-header.offer-header .offer-price {
  margin: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .offer-price {
    margin-bottom: 0;
  }
}
.sub-header.offer-header .offer-price span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-weight: 400;
}
.sub-header.offer-header .offer-price b {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  display: block;
}

.offer-description {
  padding: 5rem 0;
}

.offer-description-wrapper {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  color: #14213d;
  border-top: 1px solid rgba(20, 33, 61, 0.1);
}

.offer-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}
.offer-features .feature-box {
  display: block;
  position: relative;
}
.offer-features .feature-box span {
  display: block;
  font-weight: 400;
  color: #14213d;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  color: #14213d;
  line-height: 1.2;
}

.offer-documents {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  color: #14213d;
  border-top: 1px solid rgba(20, 33, 61, 0.1);
}
.offer-documents h4 {
  font-size: 1.25rem;
  color: #14213d;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
}
.offer-documents .document-item {
  display: block;
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(20, 33, 61, 0.1);
  height: 100%;
  text-decoration: none;
}
.offer-documents .document-item:hover {
  background: rgba(20, 33, 61, 0.05);
  border-color: transparent;
}
.offer-documents .document-item:active {
  background: rgba(20, 33, 61, 0.1);
}
.offer-documents .document-item > img {
  width: 3rem;
  height: 3rem;
  display: block;
  opacity: 0.25;
  filter: grayscale(1);
}
.offer-documents .document-item b {
  color: #14213d;
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1rem 0 0 0;
}

.team {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .team {
    text-align: center;
  }
}
.team h2 {
  font-size: 2.5rem;
  color: #14213d;
  font-weight: bold;
  margin: 0;
}
.team p {
  font-size: 1rem;
  color: #14213d;
  margin: 1rem 0 2.5rem 0;
}
.team hr {
  margin: 5rem 0;
  background: rgba(20, 33, 61, 0.1);
  opacity: 1;
  width: 100%;
  height: 1px;
  border: none;
  outline: none;
  box-shadow: none;
}
.team .team-member {
  display: block;
  position: relative;
}
.team .team-member img.member-avatar {
  width: 10rem;
  height: 10rem;
  position: relative;
  z-index: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
@media (max-width: 767.9px) {
  .team .team-member img.member-avatar {
    margin: auto;
  }
}
.team .team-member img.member-signature {
  position: absolute;
  top: 17.5rem;
  right: 0;
  height: 5rem;
  filter: brightness(0) invert(1);
  z-index: 2;
  display: none;
}
.team .team-member .team-info {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 0 0;
  z-index: 2;
}
.team .team-member .team-info span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #14213d;
  position: relative;
  margin-top: 0.25rem;
}
.team .team-member .team-info b {
  font-size: 1.25rem;
  color: #14213d;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
.team .team-member .team-info i {
  display: block;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
  color: #14213d;
  font-style: normal;
}
.team .team-member .team-contact {
  display: none;
}
.team .team-member.team-member-notary {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  .team .team-member.team-member-notary {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.team .team-member.team-member-notary img.member-avatar {
  width: 16rem;
  height: 22rem;
  flex-shrink: 0;
  border-radius: 1rem;
}
.team .team-member.team-member-notary:before {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 16rem;
  height: 12rem;
  background: linear-gradient(to top, rgba(20, 33, 61, 0.75), rgba(20, 33, 61, 0));
  content: " ";
  border-radius: 0 0 1rem 1rem;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .team .team-member.team-member-notary:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.team .team-member.team-member-notary .team-member-wrapper {
  padding-left: 2.5rem;
  flex-grow: 1;
}
@media (max-width: 767.9px) {
  .team .team-member.team-member-notary .team-member-wrapper {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.team .team-member.team-member-notary img.member-signature {
  position: relative;
  top: 0;
  left: 0;
  margin: 2.5rem 0 0 0;
  filter: brightness(0);
  opacity: 0.5;
  display: block;
}
@media (max-width: 767.9px) {
  .team .team-member.team-member-notary img.member-signature {
    margin-top: 0.5rem;
  }
}
.team .team-member.team-member-notary .team-info {
  padding-top: 0;
}
.team .team-member.team-member-notary .team-info span {
  font-size: 1.25rem;
}
.team .team-member.team-member-notary .team-info b {
  font-size: 2rem;
}
.team .team-member.team-member-notary .team-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  .team .team-member.team-member-notary .team-contact {
    align-items: center;
    text-align: center;
  }
}
.team .team-member.team-member-notary .team-contact .btn.btn-link {
  padding: 0;
  font-size: 0.8rem;
  color: #00728b;
  margin: 0.75rem 0 0 0;
  border: none;
  outline: none;
  text-decoration: none;
}

.services-wrapper {
  position: relative;
  padding: 5rem 0;
}
.services-wrapper .link-box {
  padding: 2.5rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 2.5rem;
  background: rgba(20, 33, 61, 0.025);
}
.services-wrapper .link-box:hover {
  background: rgba(20, 33, 61, 0.05);
}
.services-wrapper .link-box:active {
  background: rgba(20, 33, 61, 0.1);
}
.services-wrapper .link-box img.service-icon {
  width: 3.5rem;
  height: 3.5rem;
  filter: grayscale(1);
  opacity: 0.5;
  flex-shrink: 0;
}
.services-wrapper .link-box .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.services-wrapper .link-box b {
  display: block;
  color: #14213d;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 20%;
  margin: 1.5rem 0 1rem 0;
}
.services-wrapper .link-box p {
  color: #14213d;
  margin-bottom: 1.5rem;
}
.services-wrapper .link-box span {
  font-size: 0.9rem;
  color: #00728b;
  display: block;
  margin-top: auto;
  font-weight: 600;
}

.providers-wrapper {
  position: relative;
  padding: 5rem 0;
}
.providers-wrapper .link-box {
  padding: 2.5rem 7.5rem 2.5rem 2.5rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 2.5rem;
  background: rgba(20, 33, 61, 0.025);
}
.providers-wrapper .link-box:hover {
  background: rgba(20, 33, 61, 0.05);
}
.providers-wrapper .link-box:hover span {
  opacity: 1;
  filter: none;
}
.providers-wrapper .link-box:active {
  background: rgba(20, 33, 61, 0.1);
}
.providers-wrapper .link-box b {
  font-weight: 600;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #14213d;
}
.providers-wrapper .link-box p {
  margin: 0 0 1.5rem 0;
  color: rgba(20, 33, 61, 0.5);
  font-size: 0.9rem;
}
.providers-wrapper .link-box span {
  font-size: 0.9rem;
  color: #00728b;
  display: block;
  margin-top: auto;
  font-weight: 600;
  filter: grayscale(1);
  opacity: 0.25;
}

.blog-posts {
  position: relative;
  padding: 3.5rem 0 5rem 0;
  background: #f2f3f4;
}
.blog-posts .blog-post {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  box-shadow: rgba(20, 33, 61, 0.1) 0 0.5rem 1rem;
  height: 100%;
  display: flex;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 100%;
  height: 20rem;
}
.blog-posts .blog-post .post-image img {
  width: 34%;
  height: 20rem;
  object-fit: cover;
  border-radius: 0.5rem 0 0 0.5rem;
  position: absolute;
}
@media (max-width: 767.9px) {
  .blog-posts .blog-post .post-image {
    height: 15rem;
    width: 35rem;
  }
  .blog-posts .blog-post .post-image img {
    height: 15.1rem;
  }
}
.blog-posts .blog-post .post-details {
  padding: 1.5rem;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: bold;
  color: #14213d;
  font-size: 1.25rem;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.9rem;
  color: rgba(20, 33, 61, 0.5);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(20, 33, 61, 0.75);
  margin: 0;
}

.blog-page {
  padding: 5rem 0;
  background: #f2f3f4;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6 {
  font-weight: bold;
  color: #14213d;
  margin: 2.5rem 0 1rem 0;
}
.blog-page h1:first-child, .blog-page h2:first-child, .blog-page h3:first-child, .blog-page h4:first-child, .blog-page h5:first-child, .blog-page h6:first-child {
  margin-top: 0;
}
.blog-page .blog-post-share {
  display: block;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.blog-page .blog-post-share .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-page .blog-post-share .social-icons a {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
  background: rgba(0, 114, 139, 0.05);
  line-height: 1;
  padding: 1rem;
}
.blog-page .blog-post-share .social-icons a:hover {
  background: #00728b;
}
.blog-page .blog-post-share .social-icons a:hover img {
  filter: brightness(0) invert(1);
}
.blog-page .blog-post-share .social-icons a img {
  width: 1rem;
  height: 1rem;
  display: block;
}

.sub-header.blog-page-header .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.sub-header.blog-page-header .breadcrumb {
  justify-content: flex-start;
}
.sub-header.blog-page-header .blog-author {
  color: #fff;
}

.contact-form {
  padding: 5rem 0;
}
.contact-form h3 {
  font-size: 2.5rem;
  color: #14213d;
  font-weight: bold;
  margin: 0;
}
.contact-form p {
  font-size: 1rem;
  color: #14213d;
  margin: 1rem 0 2.5rem 0;
}
.contact-form .form-field {
  margin-bottom: 1rem;
}
.contact-form .form-label {
  display: block;
  color: #14213d;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.contact-form .form-control {
  padding: 1rem;
  height: auto;
  background: #fff;
  border: 1px solid rgba(20, 33, 61, 0.2);
  border-radius: 1rem;
  box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: rgba(0, 114, 139, 0.25) 0 0 0.25rem;
  border-color: #00728b;
}
.contact-form textarea.form-control {
  min-height: 140px;
}
.contact-form .contact-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  text-align: left;
  flex-shrink: 0;
}
.contact-form .contact-item + .contact-item {
  margin-top: 2.5rem;
}
.contact-form .contact-item img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.contact-form .contact-item .top-contact-item-info {
  color: #14213d;
}
.contact-form .contact-item .top-contact-item-info strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(20, 33, 61, 0.5);
}
.contact-form .contact-item .top-contact-item-info span {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
.contact-form .contact-map {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.contact-form .contact-map iframe {
  width: 100%;
  height: 20rem;
  border-radius: 2.5rem;
  overflow: hidden;
}

.sent-body {
  padding: 12rem 0 10rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: auto !important;
  margin-top: 50px;
}
@media (max-width: 767.9px) {
  .sent-body {
    padding: 12rem 2rem 10rem 2rem;
  }
}

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