@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600;700;800");
@import "plugins/flickity.min.css";
.animated-effect, .blog-page .blog-post-share .social-icons a img, .blog-page .blog-post-share .social-icons a, .documents .document-item > img, .documents .document-item, .services-wrapper .link-box, .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link, .services .service-item strong, .services .service-item img, .services .service-item, .call-to-actions .item, footer.page-footer .social-links .nav-item .nav-link, 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, .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: "Red Hat Display", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 14px;
  }
}

header.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.page-header .container {
  position: static;
}
header.page-header .navbar {
  padding: 0.5rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav {
    padding: 1rem;
    border-radius: 0.75rem;
    background: #00263a;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 2rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 1.5rem;
  }
}
@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: 700;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 0.5rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus, header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover:after, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus:after, header.page-header .navbar .navbar-nav .nav-item .nav-link.active:after, header.page-header .navbar .navbar-nav .nav-item .nav-link:active:after {
  position: absolute;
  bottom: -0.4rem;
  left: -0.5rem;
  right: -0.5rem;
  /* width: 100%; */
  height: 1px;
  background: #fff;
  content: " ";
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link:hover:after, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus:after, header.page-header .navbar .navbar-nav .nav-item .nav-link.active:after, header.page-header .navbar .navbar-nav .nav-item .nav-link:active:after {
    width: 2px;
    height: 100%;
    left: -0.5rem;
  }
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  filter: brightness(0) invert(1);
}
header.page-header .navbar .btn.top-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 4rem 0.5rem 2rem;
  border-radius: 0rem 0 0 1rem;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  header.page-header .navbar .btn.top-button {
    height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .btn.top-button {
    padding: 0.5rem 3rem 0.5rem 1rem;
  }
}
header.page-header .navbar .btn.top-button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: " ";
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .btn.top-button:after {
    right: 0.5rem;
  }
}
header.page-header .navbar .btn.top-button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.85rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .btn.top-button:before {
    right: 1.35rem;
  }
}

.navbar-brand {
  position: relative;
  padding-left: 4.5rem;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand {
    margin-right: 0;
    padding-left: 3.5rem;
  }
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  border-radius: 0.25rem;
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    width: 3rem;
    height: 3rem;
  }
}
.navbar-brand strong {
  display: block;
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 0.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 180px;
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand strong {
    font-size: 0.9rem;
    width: 100px;
  }
}
.navbar-brand span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.7rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand span {
    letter-spacing: 2px;
  }
}

.is-action-sent .page-header .navbar-brand img {
  filter: none;
}
.is-action-sent .page-header .navbar-brand strong, .is-action-sent .page-header .navbar-brand span {
  color: #58a792;
}
.is-action-sent .page-header .navbar-brand .nav-item .nav-link {
  color: #58a792;
}
.is-action-sent .page-header .navbar .navbar-nav .nav-item .nav-link {
  color: #58a792;
}
.is-action-sent .page-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: rgba(155, 8, 22, 0.5215686275);
}
.is-action-sent header.page-header .navbar .navbar-toggler {
  filter: none;
}

footer.page-footer {
  background: #fff;
  padding: 5rem 0;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  opacity: 0.1;
  background: #00263a;
}
footer.page-footer .navbar-brand img {
  filter: none;
}
footer.page-footer .navbar-brand strong, footer.page-footer .navbar-brand span {
  color: #00263a;
}
footer.page-footer h3 {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1rem;
  color: #00263a;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin-top: 2rem;
  }
}
footer.page-footer p {
  font-size: 1rem;
  color: rgba(0, 38, 58, 0.5);
  margin: 0.35rem 0 0 0;
}
footer.page-footer p strong, footer.page-footer p span {
  display: block;
}
footer.page-footer p.working-hour {
  display: flex;
  justify-content: space-between;
}
footer.page-footer p.small {
  font-size: 0.7rem;
  color: rgba(0, 38, 58, 0.25);
}
footer.page-footer p a {
  color: inherit;
  text-decoration: none;
}
footer.page-footer .nav-link {
  font-size: 1rem;
  color: rgba(0, 38, 58, 0.75);
  text-decoration: none;
  padding: 0;
  margin: 0.35rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #00263a;
}
footer.page-footer .social-links .nav-item .nav-link {
  margin-right: 0.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 38, 58, 0.05);
  padding: 0.75rem 1rem;
}
footer.page-footer .social-links .nav-item .nav-link:hover {
  background: #58a792;
}
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;
}

