section.services-5-hero {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
  position: relative;
  margin-bottom: 100px;
}
section.services-5-hero .heading {
  position: absolute;
  bottom: -50px;
  background-color: #3e3f41;
}
@media (max-width: 992px) {
  section.services-5-hero .heading {
    left: 0;
    margin: 10px;
  }
}
section.services-5-hero .heading .caption {
  padding: 75px 50px;
}
@media (max-width: 992px) {
  section.services-5-hero .heading .caption {
    padding: 20px;
  }
}
section.services-5-hero .heading .caption h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 992px) {
  section.services-5-hero .heading .caption h1 {
    font-size: 22px;
  }
}
section.services-5-hero .heading .caption h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.9px;
}

section.services-5-heading .content h3 {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  margin: 150px 50px 75px 50px;
}
@media (max-width: 992px) {
  section.services-5-heading .content h3 {
    margin: 50px 0;
  }
}

section.services-5-gallery {
  margin: 50px 0;
}
section.services-5-gallery h2 {
  color: #4b4b4b;
  font-size: 28px;
  font-weight: 700;
  margin: 75px 0;
  text-align: center;
}
section.services-5-gallery .left .group {
  margin: 0 0 15px 0;
}
section.services-5-gallery .left .group .icon {
  display: flex;
  justify-content: center;
}
section.services-5-gallery .left .group .content {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 992px) {
  section.services-5-gallery .left .group .content {
    margin: 25px 0;
  }
}
section.services-5-gallery .cta-btn {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 40px auto 0 auto;
}
@media (max-width: 992px) {
  section.services-5-gallery .cta-btn {
    margin: 50px auto;
  }
}
section.services-5-gallery .slider {
  position: relative;
}
@media (max-width: 992px) {
  section.services-5-gallery .slider {
    margin: 50px 0;
  }
}
section.services-5-gallery .slider .gallery {
  display: block;
}
section.services-5-gallery .slider .gallery img {
  z-index: 10;
  position: relative;
  border-radius: 8px;
}
section.services-5-gallery .slider .background {
  background-color: #3e3f41;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 30%;
  height: 70%;
  z-index: -1;
}
@media (max-width: 992px) {
  section.services-5-gallery .slider .background {
    display: none;
  }
}
section.services-5-gallery .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.services-5-gallery .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-5-gallery .slider .navigation .swiper-button-prev:after {
  display: none;
}
section.services-5-gallery .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-5-gallery .slider .navigation .swiper-button-next:after {
  display: none;
}
section.services-5-gallery .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.services-5-gallery .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.services-5-gallery .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.services-5-gallery .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

section.services-5-content h2 {
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 25px 0;
}
section.services-5-content .wrapper {
  background-color: #f5f5f5;
  padding: 50px 0;
}
@media (max-width: 992px) {
  section.services-5-content .wrapper {
    padding: 25px 0 25px 0;
  }
}
section.services-5-content .wrapper .content h3 {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
  position: relative;
  padding-left: 20px;
}
section.services-5-content .wrapper .content h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  background-color: #fcc266;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
section.services-5-content .wrapper .content p {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
section.services-5-content .wrapper .image {
  margin-top: 50px;
}
@media (max-width: 992px) {
  section.services-5-content .wrapper .image {
    margin: 0 0 25px 0;
  }
}
section.services-5-content .wrapper .image img {
  border-radius: 8px;
  z-index: 10;
  position: relative;
}
@media (max-width: 992px) {
  section.services-5-content .wrapper .image img {
    display: flex;
    margin: 0 auto;
  }
}
section.services-5-content .wrapper .image .background {
  background-color: #3e3f41;
  position: absolute;
  width: 250px;
  height: 70%;
  z-index: 9;
}
@media (max-width: 992px) {
  section.services-5-content .wrapper .image .background {
    display: none;
  }
}
section.services-5-content .wrapper .image.left .background {
  top: 20px;
  left: -20px;
}
@media (max-width: 992px) {
  section.services-5-content .wrapper .image.left .background {
    left: -10px;
    bottom: 10px;
  }
}
section.services-5-content .wrapper .image.right img {
  margin-left: auto;
}
section.services-5-content .wrapper .image.right .background {
  top: 20px;
  right: -20px;
}
@media (max-width: 992px) {
  section.services-5-content .wrapper .image.right .background {
    right: -10px;
    bottom: 10px;
  }
}

section.services-5-offers {
  background-color: #f5f5f5;
  padding: 50px 0;
}
@media (max-width: 992px) {
  section.services-5-offers {
    padding: 25px 0;
  }
}
section.services-5-offers h2 {
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 50px 0;
}
@media (max-width: 992px) {
  section.services-5-offers .slider {
    margin: 0 10px;
  }
}
section.services-5-offers .slider .offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  min-height: 464px;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
  opacity: 0.7;
}
section.services-5-offers .slider .offer .button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #8b8b8b;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.services-5-offers .slider .offer .bottom {
  padding: 20px 10px;
}
section.services-5-offers .slider .offer .bottom .type {
  background-color: #ffab23;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.38px;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 25px;
  display: inline-block;
}
section.services-5-offers .slider .offer .bottom h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
}
section.services-5-offers .slider .offer .bottom .description {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 15px;
}
section.services-5-offers .slider .offer .bottom .parameters {
  display: flex;
  align-content: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  section.services-5-offers .slider .offer .bottom .parameters {
    margin-top: 10px;
  }
}
section.services-5-offers .slider .offer .bottom .parameters .parameter {
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  border-right: 1px solid #fff;
  padding: 3px 15px;
  margin-top: auto;
}
section.services-5-offers .slider .offer .bottom .parameters .parameter:last-child {
  border-right: none;
}
section.services-5-offers .slider .offer .bottom .parameters .parameter span {
  display: block;
  text-align: center;
}
section.services-5-offers .slider .swiper-slide-active .offer {
  opacity: 1;
  transition: 0.5s all;
}
section.services-5-offers .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.services-5-offers .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-5-offers .slider .navigation .swiper-button-prev:after {
  display: none;
}
section.services-5-offers .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.services-5-offers .slider .navigation .swiper-button-next:after {
  display: none;
}
section.services-5-offers .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.services-5-offers .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.services-5-offers .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.services-5-offers .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

