@import "bootstrap.min.css";
@import "plugins/flickity.min.css";
.animated-effect, .blog-page .blog-post-share .social-icons a img, .blog-page .blog-post-share .social-icons a, .real-estate-wrapper .offer, .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link, .real-estate .offer:before, .real-estate .offer, .services .services-links .service-item:after, .services .services-links .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 {
  user-select: none;
}

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

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

.mbox, .real-estate-wrapper .real-estate-body .tab-content {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  padding: 3rem 4rem;
}
.mbox.peq, .real-estate-wrapper .real-estate-body .peq.tab-content {
  padding: 4rem;
}
@media (max-width: 767.9px) {
  .mbox.peq, .real-estate-wrapper .real-estate-body .peq.tab-content {
    padding: 1rem 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .mbox, .real-estate-wrapper .real-estate-body .tab-content {
    padding: 1rem 1.8rem;
  }
}
.mbox.sm, .real-estate-wrapper .real-estate-body .sm.tab-content {
  padding: 1rem 3rem;
}
.mbox.fc, .real-estate-wrapper .real-estate-body .fc.tab-content {
  width: fit-content;
}

.dark-filter, .main .h-path {
  filter: brightness(0) saturate(100%) invert(20%) sepia(26%) saturate(2162%) hue-rotate(199deg) brightness(94%) contrast(86%);
}

.primary-filter {
  filter: brightness(0) saturate(100%) invert(70%) sepia(24%) saturate(1241%) hue-rotate(128deg) brightness(93%) contrast(102%);
}

@font-face {
  font-family: "Aptos";
  src: url("/fonts/aptos.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aptos";
  src: url("/fonts/aptos-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Aptos";
  src: url("/fonts/aptos-light.ttf") format("truetype");
  font-weight: 300; /* Light */
  font-style: normal;
}
@font-face {
  font-family: "Aptos";
  src: url("/fonts/aptos-black.ttf") format("truetype");
  font-weight: 900; /* Black */
  font-style: normal;
}
@font-face {
  font-family: "Aptos";
  src: url("/fonts/aptos-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html, body {
  font-family: "Aptos", 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: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
header.page-header .top-bar {
  padding: 0.5rem 0;
  background: #04733f;
}
header.page-header .top-bar .container {
  display: flex;
  align-items: center;
}
header.page-header .top-bar .top-item {
  font-size: 0.8rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item {
    font-size: 0.8rem;
  }
}
header.page-header .top-bar .top-item + .top-item {
  margin-left: 2rem;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item + .top-item {
    margin-left: 1rem;
  }
}
header.page-header .top-bar .top-item img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item img {
    margin-right: 0.25rem;
  }
}
header.page-header .top-bar .top-item strong {
  font-weight: 600;
  color: #fff;
  margin: 0 0.35rem;
  display: none;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item strong {
    display: none;
  }
}
header.page-header .top-bar .top-item span {
  font-weight: 400;
  color: #fff;
  display: block;
}
header.page-header .navbar {
  padding: 1rem 0;
  background: none;
  top: 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav {
    padding: 2rem 2.5rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  padding: 0.25rem 0;
  border-radius: 0.25rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.25rem 0.15rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #04733f;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  position: relative;
  color: #04733f;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active:after {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 23%;
  height: 3px;
  background: #04733f;
  content: " ";
  margin: 0 auto;
  right: 0;
  border-radius: 10px;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link.active:after {
    display: none;
  }
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-brand {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  margin: 0;
}
.navbar-brand:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: #04733f;
  content: " ";
  z-index: 0;
  margin: auto;
  border-radius: 1rem;
}
.navbar-brand img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.25rem;
  padding: 0.5rem;
  z-index: 1;
  filter: brightness(0) invert(1);
}
.navbar-brand strong {
  display: block;
  color: #04733f;
  line-height: 1;
  font-weight: bold;
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand strong {
    white-space: normal;
    line-height: 1;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand strong {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 330px) {
  .navbar-brand strong {
    font-size: 0.8rem;
  }
}
.navbar-brand span {
  display: block;
  font-weight: 400;
  color: rgba(22, 66, 60, 0.5);
  font-size: 0.9rem;
  line-height: 1.2;
}
@media (max-width: 330px) {
  .navbar-brand span {
    font-size: 0.7rem;
  }
}

footer.page-footer {
  padding: 0 0 5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding: 0 0 2.5rem 0;
  }
}
footer.page-footer hr {
  margin: 2rem 0;
  opacity: 0.1;
  background: #fff;
  display: none;
}
footer.page-footer h3 {
  font-weight: 600;
  font-size: 0.9rem;
  color: #04733f;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin-top: 2rem;
  }
}
footer.page-footer p {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
  margin: 0.35rem 0 0 0;
}
footer.page-footer p strong, footer.page-footer p span {
  display: block;
}
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 p.copyrights {
  color: rgba(0, 0, 0, 0.5);
}
footer.page-footer p .hours {
  text-align: right;
}
footer.page-footer .nav-link {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  padding: 0;
  margin: 0.35rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #298158;
}
footer.page-footer .social-links .nav-item .nav-link {
  margin-right: 0.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: rgba(22, 66, 60, 0.05);
  padding: 0.75rem 1rem;
}
footer.page-footer .social-links .nav-item .nav-link:hover {
  background: #04733f;
}
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;
  opacity: 0.5;
}
footer.page-footer .working-hour-entry {
  display: flex;
  justify-content: space-between;
}
footer.page-footer .working-hour-entry strong {
  font-weight: 400;
}
footer.page-footer .working-hour-entry span {
  text-align: right;
  padding-left: 0.5rem;
}

.is-page-immo footer.page-footer {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .is-page-immo footer.page-footer {
    padding: 2.5rem 0;
  }
}

.btn {
  font-weight: 600;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
  box-shadow: rgba(4, 115, 63, 0.15) 0 0.15rem 0.5rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(4, 115, 63, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #298158;
  border-color: #298158;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(5.7142857143, 164.2857142857, 90);
  border-color: rgb(5.7142857143, 164.2857142857, 90);
}
.btn.btn-primary:active {
  background: rgb(7.0857142857, 203.7142857143, 111.6);
  border-color: rgb(7.0857142857, 203.7142857143, 111.6);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #04733f;
}
.btn.btn-dark {
  background: #04733f;
  border-color: #04733f;
  color: #fff;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: rgb(5.7142857143, 164.2857142857, 90);
  border-color: rgb(5.7142857143, 164.2857142857, 90);
  color: #fff;
}
.btn.btn-dark:active {
  background: rgb(7.4285714286, 213.5714285714, 117);
  border-color: rgb(7.4285714286, 213.5714285714, 117);
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #298158;
  color: #298158;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #298158;
  border-color: #298158;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: rgb(7.0857142857, 203.7142857143, 111.6);
  border-color: rgb(7.0857142857, 203.7142857143, 111.6);
  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: #04733f;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #298158;
}
.btn.btn-outline-dark {
  border-color: #04733f;
  color: #04733f;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #04733f;
  border-color: #04733f;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: rgb(6.5714285714, 188.9285714286, 103.5);
  border-color: rgb(6.5714285714, 188.9285714286, 103.5);
  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(59.45, 187.05, 127.6);
}
.btn img {
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.5rem -0.5rem -0.5rem 0.75rem;
}

.btn.btn-primary img {
  filter: brightness(0) invert(1);
}

.form-control {
  height: auto;
}
html, body {
  height: 100%;
}

.main {
  position: relative;
  z-index: 0;
  padding: 2.5rem 0 0 0;
}
.main .row-main {
  height: 100%;
}
@media (max-width: 767.9px) {
  .main .row-main {
    height: auto;
    position: absolute;
    bottom: 0;
  }
}
.main .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.main .main-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c0c0c;
  opacity: 0.2;
  content: " ";
  z-index: 1;
}
@media (max-width: 767.9px) {
  .main .main-image:before {
    opacity: 0.4;
  }
}
@media (max-width: 767.9px) {
  .main .main-image {
    width: 100%;
  }
}
.main .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .box {
  background: rgb(4.8571428571, 139.6428571429, 76.5);
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .box {
    padding: 5rem 0 5rem 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .box {
    padding: 5rem 0 5rem 3rem;
  }
}
@media (max-width: 767.9px) {
  .main .box {
    position: relative;
    padding: 10rem 0 2.5rem 0;
    text-align: center;
    background: transparent;
  }
}
@media (min-width: 768px) {
  .main .box.box-main {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 4rem;
  }
}
@media (max-width: 767.9px) {
  .main .box.box-main {
    padding: 0 1rem 0 1rem;
  }
}
.main .container {
  position: relative;
  z-index: 4;
}
.main h1 {
  color: black;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem 0 0.5rem 0;
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .main h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 330px) {
  .main h1 {
    font-size: 1.8rem;
  }
}
.main h2 {
  color: #04733f;
  font-size: 1.5rem;
  font-family: "Mulish", sans-serif;
  margin: 0 0 1rem 0;
  font-weight: 700;
  line-height: 1;
}
.main h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  margin: 1rem 0 1rem 0;
}
.main p {
  font-size: 1.1rem;
  margin: 1rem 0 2rem 0;
}
@media (max-width: 330px) {
  .main p {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
.main .h-path {
  height: 100%;
  position: absolute;
  right: -1px;
}
@media (max-width: 767.9px) {
  .main .h-path {
    display: none;
  }
}
.main .btn:hover {
  background: #fff;
  color: #04733f;
}
.main .btn:hover img {
  filter: invert(60%) sepia(10%) saturate(1372%) hue-rotate(79deg) brightness(82%) contrast(90%);
}

.call-to-actions {
  position: relative;
  z-index: 1;
  padding: 15.5rem 0 5rem 0;
}
.call-to-actions .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.9px) {
  .call-to-actions {
    padding: 0 0 5rem 0;
    margin-top: 7rem;
  }
}
.call-to-actions .box {
  background: #fff;
  position: relative;
  z-index: 1;
  margin-top: -5rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: rgba(4, 115, 63, 0.05) 0 0 1.5rem;
}
@media (max-width: 767.9px) {
  .call-to-actions .box {
    padding: 0 0.75rem;
  }
}
.call-to-actions .v1 {
  border-radius: 35px 0 0 35px;
}
@media (max-width: 767.9px) {
  .call-to-actions .v1 {
    border-radius: 35px 35px 0 0;
  }
}
.call-to-actions .v4 {
  border-radius: 0 35px 35px 0;
}
@media (max-width: 767.9px) {
  .call-to-actions .v4 {
    border-radius: 0 0 35px 35px;
  }
}
.call-to-actions .item {
  display: flex;
  text-decoration: none;
  color: inherit;
  padding: 4rem 2rem;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #04733f;
  border: 1px solid #04733f;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .call-to-actions .item {
    padding: 2.5rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .call-to-actions .item {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    padding: 1.5rem;
    height: auto;
  }
}
.call-to-actions .item:hover {
  background: #fff;
}
.call-to-actions .item:hover img {
  filter: none;
}
.call-to-actions .item:hover b {
  color: #16423C;
}
.call-to-actions .item:hover p {
  color: rgba(0, 0, 0, 0.5);
}
.call-to-actions .item:active {
  background: rgba(4, 115, 63, 0.3);
}
.call-to-actions .item img {
  width: 3rem;
  height: 3rem;
  display: block;
  filter: invert(1) brightness(2.5);
}
.call-to-actions .item b {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  font-family: "Aptos", sans-serif;
  line-height: 1.2;
  margin: 1rem 0 0.5rem 0;
}
.call-to-actions .item p {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.4;
  display: block;
  text-align: center;
}

.services {
  position: relative;
  padding: 0 0 5rem 0;
}
.services:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-size: cover;
  content: " ";
  z-index: 0;
}
.services .container {
  position: relative;
  z-index: 1;
}
.services h2 {
  font-size: 2.5rem;
  color: #04733f;
  font-weight: bold;
}
.services p {
  margin: 0.5rem 0 0 0;
}
.services .services-links {
  display: flex;
  flex-wrap: wrap;
}
.services .services-links .service-item {
  position: relative;
  width: calc(25% - 1rem);
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0.5rem;
  box-shadow: rgba(4, 115, 63, 0.1) 0 0.15rem 0.5rem;
  overflow: hidden;
  margin: 0 0.5rem 1rem 0.5rem;
  padding: 10rem 1.5rem 1.5rem 1.5rem;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services .services-links .service-item {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 767.9px) {
  .services .services-links .service-item {
    width: calc(100% - 1rem);
  }
}
.services .services-links .service-item.service-immo:before {
  background: url("../img/services/buildings.jpg") center no-repeat;
  background-size: cover;
}
.services .services-links .service-item.service-legacy:before {
  background: url("../img/services/meeting.jpg") center no-repeat;
  background-size: cover;
}
.services .services-links .service-item.service-links:before {
  background: url("../img/services/business.jpg") center no-repeat;
  background-size: cover;
}
.services .services-links .service-item.service-donations:before {
  background: url("../img/services/donations.jpg") center no-repeat;
  background-size: cover;
}
.services .services-links .service-item.service-family:before {
  background: url("../img/services/marriage.jpg") center no-repeat;
  background-size: cover;
}
.services .services-links .service-item.service-divorce:before {
  background: url("../img/services/divorce.jpg") center no-repeat;
  background-size: cover;
}
.services .services-links .service-item:hover {
  transform-origin: center;
  transform: scale(1.025);
  box-shadow: rgba(4, 115, 63, 0.15) 0 0.25rem 0.75rem;
}
.services .services-links .service-item:hover:after {
  opacity: 0;
}
.services .services-links .service-item.inactive {
  filter: grayscale(1);
  opacity: 0.5;
}
.services .services-links .service-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(222.68, 230.76, 236.82);
  content: " ";
  z-index: 0;
}
.services .services-links .service-item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #04733f;
  opacity: 0.35;
  content: " ";
  z-index: 1;
}
.services .services-links .service-item strong {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  line-height: 1;
  z-index: 2;
  margin-bottom: 0.25rem;
  min-height: 3rem;
}
.services .services-links .service-item strong:after {
  position: absolute;
  top: -16px;
  bottom: 0;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}
.services .services-links .service-item p {
  margin: 0;
  font-size: 1rem;
  color: white;
  position: relative;
  z-index: 2;
  min-height: 7rem;
}

.mini-team {
  padding: 5rem 0;
  position: relative;
  background: #04733f;
}
@media (max-width: 767.9px) {
  .mini-team {
    padding: 3rem 0 4rem 0;
  }
}
.mini-team .container {
  position: relative;
  z-index: 3;
}
.mini-team h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  font-family: "Aptos", sans-serif;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .mini-team h2 {
    font-size: 2rem;
  }
}
.mini-team p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mini-team .btn {
  min-height: 4.4rem;
  margin-top: 4.4rem;
  width: 60%;
  border-color: rgba(255, 255, 255, 0.3411764706);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mini-team .btn img {
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.25rem -0.25rem -0.25rem 0.5rem;
  filter: brightness(0) invert(1);
}
.mini-team .btn:hover img {
  filter: invert(60%) sepia(10%) saturate(1372%) hue-rotate(79deg) brightness(82%) contrast(90%);
}
.mini-team .team-member {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: rgba(4, 115, 63, 0.1) 0 0 1rem;
  height: 18rem;
}
.mini-team .team-member .member-contact {
  display: none;
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    margin-top: 2.5rem;
  }
}
.mini-team .team-member img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  position: relative;
  z-index: 0;
  object-position: top;
}
@media (max-width: 767.9px) {
  .mini-team .team-member img {
    width: 100%;
  }
}
.mini-team .team-member .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(4, 115, 63, 0.9), rgba(4, 115, 63, 0));
  z-index: 1;
  height: 20rem;
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.7rem;
  color: #ffffff;
  position: relative;
  margin-top: 0.5rem;
  /* font-weight: bold; */
  text-align: center;
  background: rgb(5.7142857143, 164.2857142857, 90);
  width: 90%;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}