.btn {
  font-weight: 600;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  box-shadow: rgba(0, 38, 58, 0.05) 0 0.25rem 0.75rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(0, 38, 58, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #58a792;
  border-color: #58a792;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #359d81;
  border-color: #359d81;
}
.btn.btn-primary:active {
  background: #359d81;
  border-color: #359d81;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #00263a;
}
.btn.btn-dark {
  background: #00263a;
  border-color: #00263a;
  color: #00263a;
}
.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: #58a792;
  color: #58a792;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #58a792;
  border-color: #58a792;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: rgb(0, 98.1448275862, 149.8);
  border-color: rgb(0, 98.1448275862, 149.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: #00263a;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #58a792;
}
.btn.btn-outline-dark {
  border-color: #00263a;
  color: #00263a;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #00263a;
  border-color: #00263a;
  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(138.1, 193.4, 178.7);
}
.form-control {
  height: auto;
}
.main {
  padding: 15rem 0 10rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .main {
    padding: 10rem 0 5rem 0;
  }
}
.main .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-position: center top;
  object-fit: cover;
}
.main:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #00263a, rgba(0, 38, 58, 0));
  content: " ";
  z-index: 1;
  opacity: 0;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00263a;
  content: " ";
  z-index: 1;
  opacity: 0.5;
}
.main .container {
  position: relative;
  z-index: 2;
}
.main h1 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  margin: 1rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.main h3 {
  color: #fff;
  font-size: 1.25rem;
  display: inline-block;
}
.main p {
  color: #fff;
}
@media (max-width: 767.9px) {
  .main p {
    max-width: 65%;
  }
}

.call-to-actions {
  position: relative;
  z-index: 1;
  padding: 0 0;
}
.call-to-actions .container {
  position: relative;
  z-index: 1;
}
.call-to-actions .box {
  margin-top: -2.5rem;
  position: relative;
  z-index: 1;
}
.call-to-actions .item {
  padding: 2.5rem;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: rgba(0, 38, 58, 0.1) 0 0.5rem 2.5rem;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    border-left: none;
    border-top: 1px solid rgb(230.84, 236.88, 241.41);
  }
}
.call-to-actions .item:hover {
  background: #fff;
  transform-origin: center;
  transform: scale(1.05);
  box-shadow: rgba(0, 38, 58, 0.05) 0 0.25rem 0.75rem;
}
.call-to-actions .item img {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.5rem;
}
.call-to-actions .item b {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #00263a;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.call-to-actions .item span {
  font-size: 0.9rem;
  color: rgba(0, 38, 58, 0.75);
  line-height: 1.2;
  display: block;
}

.services {
  position: relative;
  padding: 2.5rem 0 0 0;
}
.services .box {
  padding: 5rem;
  background: #58a792;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 38, 58, 0.1) 0 0.5rem 2.5rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .services .box {
    padding: 2.5rem;
  }
}
.services h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif;
  margin: 0 0 1rem 0;
}
.services h4 {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0.5rem 0 2.5rem 0;
  line-height: 1.5;
}
.services .service-item {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
  background: #58a792;
  position: relative;
}
@media (min-width: 768px) {
  .services .service-item:first-child {
    margin-top: -2.5rem;
  }
  .services .service-item:last-child {
    margin-bottom: -2.5rem;
  }
}
@media (max-width: 767.9px) {
  .services .service-item {
    width: calc(100% + 5rem);
    margin: 0 -2.5rem;
    padding: 1.5rem 2.5rem;
  }
}
.services .service-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.services .service-item:hover:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: " ";
  margin: auto;
}
.services .service-item:hover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.85rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}
.services .service-item + .service-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.services .service-item img {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) invert(1);
}
.services .service-item strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-left: 1rem;
}
.services .service-item p {
  display: none;
}

