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

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

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

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

header.page-header {
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: rgba(34, 45, 45, 0.1) 0 0.25rem 2rem;
}
@media (max-width: 767.9px) {
  header.page-header {
    padding: 1rem 0;
    position: relative;
  }
}
header.page-header .top-bar {
  padding: 1.5rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar {
    display: none;
  }
}
header.page-header .top-bar .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .container {
    align-items: flex-start;
  }
}
header.page-header .top-bar .navbar-brand {
  margin-right: auto;
}
header.page-header .top-bar .navbar-brand span, header.page-header .top-bar .navbar-brand strong {
  color: #222d2d;
}
header.page-header .top-bar .top-item {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
}
header.page-header .top-bar .top-item + .top-item {
  margin-left: 1.5rem;
}
header.page-header .top-bar .top-item img {
  width: 2.5rem;
  height: 2.5rem;
  background: #eefae8;
  padding: 0.5rem;
  border-radius: 0.75rem;
  display: block;
  margin-right: 0.5rem;
}
header.page-header .top-bar .top-item strong {
  font-weight: 600;
  color: #222d2d;
  font-family: "Roboto Condensed", serif;
  display: inline-block;
}
header.page-header .top-bar .top-item span {
  font-weight: 700;
  color: #55B024;
  display: inline-block;
}
header.page-header .navbar {
  padding: 0;
  background: #fff;
  border-top: 1px solid #f2f3f4;
}
@media (max-width: 767.9px) {
  header.page-header .navbar {
    border-top: none;
  }
}
@media (min-width: 768px) {
  header.page-header .navbar .navbar-brand {
    display: none;
  }
}
header.page-header .navbar .navbar-brand span, header.page-header .navbar .navbar-brand strong {
  color: #222d2d;
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-right: 2rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-right: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-family: "Roboto Condensed", serif;
  color: #222d2d;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 0;
  padding: 1rem 0;
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #55B024;
  content: " ";
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #55B024;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover:after, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus:after {
  width: 100%;
  opacity: 1;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #55B024;
}
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: 100%;
  opacity: 1;
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  position: relative;
  padding-left: 3.5rem;
  display: inline-block;
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.navbar-brand strong {
  display: block;
  color: #fff;
  text-transform: lowercase;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto Condensed", serif;
  line-height: 1;
}
.navbar-brand span {
  display: block;
  color: rgba(34, 45, 45, 0.5);
  font-weight: 400;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  line-height: 1;
}

footer.page-footer {
  position: relative;
  padding: 5rem 0;
  background: #222d2d;
}
footer.page-footer .container {
  position: relative;
  z-index: 1;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand {
    margin-bottom: 1.5rem !important;
  }
}
footer.page-footer .navbar-brand strong, footer.page-footer .navbar-brand span {
  color: #fff;
}
footer.page-footer h3 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  font-family: "Roboto Condensed", serif;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin-top: 2rem;
  }
}
footer.page-footer p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer p {
    font-size: 1rem;
  }
}
footer.page-footer p strong, footer.page-footer p span {
  display: block;
}
footer.page-footer p.small {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
}
footer.page-footer p a {
  color: inherit;
}
footer.page-footer .nav-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  margin: 0.5rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #55B024;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 600;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  box-shadow: rgba(34, 45, 45, 0.1) 0 0.35rem 1rem;
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(34, 45, 45, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #55B024;
  border-color: #55B024;
  box-shadow: rgba(85, 176, 36, 0.25) 0 0.35rem 1.5rem;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #41861b;
  border-color: #41861b;
}
.btn.btn-primary:active {
  background: #367017;
  border-color: #367017;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #222d2d;
}
.btn.btn-dark {
  background: #222d2d;
  border-color: #222d2d;
  color: #fff;
}
.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: #55B024;
  color: #55B024;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #55B024;
  border-color: #55B024;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #367017;
  border-color: #367017;
  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: #222d2d;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #55B024;
}
.btn.btn-outline-dark {
  border-color: #222d2d;
  color: #222d2d;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #222d2d;
  border-color: #222d2d;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  color: #55B024;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  font-size: 0.9rem;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #7ad947;
}
.form-control {
  height: auto;
}
.main {
  background: #f2f3f4;
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .main {
    padding: 5rem 0 5rem 0;
    text-align: center;
  }
}
.main .container {
  position: relative;
  z-index: 1;
}
.main h1 {
  color: #222d2d;
  font-size: 5.5rem;
  font-family: "Roboto Condensed", serif;
  margin: 0.5rem 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  max-width: 50%;
  letter-spacing: -2px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1;
    max-width: 100%;
  }
}
.main h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #55B024;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .main h3 {
    font-size: 1.5rem;
  }
}
.main p {
  color: #222d2d;
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .main p {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 2rem;
    font-family: inherit;
  }
}
.main .img-fluid {
  margin-bottom: -5rem;
}
@media (max-width: 767.9px) {
  .main .img-fluid {
    margin-top: 2.5rem;
    display: none;
  }
}
@media (min-width: 768px) {
  .main .btn {
    margin-right: 0.5rem;
  }
}