.mini-team .team-member .info b {
  font-size: 1.05rem;
  color: #fff;
  font-weight: 400;
  font-family: "Aptos", sans-serif;
  display: block;
  line-height: 1.2;
  text-align: center;
  min-height: 3rem;
}
.mini-team .team-member .info b i {
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 400;
  text-transform: uppercase;
}
.mini-team .team-member .info a {
  display: none;
}
.mini-team .team-slider {
  width: calc(100% + 0.5rem);
  margin: -0.5rem;
  padding: 0.5rem;
  overflow: hidden;
}
.mini-team .team-slider .flickity-viewport {
  overflow: visible;
}
.mini-team .team-slider .team-member {
  margin: 0 0.5rem;
  width: calc(33.3333333333% - 0.5rem);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .mini-team .team-slider .team-member {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .mini-team .team-slider .team-member {
    width: 100%;
    margin: 2.5rem 0.5rem 0 0;
  }
}

.calculator-h {
  position: relative;
  padding: 5rem 0;
  background: #04733f;
}
.calculator-h a {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .calculator-h {
    padding: 0;
  }
  .calculator-h a {
    margin-top: -6rem;
  }
  .calculator-h:after {
    display: none;
  }
}
.calculator-h .calc-info {
  min-height: 20rem;
  align-content: center;
}
.calculator-h .calc-info h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  font-family: "Aptos", sans-serif;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .calculator-h .calc-info h2 {
    font-size: 2rem;
    margin-top: -2rem;
  }
}
.calculator-h .calc-info p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.calculator-h .calc-info .btn {
  margin-top: 1.5rem;
}
.calculator-h .calc-image {
  left: 0;
  top: 0;
  right: 28rem;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .calculator-h .calc-image {
    width: 100%;
    border-radius: 0;
  }
}
.calculator-h .calc-image .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.calculator-h .calc-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #04733f;
  content: " ";
  opacity: 0.25;
}
.calculator-h .calc-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #04733f;
  content: " ";
  opacity: 0.25;
}
.calculator-h .calc-text-container {
  z-index: 2;
}
.calculator-h:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background: linear-gradient(270deg, #04733f 51%, rgba(255, 255, 255, 0) 100%);
  width: 52%;
}

