@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playwrite+AU+TAS:wght@100..400&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, .documents .document-item b, .documents .document-item > img, .documents .document-item, .services-wrapper .link-box b, .services-wrapper .link-box img.service-icon, .services-wrapper .link-box, .real-estate .real-estate-cta-box, .services .service-item strong, .services .service-item img.service-icon, .services .service-item, .call-to-actions .item, footer.page-footer .social-links .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link.nav-social-link, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

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

.active-effect, .documents .document-item:active, .services-wrapper .link-box:active, .real-estate .real-estate-cta-box: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, .navbar .navbar-nav .nav-item .nav-link.nav-social-link: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: "Inter", sans-serif;
  position: relative;
  --s: 20px; /* control the size*/
  --c1: #ffffff;
  --c2: #fcfcfc;
  --c:#0000,var(--c1) .5deg 119.5deg,#0000 120deg;
  --g1:conic-gradient(from 60deg at 56.25% calc(425%/6),var(--c));
  --g2:conic-gradient(from 180deg at 43.75% calc(425%/6),var(--c));
  --g3:conic-gradient(from -60deg at 50% calc(175%/12),var(--c));
  background: var(--g1), var(--g1) var(--s) calc(1.73 * var(--s)), var(--g2), var(--g2) var(--s) calc(1.73 * var(--s)), var(--g3) var(--s) 0, var(--g3) 0 calc(1.73 * var(--s)) var(--c2);
  background-size: calc(2 * var(--s)) calc(3.46 * var(--s));
}
@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: 11px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 14px;
  }
}

.top-branding {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 101;
  padding: 1.5rem 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .top-branding {
    text-align: left;
    padding: 0.75rem 0;
  }
}
.top-branding .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.top-branding .navbar-brand img {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.top-branding .navbar-brand span {
  font-weight: 600;
  color: #004261;
  font-size: 1.25rem;
}
.top-branding .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}
.top-branding .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 767.9px) {
  .top-branding .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 100;
  border-top: 1px solid rgba(0, 66, 97, 0.1);
  box-shadow: rgba(0, 66, 97, 0.05) 0 0.25rem 1rem;
}
@media (max-width: 767.9px) {
  .navbar {
    padding: 0;
    position: relative;
    border-top: none;
    box-shadow: none;
  }
}
.navbar .navbar-nav.navbar-nav-social {
  margin-left: 0.5rem;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav.navbar-nav-social {
    margin-left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.5rem;
  }
}
.navbar .navbar-nav.navbar-nav-social .nav-item {
  margin: 0 0.5rem;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin: 0 1rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #004261;
  padding: 0.75rem 0;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
    text-align: center;
  }
}
.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: #d2b887;
}
.navbar .navbar-nav .nav-item .nav-link.nav-social-link {
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 66, 97, 0.05);
  border-radius: 50%;
}
.navbar .navbar-nav .nav-item .nav-link.nav-social-link:hover, .navbar .navbar-nav .nav-item .nav-link.nav-social-link:focus {
  background: rgba(0, 66, 97, 0.1);
}
.navbar .navbar-nav .nav-item .nav-link.nav-social-link:active {
  background: rgba(0, 66, 97, 0.2);
}
.navbar .navbar-nav .nav-item .nav-link.nav-social-link img {
  width: 1rem;
  height: 1rem;
}