.call-to-actions {
  position: relative;
  z-index: 1;
}
.call-to-actions .box {
  background: #fff;
  position: relative;
  z-index: 1;
}
.call-to-actions .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 2rem;
  border-right: 1px solid #f2f3f4;
  height: 100%;
  text-align: center;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    border-right: none;
    border-bottom: 1px solid #f2f3f4;
    height: auto;
    text-align: left;
    flex-direction: row;
    align-items: center;
  }
}
.call-to-actions .item.v4 {
  border-right: none;
  border-bottom: none;
}
.call-to-actions .item:hover {
  box-shadow: rgba(85, 176, 36, 0.1) 0 0.5rem 2.5rem;
}
.call-to-actions .item img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .call-to-actions .item img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.call-to-actions .item b {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #55B024;
  font-family: "Roboto Condensed", serif;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.call-to-actions .item span {
  font-size: 0.85rem;
  color: rgba(34, 45, 45, 0.5);
  line-height: 1.4;
  display: block;
}

.services {
  position: relative;
  padding: 5rem 0;
  background: #f2f3f4;
}
.services h2 {
  font-size: 2.5rem;
  color: #222d2d;
  font-weight: 800;
  font-family: "Roboto Condensed", serif;
}
.services p {
  color: #222d2d;
}
.services .services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .services .services-list {
    margin: 0.5rem 0 1.5rem 0;
  }
}
.services .services-list .service-item {
  width: 50%;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767.9px) {
  .services .services-list .service-item {
    width: 100%;
    padding-right: 0;
  }
}
.services .services-list .service-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: #55B024;
  content: " ";
  z-index: 0;
  border-radius: 0.75rem;
}
.services .services-list .service-item img {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 1rem;
  filter: brightness(0) invert(1);
}
.services .services-list .service-item .info {
  display: block;
  padding-left: 1rem;
}
.services .services-list .service-item .info b {
  display: block;
  color: #222d2d;
  margin: 0 0 0.25rem 0;
  font-family: "Roboto Condensed", serif;
  font-size: 1.15rem;
  line-height: 1.2;
}
.services .services-list .service-item .info p {
  font-size: 0.85rem;
  color: rgba(34, 45, 45, 0.5);
  line-height: 1.4;
  margin: 0 0 1rem 0;
  display: block;
}
.services .services-list .service-item .btn.btn-link {
  margin-top: auto;
  color: #222d2d;
}

.mini-team {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .mini-team {
    padding: 5rem 0 0 0;
  }
}
.mini-team:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: #55B024;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .mini-team:before {
    display: none;
  }
}
.mini-team .container {
  position: relative;
  z-index: 2;
}
.mini-team h2 {
  font-size: 2.5rem;
  color: #222d2d;
  font-weight: 800;
  font-family: "Roboto Condensed", serif;
}
.mini-team p {
  color: #222d2d;
}
.mini-team .team-members-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem 0 2.5rem 0;
}
.mini-team .team-member {
  display: flex;
  align-items: center;
  width: 50%;
  position: relative;
  margin: 0 0 1rem 0;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    text-align: center;
  }
}
.mini-team .team-member img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: rgba(34, 45, 45, 0.075) 0 1rem 2rem;
}
.mini-team .team-member .info {
  display: block;
  padding-left: 1rem;
}
.mini-team .team-member .info b {
  font-size: 1rem;
  color: #222d2d;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.mini-team .team-member .info b i {
  font-style: normal;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.9rem;
  color: #55B024;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
}
.mini-team .team-member .info .btn, .mini-team .team-member .info p {
  display: none;
}
@media (max-width: 767.9px) {
  .mini-team .calculator-box {
    width: calc(100% + 1.5rem);
    margin: 5rem -0.75rem 0 -0.75rem;
    padding: 5rem 0.75rem;
    background: #55B024;
  }
}
.mini-team .calculator-box h4 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
  font-family: "Roboto Condensed", serif;
}
.mini-team .calculator-box p {
  color: #fff;
}