.real-estate {
  position: relative;
  padding: 5rem 0;
  border-top: 1px solid rgba(4, 115, 63, 0.1);
}
.real-estate .container {
  position: relative;
  z-index: 1;
}
.real-estate h2 {
  font-size: 2.5rem;
  color: #04733f;
  font-weight: 400;
}
.real-estate h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #298158;
}
.real-estate p {
  font-size: 1rem;
}
.real-estate .arrow {
  filter: invert(1) brightness(2);
}
.real-estate .btn:hover {
  background: #fff;
  color: #04733f;
}
.real-estate .btn:hover img {
  filter: invert(60%) sepia(10%) saturate(1372%) hue-rotate(79deg) brightness(82%) contrast(90%);
}
.real-estate .offer {
  display: block;
  text-decoration: none;
  box-shadow: rgba(4, 115, 63, 0.15) 0 0 0.5rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.real-estate .offer:hover {
  box-shadow: rgba(4, 115, 63, 0.25) 0 0.25rem 1rem;
}
.real-estate .offer:hover:before {
  opacity: 0.5;
}
.real-estate .offer:active {
  box-shadow: rgba(4, 115, 63, 0.35) 0 0.25rem 1.25rem;
  transform-origin: center;
  transform: scale(0.985);
}
.real-estate .offer:active:before {
  opacity: 0.2;
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  z-index: 0;
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.real-estate .offer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(4, 115, 63, 0.9), rgba(4, 115, 63, 0.25));
  content: " ";
}
.real-estate .offer .offer-details {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  z-index: 2;
  justify-content: flex-end;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}