.top-contact {
  position: relative;
  padding: 1rem 0;
  background: rgba(210, 184, 135, 0.15);
}
.top-contact .top-contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.9px) {
  .top-contact .top-contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-contact .top-contact-item {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  text-align: left;
  flex-shrink: 0;
  margin: 0 3.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 img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-right: 1rem;
  opacity: 0.25;
}
.top-contact .top-contact-item .top-contact-item-info {
  color: #004261;
}
.top-contact .top-contact-item .top-contact-item-info strong {
  display: block;
  font-size: 0.9rem;
}
@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.9rem;
}
@media (max-width: 767.9px) {
  .top-contact .top-contact-item .top-contact-item-info span {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .top-contact .btn.btn-primary {
    width: 100%;
    flex-shrink: 0;
    margin-top: 1rem;
    justify-content: center;
  }
}

footer.page-footer {
  background: #004261;
  padding: 5rem 0;
}
footer.page-footer hr {
  margin: 2.5rem 0;
  opacity: 0.1;
  background: #fff;
}
footer.page-footer .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 1;
}
footer.page-footer .navbar-brand img {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
footer.page-footer .navbar-brand span {
  font-weight: 600;
  color: #fff;
  font-size: 1.25rem;
}
footer.page-footer h3 {
  font-weight: 600;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin: 2.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 2.5rem 0 1rem 0;
  }
}
footer.page-footer p {
  font-size: 1.125rem;
  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.75rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #d2b887;
}
footer.page-footer .nav-link.nav-link-contact {
  display: flex;
  align-items: flex-start;
}
footer.page-footer .nav-link.nav-link-contact img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
footer.page-footer .nav-link strong {
  font-weight: 500;
}
footer.page-footer .footer-notary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1rem;
  position: relative;
}
footer.page-footer .footer-notary:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  border-radius: 0.75rem;
  content: " ";
  background: #d2b887;
}
footer.page-footer .footer-notary h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
footer.page-footer .footer-notary + .footer-notary {
  margin-top: 1rem;
}
footer.page-footer .footer-notary a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  text-decoration: none;
}
footer.page-footer .footer-notary a:hover {
  color: #d2b887;
  text-decoration: underline;
}
footer.page-footer .footer-notary span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.25);
  display: block;
}
footer.page-footer .nav-item .nav-link span {
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer .social-links .nav-item .nav-link {
  margin-right: 0.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #d2b887;
  padding: 0.75rem 1rem;
}
footer.page-footer .social-links .nav-item .nav-link:hover {
  background: #d2b887;
}
footer.page-footer .social-links .nav-item .nav-link:hover img {
  filter: brightness(0) invert(1);
}
footer.page-footer .social-links .nav-item .nav-link img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}

.btn {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-radius: 2rem;
  padding: 1rem 2rem;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(0, 66, 97, 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: #d2b887;
  border-color: #d2b887;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #004261;
  border-color: #004261;
}
.btn.btn-primary:active {
  background: #004261;
  border-color: #004261;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #004261;
}
.btn.btn-dark {
  background: #565759;
  border-color: #565759;
  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: #d2b887;
  color: #d2b887;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #d2b887;
  border-color: #d2b887;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: rgb(0, 128.4618556701, 188.8);
  border-color: rgb(0, 128.4618556701, 188.8);
  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: #004261;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #d2b887;
}
.btn.btn-outline-dark {
  border-color: #004261;
  color: #004261;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #004261;
  border-color: #004261;
  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: rgb(230.8636363636, 216.9181818182, 190.6363636364);
}
.form-control {
  height: auto;
}
.main {
  padding-top: 5rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .main {
    padding-top: 0;
  }
}
.main .box {
  border: 2px solid #d2b887;
  border-radius: 2rem;
  padding: 3rem;
}
.main .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-position: top;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767.9px) {
  .main .main-bg {
    border-radius: 0 0 4rem 4rem;
  }
}
.main .container {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
}
.main .container:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(64, 71, 76, 0.8), rgba(64, 71, 76, 0.8));
  content: " ";
  border-radius: 2rem;
  z-index: -1;
  opacity: 1;
}
@media (max-width: 767.9px) {
  .main .container:after {
    border-radius: 0 0 4rem 4rem;
  }
}
.main h1 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  letter-spacing: -1px;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.main h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  margin: 1rem 0 0 0;
  letter-spacing: -2px;
}
@media (max-width: 767.9px) {
  .main h2 {
    letter-spacing: -1px;
  }
}
.main h3 {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  margin: 1rem 0;
}
@media (max-width: 767.9px) {
  .main h3 {
    font-size: 1.25rem;
  }
}
.main h3 span {
  display: inline-block;
  position: relative;
}
.main h3 span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4rem;
  width: 3rem;
  height: 2px;
  background: #fff;
  content: " ";
  margin: auto;
}
.main h3 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4rem;
  width: 3rem;
  height: 2px;
  background: #fff;
  content: " ";
  margin: auto;
}
.main p {
  color: #fff;
}