.real-estate {
  position: relative;
  padding: 5rem 0;
  background: #f2f3f4;
}
@media (max-width: 767.9px) {
  .real-estate {
    padding: 5rem 0;
  }
}
.real-estate .container {
  position: relative;
  z-index: 1;
}
.real-estate h2 {
  font-size: 2.5rem;
  color: #222d2d;
  font-weight: 800;
  font-family: "Roboto Condensed", serif;
}
.real-estate p {
  color: #222d2d;
}
.real-estate .offers-slider {
  display: flex;
  flex-wrap: wrap;
}
.real-estate .offer {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: rgba(34, 45, 45, 0.075) 0 1rem 2rem;
  padding: 2rem;
  height: 100%;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: calc(100% + 4rem);
  margin: -2rem -2rem 1.5rem -2rem;
  height: 15rem;
  flex-shrink: 0;
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.real-estate .offer .offer-details {
  display: block;
  padding: 0;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", serif;
  color: #222d2d;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate .offer .offer-details .offer-description {
  display: none;
}
.real-estate .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.real-estate .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
}
.real-estate .offer .offer-details .offer-specifics .item + .item {
  margin-left: 1rem;
}
.real-estate .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-family: "Roboto Condensed", serif;
  color: #55B024;
  font-weight: 600;
}
.real-estate .offer .offer-details .faire-offer {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.real-estate .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  color: #222d2d;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: block;
  font-family: "Roboto Condensed", serif;
  color: #55B024;
  font-size: 1rem;
}

.calculator {
  position: relative;
  z-index: 0;
  padding: 7.5rem 0;
  background: url("../img/calculator-bg.jpg") no-repeat fixed center;
  background-size: cover;
}
.calculator:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222d2d;
  content: " ";
  z-index: 0;
  opacity: 0.9;
}
.calculator img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.calculator .container {
  position: relative;
  z-index: 2;
}
.calculator h4 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
  font-family: "Roboto Condensed", serif;
}
.calculator p {
  color: #fff;
}

.sub-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 5rem 0;
  background: url("../img/main-bg.jpg") center top no-repeat;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .sub-header {
    padding: 5rem 0;
    text-align: center;
  }
}
.sub-header .container {
  position: relative;
  z-index: 1;
}
.sub-header h1 {
  color: #222d2d;
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 1rem auto;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 2.5rem;
  }
}
.sub-header h3 {
  color: #55B024;
  font-weight: 700;
  font-size: 1.25rem;
}
.sub-header p {
  color: rgba(34, 45, 45, 0.5);
}

.content-page {
  padding: 0 0 5rem 0;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-weight: bold;
  color: #222d2d;
  margin: 2.5rem 0 1rem 0;
}
.content-page a:not(.btn) {
  color: #55B024;
}

.real-estate-wrapper {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper {
    padding-top: 2.5rem;
  }
}
.real-estate-wrapper.v2 {
  padding-top: 5rem;
}
.real-estate-wrapper.v2 h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
  font-size: 1.5rem;
}
.real-estate-wrapper .nav.nav-tabs {
  border: none;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .nav.nav-tabs {
    width: calc(100% + 1.5rem);
    padding: 1.5rem 0.75rem;
    margin: -1.5rem -0.75rem 0 -0.75rem;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
}
.real-estate-wrapper .nav.nav-tabs .nav-item {
  margin-right: 1rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .nav.nav-tabs .nav-item {
    margin-right: 0.5rem;
  }
}
.real-estate-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0.5rem;
  color: #222d2d;
  font-weight: 700;
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  background: #fff;
  box-shadow: rgba(34, 45, 45, 0.1) 0 0.2rem 1rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .nav.nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
.real-estate-wrapper .nav.nav-tabs .nav-item .nav-link:hover, .real-estate-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background: #55B024;
  color: #fff;
  box-shadow: rgba(85, 176, 36, 0.35) 0 0.4rem 1.5rem;
}
.real-estate-wrapper .nav.nav-tabs .nav-item .nav-link:active {
  background: #55B024;
  color: #fff;
  box-shadow: rgba(85, 176, 36, 0.5) 0 0.4rem 1.5rem;
  transform-origin: center;
  transform: scale(0.95);
}
.real-estate-wrapper .container {
  position: relative;
  z-index: 1;
}
.real-estate-wrapper .offer {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: rgba(34, 45, 45, 0.075) 0 1rem 2rem;
  padding: 2rem;
  height: 100%;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: calc(100% + 4rem);
  margin: -2rem -2rem 1.5rem -2rem;
  height: 15rem;
  flex-shrink: 0;
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  padding: 0;
  text-align: center;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", serif;
  color: #222d2d;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate-wrapper .offer .offer-details .offer-description {
  display: none;
}
.real-estate-wrapper .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item + .item {
  margin-left: 1rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-family: "Roboto Condensed", serif;
  color: #55B024;
  font-weight: 600;
}
.real-estate-wrapper .offer .offer-details .faire-offer {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f2f3f4;
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  color: #222d2d;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 700;
  display: block;
  font-family: "Roboto Condensed", serif;
  color: #55B024;
  font-size: 1rem;
}
.real-estate-wrapper .offer.no-offer {
  padding: 0;
  box-shadow: none;
}
.real-estate-wrapper .offer.no-offer img {
  width: 4rem;
  height: 4rem;
  margin: 0 0 1.5rem 0;
}
.real-estate-wrapper .offer.no-offer h4 {
  font-weight: bold;
  color: #222d2d;
}