.real-estate .offer .offer-details .offer-description {
  display: none;
}
.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: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  filter: brightness(0) invert(1);
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
.real-estate .offer .offer-details .faire-offer {
  display: block;
}
.real-estate .offer .offer-details .faire-offer u {
  display: none;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 400;
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  position: relative;
}
.real-estate .offer .offer-details .faire-offer b:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 1px;
  background: #fff;
  content: " ";
}

.calculator {
  position: relative;
  background: #04733f;
  padding: 4rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .calculator {
    margin-top: 2.5rem;
  }
}
.calculator .container {
  position: relative;
  z-index: 3;
}
.calculator .calculator-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .calculator .calculator-bg {
    width: 100%;
    z-index: 0;
  }
}
.calculator h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .calculator h2 {
    font-size: 2rem;
  }
}
.calculator p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.sub-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 10rem 0;
  background: #04733f;
}
@media (max-width: 767.9px) {
  .sub-header {
    text-align: center;
    padding: 7.5rem 0;
  }
}
.sub-header .sub-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .sub-header .sub-header-bg {
    width: 100%;
  }
}
.sub-header:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, #04733f, rgba(4, 115, 63, 0.15) 10%);
  content: " ";
  z-index: 1;
}
@media (max-width: 767.9px) {
  .sub-header:before {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
  }
}
.sub-header .container {
  position: relative;
  z-index: 3;
}
.sub-header h1 {
  color: #fff;
  font-size: 4rem;
  font-family: "Aptos", sans-serif;
  margin: 1rem 0;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 2.5rem;
  }
}
.sub-header .small_header {
  font-weight: 300;
  font-size: 1.5rem;
  color: #fff;
}
.sub-header p {
  color: #fff;
  font-weight: 400;
}