.call-to-actions {
  position: relative;
  z-index: 1;
  padding: 1px 0 0 0;
  margin-top: 5rem;
}
.call-to-actions .box-notary-message {
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
  font-family: "Playwrite AU TAS", sans-serif;
  text-align: justify;
}
.call-to-actions .container {
  position: relative;
  z-index: 1;
}
.call-to-actions .box {
  position: relative;
  z-index: 1;
}
.call-to-actions .item {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 2rem;
  border: 2px solid #004261;
  background: #fff;
  text-align: center;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    height: auto;
  }
}
.call-to-actions .item .info {
  margin-bottom: 1.5rem;
}
.call-to-actions .item:hover {
  background: #004261;
}
.call-to-actions .item:hover b {
  color: #fff;
}
.call-to-actions .item:hover span {
  color: rgba(255, 255, 255, 0.75);
}
.call-to-actions .item:hover img {
  filter: brightness(0) invert(1);
}
.call-to-actions .item:active {
  background: #004261;
}
.call-to-actions .item img {
  height: 3.5rem;
  filter: brightness(0) saturate(100%) invert(86%) sepia(13%) saturate(895%) hue-rotate(355deg) brightness(87%) contrast(87%);
}
.call-to-actions .item b {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #004261;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
.call-to-actions .item span {
  font-size: 0.9rem;
  color: rgba(0, 66, 97, 0.75);
  line-height: 1.2;
  display: block;
}

.services {
  position: relative;
  padding: 5rem 0 0 0;
}
.services .box {
  border: 2px solid #004261;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
  padding: 3rem;
  background: #fff;
}
.services h2 {
  font-size: 2.5rem;
  color: #004261;
  font-weight: bold;
  margin: 0;
}
.services p {
  font-size: 1rem;
  color: #004261;
  margin: 1rem 0 2.5rem 0;
}
.services .service-item {
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2rem;
  border: 2px solid #004261;
  text-align: center;
}
.services .service-item:hover {
  background: #004261;
}
.services .service-item:hover strong {
  color: #fff;
}
.services .service-item:hover img.service-icon {
  filter: brightness(0) invert(1);
}
.services .service-item:active {
  background: #004261;
  border-color: transparent;
}
.services .service-item img.service-icon {
  height: 7rem;
}
.services .service-item strong {
  display: block;
  color: #004261;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.5rem;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .services .service-item strong {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .services .service-item strong {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item strong {
    font-size: 1.25rem;
  }
}
.services .service-item p {
  display: none;
}

.mini-team {
  padding: 5rem 0 0 0;
}
.mini-team .box {
  border: 2px solid #004261;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
  padding: 3rem;
  background: #fff;
}
.mini-team h2 {
  font-size: 2.5rem;
  color: #004261;
  font-weight: bold;
  margin: 0;
}
.mini-team p {
  font-size: 1rem;
  color: #004261;
  margin: 1rem 0 2.5rem 0;
}
.mini-team .card-content p {
  margin: 0;
  color: #d2b887;
}
.mini-team .team-member {
  display: block;
  position: relative;
}
.mini-team .team-member .card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.mini-team .team-member .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.mini-team .team-member .card:hover img,
.mini-team .team-member .card.touch-active img {
  transform: scale(1.1);
}
.mini-team .team-member .card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s;
}
.mini-team .team-member .card-content a {
  color: #d2b887;
  text-decoration: none;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .mini-team .team-member .card-content a {
    font-size: 0.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .mini-team .team-member .card-content a {
    font-size: 0.6rem;
  }
}
@media (max-width: 767.9px) {
  .mini-team .team-member .card-content a {
    font-size: 0.6rem;
  }
}
.mini-team .team-member .card-content a:hover {
  color: rgb(223.9090909091, 205.9454545455, 172.0909090909);
}
.mini-team .team-member .card:hover .card-content,
.mini-team .team-member .card.touch-active .card-content {
  opacity: 1;
}
@media (hover: none) and (pointer: coarse) {
  .mini-team .team-member {
    /* On mobile, make card respond on tap */
  }
  .mini-team .team-member .card {
    touch-action: manipulation;
  }
}
.mini-team .team-member img {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 0;
  border: 2px solid #004261;
  border-radius: 2rem;
  object-fit: cover;
  display: block;
}
.mini-team .team-member .info {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 0 0;
  z-index: 2;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #d2b887;
  position: relative;
  margin: 0.25rem 0 1rem 0;
}
.mini-team .team-member .info b {
  font-size: 1.25rem;
  color: #004261;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
.mini-team .team-member .info i {
  display: block;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
  color: #004261;
  font-style: normal;
}
.mini-team .team-member .info a {
  color: #d2b887;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .mini-team .team-member .info a {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .mini-team .team-member .info a {
    font-size: 0.8rem;
  }
}
.mini-team .team-member .info a:hover {
  color: rgb(223.9090909091, 205.9454545455, 172.0909090909);
}
.mini-team .team-collaborators-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  margin: 1.5rem 0;
}
.mini-team .team-collaborators-inline img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-right: -0.75rem;
  border: 2px solid #faf8f3;
}
.mini-team .team-collaborators-inline span {
  color: #d2b887;
  margin-left: 1.5rem;
  font-weight: bold;
  font-size: 0.8rem;
  display: block;
}