.mini-team {
  padding: 2.5rem 0 0 0;
}
.mini-team .box {
  padding: 5rem 5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 38, 58, 0.1) 0 0.5rem 2.5rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .mini-team .box {
    padding: 2.5rem;
  }
}
.mini-team h2 {
  font-size: 2rem;
  color: #00263a;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif;
  margin: 0 0 1rem 0;
}
.mini-team h4 {
  font-size: 1rem;
  color: #00263a;
  line-height: 1.5;
  margin: 0;
}
.mini-team .team-member {
  display: block;
  position: relative;
  text-align: center;
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    margin-top: 1.5rem;
  }
}
.mini-team .team-member img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: auto;
}
@media (max-width: 767.9px) {
  .mini-team .team-member img {
    width: 5rem;
    height: 5rem;
  }
}
.mini-team .team-member .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0 0 0;
}
@media (max-width: 767.9px) {
  .mini-team .team-member .info {
    display: block;
  }
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.8rem;
  color: #00263a;
  position: relative;
  margin-top: 0.25rem;
}
.mini-team .team-member .info b {
  font-size: 1.25rem;
  color: #00263a;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .mini-team .team-member .info b {
    font-size: 1rem;
  }
}
.mini-team .team-member .info b i {
  font-style: normal;
}
.mini-team .team-member .info a {
  display: none;
}
.mini-team .team-slider {
  width: calc(100% + 1.5rem);
  margin: -0.75rem;
  padding: 0.75rem;
  overflow: hidden;
}
.mini-team .team-slider .flickity-viewport {
  overflow: visible;
}
.mini-team .team-slider .team-member {
  margin: 0 0.75rem;
  width: calc(25% - 0.75rem);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .mini-team .team-slider .team-member {
    width: calc(50% - 0.75rem);
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .mini-team .team-slider .team-member {
    width: 50%;
    margin-top: 1.5rem;
  }
}

.calculator {
  position: relative;
  z-index: 0;
  padding: 5rem 0;
}
.calculator:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #58a792;
  content: " ";
  z-index: 0;
  opacity: 0.75;
}
.calculator .container {
  position: relative;
  z-index: 2;
}
.calculator h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif;
  margin: 0 0 1rem 0;
}
.calculator p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.real-estate {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.real-estate h2 {
  font-size: 2rem;
  color: #00263a;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif;
  margin: 0 0 1rem 0;
}
.real-estate h4 {
  font-size: 1rem;
  color: #00263a;
  margin: 0;
  line-height: 1.5;
}
.real-estate .offer {
  width: 100%;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 38, 58, 0.1) 0 0.5rem 1rem;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .real-estate .offer {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .real-estate .offer {
    width: 100%;
    margin-right: 0;
  }
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 12rem;
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}
.real-estate .offer .offer-details {
  display: block;
  padding: 1rem;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: bold;
  font-size: 1.15rem;
  color: #00263a;
  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;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #eff3f6;
  border-bottom: 1px solid #eff3f6;
}
.real-estate .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.real-estate .offer .offer-details .offer-specifics .item img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  filter: brightness(0);
  opacity: 0.5;
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-size: 0.9rem;
  color: #00263a;
}
.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: #00263a;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 800;
  display: block;
  color: #58a792;
  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 {
    margin-top: 1.5rem;
    margin-left: -0.75rem;
  }
}
.real-estate .offers-slider .flickity-viewport {
  overflow: visible;
}
.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: 100%;
  }
}
@media (max-width: 767.9px) {
  .real-estate .offers-slider .offer {
    width: 100%;
  }
}

.sub-header {
  position: relative;
  background: #00263a;
  padding: 15rem 0 10rem 0;
}
@media (max-width: 767.9px) {
  .sub-header {
    padding: 10rem 0 5rem 0;
  }
}
.sub-header .sub-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sub-header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #00263a, rgba(0, 38, 58, 0));
  content: " ";
  z-index: 1;
  opacity: 0.2;
}
.sub-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00263a;
  content: " ";
  z-index: 1;
  opacity: 0.5;
}
.sub-header .container {
  position: relative;
  z-index: 2;
}
.sub-header h1 {
  color: #fff;
  font-size: 3.5rem;
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin: 1rem 0;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 2.5rem;
  }
}
.sub-header p {
  color: #fff;
}
.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;
}