section.services-5-informations {
  padding: 50px 0;
  background-color: #3e3f41;
  position: relative;
}
section.services-5-informations .content h2 {
  color: #f0f0f0;
  font-size: 28px;
  font-weight: 700;
  margin: 25px 0 50px 0;
  text-align: center;
}
@media (max-width: 992px) {
  section.services-5-informations .content h2 {
    font-size: 24px;
  }
}
section.services-5-informations .content ul li {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.53px;
  line-height: 40px;
}
@media (max-width: 992px) {
  section.services-5-informations .content ul li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
section.services-5-informations .content ol li {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.53px;
  line-height: 40px;
}
@media (max-width: 992px) {
  section.services-5-informations .content ol li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
section.services-5-informations .content .cta-btn {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 40px auto 0 auto;
}
section.services-5-informations .arrow-bottom {
  background-image: url("../images/icon-grey-arrow-bottom.png");
  position: absolute;
  bottom: -46px;
  left: calc(50% - 37px);
  width: 73px;
  height: 47px;
}

section.services-5-near-location {
  margin: 50px 0 75px 0;
}
section.services-5-near-location h2 {
  color: #4b4b4b;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 100px 0 50px 0;
}
@media (max-width: 992px) {
  section.services-5-near-location h2 {
    margin: 100px 0 25px 0;
  }
}
section.services-5-near-location .place {
  text-align: center;
}
@media (max-width: 992px) {
  section.services-5-near-location .place {
    margin: 10px 0;
  }
}
section.services-5-near-location .place .icon img {
  margin: 20px 0;
}
section.services-5-near-location .place h3 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 992px) {
  section.services-5-near-location .place h3 {
    margin: 5px 0 15px 0;
  }
}
section.services-5-near-location .place .content {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 300;
}

section.services-5-map {
  margin: 50px 0 25px 0;
  display: block;
  position: relative;
  height: 300px;
}
section.services-5-map .map {
  height: 300px;
}
@media (max-width: 1200px) {
  section.services-5-map .map {
    margin: 30px 0;
  }
}
@media (max-width: 992px) {
  section.services-5-map .map {
    margin: 30px 0 30px 0;
  }
}
section.services-5-map .map .wrapper {
  display: block;
  height: 300px;
}
section.services-5-map .map .container {
  position: relative;
}

section.services-5-contact {
  margin: 50px 0 100px 0;
}
section.services-5-contact .content h2 {
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 400;
  margin: 20px 0;
}
section.services-5-contact .content h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}
section.services-5-contact .content .address {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
section.services-5-contact .content .email {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-decoration: none;
  margin: 30px 0 5px 0;
}
section.services-5-contact .content .phone {
  font-size: 32px;
  font-weight: 400;
  color: #e4902e;
  display: block;
  text-decoration: none;
  margin: 5px 0 15px 0;
}
section.services-5-contact .content .phone strong {
  color: #9a9a9a;
  font-weight: 700;
}
section.services-5-contact .box {
  background-color: #131212;
  padding: 30px;
  color: #fff;
  margin-top: -120px;
}
@media (max-width: 992px) {
  section.services-5-contact .box {
    margin-top: 20px;
  }
}
section.services-5-contact .box h2 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.services-5-contact .box label {
  font-size: 13px;
  font-weight: 400;
}
section.services-5-contact .box .form-check {
  padding-left: 5px;
}
section.services-5-contact .box .wpcf7-list-item-label {
  color: #818181;
  font-size: 10px;
  font-weight: 300;
  margin-top: 2px;
}
section.services-5-contact .box .wpcf7-list-item-label a {
  color: #f3f3f3;
}
section.services-5-contact .box .form-control {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  border: none;
}
section.services-5-contact .box ::placeholder {
  color: #b5b5b5;
  opacity: 1;
}
section.services-5-contact .box :-ms-input-placeholder {
  color: #b5b5b5;
}
section.services-5-contact .box ::-ms-input-placeholder {
  color: #b5b5b5;
}
section.services-5-contact .box .custom-control-label {
  color: #818181;
  font-size: 10px;
  font-weight: 300;
  margin-top: 2px;
}
section.services-5-contact .box .btn-send-message {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 20px 0 0 auto;
  border: none;
  box-shadow: none;
  outline: none;
}
@media (max-width: 992px) {
  section.services-5-contact .box .btn-send-message {
    width: 100%;
  }
}
section.services-5-contact .box .btn-send-message i {
  margin-right: 15px;
  font-size: 24px;
}

/*# sourceMappingURL=page-estate.css.map */