.real-estate {
  position: relative;
  padding: 5rem 0;
}
.real-estate .box {
  border: 2px solid #004261;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
  padding: 3rem;
  background: #fff;
}
.real-estate h2 {
  font-size: 2.5rem;
  color: #004261;
  font-weight: bold;
  margin: 0;
}
.real-estate p {
  font-size: 1rem;
  color: #004261;
  margin: 1rem 0 2.5rem 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: 14rem;
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #004261;
  border-radius: 2rem;
}
.real-estate .offer .offer-details {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0 0;
  flex-grow: 1;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: bold;
  font-size: 1.15rem;
  color: #004261;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.real-estate .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  background: #004261;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
}
.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: auto;
}
.real-estate .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.7rem;
  color: rgba(0, 66, 97, 0.5);
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 800;
  display: block;
  color: #d2b887;
  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: #565759;
  border-radius: 0.75rem;
  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: #d2b887;
}
.real-estate .real-estate-cta-box:active {
  box-shadow: rgba(210, 184, 135, 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-bottom: 5rem;
}
.calculator .container {
  position: relative;
  z-index: 2;
}
.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;
}
.calculator .box {
  padding: 5rem;
  border: 2px solid #004261;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .calculator .box {
    padding: 3.5rem;
    background-attachment: inherit !important;
  }
}
.calculator .box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 66, 97, 0.5), rgba(0, 66, 97, 0.25));
  content: " ";
  z-index: 0;
}
.calculator .box .row {
  position: relative;
  z-index: 2;
}

.sub-header {
  position: relative;
  background: #004261;
  padding: 15rem 0 10rem 0;
}
@media (max-width: 767.9px) {
  .sub-header {
    padding: 30rem 0 7.5rem 0;
  }
}
.sub-header .sub-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .sub-header .sub-header-bg {
    width: 100%;
    height: 25rem;
    border-radius: 0 0 4rem 4rem;
  }
}
.sub-header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #004261, rgba(0, 66, 97, 0.15));
  content: " ";
  z-index: 1;
}
.sub-header:after {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  transform-origin: center;
  transform: rotate(90deg);
  margin: auto;
  z-index: 2;
  animation: 1.5s ease-in-out infinite pulse-effect;
}
@keyframes pulse-effect {
  0% {
    transform: rotate(90deg) translateX(0);
  }
  50% {
    transform: rotate(90deg) translateX(1.5rem);
  }
  100% {
    transform: rotate(90deg) translateX(0);
  }
}
.sub-header .container {
  position: relative;
  z-index: 2;
}
.sub-header h1 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin: 0 0 1rem 0;
  letter-spacing: -2px;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
}
.sub-header p {
  color: #fff;
  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: #d2b887;
  line-height: 1;
  margin: 0;
}
.not-found h2 {
  color: #565759;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem 0;
}
.not-found p {
  color: #565759;
  margin: 0 0 2.5rem 0;
}