.sub-header.offer-header {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sub-header.offer-header .gallery-slider {
  border-radius: 0;
  overflow: hidden;
  box-shadow: rgba(34, 45, 45, 0.1) 0 0.5rem 2rem;
}
@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;
}

.offer-features {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .offer-features {
    padding: 4rem 0;
  }
}
.offer-features .offer-details h1 {
  font-size: 2.5rem;
  color: #222d2d;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .offer-features .offer-details h1 {
    font-size: 2.5rem;
  }
}
.offer-features .offer-details p {
  color: rgba(34, 45, 45, 0.75);
}
.offer-features .offer-details .offer-price {
  margin-bottom: 1rem;
}
.offer-features .offer-details .offer-price span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.25);
  display: block;
}
.offer-features .offer-details .offer-price b {
  font-size: 1.75rem;
  font-weight: bold;
  color: #55B024;
  display: block;
}
.offer-features hr {
  margin: 2.5rem 0;
  opacity: 0.1;
}
.offer-features h4 {
  font-family: "Roboto Condensed", serif;
  font-size: 1.75rem;
  color: #222d2d;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
}
.offer-features p {
  font-size: 0.9rem;
  color: rgba(34, 45, 45, 0.75);
}
.offer-features .features-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.offer-features .feature-box {
  display: flex;
  width: calc(33% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: rgba(34, 45, 45, 0.1) 0 0.25rem 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .offer-features .feature-box {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 768px) {
  .offer-features .feature-box {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767.9px) {
  .offer-features .feature-box {
    width: calc(50% - 1rem);
  }
}
.offer-features .feature-box span {
  display: block;
  font-weight: 600;
  color: #222d2d;
  font-size: 1rem;
  font-family: "Roboto Condensed", serif;
  flex-shrink: 0;
  line-height: 1.2;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: bold;
  font-family: "Roboto Condensed", serif;
  font-size: 1.25rem;
  color: #55B024;
  line-height: 1.2;
  margin-top: 1rem;
}
.offer-features .feature-box img {
  width: auto;
  height: auto;
  margin-top: 1rem;
}

.team {
  padding: 5rem 0 2rem 0;
}
.team .team-member {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 3rem;
}
.team .team-member img {
  width: 10rem;
  height: 10rem;
  border-radius: 0.75rem;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .team .team-member img {
    width: 6rem;
    height: 6rem;
  }
}
.team .team-member .info {
  padding-left: 1rem;
}
.team .team-member .info span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(34, 45, 45, 0.5);
  position: relative;
}
.team .team-member .info b {
  font-size: 2rem;
  font-family: "Roboto Condensed", serif;
  color: #222d2d;
  font-weight: bold;
  display: block;
}
@media (max-width: 767.9px) {
  .team .team-member .info b {
    font-size: 1.5rem;
  }
}
.team .team-member .info b i {
  text-transform: uppercase;
  font-style: normal;
}
.team .team-member .info p {
  font-size: 0.8rem;
  color: rgba(34, 45, 45, 0.75);
  margin: 0.5rem 0;
}
.team .team-member .info .btn.btn-link {
  font-weight: bold;
  color: #55B024;
  padding: 0 1rem 0 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  border: none;
}
.team .team-member .info .btn.btn-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  content: " ";
}

.services-wrapper {
  position: relative;
  padding: 5rem 0;
}
.services-wrapper .link-box {
  display: flex;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.services-wrapper .link-box img.link-box-icon {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 12rem;
  filter: brightness(0) invert(1);
  display: none;
}
.services-wrapper .link-box img.link-box-bg {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 0.75rem;
  flex-shrink: 0;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
  z-index: 4;
  padding-left: 1rem;
}
.services-wrapper .link-box .info b {
  font-weight: 700;
  font-family: "Roboto Condensed", serif;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: rgba(34, 45, 45, 0.75);
}
.services-wrapper .link-box:hover img.link-box-bg {
  box-shadow: rgba(85, 176, 36, 0.15) 0 0.25rem 1rem;
}
.services-wrapper .link-box:hover .info b {
  color: #55B024;
}

.blog-posts {
  padding: 5rem 0;
}
.blog-posts .blog-post {
  display: flex;
  position: relative;
  overflow: hidden;
  color: inherit;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 8rem;
  height: 8rem;
}
.blog-posts .blog-post .post-image img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 0.75rem;
}
.blog-posts .blog-post .post-details {
  padding-left: 1rem;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: bold;
  font-family: "Roboto Condensed", serif;
  font-size: 1.25rem;
  color: #222d2d;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.8rem;
  color: rgba(34, 45, 45, 0.25);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(34, 45, 45, 0.5);
  margin: 0;
}
.blog-posts .blog-post .post-details .btn.btn-link {
  font-weight: bold;
  color: #55B024;
  padding: 0 1rem 0 0;
  margin: 1.5rem 0 0 0;
  text-decoration: none;
  position: relative;
  border: none;
}

.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: #222d2d;
  margin: 2.5rem 0 1rem 0;
  font-family: "Roboto Condensed", serif;
}
.blog-page h1:first-child, .blog-page h2:first-child, .blog-page h3:first-child, .blog-page h4:first-child, .blog-page h5:first-child, .blog-page h6:first-child {
  margin-top: 0;
}
.blog-page hr {
  opacity: 0.1;
}
.blog-page .posted-by {
  font-weight: bold;
  font-size: 1rem;
  color: #55B024;
  margin: 0;
}