.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: 600;
  color: #04733f;
  margin: 2.5rem 0 1rem 0;
}
.content-page a:not(.btn) {
  color: #298158;
}

.sub-header.content-header {
  padding: 5rem 0 2.5rem 0;
}
.sub-header.content-header h1 {
  color: #04733f;
}

.is-page-immo.is-action-detail .sub-header:after {
  content: none;
}

.is-page-gallery .gallery-item {
  position: relative;
}
.is-page-gallery .gallery-item.is-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 55px;
  background-image: url("/img/icons/play-solid.svg");
  background-size: cover;
  pointer-events: none;
  background-repeat: no-repeat;
}
@media (max-width: 767.9px) {
  .is-page-gallery .gallery-item.is-video:before {
    width: 20px;
    height: 25px;
  }
}

.main .main-box {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding-right: 2.5rem;
}
@media (max-width: 767.9px) {
  .main .main-box {
    text-align: center;
    align-items: center;
    padding-right: 0;
  }
}
.main .main-notary {
  height: calc(100% + 5rem);
  margin-bottom: -5rem;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .main .main-notary {
    margin-bottom: 0;
    margin-top: 1.5rem;
    height: auto;
  }
}

.btn.btn-light:hover {
  background-color: #04733f;
  border-color: rgba(255, 255, 255, 0.3411764706);
  color: #fff;
}