.content-page {
  padding: 5rem 0;
  color: #004261;
}
.content-page a:not(.btn) {
  color: #004261;
  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: 14rem;
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #004261;
  border-radius: 2rem;
}
.real-estate-wrapper .offer .offer-details {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0 0;
  flex-grow: 1;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: bold;
  font-size: 1.15rem;
  color: #004261;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate-wrapper .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  background: #004261;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
}
.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: auto;
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.7rem;
  color: rgba(0, 66, 97, 0.5);
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 800;
  display: block;
  color: #d2b887;
  font-size: 1.25rem;
}

.sub-header.offer-header {
  padding: 5rem 0 1px 0;
}
.sub-header.offer-header:after {
  display: none;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding: 0 0 5rem 0;
  }
}
.sub-header.offer-header h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #d2b887;
}
.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: 0.75rem;
  overflow: hidden;
  margin-top: 1.5rem;
  margin-bottom: -5rem;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 5rem -0.75rem;
    border-radius: 0;
  }
}
.sub-header.offer-header .gallery-slider .gallery-slide {
  width: calc(33.3333333333% - 1.33rem);
  margin: 0 1rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header.offer-header .gallery-slider .gallery-slide {
    width: calc(50% - 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: 2rem;
  border: 2px solid #004261;
}
@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;
  }
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider .gallery-slide img {
    border-radius: 0 0 4rem 4rem;
  }
}
.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: #d2b887;
  display: block;
}

.offer-description {
  padding: 10rem 0 5rem 0;
  color: #004261;
}
@media (max-width: 767.9px) {
  .offer-description {
    padding: 5rem 0;
  }
}

.offer-features .feature-box {
  display: block;
  position: relative;
}
.offer-features .feature-box + .feature-box {
  margin-top: 1.5rem;
}
.offer-features .feature-box span {
  display: block;
  font-weight: 400;
  color: #004261;
  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: #004261;
  line-height: 1.2;
}

.team {
  padding: 5rem 0;
}
.team h2 {
  font-size: 2.5rem;
  color: #004261;
  font-weight: bold;
  margin: 0;
}
.team p {
  font-size: 1rem;
  color: #004261;
  margin: 1rem 0 2.5rem 0;
}
.team .card-content p {
  margin: 0;
  color: #d2b887;
}
.team .team-row .team-member {
  display: block;
  position: relative;
}
.team .team-row .team-member .card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.team .team-row .team-member .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.team .team-row .team-member .card:hover img,
.team .team-row .team-member .card.touch-active img {
  transform: scale(1.1);
}
.team .team-row .team-member .card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s;
}
.team .team-row .team-member .card-content a {
  color: #d2b887;
  text-decoration: none;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .team .team-row .team-member .card-content a {
    font-size: 0.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .team .team-row .team-member .card-content a {
    font-size: 0.7rem;
  }
}
@media (max-width: 767.9px) {
  .team .team-row .team-member .card-content a {
    font-size: 0.7rem;
  }
}
.team .team-row .team-member .card-content a:hover {
  color: rgb(223.9090909091, 205.9454545455, 172.0909090909);
}
.team .team-row .team-member .card:hover .card-content,
.team .team-row .team-member .card.touch-active .card-content {
  opacity: 1;
}
@media (hover: none) and (pointer: coarse) {
  .team .team-row .team-member {
    /* On mobile, make card respond on tap */
  }
  .team .team-row .team-member .card {
    touch-action: manipulation;
  }
}
.team .team-row .team-member img {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 0;
  border: 2px solid #004261;
  border-radius: 2rem;
  object-fit: cover;
  display: block;
}
.team .team-row .team-member .info {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 0 0;
  z-index: 2;
}
.team .team-row .team-member .info span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #d2b887;
  position: relative;
  margin: 0.25rem 0 1rem 0;
}
.team .team-row .team-member .info b {
  font-size: 1.25rem;
  color: #004261;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
.team .team-row .team-member .info i {
  display: block;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
  color: #004261;
  font-style: normal;
}
.team .team-row .team-member .info a {
  color: #d2b887;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .team .team-row .team-member .info a {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .team .team-row .team-member .info a {
    font-size: 0.8rem;
  }
}
.team .team-row .team-member .info a:hover {
  color: rgb(223.9090909091, 205.9454545455, 172.0909090909);
}