.real-estate-wrapper {
  position: relative;
  background: #f2f3f4;
  padding: 0 0 5rem 0;
}
.real-estate-wrapper .real-estate-header {
  padding: 0.5rem 0;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs {
  border: none;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item {
  margin: 0 2rem 0 0;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item {
    margin: 0 0.5rem;
  }
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  font-size: 1rem;
  border: none;
  background-color: #58a792;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
@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, .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link.active {
  color: #fff;
}
.real-estate-wrapper .btn-primary {
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
}
.real-estate-wrapper .real-estate-body {
  padding: 1.5rem 0 0 0;
}
.real-estate-wrapper .offer {
  border-radius: 0.75rem;
  box-shadow: rgba(0, 38, 58, 0.1) 0 0.5rem 1rem;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .real-estate-wrapper .offer {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer {
    width: 100%;
    margin-right: 0;
  }
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 12rem;
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  padding: 1rem;
  background: #fff;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: bold;
  font-size: 1.15rem;
  color: #00263a;
  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;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #eff3f6;
  border-bottom: 1px solid #eff3f6;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  filter: brightness(0);
  opacity: 0.5;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-size: 0.9rem;
  color: #00263a;
}
.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: #00263a;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 800;
  display: block;
  color: #58a792;
  font-size: 1.25rem;
}
.real-estate-wrapper .offer.no-offer {
  box-shadow: none;
}
.real-estate-wrapper .offer.no-offer img {
  width: 64px;
}
.real-estate-wrapper .offer.no-offer h4 {
  margin: 1rem 0 0.5rem 0;
  font-weight: bold;
  color: #00263a;
}

.sub-header.offer-header {
  padding: 10rem 0 5rem 0;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding: 0;
  }
}
.sub-header.offer-header:before, .sub-header.offer-header:after {
  opacity: 0.85;
}
.sub-header.offer-header h1 {
  font-size: 2.5rem;
}
.sub-header.offer-header h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.sub-header.offer-header h3:before {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background: url("../img/icons/real-estate.png") center no-repeat;
  background-size: contain;
  content: " ";
  filter: brightness(0) invert(1);
}
.sub-header.offer-header .offer-description {
  color: rgba(255, 255, 255, 0.75);
}
.sub-header.offer-header .gallery-slider {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 0 -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;
  margin-top: 1rem;
  padding-top: 1rem;
}
@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: bold;
}
.sub-header.offer-header .offer-price b {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  display: block;
}

.offer-features {
  padding: 3.5rem 0 5rem 0;
  background: #f2f3f4;
}
.offer-features .feature-box {
  display: block;
  position: relative;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 38, 58, 0.1) 0 0.5rem 1.5rem;
  height: 100%;
  background: #fff;
}
.offer-features .feature-box span {
  display: block;
  font-weight: bold;
  color: #00263a;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: bold;
  font-size: 1.15rem;
  color: #58a792;
  line-height: 1.2;
}

.btn-biddit {
  color: #fff;
  border: 1px solid;
  margin-top: 1rem;
}
.btn-biddit:hover {
  color: rgba(255, 255, 255, 0.54);
}