.offer-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .offer-header {
    padding-top: 0;
  }
}
.offer-header h1 {
  font-size: 3rem;
}
@media (max-width: 767.9px) {
  .offer-header h1 {
    font-size: 2.5rem;
  }
}
.offer-header p {
  color: #04733f;
}
.offer-header .gallery-slider {
  border-radius: 2rem;
  margin-bottom: -5rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .offer-header .gallery-slider {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 2.5rem -0.75rem;
    border-radius: 0;
  }
}
.offer-header .gallery-slider .flickity-prev-next-button {
  background: rgba(4, 115, 63, 0.35);
  border-radius: 1rem;
  box-shadow: none;
  outline: none;
  border: none;
}
.offer-header .gallery-slider .flickity-prev-next-button:hover, .offer-header .gallery-slider .flickity-prev-next-button:focus {
  background: rgba(4, 115, 63, 0.5);
  box-shadow: none;
}
.offer-header .gallery-slider .flickity-prev-next-button:active {
  background: rgba(4, 115, 63, 0.75);
  opacity: 1;
}
.offer-header .gallery-slider .flickity-prev-next-button .flickity-button-icon {
  color: #fff;
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
}
.offer-header .gallery-slider img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .offer-header .gallery-slider img {
    height: 15rem;
  }
}
.offer-header .offer-price {
  margin-top: 1rem;
  padding-top: 1rem;
  position: relative;
}
.offer-header .offer-price:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 1px;
  background: #fff;
  content: " ";
}
@media (max-width: 767.9px) {
  .offer-header .offer-price:before {
    right: 0;
    margin: auto;
  }
}
.offer-header .offer-price span {
  font-size: 0.9rem;
  color: #04733f;
  display: block;
}
.offer-header .offer-price b {
  font-size: 2rem;
  font-weight: 400;
  color: #04733f;
  display: block;
}

.real-estate-wrapper {
  position: relative;
  padding: 4rem 0 0 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 1.5rem 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: 1.1rem;
  border: none;
  padding: 0.5rem 0;
  font-weight: 600;
  color: rgba(4, 115, 63, 0.5);
  background: none;
}
@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: #04733f;
}
.real-estate-wrapper .real-estate-body {
  padding: 1.5rem 0 0 0;
}
.real-estate-wrapper .offer {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@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.no-offer {
  border: none;
  box-shadow: none;
}
.real-estate-wrapper .offer.no-offer img {
  width: 5rem;
  height: 5rem;
  opacity: 0.9;
}
.real-estate-wrapper .offer.no-offer h4 {
  color: #04733f;
  font-family: "Aptos", sans-serif;
  margin: 1.5rem 0 0.5rem 0;
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 15rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image {
    height: 15rem;
  }
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image img {
    height: 15rem;
  }
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  padding: 1rem 0 0 0;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #04733f;
  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;
  margin: 0.5rem 0;
}
.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: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-size: 0.9rem;
  color: #04733f;
}
.real-estate-wrapper .offer .offer-details .faire-offer {
  display: block;
  position: absolute;
  right: 0.2rem;
  text-align: right;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  background: rgba(41, 129, 88, 0.7);
  bottom: 1rem;
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: none;
  font-size: 0.7rem;
  font-weight: bold;
  color: #fff;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 600;
  display: block;
  color: #fff;
  font-size: 1rem;
}