.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: block;
  background: #fff;
  border-radius: 2rem;
  border: 2px solid #004261;
}
.services-wrapper .link-box:hover {
  background: #004261;
}
.services-wrapper .link-box:hover b, .services-wrapper .link-box:hover p {
  color: #fff;
}
.services-wrapper .link-box:hover img.service-icon {
  filter: brightness(0) invert(1);
}
.services-wrapper .link-box:active {
  background: #004261;
}
.services-wrapper .link-box img.service-icon {
  height: 7rem;
}
.services-wrapper .link-box b {
  display: block;
  color: #004261;
  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: #004261;
}

.documents {
  padding: 0 0 5rem 0;
}
.documents h4 {
  font-size: 2rem;
  color: #004261;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
}
.documents .document-item {
  display: block;
  position: relative;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 66, 97, 0.1);
  height: 100%;
  text-decoration: none;
}
.documents .document-item:hover {
  background: rgba(0, 66, 97, 0.05);
}
.documents .document-item:hover b {
  color: #d2b887;
}
.documents .document-item:active {
  background: rgba(0, 66, 97, 0.1);
}
.documents .document-item > img {
  width: 3rem;
  height: 3rem;
  display: block;
  opacity: 0.25;
  filter: grayscale(1);
}
.documents .document-item b {
  color: #004261;
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1rem 0 1.5rem 0;
}

.providers-wrapper {
  position: relative;
  padding: 5rem 0 3.5rem 0;
}
.providers-wrapper .link-box {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  background: #fff;
  padding: 2.5rem;
  border: 2px solid #004261;
  border-radius: 2rem;
}
.providers-wrapper .link-box:hover {
  background: #004261;
}
.providers-wrapper .link-box:hover .info b, .providers-wrapper .link-box:hover .info p {
  color: #fff;
}
.providers-wrapper .link-box img.service-icon {
  position: relative;
  height: 5rem;
  margin-bottom: 1.5rem;
  z-index: 2;
  background: #eff3f6;
  padding: 1rem;
  border-radius: 0.75rem;
}
.providers-wrapper .link-box .info {
  display: block;
  position: relative;
}
.providers-wrapper .link-box .info b {
  font-weight: 600;
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #004261;
}
.providers-wrapper .link-box .info p {
  margin: 0;
  color: #004261;
  font-size: 0.9rem;
}

.blog-posts {
  position: relative;
  padding: 3.5rem 0 5rem 0;
  background: #f2f3f4;
}
.blog-posts .blog-post {
  position: relative;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 66, 97, 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.25rem 0 0 0.25rem;
  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: #004261;
  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(0, 66, 97, 0.5);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(0, 66, 97, 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: #004261;
  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: 0.75rem;
  background: rgba(210, 184, 135, 0.05);
  line-height: 1;
  padding: 1rem;
}
.blog-page .blog-post-share .social-icons a:hover {
  background: #d2b887;
}
.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: #004261;
  font-weight: bold;
  margin: 0;
}
.contact-form p {
  font-size: 1rem;
  color: #004261;
  margin: 1rem 0 2.5rem 0;
}
.contact-form .form-field {
  margin-bottom: 1rem;
}
.contact-form .form-label {
  display: block;
  color: #004261;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.contact-form .form-control {
  padding: 1rem;
  height: auto;
  background: #fff;
  border: 1px solid rgba(0, 66, 97, 0.2);
  border-radius: 0.75rem;
  box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: rgba(210, 184, 135, 0.25) 0 0 0.25rem;
  border-color: #d2b887;
}
.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: #004261;
}
.contact-form .contact-item .top-contact-item-info strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(0, 66, 97, 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: 2rem;
  overflow: hidden;
  filter: grayscale(1);
}

.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 */