.sub-header.blog-page-header {
  padding-top: 2.5rem;
  padding-bottom: 0;
  background: none;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-header.blog-page-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sub-header.blog-page-header .blog-page-thumb {
  width: 100%;
  border-radius: 1rem;
  box-shadow: rgba(34, 45, 45, 0.1) 0 0.5rem 2rem;
  height: 25rem;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header .blog-page-thumb {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 0 -0.75rem;
    border-radius: 0;
  }
}

@media (max-width: 767.9px) {
  .sub-header.contact-header {
    padding-bottom: 5rem;
  }
}

.contact-form {
  padding: 5rem 0;
}
.contact-form h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #55B024;
  font-family: "Roboto Condensed", serif;
}
.contact-form h2 {
  font-weight: bold;
  font-family: "Roboto Condensed", serif;
  font-size: 2.5rem;
}
.contact-form p {
  color: #222d2d;
}
.contact-form .map-wrapper {
  position: relative;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
}
.contact-form .map-wrapper .map {
  width: 100%;
  height: 15rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}
.contact-form .contact-box {
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.contact-form .contact-box + .contact-box {
  margin-top: 1.5rem;
}
@media (max-width: 767.9px) {
  .contact-form .contact-box {
    display: flex;
    align-items: center;
  }
}
.contact-form .contact-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: #55B024;
  content: " ";
  z-index: 0;
  border-radius: 0.75rem;
}
.contact-form .contact-box img {
  width: 5rem;
  flex-shrink: 0;
  padding: 1rem;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
}
.contact-form .contact-box .info {
  display: block;
  padding-left: 1rem;
}
@media (max-width: 767.9px) {
  .contact-form .contact-box .info {
    padding-left: 1rem;
    padding-top: 0;
  }
}
.contact-form .contact-box .info h6 {
  display: block;
  font-weight: 600;
  font-family: "Roboto Condensed", serif;
  color: #222d2d;
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
}
.contact-form .contact-box .info p {
  color: rgba(34, 45, 45, 0.75);
  margin: 0;
  font-size: 1rem;
}
.contact-form .form-label {
  display: block;
  color: rgba(34, 45, 45, 0.75);
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
}
.contact-form .form-control {
  padding: 0.75rem;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: none;
  background: #f2f3f4;
  border-color: transparent;
}
.contact-form .form-control:focus {
  box-shadow: none;
  background: #eee;
  border-color: transparent;
}
.contact-form textarea.form-control {
  min-height: 140px;
}

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