.sub-header.offer-header {
  padding: 5rem 0;
  background: none;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding: 4rem 0;
  }
}
.sub-header.offer-header:before {
  display: none;
}
.sub-header.offer-header .container {
  position: relative;
  z-index: 2;
}
.sub-header.offer-header .fotorama {
  border-radius: 0.25rem;
}
.sub-header.offer-header .fotorama .fotorama__stage {
  background: rgba(0, 0, 0, 0.0196078431);
}

.offer-main-details h1 {
  color: #04733f;
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .offer-main-details h1 {
    font-size: 2rem;
  }
}
.offer-main-details h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(4, 115, 63, 0.25);
}
.offer-main-details .offer-description {
  font-size: 1.1rem;
}
.offer-main-details .offer-price {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eff3f6;
  margin-bottom: 1rem;
}
.offer-main-details .offer-price span {
  font-size: 0.8rem;
  color: rgba(4, 115, 63, 0.5);
  display: block;
  font-weight: bold;
}
.offer-main-details .offer-price b {
  font-size: 2.5rem;
  font-weight: 600;
  color: #298158;
  display: block;
}

.offer-features {
  padding: 12.5rem 0 5rem 0;
  background: #eff3f6;
}
@media (max-width: 767.9px) {
  .offer-features {
    padding: 5rem 0;
  }
}
.offer-features h4 {
  font-family: "Aptos", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #04733f;
  margin: 0 0 1rem 0;
}
.offer-features p {
  font-size: 1rem;
  color: #04733f;
}
.offer-features .features-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.offer-features .feature-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 1.5rem;
  border-radius: 2rem;
  background: #fff;
  height: 100%;
}
.offer-features .feature-box span {
  display: block;
  font-weight: 400;
  color: #04733f;
  font-size: 1rem;
  flex-shrink: 0;
  line-height: 1.2;
  margin-bottom: auto;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  color: #298158;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.offer-features .feature-box img {
  margin-top: 0.5rem;
}

.team {
  padding: 2.5rem 0 5rem 0;
}
.team h2 {
  font-size: 1rem;
  color: #298158;
  font-weight: bold;
}
.team h2 span {
  position: relative;
}
.team h2 span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5rem;
  width: 4rem;
  height: 2px;
  background: #298158;
  content: " ";
  margin: auto;
}
.team h2 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5rem;
  width: 4rem;
  height: 2px;
  background: #298158;
  content: " ";
  margin: auto;
}
.team h4 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  max-width: 75%;
  margin: 1.5rem auto;
}
.team .team-member {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.team .team-member img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.team .team-member .info {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5rem 2.5rem 1.5rem 2.5rem;
  background: linear-gradient(to top, rgba(4, 115, 63, 0.7), rgba(4, 115, 63, 0));
}
.team .team-member .info span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
  padding-left: 3rem;
  position: relative;
}
.team .team-member .info span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background: #298158;
  content: " ";
  margin: auto;
}
.team .team-member .info b {
  font-size: 1.75rem;
  color: #fff;
  font-weight: bold;
  display: block;
}
.team .team-member .info b i {
  text-transform: uppercase;
  font-style: normal;
}
.team .team-member .info p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0.5rem 0;
}
.team .team-member .info .btn.btn-link {
  font-weight: bold;
  color: #fff;
  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: 3.5rem 0 5rem 0;
}
.services-wrapper .link-box {
  display: block;
  position: relative;
  padding: 0 0 0 11rem;
  min-height: 11rem;
  background: #fff;
  text-decoration: none;
  color: #04733f;
}
@media (max-width: 767.9px) {
  .services-wrapper .link-box {
    padding-left: 9rem;
    min-height: 9rem;
  }
}
.services-wrapper .link-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  content: " ";
  border-radius: 1rem;
  border: 1px solid #298158;
}
@media (max-width: 767.9px) {
  .services-wrapper .link-box:before {
    width: 8rem;
    height: 8rem;
  }
}
.services-wrapper .link-box:after {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 4rem;
  height: 4rem;
  background: #298158;
  border-radius: 1rem;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .services-wrapper .link-box:after {
    width: 3rem;
    height: 3rem;
    left: 2.5rem;
    top: 2.5rem;
    border-radius: 0.5rem;
  }
}
.services-wrapper .link-box img {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
  padding: 1rem;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .services-wrapper .link-box img {
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    left: 2.5rem;
    top: 2.5rem;
  }
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
}
.services-wrapper .link-box .info b {
  font-weight: bold;
  display: block;
  font-size: 1.5rem;
  max-width: 50%;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.9px) {
  .services-wrapper .link-box .info b {
    max-width: 100%;
    font-size: 1.25rem;
  }
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: rgba(4, 115, 63, 0.5);
  font-size: 0.9rem;
}