.team {
  padding: 2.5rem 0 5.5rem 0;
  background: #f2f3f4;
}
@media (max-width: 767.9px) {
  .team {
    padding-top: 1rem;
  }
}
.team .team-member {
  display: block;
  position: relative;
  background: #fff;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 15px 35px;
  border-radius: 8px;
  padding: 2rem;
}
@media (max-width: 767.9px) {
  .team .team-member {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.team .team-member img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: auto;
}
@media (max-width: 767.9px) {
  .team .team-member img {
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
  }
}
.team .team-member .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem 0 0 0;
  background: #fff;
  min-height: 10rem;
}
@media (max-width: 767.9px) {
  .team .team-member .info {
    padding: 0 0 0 1rem;
    justify-content: center;
  }
}
.team .team-member .info span {
  display: block;
  font-size: 1rem;
  color: #00263a;
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.team .team-member .info b {
  font-size: 1.25rem;
  color: #00263a;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  text-align: center;
}
.team .team-member .info b i {
  font-style: normal;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  font-size: 1.5rem;
}
.team .team-member .info .btn.btn-link {
  padding: 0;
  box-shadow: none;
  border: none;
  color: #58a792;
  font-size: 0.9rem;
  text-decoration: none;
}

.services-wrapper {
  position: relative;
  padding: 3.5rem 0 5rem 0;
  background: #f2f3f4;
}
.services-wrapper .link-box {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  height: 100%;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 38, 58, 0.1) 0 0.5rem 1rem;
}
.services-wrapper .link-box:hover img.service-bg {
  filter: grayscale(1);
}
.services-wrapper .link-box:hover:before {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.services-wrapper .link-box:hover img.service-icon {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.services-wrapper .link-box img.service-bg {
  width: calc(100% + 3rem);
  margin: -1.5rem -1.5rem 0 -1.5rem;
  height: 15rem;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
  filter: grayscale(0);
  transition: filter 0.5s ease;
}
.services-wrapper .link-box:before {
  position: absolute;
  width: 5rem;
  height: 5rem;
  background: #58a792;
  content: " ";
  border-radius: 0.75rem;
  z-index: 1;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}
.services-wrapper .link-box img.service-icon {
  position: absolute;
  filter: brightness(0) invert(1);
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  z-index: 2;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
  padding-top: 1.5rem;
}
.services-wrapper .link-box .info b {
  font-weight: bold;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #00263a;
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: rgba(0, 38, 58, 0.5);
  font-size: 0.9rem;
}

.documents {
  padding: 3.5rem 0 5rem 0;
  background: #f2f3f4;
}
.documents .document-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 38, 58, 0.1);
  text-decoration: none;
  height: 100%;
  background: #fff;
}
.documents .document-item:hover {
  background: #359d81;
}
.documents .document-item:hover > img {
  filter: brightness(0) invert(1);
}
.documents .document-item:hover b {
  color: #fff;
}
.documents .document-item > img {
  width: 3rem;
  height: 3rem;
  display: block;
}
.documents .document-item b {
  font-weight: 400;
  color: #00263a;
  font-size: 1.5rem;
  display: block;
  margin: 1.5rem 0 4rem 0;
}
.documents .document-item .btn.btn-light {
  margin-top: auto;
  box-shadow: rgba(0, 38, 58, 0.15) 0 0 0.25rem;
}

.blog-posts {
  position: relative;
  padding: 3.5rem 0 5rem 0;
  background: #f2f3f4;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 38, 58, 0.1) 0 0.5rem 1rem;
  height: 100%;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 100%;
  height: 20rem;
}
.blog-posts .blog-post .post-image img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.blog-posts .blog-post .post-details {
  padding: 1.5rem;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: bold;
  color: #00263a;
  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, 38, 58, 0.5);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(0, 38, 58, 0.75);
  margin: 0;
}

.blog-page {
  padding: 5rem 0;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6 {
  font-weight: bold;
  color: #00263a;
  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;
}
.blog-page .blog-post-share .social-icons a {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  border-radius: 0.75rem;
  background: rgba(88, 167, 146, 0.05);
  line-height: 1;
  padding: 1rem;
}
.blog-page .blog-post-share .social-icons a:hover {
  background: #58a792;
}
.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: 1.75rem;
  font-weight: bold;
  color: #00263a;
  max-width: 75%;
}
.contact-form .form-label {
  display: block;
  color: #00263a;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.contact-form .form-control {
  padding: 1rem;
  height: auto;
  background: #eff3f6;
  border: none;
  border-radius: 0.25rem;
  box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: none;
  background: rgb(230.84, 236.88, 241.41);
}
.contact-form textarea.form-control {
  min-height: 140px;
}
.contact-form .contact-box {
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width: 767.9px) {
  .contact-form .contact-box {
    display: block;
    margin-bottom: 2.5rem;
  }
}
.contact-form .contact-box img {
  width: 4rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-bottom: 1rem;
  display: block;
}
.contact-form .contact-box .info {
  display: block;
  text-align: center;
}
.contact-form .contact-box .info h6 {
  display: block;
  font-weight: bold;
  color: #58a792;
}
.contact-form .contact-box .info p {
  color: #00263a;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.contact-form .map-wrapper, .contact-form #map {
  width: 100%;
  height: 100%;
  background: #eff3f6;
  border-radius: 0.75rem;
}

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