.is-page-services .services .services-links .service-item {
  width: calc(33.33% - 1rem);
}

.is-page-services .services {
  position: relative;
  padding: 2.5rem 0 5rem 0;
}

@media (max-width: 767.9px) {
  .is-page-services .services .services-links .service-item {
    width: calc(100% - 1rem);
  }
}

.blog-posts {
  position: relative;
  padding: 3.5rem 0 5rem 0;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 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: 1rem;
}
.blog-posts .blog-post .post-details {
  padding: 1.5rem 1.5rem 1.5rem 0;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: bold;
  color: #04733f;
  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(4, 115, 63, 0.5);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgba(4, 115, 63, 0.75);
  margin: 0;
}

.blog-page {
  padding: 2.5rem 0 5rem 0;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6 {
  font-weight: bold;
  color: #04733f;
  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: 1rem;
  background: #eff3f6;
  line-height: 1;
  padding: 1rem;
}
.blog-page .blog-post-share .social-icons a:hover {
  background: #298158;
}
.blog-page .blog-post-share .social-icons a:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.blog-page .blog-post-share .social-icons a img {
  width: 1rem;
  height: 1rem;
  display: block;
  opacity: 0.5;
}

.sub-header.blog-page-header {
  padding-top: 2.5rem;
  padding-bottom: 0;
}
.sub-header.blog-page-header:before {
  display: none;
}
.sub-header.blog-page-header h1 {
  color: #04733f;
}
.sub-header.blog-page-header .container {
  position: relative;
  z-index: 2;
}
.sub-header.blog-page-header .img-fluid {
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header .img-fluid {
    border-radius: 0;
  }
}
.sub-header.blog-page-header .breadcrumb {
  justify-content: flex-start;
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item {
  color: rgba(4, 115, 63, 0.75);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item:before {
  color: rgba(4, 115, 63, 0.75);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item a {
  color: #04733f;
}
.sub-header.blog-page-header .blog-author {
  color: #04733f;
}

.sub-header.contact-header .header-img img {
  min-height: 27rem;
}
@media (max-width: 767.9px) {
  .sub-header.contact-header .header-img img {
    min-height: 15rem;
  }
}

.contact-form {
  padding: 0 0 5rem 0;
}
.contact-form h2 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Aptos", sans-serif;
  color: #04733f;
}
.contact-form p {
  color: #04733f;
}
.contact-form .form-label {
  display: block;
  color: #04733f;
  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: #eff3f6;
  border-color: transparent;
}
.contact-form .form-control:focus {
  box-shadow: none;
  background: rgb(230.84, 236.88, 241.41);
  border-color: transparent;
}
.contact-form textarea.form-control {
  min-height: 140px;
}
.contact-form .map-wrapper {
  position: relative;
  border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
  .contact-form .map-wrapper {
    margin-top: 2.5rem;
  }
}
.contact-form .map-wrapper .map {
  width: 100%;
  height: 30rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.is-page-contact .call-to-actions {
  padding: 10.5rem 0 5rem 0;
}
@media (max-width: 767.9px) {
  .is-page-contact .call-to-actions {
    margin-top: unset;
  }
}
.is-page-contact .call-to-actions .box {
  box-shadow: unset;
}
.is-page-contact .btn:hover {
  background: #fff;
  color: #04733f;
}
.is-page-contact .btn:hover img {
  filter: invert(60%) sepia(10%) saturate(1372%) hue-rotate(79deg) brightness(82%) contrast(90%);
}

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