/*=========================================
=              Testimonial              =
=========================================*/
.testimonial {
  padding: 89px 0;
}
.testimonial .container {
  max-width: 924px;
  margin: 0 auto;
  padding: 0 40px;
}
.testimonial .qoute_wrap {
  margin-bottom: 42px;
  position: relative;
  margin-top: 30px;
  margin-left: 44px;
}
.testimonial .qoute_wrap svg {
  position: absolute;
  left: -41px;
  top: -16px;
}
.testimonial .qoute_wrap svg path {
  fill: #09142b;
}
.testimonial .desc_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.testimonial .author_desc {
  opacity: 0.3;
}
.testimonial.white_c .qoute_wrap svg path {
  fill: #fff;
}
.testimonial.multiple_testimonials .slick-dots {
  padding: 0;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  list-style-type: none;
}
.testimonial.multiple_testimonials .slick-dots li {
  padding: 0 10px;
}
.testimonial.multiple_testimonials .slick-dots li button {
  cursor: pointer;
  border: 1px solid #09142B;
  background-color: #fff;
  font-size: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
}
.testimonial.multiple_testimonials .slick-dots li.slick-active button {
  background-color: #09142B;
}

@media screen and (max-width: 1024px) {
  .testimonial {
    padding: 120px 0;
  }
  .testimonial .qoute_wrap {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
    margin-left: 40px;
  }
  .testimonial .desc_wrap {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial .container {
    padding: 0 20px;
  }
  .testimonial .qoute_wrap {
    font-size: 32px;
    line-height: 40px;
  }
}
/*=====  End of Testimonial  ======*/
/*========================================
=             Full width image           =
========================================*/
.full_width_image {
  margin: 90px 0 80px;
}
.full_width_image .content {
  max-width: 1200px;
  height: 664px;
  margin: auto;
}
.full_width_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .full_width_image {
    margin: 120px 0 120px;
  }
  .full_width_image .content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .full_width_image {
    margin: 80px 0 80px;
  }
  .full_width_image .content {
    max-width: 100%;
  }
}
/*=====  End of Full width image  ======*/
/*=========================================
=          Related post section          =
=========================================*/
.related_post_section {
  padding: 80px 0 88px;
}
.related_post_section .title_wrap {
  margin-bottom: 20px;
}
.related_post_section .rp_title {
  margin-bottom: 35px;
}
.related_post_section .container {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
.related_post_section .rp_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-left: -22px;
}
.related_post_section .one_news {
  width: -webkit-calc(33.33% - 44px);
  width: -moz-calc(33.33% - 44px);
  width: calc(33.33% - 44px);
  margin: 0 22px;
}
.related_post_section .bg_image_wrap {
  height: 456px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.related_post_section .top_info_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 16px 0;
}
.related_post_section .title_wrap {
  margin-bottom: 24px;
}
.related_post_section .bottom_new_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.related_post_section .bottom_new_wrap .text_14 {
  color: #a2aaad;
}

@media screen and (max-width: 1024px) {
  .related_post_section .container {
    padding: 0 40px;
  }
  .related_post_section .rp_content {
    margin-left: -11px;
    width: -webkit-calc(100% + 22px);
    width: -moz-calc(100% + 22px);
    width: calc(100% + 22px);
  }
  .related_post_section .one_news {
    width: -webkit-calc(50% - 22px);
    width: -moz-calc(50% - 22px);
    width: calc(50% - 22px);
    margin: 0 11px;
  }
  .related_post_section .one_news:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .related_post_section .container {
    padding: 0 20px;
  }
  .related_post_section .rp_content {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }
  .related_post_section .one_news {
    width: 100%;
    margin: 0 0 72px 0;
  }
  .related_post_section .one_news:nth-child(3) {
    display: block;
    margin-bottom: 0;
  }
}
/*=====  End of Related post section  ======*/
/*=============================
=        Video Section        =
=============================*/
.video_section {
  padding: 80px 0;
  position: relative;
}
.video_section .top_border,
.video_section .bottom_border {
  position: absolute;
  height: 350px;
  width: 100%;
  left: 0;
  z-index: -1;
}
.video_section .top_border {
  top: 0;
}
.video_section .bottom_border {
  bottom: 0;
}
.video_section .container {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}
.video_section iframe,
.video_section .video_iframe,
.video_section .file_video_wrap,
.video_section .video {
  width: 960px;
  height: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .video_section {
    padding: 80px 0;
  }
  .video_section .top_border,
  .video_section .bottom_border {
    height: 273px;
  }
  .video_section iframe,
  .video_section .video_iframe,
  .video_section .file_video_wrap,
  .video_section .video {
    width: 688px;
    height: 386px;
  }
}
@media screen and (max-width: 767px) {
  .video_section .container {
    padding: 0 20px;
  }
  .video_section .top_border,
  .video_section .bottom_border {
    height: 185px;
  }
  .video_section iframe,
  .video_section .video_iframe,
  .video_section .file_video_wrap,
  .video_section .video {
    max-width: 100%;
    width: 374px;
    height: 210px;
  }
}
/*=====  End of Video Section  ======*/
/*=========================================
=           Our People Section           =
=========================================*/
.our_people_section {
  padding: 120px 0 148px;
}
.our_people_section .container {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}
.our_people_section .slick-list {
  margin-right: -40px;
}
.our_people_section .peoples_wrap {
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .our_people_section .peoples_wrap {
    padding-right: 0px;
  }
}
.our_people_section .peoples_wrap.slick-initialized {
  display: block;
}
.our_people_section .title_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-bottom: 40px;
}
.our_people_section .buttons_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.our_people_section .buttons_wrap div {
  border: 1px solid #5B6D8F;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.our_people_section .buttons_wrap div svg path {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.our_people_section .buttons_wrap div.slick-disabled {
  opacity: 0.4;
  cursor: auto;
}
@media screen and (min-width: 1025px) {
  .our_people_section .buttons_wrap div:not(.slick-disabled):hover {
    background-color: #09142b;
  }
  .our_people_section .buttons_wrap div:not(.slick-disabled):hover svg path {
    stroke: #fff;
  }
}
.our_people_section .one_person {
  margin-right: 32px;
}
.our_people_section .one_person .one_person_main_wrap {
  min-width: 316px;
  height: 420px;
  border-radius: 4px;
  padding: 32px 24px 80px;
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  overflow: hidden;
  background-color: #09142B;
}
.our_people_section .one_person .one_person_main_wrap .fa-user {
  position: absolute;
  font-size: 159px;
  left: 50%;
  top: 86px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: rgba(245, 245, 245, 0.5);
}
.our_people_section .one_person .one_person_main_wrap .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.our_people_section .one_person .one_person_main_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-450deg, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.26%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 4px;
  z-index: 0;
}
.our_people_section .one_person .one_person_main_wrap .texts_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.our_people_section .one_person .one_person_main_wrap div {
  z-index: 1;
  position: relative;
}
.our_people_section .one_person .one_person_main_wrap .top_wrap {
  margin-top: auto;
}
@media screen and (min-width: 1025px) {
  .our_people_section .one_person .one_person_main_wrap:hover .bg_image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.our_people_section .contact_wrap {
  margin-left: 24px;
  position: absolute;
  bottom: 68px;
  width: 88px;
  height: 36px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  position: relative;
}
.our_people_section .contact_wrap::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  left: 43px;
  top: 8px;
  background-color: #e3e3e3;
  z-index: 1;
}
.our_people_section .contact_wrap a {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
}
.our_people_section .contact_wrap a svg path {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .our_people_section .contact_wrap a:hover {
    z-index: 2;
    background-color: #09142b;
  }
  .our_people_section .contact_wrap a:hover svg path {
    fill: #FFFFFF;
  }
}
.our_people_section .contact_wrap a:first-child {
  border-radius: 4px 0 0 4px;
}
.our_people_section .contact_wrap a:last-child {
  border-radius: 0 4px 4px 0;
}
.our_people_section.carsouselle_off .peoples_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.our_people_section.carsouselle_off .buttons_wrap {
  display: none;
}

@media screen and (max-width: 1024px) {
  .our_people_section.carsouselle_off .peoples_wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .our_people_section .one_person {
    margin-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .our_people_section .title_wrap .text_72_Frei {
    font-size: 52px;
    line-height: 52px;
  }
  .our_people_section .container {
    padding: 0 20px;
  }
  .our_people_section .one_person {
    width: -webkit-calc(100vw - 40px);
    width: -moz-calc(100vw - 40px);
    width: calc(100vw - 40px);
  }
  .our_people_section .one_person .one_person_main_wrap {
    width: 100%;
    min-width: 100%;
    height: 496px;
  }
}
/*=====  End of Our People Section  ======*/
/*=========================================
=       Property Slider/Carousel A       =
=========================================*/
.featured_property_module {
  position: relative;
  background-color: #09142B;
  padding: 133px 0 120px;
}
.featured_property_module .title_content {
  width: -webkit-calc(67vw + 40px);
  width: -moz-calc(67vw + 40px);
  width: calc(67vw + 40px);
  margin: 0 auto;
  padding-right: 29px;
}
.featured_property_module .title_content .fpm_title {
  text-align: end;
}
@media screen and (max-width: 1024px) {
  .featured_property_module .title_content {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .featured_property_module .title_content {
    width: 100%;
    padding-right: 18px;
    margin-bottom: 18px;
  }
  .featured_property_module .title_content .fpm_title {
    font-size: 52px;
    line-height: 52px;
  }
}
.featured_property_module.light_version {
  padding: 93px 0 120px;
  background: #fbfbfb;
}
.featured_property_module.light_version .images_container.center::before, .featured_property_module.light_version .images_container.center::after {
  background-color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .featured_property_module.light_version {
    padding-top: 82px;
  }
}
.featured_property_module .module_carousel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transform: translateX(-webkit-calc(-100% - 190px));
  -moz-transform: translateX(-moz-calc(-100% - 190px));
  -ms-transform: translateX(calc(-100% - 190px));
  -o-transform: translateX(calc(-100% - 190px));
  transform: translateX(calc(-100% - 190px));
  width: 67vw;
  margin: auto;
}
.featured_property_module .images_container_center_wrap {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 60px;
  width: 67vw;
  margin: 0 20px 0 60px;
  width: -webkit-calc(67vw + 40px);
  width: -moz-calc(67vw + 40px);
  width: calc(67vw + 40px);
  position: relative;
}
.featured_property_module .images_container {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 60px;
  width: 67vw;
  height: 480px;
  opacity: 0.2;
  position: relative;
  overflow: hidden;
}
.featured_property_module .images_container.center::before, .featured_property_module .images_container.center::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #09142B;
  z-index: 20;
}
.featured_property_module .images_container.center::before {
  top: -7px;
}
.featured_property_module .images_container.center::after {
  bottom: 43px;
}
.featured_property_module .images_container.inactive.left, .featured_property_module .images_container.inactive.right {
  cursor: wait;
}
.featured_property_module .images_container.inactive .images_wrapper {
  pointer-events: none;
}
.featured_property_module .images_container.left {
  cursor: url("../img/svg/image_gallery_left_white.svg"), default;
}
.featured_property_module .images_container.left .image_slide {
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}
.featured_property_module .images_container.left .image_slide.current {
  -webkit-transform: translate3d(0, 0px, 0px);
  -moz-transform: translate3d(0, 0px, 0px);
  -ms-transform: translate3d(0, 0px, 0px);
  -o-transform: translate3d(0, 0px, 0px);
  transform: translate3d(0, 0px, 0px);
}
.featured_property_module .images_container.right {
  cursor: url("../img/svg/image_gallery_right_white.svg"), default;
}
.featured_property_module .images_container.right .image_slide.prev {
  -webkit-transform: translate3d(-500px, 0px, 0px);
  -moz-transform: translate3d(-500px, 0px, 0px);
  -ms-transform: translate3d(-500px, 0px, 0px);
  -o-transform: translate3d(-500px, 0px, 0px);
  transform: translate3d(-500px, 0px, 0px);
}
.featured_property_module .images_container.center .image_slide:nth-child(1), .featured_property_module .images_container.right .image_slide:nth-child(1), .featured_property_module .images_container.left .image_slide:nth-child(1) {
  z-index: 9;
}
.featured_property_module .images_container.center .image_slide:nth-child(2), .featured_property_module .images_container.right .image_slide:nth-child(2), .featured_property_module .images_container.left .image_slide:nth-child(2) {
  z-index: 8;
}
.featured_property_module .images_container.center .image_slide:nth-child(3), .featured_property_module .images_container.right .image_slide:nth-child(3), .featured_property_module .images_container.left .image_slide:nth-child(3) {
  z-index: 7;
}
.featured_property_module .images_container.center .image_slide:nth-child(4), .featured_property_module .images_container.right .image_slide:nth-child(4), .featured_property_module .images_container.left .image_slide:nth-child(4) {
  z-index: 6;
}
.featured_property_module .images_container.center .image_slide:nth-child(5), .featured_property_module .images_container.right .image_slide:nth-child(5), .featured_property_module .images_container.left .image_slide:nth-child(5) {
  z-index: 5;
}
.featured_property_module .images_container.center .image_slide:nth-child(6), .featured_property_module .images_container.right .image_slide:nth-child(6), .featured_property_module .images_container.left .image_slide:nth-child(6) {
  z-index: 4;
}
.featured_property_module .images_container.center .image_slide:nth-child(7), .featured_property_module .images_container.right .image_slide:nth-child(7), .featured_property_module .images_container.left .image_slide:nth-child(7) {
  z-index: 3;
}
.featured_property_module .images_container.center .image_slide:nth-child(8), .featured_property_module .images_container.right .image_slide:nth-child(8), .featured_property_module .images_container.left .image_slide:nth-child(8) {
  z-index: 2;
}
.featured_property_module .images_container.center .image_slide:nth-child(9), .featured_property_module .images_container.right .image_slide:nth-child(9), .featured_property_module .images_container.left .image_slide:nth-child(9) {
  z-index: 1;
}
.featured_property_module .images_container.center .image_slide:nth-child(10), .featured_property_module .images_container.right .image_slide:nth-child(10), .featured_property_module .images_container.left .image_slide:nth-child(10) {
  z-index: 0;
}
.featured_property_module .images_container.center .image_slide:nth-child(11), .featured_property_module .images_container.right .image_slide:nth-child(11), .featured_property_module .images_container.left .image_slide:nth-child(11) {
  z-index: -1;
}
.featured_property_module .images_container.center .image_slide:nth-child(12), .featured_property_module .images_container.right .image_slide:nth-child(12), .featured_property_module .images_container.left .image_slide:nth-child(12) {
  z-index: -2;
}
.featured_property_module .images_container.center .image_slide:nth-child(13), .featured_property_module .images_container.right .image_slide:nth-child(13), .featured_property_module .images_container.left .image_slide:nth-child(13) {
  z-index: -3;
}
.featured_property_module .images_container.center .image_slide:nth-child(14), .featured_property_module .images_container.right .image_slide:nth-child(14), .featured_property_module .images_container.left .image_slide:nth-child(14) {
  z-index: -4;
}
.featured_property_module .images_container.center .image_slide:nth-child(15), .featured_property_module .images_container.right .image_slide:nth-child(15), .featured_property_module .images_container.left .image_slide:nth-child(15) {
  z-index: -5;
}
.featured_property_module .images_container.center .image_slide:nth-child(16), .featured_property_module .images_container.right .image_slide:nth-child(16), .featured_property_module .images_container.left .image_slide:nth-child(16) {
  z-index: -6;
}
.featured_property_module .images_container.center .image_slide:nth-child(17), .featured_property_module .images_container.right .image_slide:nth-child(17), .featured_property_module .images_container.left .image_slide:nth-child(17) {
  z-index: -7;
}
.featured_property_module .images_container.center .image_slide:nth-child(18), .featured_property_module .images_container.right .image_slide:nth-child(18), .featured_property_module .images_container.left .image_slide:nth-child(18) {
  z-index: -8;
}
.featured_property_module .images_container.center .image_slide:nth-child(19), .featured_property_module .images_container.right .image_slide:nth-child(19), .featured_property_module .images_container.left .image_slide:nth-child(19) {
  z-index: -9;
}
.featured_property_module .images_container.center .image_slide:nth-child(20), .featured_property_module .images_container.right .image_slide:nth-child(20), .featured_property_module .images_container.left .image_slide:nth-child(20) {
  z-index: -10;
}
.featured_property_module .images_container.center .image_slide:nth-child(21), .featured_property_module .images_container.right .image_slide:nth-child(21), .featured_property_module .images_container.left .image_slide:nth-child(21) {
  z-index: -11;
}
.featured_property_module .images_container.center .image_slide:nth-child(22), .featured_property_module .images_container.right .image_slide:nth-child(22), .featured_property_module .images_container.left .image_slide:nth-child(22) {
  z-index: -12;
}
.featured_property_module .images_container.center .image_slide:nth-child(23), .featured_property_module .images_container.right .image_slide:nth-child(23), .featured_property_module .images_container.left .image_slide:nth-child(23) {
  z-index: -13;
}
.featured_property_module .images_container.center .image_slide:nth-child(24), .featured_property_module .images_container.right .image_slide:nth-child(24), .featured_property_module .images_container.left .image_slide:nth-child(24) {
  z-index: -14;
}
.featured_property_module .images_container.center .image_slide:nth-child(25), .featured_property_module .images_container.right .image_slide:nth-child(25), .featured_property_module .images_container.left .image_slide:nth-child(25) {
  z-index: -15;
}
.featured_property_module .images_container.center .image_slide:nth-child(26), .featured_property_module .images_container.right .image_slide:nth-child(26), .featured_property_module .images_container.left .image_slide:nth-child(26) {
  z-index: -16;
}
.featured_property_module .images_container.center .image_slide:nth-child(27), .featured_property_module .images_container.right .image_slide:nth-child(27), .featured_property_module .images_container.left .image_slide:nth-child(27) {
  z-index: -17;
}
.featured_property_module .images_container.center .image_slide:nth-child(28), .featured_property_module .images_container.right .image_slide:nth-child(28), .featured_property_module .images_container.left .image_slide:nth-child(28) {
  z-index: -18;
}
.featured_property_module .images_container.center .image_slide:nth-child(29), .featured_property_module .images_container.right .image_slide:nth-child(29), .featured_property_module .images_container.left .image_slide:nth-child(29) {
  z-index: -19;
}
.featured_property_module .images_container.center .image_slide:nth-child(30), .featured_property_module .images_container.right .image_slide:nth-child(30), .featured_property_module .images_container.left .image_slide:nth-child(30) {
  z-index: -20;
}
.featured_property_module .images_container.center .image_slide:nth-child(31), .featured_property_module .images_container.right .image_slide:nth-child(31), .featured_property_module .images_container.left .image_slide:nth-child(31) {
  z-index: -21;
}
.featured_property_module .images_container.center .image_slide:nth-child(32), .featured_property_module .images_container.right .image_slide:nth-child(32), .featured_property_module .images_container.left .image_slide:nth-child(32) {
  z-index: -22;
}
.featured_property_module .images_container.center .image_slide:nth-child(33), .featured_property_module .images_container.right .image_slide:nth-child(33), .featured_property_module .images_container.left .image_slide:nth-child(33) {
  z-index: -23;
}
.featured_property_module .images_container.center .image_slide:nth-child(34), .featured_property_module .images_container.right .image_slide:nth-child(34), .featured_property_module .images_container.left .image_slide:nth-child(34) {
  z-index: -24;
}
.featured_property_module .images_container.center .image_slide:nth-child(35), .featured_property_module .images_container.right .image_slide:nth-child(35), .featured_property_module .images_container.left .image_slide:nth-child(35) {
  z-index: -25;
}
.featured_property_module .images_container.center .image_slide:nth-child(36), .featured_property_module .images_container.right .image_slide:nth-child(36), .featured_property_module .images_container.left .image_slide:nth-child(36) {
  z-index: -26;
}
.featured_property_module .images_container.center .image_slide:nth-child(37), .featured_property_module .images_container.right .image_slide:nth-child(37), .featured_property_module .images_container.left .image_slide:nth-child(37) {
  z-index: -27;
}
.featured_property_module .images_container.center .image_slide:nth-child(38), .featured_property_module .images_container.right .image_slide:nth-child(38), .featured_property_module .images_container.left .image_slide:nth-child(38) {
  z-index: -28;
}
.featured_property_module .images_container.center .image_slide:nth-child(39), .featured_property_module .images_container.right .image_slide:nth-child(39), .featured_property_module .images_container.left .image_slide:nth-child(39) {
  z-index: -29;
}
.featured_property_module .images_container.center .image_slide:nth-child(40), .featured_property_module .images_container.right .image_slide:nth-child(40), .featured_property_module .images_container.left .image_slide:nth-child(40) {
  z-index: -30;
}
.featured_property_module .images_container.center .image_slide:nth-child(41), .featured_property_module .images_container.right .image_slide:nth-child(41), .featured_property_module .images_container.left .image_slide:nth-child(41) {
  z-index: -31;
}
.featured_property_module .images_container.center {
  height: 755px;
  opacity: 1;
  top: 18px;
  width: 100%;
  margin: 0;
  overflow: visible;
}
.featured_property_module .images_container.center .images_wrapper {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  overflow: hidden;
  top: -6px;
}
.featured_property_module .images_container.center .image_slide {
  display: block;
  height: 715px;
  margin-right: 40px;
}
.featured_property_module .images_container.center .image_slide.prev {
  -webkit-transform: translate3d(-500px, 0px, 0px);
  -moz-transform: translate3d(-500px, 0px, 0px);
  -ms-transform: translate3d(-500px, 0px, 0px);
  -o-transform: translate3d(-500px, 0px, 0px);
  transform: translate3d(-500px, 0px, 0px);
}
.featured_property_module .images_container.center .image_slide.current {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.featured_property_module .images_container.center .image_slide.next {
  -webkit-transform: translate3d(500px, 0px, 0px);
  -moz-transform: translate3d(500px, 0px, 0px);
  -ms-transform: translate3d(500px, 0px, 0px);
  -o-transform: translate3d(500px, 0px, 0px);
  transform: translate3d(500px, 0px, 0px);
}
.featured_property_module .images_container.center .img_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.featured_property_module .images_container.center img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.featured_property_module .border_anim {
  position: absolute;
  width: -webkit-calc(100% - 38px);
  width: -moz-calc(100% - 38px);
  width: calc(100% - 38px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  border: 40px solid #09142b;
  top: -6px;
  right: 39px;
  z-index: 11;
  pointer-events: none;
}
.featured_property_module.light_version .border_anim {
  border: 40px solid #fbfbfb;
}
.featured_property_module.light_version .images_container.left {
  cursor: url("../img/svg/image_gallery_left.svg"), default;
}
.featured_property_module.light_version .images_container.right {
  cursor: url("../img/svg/image_gallery_right.svg"), default;
}
.featured_property_module .locations_wrap {
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 22;
}
.featured_property_module.light_version .locations_wrap {
  top: -56px;
}
.featured_property_module .location_slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.featured_property_module .location_slide.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.featured_property_module .location {
  white-space: nowrap;
}
.featured_property_module.light_version .location {
  color: #A2AAAD;
  font-size: 72px;
  line-height: 80px;
}
.featured_property_module .details_box {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 32px 32px 20px;
  width: 400px;
  min-height: 184px;
  z-index: 22;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.featured_property_module .box_bcg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.featured_property_module .progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background-color: #09142B;
}
.featured_property_module .details_items_wrap {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .featured_property_module .details_items_wrap:hover .desc {
    color: #5B6D8F;
  }
}
.featured_property_module .details_slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
}
.featured_property_module .details_slide.active {
  position: relative;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.featured_property_module .details_slide .desc {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.featured_property_module .street {
  color: #a2aaad;
  margin-bottom: 4px;
  line-height: 20px;
}
.featured_property_module .bottom {
  margin-top: auto;
  padding-top: 10px;
  position: relative;
}
.featured_property_module .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  height: 12px;
}
.featured_property_module .pagination .number {
  margin: 0 12px;
  line-height: 24px;
  position: relative;
  background-color: rgba(9, 20, 43, 0.5);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.featured_property_module .pagination .number.active {
  background-color: #09142B;
}
.featured_property_module .pagination .number::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto 0;
  width: 1px;
  height: 13px;
  background-color: #09142B;
  opacity: 0.5;
}
.featured_property_module .pagination .number:first-child {
  margin-left: 0;
}
.featured_property_module .pagination .number:first-child::before {
  display: none;
}
.featured_property_module .pagination .number:last-child {
  margin-right: 0;
}
.featured_property_module .images_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}
.featured_property_module .image_slide {
  height: 100%;
  width: 67vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.featured_property_module .image_slide.prev {
  opacity: 0;
}
.featured_property_module .image_slide.prev.active {
  opacity: 1;
  z-index: 9;
}
.featured_property_module .image_slide.current {
  z-index: 10 !important;
}
.featured_property_module img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #09142B;
}
.featured_property_module .location {
  margin-bottom: 0;
  z-index: 1;
  padding-left: 81px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .featured_property_module {
    max-width: 1050px;
    margin: 0 auto;
  }
  .featured_property_module.light_version {
    background-color: transparent;
  }
  .featured_property_module.light_version::before {
    background-color: #fbfbfb;
  }
  .featured_property_module::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #09142B;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }
  .featured_property_module .title_content {
    position: relative;
    width: -webkit-calc(92% + 40px);
    width: -moz-calc(92% + 40px);
    width: calc(92% + 40px);
    padding: 0 20px 0 60px;
  }
  .featured_property_module .module_carousel {
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .featured_property_module .images_container {
    width: -webkit-calc(92% + 40px);
    width: -moz-calc(92% + 40px);
    width: calc(92% + 40px);
  }
  .featured_property_module .images_container_center_wrap {
    width: -webkit-calc(92% + 40px);
    width: -moz-calc(92% + 40px);
    width: calc(92% + 40px);
  }
  .featured_property_module .image_slide {
    width: 100%;
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and (min-width: 1920px) {
  .featured_property_module {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1024px) {
  .featured_property_module {
    overflow: hidden;
  }
  .featured_property_module .module_carousel {
    -webkit-transform: translateX(-webkit-calc(-100% - 188px));
    -moz-transform: translateX(-moz-calc(-100% - 188px));
    -ms-transform: translateX(calc(-100% - 188px));
    -o-transform: translateX(calc(-100% - 188px));
    transform: translateX(calc(-100% - 188px));
  }
  .featured_property_module .images_container_center_wrap {
    margin: 0 0 0 20px;
    width: -webkit-calc(78vw + 40px);
    width: -moz-calc(78vw + 40px);
    width: calc(78vw + 40px);
    position: relative;
  }
  .featured_property_module .images_container {
    margin: 0 20px;
    height: 376px;
    width: 78vw;
  }
  .featured_property_module .images_container.center {
    height: 505px;
  }
  .featured_property_module .images_container.center .image_slide {
    height: 350px;
  }
  .featured_property_module .images_container.center::before, .featured_property_module .images_container.center::after {
    display: none;
  }
  .featured_property_module .images_container.right {
    margin-left: 0;
  }
  .featured_property_module .image_slide {
    width: 78vw;
  }
  .featured_property_module .border_anim {
    display: none;
  }
  .featured_property_module .location_slide {
    top: -44px;
  }
  .featured_property_module .location {
    padding-left: 56px;
  }
}
@media screen and (max-width: 767px) {
  .featured_property_module {
    padding: 95px 0 120px;
  }
  .featured_property_module .module_carousel {
    -webkit-transform: translateX(-webkit-calc(-100% - 117px));
    -moz-transform: translateX(-moz-calc(-100% - 117px));
    -ms-transform: translateX(calc(-100% - 117px));
    -o-transform: translateX(calc(-100% - 117px));
    transform: translateX(calc(-100% - 117px));
  }
  .featured_property_module .images_container {
    margin: 0 10px;
    height: 195px;
    width: 81vw;
  }
  .featured_property_module .images_container.center {
    height: 195px;
    top: 0;
  }
  .featured_property_module .images_container.center .images_wrapper {
    top: 0;
    width: 100%;
    overflow: hidden;
  }
  .featured_property_module .images_container.center .image_slide {
    height: 195px;
  }
  .featured_property_module .images_container.center .image_slide.prev {
    -webkit-transform: translate3d(-300px, 0px, 0px);
    -moz-transform: translate3d(-300px, 0px, 0px);
    -ms-transform: translate3d(-300px, 0px, 0px);
    -o-transform: translate3d(-300px, 0px, 0px);
    transform: translate3d(-300px, 0px, 0px);
  }
  .featured_property_module .images_container.center .image_slide.next {
    -webkit-transform: translate3d(300px, 0px, 0px);
    -moz-transform: translate3d(300px, 0px, 0px);
    -ms-transform: translate3d(300px, 0px, 0px);
    -o-transform: translate3d(300px, 0px, 0px);
    transform: translate3d(300px, 0px, 0px);
  }
  .featured_property_module .images_container.right {
    margin-left: 10px;
  }
  .featured_property_module .images_container_center_wrap {
    margin: 0 10px 0 10px;
    width: 81vw;
  }
  .featured_property_module .image_slide {
    width: 100%;
  }
  .featured_property_module .details_box {
    padding: 28px 24px 20px;
    width: 100%;
    min-height: 176px;
    position: relative;
  }
  .featured_property_module .details_box .desc {
    font-size: 22px;
    line-height: 28px;
  }
  .featured_property_module .location_slide {
    top: -39px;
  }
  .featured_property_module .location {
    padding-left: 24px;
    font-size: 24px;
    line-height: 28px;
  }
}
/*========= End of  Featured property module  ==========*/
/*=========================================
=             Image Gallery              =
=========================================*/
.image_gallery {
  position: relative;
  padding: 80px 0;
}
.image_gallery .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 560px;
}
.image_gallery .image_slide {
  width: 960px;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 480px;
  margin-right: 40px;
}
.image_gallery .image_slide.slick-active {
  opacity: 1;
  height: 560px;
}
.image_gallery .image_slide .image_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image_gallery .image_slide .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_gallery .image_slide.nextdiv {
  cursor: url("../img/svg/image_gallery_right.svg"), default !important;
}
.image_gallery .image_slide.prevdiv {
  cursor: url("../img/svg/image_gallery_left.svg"), default !important;
}
.image_gallery.white_c .image_slide.nextdiv {
  cursor: url("../img/svg/image_gallery_right_white.svg"), default !important;
}
.image_gallery.white_c .image_slide.prevdiv {
  cursor: url("../img/svg/image_gallery_left_white.svg"), default !important;
}

@media screen and (max-width: 1024px) {
  .image_gallery .slick-track {
    min-height: 298px;
  }
  .image_gallery .image_slide {
    height: 256px;
    width: 512px;
    margin-right: 22px;
  }
  .image_gallery .image_slide.slick-active {
    height: 298px;
  }
}
@media screen and (max-width: 767px) {
  .image_gallery .slick-track {
    min-height: 185px;
  }
  .image_gallery .image_slide {
    height: 120px;
    margin-right: 20px;
    width: 318px;
  }
  .image_gallery .image_slide.slick-active {
    height: 185px;
  }
}
/*========= End of Image gallery  ==========*/
/*=========================================
=             Trending suburbs           =
=========================================*/
.trending_suburbs_wrap.bottom_white_active {
  position: relative;
}
.trending_suburbs_wrap.bottom_white_active .bottom_white {
  position: absolute;
  bottom: 0;
  height: 232px;
  width: 100%;
  left: 0;
}
.trending_suburbs_wrap .trending_suburbs {
  z-index: 6;
  position: relative;
}
.trending_suburbs_wrap .trending_suburbs .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.trending_suburbs_wrap .trending_suburbs .setion_title {
  padding: 40px 0;
  text-align: right;
  padding-right: 142px;
}
.trending_suburbs_wrap .trending_suburbs .one_trending_wrap {
  margin: 0 12px;
  width: 448px;
  height: 504px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 32px 36px;
  overflow: hidden;
  background-color: #5b6d8f;
}
.trending_suburbs_wrap .trending_suburbs .one_trending_wrap .image_bg_wrap {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.trending_suburbs_wrap .trending_suburbs .one_trending_wrap .top_cat {
  position: absolute;
  top: 32px;
  left: 36px;
  padding: 4px 12px;
  z-index: 1;
}
.trending_suburbs_wrap .trending_suburbs .one_trending_wrap::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-450deg, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36.21%, rgba(13, 29, 52, 0)), to(rgba(13, 29, 52, 0.8)));
  background: -webkit-linear-gradient(top, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: linear-gradient(180deg, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
}
.trending_suburbs_wrap .trending_suburbs .one_trending_wrap .bottom_texts {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.trending_suburbs_wrap .trending_suburbs .one_trending_wrap .bottom_texts .text_56_Frei {
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .trending_suburbs_wrap .trending_suburbs .one_trending_wrap:hover .image_bg_wrap {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1024px) {
  .trending_suburbs_wrap .trending_suburbs .one_trending_wrap {
    width: 376px;
    height: 440px;
    padding: 32px 36px;
  }
  .trending_suburbs_wrap .trending_suburbs .setion_title {
    padding: 40px 40px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .trending_suburbs_wrap .trending_suburbs .setion_title {
    padding: 20px 20px 20px 0;
  }
  .trending_suburbs_wrap .trending_suburbs .one_trending_wrap {
    margin: 0 10px;
    width: 272px;
    height: 312px;
    padding: 24px;
  }
}
/*========= End of Trending suburbs  ==========*/
/*=============================
=     Content section A      =
=============================*/
.content_section_a {
  background-color: #fbfbfb;
  padding: 120px 0 32px;
}
.content_section_a .tcst_content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}
.content_section_a .column_elems {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 120px);
  width: -moz-calc(100% + 120px);
  width: calc(100% + 120px);
  margin-left: -60px;
}
.content_section_a .one_elemt {
  width: -webkit-calc(50% - 120px);
  width: -moz-calc(50% - 120px);
  width: calc(50% - 120px);
  margin: 0 60px 94px;
}
.content_section_a .one_elemt .btnWArrow {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 35px;
}
.content_section_a .one_elemt .btnWArrow svg {
  margin-top: 3px;
}
.content_section_a .main_title {
  margin-bottom: 88px;
}
.content_section_a .title {
  margin-bottom: 23px;
  line-height: 36px;
}

@media screen and (max-width: 1024px) {
  .content_section_a {
    padding: 80px 0 80px;
  }
  .content_section_a .tcst_content {
    padding: 0;
  }
  .content_section_a .title {
    font-size: 24px;
  }
  .content_section_a .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .content_section_a .column_elems {
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .content_section_a .one_elemt {
    width: -webkit-calc(50% - 32px);
    width: -moz-calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 0 16px 61px;
  }
}
@media screen and (max-width: 767px) {
  .content_section_a .main_title {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 55px;
  }
  .content_section_a .column_elems {
    width: 100%;
    margin-left: 0;
  }
  .content_section_a .one_elemt {
    width: 100%;
    margin: 0 0 64px;
  }
  .content_section_a .one_elemt .btnWArrow {
    margin-bottom: 12px;
  }
  .content_section_a .one_elemt:last-child {
    margin-bottom: 0;
  }
}
/*=====  End of Content section A  ======*/
/*====================================
=     Statistic content seciton A   =
======================================*/
.statistic_content_seciton_a {
  margin: 80px 0;
}
.statistic_content_seciton_a .container {
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
}
.statistic_content_seciton_a .fp_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  position: relative;
  padding: 98px 0 86px;
}
.statistic_content_seciton_a .text_wrap {
  padding: 64px;
  width: 70%;
  z-index: 1;
  position: relative;
}
.statistic_content_seciton_a .right_image {
  width: 51%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: sienna;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.statistic_content_seciton_a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.statistic_content_seciton_a .price_wrap {
  margin-top: 40px;
  margin-bottom: 8px;
}
.statistic_content_seciton_a .bottom_sec_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  border-top: 1px solid #e3e3e3;
  margin-top: 39px;
  padding-top: 40px;
}
.statistic_content_seciton_a .bottom_sec_wrap > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.statistic_content_seciton_a .bottom_sec_wrap > div:nth-child(1) {
  padding-right: 48px;
}
.statistic_content_seciton_a .bottom_sec_wrap > div:nth-child(3) {
  padding-left: 48px;
}
.statistic_content_seciton_a .bottom_sec_wrap > div:nth-child(2) {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  padding: 0 48px;
}
.statistic_content_seciton_a .bottom_sec_wrap .text_40_Frei {
  margin-right: 16px;
}
.statistic_content_seciton_a .bottom_sec_wrap .text_16_eu {
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  .statistic_content_seciton_a .fp_content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .statistic_content_seciton_a .text_wrap {
    margin-top: -80px;
    width: 90%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
  .statistic_content_seciton_a .bottom_sec_wrap .text_40_Frei {
    margin-right: 0;
    margin-bottom: 9px;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div:nth-child(1) {
    padding-left: 0;
    padding-right: 24px;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div:nth-child(2) {
    padding: 0 24px;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div:nth-child(3) {
    padding-left: 24px;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div .text_40_Frei {
    width: 100%;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div .text_16_eu {
    width: 100%;
    margin-bottom: 0;
  }
  .statistic_content_seciton_a .right_image {
    position: relative;
    width: 560px;
    height: 546px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .statistic_content_seciton_a .container {
    padding: 0 20px;
  }
  .statistic_content_seciton_a .text_wrap {
    margin-top: -68px;
    width: -webkit-calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: calc(100% - 14px);
    padding: 40px 32px 44px;
  }
  .statistic_content_seciton_a .text_28_Frei {
    font-size: 20px;
    line-height: 24px;
  }
  .statistic_content_seciton_a .price_wrap {
    font-size: 56px;
    line-height: 60px;
  }
  .statistic_content_seciton_a .bottom_sec_wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 37px;
    padding-top: 16px;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div {
    width: 100%;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div:nth-child(1) {
    padding: 24px 0 28px;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div:nth-child(2) {
    padding: 0;
    border: none;
    padding: 24px 0 28px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  .statistic_content_seciton_a .bottom_sec_wrap > div:nth-child(3) {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .statistic_content_seciton_a .right_image {
    width: 320px;
    height: 312px;
  }
}
@media screen and (max-width: 390px) {
  .statistic_content_seciton_a .price_wrap {
    font-size: 46px;
    line-height: 50px;
  }
}
@media screen and (max-width: 360px) {
  .statistic_content_seciton_a .price_wrap {
    font-size: 36px;
    line-height: 40px;
  }
}
/*=====  End of Statistic content seciton A  ======*/
/*=========================================
=              Builder Forms             =
=========================================*/
.section_with_the_form {
  padding: 88px 0;
}
.section_with_the_form .container {
  max-width: 1032px;
  padding: 0 40px;
  margin: 0 auto;
}
.section_with_the_form .form_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.section_with_the_form .left_side {
  width: -webkit-calc(100% - 432px);
  width: -moz-calc(100% - 432px);
  width: calc(100% - 432px);
  margin-right: 120px;
}
.section_with_the_form .left_side .text_40_Frei {
  margin-bottom: 24px;
}
.section_with_the_form .form_element_wrap {
  position: relative;
}
.section_with_the_form .f_elem_name {
  position: absolute;
}
.section_with_the_form .right_side {
  border-radius: 8px;
  padding: 40px 48px 36px;
  width: 432px;
}
.section_with_the_form .right_side.no_form {
  background-color: transparent !important;
}
.section_with_the_form .right_side form[data-status=submitting] button svg {
  display: none;
}
.section_with_the_form .right_side form[data-status=submitting] .loader {
  display: block;
}
.section_with_the_form .right_side .input_wrap {
  width: 336px;
  position: relative;
}
.section_with_the_form .right_side .input_wrap.error label {
  color: #dc3232;
}
.section_with_the_form .right_side .input_wrap.error input {
  border-color: #dc3232;
}
.section_with_the_form .right_side input,
.section_with_the_form .right_side textarea {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #22314e;
  height: 34px;
  color: #5b6d8f;
  font-family: "europa", sans-serif;
  font-size: 13px;
  margin-bottom: 16px;
  background: transparent;
  margin-top: 0px !important;
}
.section_with_the_form .right_side textarea {
  resize: none;
}
.section_with_the_form .right_side .wpcf7-response-output {
  display: none !important;
}
.section_with_the_form .right_side .wpcf7-not-valid-tip {
  display: none !important;
}
.section_with_the_form .right_side label {
  color: #5b6d8f;
  font-family: "europa", sans-serif;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
  font-size: 10px;
  line-height: 14px;
}
.section_with_the_form .right_side .textarea_wrap label {
  margin-bottom: -10px;
}
.section_with_the_form .right_side svg {
  width: 13px;
}
.section_with_the_form .right_side .btn_wrap {
  position: relative;
  display: inline-block;
}
.section_with_the_form .right_side button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin-top: 7px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.section_with_the_form .right_side button svg {
  width: 27px;
  margin-top: 3px;
}
.section_with_the_form .right_side .loader {
  position: absolute;
  right: -22px;
  width: 26px;
  top: 4px;
  display: none;
}
.section_with_the_form .right_side .selectboxit-container {
  margin-bottom: 16px;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit-text {
  max-width: 100% !important;
}
.section_with_the_form .right_side .selectboxit-container * {
  outline: none;
}
.section_with_the_form .right_side .selectboxit-container.z_index {
  z-index: 5;
}
.section_with_the_form .right_side .selectboxit-container.z_index .selectboxit {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid transparent;
  color: #09142B;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit-open {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #09142B !important;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  height: 48px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  color: #09142B;
  border-bottom: 1px solid #22314e;
  font-size: 14px;
  line-height: 20px;
  font-family: "europa", sans-serif;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit::before, .section_with_the_form .right_side .selectboxit-container .selectboxit::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit::before {
  top: 18px;
  width: 7px;
  height: 7px;
  border: 1px solid #09142B;
  border-top: 0;
  border-right: 0;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section_with_the_form .right_side .selectboxit-container .selectboxit::after {
  height: 11px;
  width: 1px;
  background-color: #09142B;
  right: 13px;
  top: 14px;
}
.section_with_the_form .right_side .selectboxit-container span {
  padding-left: 8px;
  height: 48px;
  line-height: 45px;
  text-indent: 18px;
  display: block;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit-option-icon-container {
  display: none;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit-options {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: -webkit-calc(100% - 3px);
  top: -moz-calc(100% - 3px);
  top: calc(100% - 3px);
  max-height: 300px;
  overflow: auto;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit-option {
  background-color: #FFFFFF;
  padding: 11px 33px 10px 13px;
  color: #09142B;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-family: "europa", sans-serif;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit-option.selectboxit-focus {
  background-color: #d1d6e0;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit-option:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit-option a {
  text-decoration: none;
}
.section_with_the_form .right_side .selectboxit-container .selectboxit-text {
  color: #5b6d8f;
  text-indent: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-top: 5px;
}
.section_with_the_form.dark_moode {
  background-color: #09142B;
  color: #FFFFFF;
}
.section_with_the_form.dark_moode .right_side {
  background-color: #0f1b34;
}
.section_with_the_form.dark_moode .right_side button {
  color: #FFFFFF;
}
.section_with_the_form.dark_moode .right_side button svg path {
  stroke: #FFFFFF;
}
.section_with_the_form.dark_moode .loader path {
  fill: #FFFFFF;
}
.section_with_the_form.light_moode {
  background-color: #FFFFFF;
  color: #09142B;
}
.section_with_the_form.light_moode .right_side {
  background-color: #f5f5f5;
}
.section_with_the_form.light_moode .f_elem_name {
  color: #5B6D8F;
}
.section_with_the_form.light_moode input[type=text],
.section_with_the_form.light_moode input[type=email],
.section_with_the_form.light_moode textarea {
  color: #FFFFFF;
  border-bottom: 1px solid #e3e3e3;
}
.section_with_the_form.light_moode .right_side button svg path {
  stroke: #09142B;
}
.section_with_the_form.light_moode .right_side input,
.section_with_the_form.light_moode .right_side textarea {
  border-bottom: 1px solid #e3e3e3;
}
.section_with_the_form.light_moode .right_side .selectboxit-container .selectboxit {
  border-bottom: 1px solid #e3e3e3;
}
.section_with_the_form.light_moode .loader path {
  fill: #09142B;
}

@media screen and (max-width: 1024px) {
  .section_with_the_form {
    padding: 80px 0;
  }
  .section_with_the_form .form_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 432px;
    margin: 0 auto;
  }
  .section_with_the_form .left_side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section_with_the_form .container {
    padding: 0 20px;
  }
  .section_with_the_form .right_side {
    padding: 40px 20px 36px;
    width: 100%;
  }
  .section_with_the_form .right_side .input_wrap {
    width: 100%;
  }
}
.checkbox_wrap {
  font-family: "europa", sans-serif;
}
.checkbox_wrap .label {
  color: #5b6d8f;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
  font-size: 10px;
  line-height: 14px;
}
.checkbox_wrap br {
  display: none;
}
.checkbox_wrap .wpcf7-form-control-wrap {
  display: block;
}
.checkbox_wrap .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.checkbox_wrap input {
  display: none !important;
}
.checkbox_wrap input:checked + .wpcf7-list-item-label {
  color: #fff;
}
.checkbox_wrap input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.checkbox_wrap .wpcf7-list-item {
  display: block;
  margin: 0 24px 16px 0;
}
.checkbox_wrap .wpcf7-list-item label {
  margin: 0;
}
.checkbox_wrap .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  color: #5b6d8f;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 13px;
  line-height: 16px;
  padding-left: 22px;
  pointer-events: auto;
  white-space: nowrap;
}
.checkbox_wrap .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #5b6d8f;
  background-color: transparent;
}
.checkbox_wrap .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.form_content {
  position: relative;
}
.form_content .right_side {
  position: relative;
}
.form_content .thank_you_message {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 10;
  background-color: #09142B;
  color: #fff;
  padding: 50px;
  text-align: center;
  border-radius: 8px;
}
.form_content .thank_you_message.hide {
  opacity: 0;
  pointer-events: none;
}

.light_moode .checkbox_wrap input:checked + .wpcf7-list-item-label {
  color: #09142B;
}
.light_moode .checkbox_wrap input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.light_moode .checkbox_wrap .wpcf7-list-item-label::after {
  background-color: #09142B;
}
.light_moode .form_content .thank_you_message {
  color: #09142B;
  background-color: #f5f5f5;
}

/*=====  End of Builder Forms  ======*/
/*=========================================
=        Frenquently Asked Questions      =
=========================================*/
.frenquently_asked_questions {
  padding: 130px 0;
}
.frenquently_asked_questions .main_heading {
  text-align: center;
}
.frenquently_asked_questions .top_types_wrap {
  margin-top: 43px;
  position: relative;
}
.frenquently_asked_questions .top_types_wrap .line {
  height: 1px;
  width: -webkit-calc(100% + 80px);
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
  margin-left: -40px;
  background-color: #FFFFFF;
}
.frenquently_asked_questions .top_types_wrap .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background-color: #09142B;
  opacity: 1;
  position: absolute;
  top: -3px;
  -webkit-transform: translateX(9px);
  -moz-transform: translateX(9px);
  -ms-transform: translateX(9px);
  -o-transform: translateX(9px);
  transform: translateX(9px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.frenquently_asked_questions .top_types_wrap .types_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.frenquently_asked_questions .top_types_wrap .one_type {
  margin: 18px 16px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.frenquently_asked_questions .top_types_wrap .one_type.active {
  color: #09142B;
}
.frenquently_asked_questions .accordions_wrap {
  max-width: 676px;
  margin: 0 auto;
}
.frenquently_asked_questions .accordion_wrap {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  pointer-events: none;
}
.frenquently_asked_questions .accordion_wrap.active {
  opacity: 1;
  pointer-events: all;
}
.frenquently_asked_questions .one_accordion {
  padding-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 35px;
  padding-left: 36px;
}
.frenquently_asked_questions .title {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.frenquently_asked_questions .title::after {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #A2AAAD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  left: -29px;
  top: 7px;
}
.frenquently_asked_questions .title.active {
  color: #09142B;
}
.frenquently_asked_questions .title.active::after {
  border: 1px solid #09142B;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
}
.frenquently_asked_questions .desc {
  padding-top: 23px;
  display: none;
  line-height: 22px;
}
.frenquently_asked_questions .desc p {
  margin: 0;
}
.frenquently_asked_questions .desc a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .frenquently_asked_questions {
    padding: 88px 0;
  }
  .frenquently_asked_questions .main_heading {
    font-size: 24px;
    line-height: 28px;
  }
  .frenquently_asked_questions .types_container {
    overflow: visible;
  }
  .frenquently_asked_questions .dot {
    opacity: 1;
  }
  .frenquently_asked_questions .top_types_wrap .types_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
  .frenquently_asked_questions .one_type {
    white-space: nowrap;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    position: relative;
  }
  .frenquently_asked_questions .one_type.active::before {
    opacity: 1;
    -webkit-transition: 0s 0.31s;
    -o-transition: 0s 0.31s;
    -moz-transition: 0s 0.31s;
    transition: 0s 0.31s;
  }
  .frenquently_asked_questions .one_type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #09142b;
    top: -22px;
    opacity: 0;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }
  .frenquently_asked_questions .one_type:first-child {
    margin-left: 0;
  }
  .frenquently_asked_questions .one_type.swiper-slide {
    width: auto;
  }
}
/*=====  End of Frenquently Asked Questions  ======*/
/*=========================================
=       Internal page second section       =
=========================================*/
.internal_page_second_section {
  background: #fbfbfb;
  padding: 111px 0 123px;
}
.internal_page_second_section .container {
  max-width: 1170px;
  padding: 0 40px;
  margin: 0 auto;
}
.internal_page_second_section .ltrt_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.internal_page_second_section .left_title {
  width: 52%;
  padding-right: 125px;
}
.internal_page_second_section .right_content {
  width: 48%;
  margin-top: -6px;
}
.internal_page_second_section .btnWArrow {
  margin-top: 39px;
}

@media screen and (max-width: 1024px) {
  .internal_page_second_section {
    padding: 80px 0 80px;
  }
  .internal_page_second_section .ltrt_content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .internal_page_second_section .left_title {
    width: 100%;
    font-size: 34px;
    line-height: 38px;
    padding-right: 0;
  }
  .internal_page_second_section .right_content {
    width: 100%;
    margin-top: 20px;
  }
  .internal_page_second_section .btnWArrow {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .internal_page_second_section .left_title {
    font-size: 28px;
    line-height: 34px;
  }
}
/*=====  End of Internal page second section  ======*/
/*======================================
=            Title and text            =
======================================*/
.title_n_text {
  padding: 80px 0 100px;
}
.title_n_text .content {
  max-width: 1000px;
  margin: auto;
}
.title_n_text .title {
  margin-top: 0;
  margin-bottom: 46px;
}
.title_n_text .desc {
  padding-left: 40px;
  border-left: 1px solid #dee2e9;
}

@media screen and (max-width: 1024px) {
  .title_n_text {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .title_n_text .desc {
    padding-left: 20px;
  }
}
/*=====  End of Title and text  ======*/
/*=========================================
=           Content with image           =
=========================================*/
.content_with_image {
  padding: 80px 0;
}
.content_with_image .container {
  max-width: 1440px;
  padding: 0 90px;
  margin: 0 auto;
}
.content_with_image .cwi_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  position: relative;
}
.content_with_image .imageWrap {
  width: 480px;
  height: 560px;
}
.content_with_image .imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_with_image .text_wrap {
  width: -webkit-calc(100% - 480px);
  width: -moz-calc(100% - 480px);
  width: calc(100% - 480px);
  padding-left: 140px;
}
.content_with_image .text_wrap .bottom_button {
  margin-left: 88px;
  margin-top: 50px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content_with_image .text_wrap .bottom_button svg path {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  stroke: #09142b;
}
@media screen and (min-width: 1025px) {
  .content_with_image .text_wrap .bottom_button:hover {
    color: #5b6d8f;
  }
  .content_with_image .text_wrap .bottom_button:hover svg path {
    stroke: #5b6d8f;
  }
}
.content_with_image .desc {
  padding-left: 88px;
  margin-top: 34px;
  position: relative;
  max-width: 487px;
}
.content_with_image .desc::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 1px;
  left: 0px;
  top: 12px;
  background-color: #dee2e9;
}
.content_with_image .cloumns_list_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-left: 103px;
  margin-top: 39px;
}
.content_with_image .cloumns_list_wrap ul {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0;
  padding: 0;
}
.content_with_image.section_reverse .cwi_content {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content_with_image.section_reverse .imageWrap {
  width: 528px;
  height: 585px;
}
.content_with_image.section_reverse .text_wrap {
  width: -webkit-calc(100% - 528px);
  width: -moz-calc(100% - 528px);
  width: calc(100% - 528px);
  padding-left: 90px;
  padding-right: 140px;
}

@media screen and (max-width: 1024px) {
  .content_with_image .cwi_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .content_with_image .title {
    font-size: 24px;
    line-height: 28px;
  }
  .content_with_image .text_wrap {
    width: 100%;
    margin-bottom: 80px;
    padding-left: 0px;
  }
  .content_with_image .text_wrap .bottom_button {
    margin-left: 0px;
  }
  .content_with_image .desc {
    padding-left: 0px;
    margin-top: 24px;
    max-width: none;
  }
  .content_with_image .desc::after {
    display: none;
  }
  .content_with_image .cloumns_list_wrap {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding-left: 17px;
    margin-top: 24px;
  }
  .content_with_image .cloumns_list_wrap ul {
    max-width: 280px;
  }
  .content_with_image.section_reverse .cwi_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content_with_image.section_reverse .text_wrap {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .content_with_image .container {
    padding: 0 20px;
  }
  .content_with_image .imageWrap {
    width: 100%;
    height: 436px;
  }
  .content_with_image .text_wrap {
    text-align: center;
  }
  .content_with_image .desc {
    margin-top: 61px;
  }
  .content_with_image .cloumns_list_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
  .content_with_image .cloumns_list_wrap ul {
    width: 100%;
    max-width: none;
  }
  .content_with_image.section_reverse .imageWrap {
    width: 100%;
    height: 436px;
  }
}
/*=====  End of Content With Image Section  ======*/
/*=============================
=         Find Agent         =
=============================*/
.find_agent {
  padding: 112px 0 120px;
  position: relative;
  z-index: 5;
}
.find_agent .bg_image_wrap {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
  width: 829px;
  max-width: 100%;
  height: 283px;
}
.find_agent .bg_image_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(10%, #fff), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff 0%, #fff 10%, rgba(255, 255, 255, 0) 50%);
  background: -moz-linear-gradient(left, #fff 0%, #fff 10%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to right, #fff 0%, #fff 10%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .find_agent .bg_image_wrap {
    top: 0;
    height: 260px;
  }
  .find_agent .bg_image_wrap::after {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(55%, #fff), color-stop(80%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 55%, rgba(255, 255, 255, 0) 80%);
    background: -moz-linear-gradient(left, #fff 0%, #fff 55%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to right, #fff 0%, #fff 55%, rgba(255, 255, 255, 0) 80%);
  }
}
@media screen and (max-width: 767px) {
  .find_agent .bg_image_wrap {
    display: none;
  }
}
.find_agent .bg_image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.find_agent .top_elements {
  padding: 0 30px 0 112px;
  max-width: 1440px;
  margin: 0 auto;
}
.find_agent .first_title {
  margin-left: 60px;
}
.find_agent .second_titles_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.find_agent .second_titles_wrap .text_16_eu {
  margin-left: 24px;
  max-width: 155px;
}
.find_agent .autocomplete_wrap {
  width: 522px;
  margin: 0 auto;
}
.find_agent .input_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 42px auto 0;
  width: 522px;
  height: 55px;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  padding-right: 16px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #FFFFFF;
}
.find_agent .input_wrap.hover_scale {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.find_agent .input_wrap.click {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.find_agent .input_wrap .search_loupe {
  position: absolute;
  margin-right: 10px;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
.find_agent .input_wrap .inputTextWrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: calc(100% - 88px);
  height: 100%;
}
.find_agent .input_wrap .inputTextWrap input[type=text] {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding-left: 49px;
}
.find_agent .input_wrap .inputTextWrap input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #5b6d8f;
}
.find_agent .input_wrap .inputTextWrap input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #5b6d8f;
}
.find_agent .input_wrap .inputTextWrap input[type=text]:-moz-placeholder {
  opacity: 1;
  color: #5b6d8f;
}
.find_agent .input_wrap .inputTextWrap input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #5b6d8f;
}
.find_agent .input_wrap .submit_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #22314E;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.find_agent .input_wrap .submit_wrap span {
  padding-right: 12px;
}
.find_agent .trending_skils {
  max-width: 1440px;
  margin: 66px auto 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.find_agent .trending_skils .text_12_eu {
  white-space: nowrap;
}
.find_agent .trending_skils .trending_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 16px;
}
.find_agent .trending_skils .trending_wrap .one_trend_skil {
  margin: 0 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
.find_agent .trending_skils .trending_wrap .one_trend_skil::after {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #5B6D8F;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
@media screen and (min-width: 1025px) {
  .find_agent .trending_skils .trending_wrap .one_trend_skil:hover::after {
    width: 100%;
    left: 0;
  }
}
.find_agent.home_find_agent, .find_agent.no_b_pad {
  padding-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .find_agent .text_120_Frei {
    font-size: 104px;
    line-height: 108px;
  }
  .find_agent .input_wrap {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .projects_archive_page .find_agent {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .find_agent {
    padding: 80px 0;
  }
  .find_agent .top_elements {
    padding: 0 40px 0 80px;
  }
  .find_agent .second_titles_wrap .text_16_eu {
    padding-bottom: 3px;
  }
  .find_agent .input_wrap {
    margin: 48px auto 0;
  }
  .find_agent .trending_skils {
    margin: 48px auto 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .find_agent .trending_skils .skills_title {
    line-height: 32px;
  }
  .find_agent .trending_skils .btnWArrow {
    margin-top: 32px;
  }
  .find_agent .trending_skils .trending_wrap .one_trend_skil {
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .find_agent .top_elements {
    padding: 0 20px 0 20px;
  }
  .find_agent .first_title {
    margin-left: 0;
  }
  .find_agent .second_titles_wrap {
    margin-top: 4px;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .find_agent .second_titles_wrap .text_16_eu {
    padding-bottom: 0;
    padding-top: 22px;
    margin-left: 0;
    max-width: 100%;
  }
  .find_agent .autocomplete_wrap {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .find_agent .input_wrap {
    margin: 48px auto 0;
    width: 100%;
  }
  .find_agent .input_wrap .inputTextWrap {
    width: -webkit-calc(100% - 28px);
    width: -moz-calc(100% - 28px);
    width: calc(100% - 28px);
  }
  .find_agent .input_wrap .submit_wrap span {
    display: none;
  }
  .find_agent .input_wrap .submit_wrap input[type=submit] {
    color: transparent;
  }
  .find_agent .trending_skils .btnWArrow {
    margin-top: 16px;
  }
  .find_agent .trending_skils .trending_wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
/*=====  End of Find Agent  ======*/
/*=========================================
=       Property Slider/Carousel B       =
=========================================*/
.property_slider_carousel_b {
  margin: 120px 0;
}
.property_slider_carousel_b .container {
  max-width: 1440px;
  padding: 0 93px;
  margin: 0 auto;
}
.property_slider_carousel_b .title_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.property_slider_carousel_b .main_title {
  margin-bottom: 32px;
  max-width: 682px;
  width: 100%;
  text-align: right;
}
.property_slider_carousel_b .empty_space {
  max-width: 590px;
  width: 100%;
}
.property_slider_carousel_b .slide_Wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.property_slider_carousel_b .Image_wrap {
  max-width: 682px;
  width: 100%;
  height: 408px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.property_slider_carousel_b img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.property_slider_carousel_b .text_inside_image {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  height: 22px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 12px;
  margin: 12px;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 2px;
}
.property_slider_carousel_b .right_text_wrap {
  padding: 104px 56px 0;
  max-width: 510px;
  width: 100%;
}
.property_slider_carousel_b .title_wrap {
  margin: 8px 0;
}
.property_slider_carousel_b .btnWArrow {
  margin-top: 40px;
}
.property_slider_carousel_b .slick_carousele_wrap {
  position: relative;
}
.property_slider_carousel_b .slick-dots {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 65px;
  left: -webkit-calc(50% + 115px);
  left: -moz-calc(50% + 115px);
  left: calc(50% + 115px);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  list-style: none;
}
.property_slider_carousel_b .slick-dots li button {
  cursor: pointer;
  padding: 0;
  background-color: #e3e3e3;
  color: transparent;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  margin-right: 20px;
}
.property_slider_carousel_b .slick-dots li.slick-active button {
  background-color: #5B6D8F;
}

@media screen and (max-width: 1024px) {
  .property_slider_carousel_b {
    margin: 80px 0;
  }
  .property_slider_carousel_b .container {
    padding: 0 40px;
  }
  .property_slider_carousel_b .main_title {
    max-width: 100%;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .property_slider_carousel_b .empty_space {
    display: none;
  }
  .property_slider_carousel_b .slide_Wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .property_slider_carousel_b .Image_wrap {
    width: 100%;
    max-width: 100%;
    height: 388px;
  }
  .property_slider_carousel_b .right_text_wrap {
    width: 100%;
    padding: 104px 0 0;
  }
  .property_slider_carousel_b .title_wrap {
    max-width: 510px;
  }
  .property_slider_carousel_b .slick-dots {
    top: 452px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .property_slider_carousel_b .container {
    padding: 0 20px;
  }
  .property_slider_carousel_b .main_title {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 14px;
  }
  .property_slider_carousel_b .title_wrap {
    font-size: 24px;
    line-height: 28px;
    margin: 2px 0 12px;
  }
  .property_slider_carousel_b .text_20_eu {
    font-size: 18px;
    line-height: 24px;
  }
  .property_slider_carousel_b .Image_wrap {
    height: 212px;
  }
}
/*=====  End of Property Slider/Carousel B  ======*/
/*=========================================
=             CTA section C          =
=========================================*/
.cta_section_c {
  padding: 80px 0;
}
.cta_section_c .container {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
.cta_section_c .tog_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.cta_section_c .leftImage_wrap {
  width: 480px;
  height: 320px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta_section_c .text_wrap {
  width: 640px;
  padding: 32px 64px;
  margin-left: -48px;
  margin-top: 43px;
}
.cta_section_c .text_wrap .btnWArrow {
  margin-top: 38px;
}
.cta_section_c .title_wrap {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .cta_section_c .tog_content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta_section_c .leftImage_wrap {
    height: 254px;
  }
  .cta_section_c .text_wrap {
    width: 520px;
    padding: 32px 64px;
    margin-left: auto;
    margin-top: -93px;
  }
}
@media screen and (max-width: 767px) {
  .cta_section_c .container {
    padding: 0 20px;
  }
  .cta_section_c .text_wrap {
    width: -webkit-calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: calc(100% - 14px);
    padding: 32px 40px 30px;
    margin-left: auto;
    margin-top: -27px;
  }
}
/*=====  End of Text on gray bg  ======*/
/*=========================================
=             CTA section B            =
=========================================*/
.cta_section_b {
  padding: 120px 0;
}
.cta_section_b .container {
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
}
.cta_section_b .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.cta_section_b .left_text_wrap {
  width: -webkit-calc(100% - 560px);
  width: -moz-calc(100% - 560px);
  width: calc(100% - 560px);
  padding-right: 80px;
  padding-top: 23px;
}
.cta_section_b .image_wrap {
  width: 560px;
  height: 360px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta_section_b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta_section_b .title_wrap {
  margin-bottom: 33px;
  line-height: 80px;
}
.cta_section_b .btns_wrap {
  margin-top: 27px;
}
.cta_section_b .btns_wrap a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .cta_section_b .btns_wrap a:hover {
    color: #5B6D8F;
  }
}
.cta_section_b .underLineBtn {
  margin-left: 44px;
}

@media screen and (max-width: 1024px) {
  .cta_section_b {
    padding: 80px 0;
  }
  .cta_section_b .content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .cta_section_b .left_text_wrap {
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
  }
  .cta_section_b .image_wrap {
    width: 460px;
    height: 296px;
    margin-top: 36px;
  }
  .cta_section_b .title_wrap {
    margin-bottom: 24px;
  }
  .cta_section_b .btns_wrap {
    margin-top: 36px;
  }
  .cta_section_b .underLineBtn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta_section_b .container {
    padding: 0 20px;
  }
  .cta_section_b .image_wrap {
    width: 374px;
    height: 240px;
    margin-top: 52px;
  }
  .cta_section_b .title_wrap {
    font-size: 52px;
    line-height: 52px;
  }
}
/*=====  End of CTA section B  ======*/
/*=========================================
=          Download secitons         =
=========================================*/
.download_secitons {
  padding: 72px 0 52px;
  background: #f5f5f5;
}
.download_secitons .container {
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
}
.download_secitons .title_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  max-width: 920px;
  margin: 0 auto 12px;
  position: relative;
  line-height: 32px;
}
.download_secitons .title_wrap span {
  position: relative;
  z-index: 1;
  padding: 0 12px;
}
.download_secitons .title_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #5b6d8f;
  z-index: 0;
  opacity: 0.2;
}
.download_secitons .links_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: -10px;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
}
.download_secitons .one_link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  margin: 0 10px 20px;
  border-radius: 4px;
}
.download_secitons .left_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 55px;
  height: 55px;
}
.download_secitons .right_side {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 20px;
}
.download_secitons .title_wrap span {
  background-color: #f5f5f5;
}
.download_secitons .one_link {
  background-color: #fff;
}
.download_secitons .left_arrow {
  border-right: 1px solid #e3e3e3;
}
.download_secitons.white_bg_ver {
  background: #ffffff;
}
.download_secitons.white_bg_ver .title_wrap span {
  background-color: #ffffff;
}
.download_secitons.white_bg_ver .one_link {
  background-color: #f5f5f5;
}
.download_secitons.white_bg_ver .left_arrow {
  border-right: 1px solid #ffffff;
}

/*=====  End of Download secitons  ======*/
/*=========================================
=          Big Title Section             =
=========================================*/
.big_title_section {
  background: #fcfcfc;
  padding: 182px 0 302px;
}
.big_title_section .container {
  max-width: 1440px;
  padding: 0 182px;
  margin: 0 auto;
}
.big_title_section .bt_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.big_title_section .title_wrap {
  margin-bottom: 18px;
}
.big_title_section .desc_wrap {
  max-width: 526px;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .big_title_section {
    padding: 160px 0;
  }
  .big_title_section .container {
    padding: 0 40px;
  }
  .big_title_section .desc_wrap {
    max-width: 528px;
  }
}
@media screen and (max-width: 767px) {
  .big_title_section .container {
    padding: 0 20px;
  }
  .big_title_section .title_wrap {
    font-size: 52px;
    line-height: 52px;
  }
  .big_title_section .desc_wrap {
    max-width: 310px;
  }
}
/*=====  End of Big Title Section  ======*/
#header_labels {
  cursor: progress;
}
#header_labels.active {
  cursor: auto;
}

#search_header.input_focused #small_search_input {
  background-color: #5B6D8F;
  color: #FBFBFB;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  transition-property: color, background-color;
}
#search_header.input_focused svg path {
  stroke: #FBFBFB;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media screen and (max-width: 1024px) {
  #search_header.input_focused svg path {
    stroke: #5B6D8F;
  }
}
@media screen and (max-width: 1024px) {
  #search_header.input_focused #small_search_input {
    background-color: #FBFBFB;
    color: #09142B;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
  }
}
@media screen and (max-width: 767px) {
  #search_header.input_focused {
    background: white;
  }
}

#small_search_input {
  width: 336px;
  font-size: 13px;
  height: 44px;
  background: #22314E;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.27);
  border-radius: 100px;
  padding: 10px 24px 10px 52px;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Europa";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* MW Silver */
  color: #FBFBFB;
  text-align: start;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  #small_search_input {
    background-color: #FBFBFB;
    color: #22314E;
  }
}
@media screen and (min-width: 1025px) {
  #small_search_input:hover {
    background-color: #5B6D8F;
    color: #D1D6E0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  #small_search_input:hover {
    background-color: #E3E3E3;
    color: blue;
  }
}
@media screen and (min-width: 1025px) {
  #small_search_input:hover::-webkit-input-placeholder {
    color: #D1D6E0;
  }
  #small_search_input:hover::-moz-placeholder {
    color: #D1D6E0;
  }
  #small_search_input:hover:-ms-input-placeholder {
    color: #D1D6E0;
  }
  #small_search_input:hover::-ms-input-placeholder {
    color: #D1D6E0;
  }
  #small_search_input:hover::placeholder {
    color: #D1D6E0;
  }
  #small_search_input:hover::-ms-input-placeholder {
    color: #D1D6E0;
  }
}
#small_search_input.active {
  pointer-events: all;
}
#small_search_input::-webkit-input-placeholder {
  opacity: 1;
  font-family: "Europa";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #5B6D8F;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#small_search_input::-moz-placeholder {
  opacity: 1;
  font-family: "Europa";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #5B6D8F;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#small_search_input:-ms-input-placeholder {
  opacity: 1;
  font-family: "Europa";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #5B6D8F;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#small_search_input::-ms-input-placeholder {
  opacity: 1;
  font-family: "Europa";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #5B6D8F;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#small_search_input::placeholder {
  opacity: 1;
  font-family: "Europa";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #5B6D8F;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  #small_search_input::-webkit-input-placeholder {
    color: #A2AAAD;
  }
  #small_search_input::-moz-placeholder {
    color: #A2AAAD;
  }
  #small_search_input:-ms-input-placeholder {
    color: #A2AAAD;
  }
  #small_search_input::-ms-input-placeholder {
    color: #A2AAAD;
  }
  #small_search_input::placeholder {
    color: #A2AAAD;
  }
}
#small_search_input::-ms-input-placeholder {
  font-family: "Europa";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #5B6D8F;
}
@media screen and (max-width: 1024px) {
  #small_search_input::-ms-input-placeholder {
    color: #A2AAAD;
  }
}
#small_search_input::-ms-input-placeholder {
  font-family: "Europa";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #5B6D8F;
}
@media screen and (max-width: 1024px) {
  #small_search_input::-ms-input-placeholder {
    color: #A2AAAD;
  }
}
#small_search_input:focus {
  background-color: #5B6D8F;
}
@media screen and (max-width: 1024px) {
  #small_search_input:focus {
    background-color: #FBFBFB;
  }
}
#small_search_input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#small_search_input:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#small_search_input:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
#small_search_input:focus::-ms-input-placeholder {
  color: transparent;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
#small_search_input:focus::placeholder {
  color: transparent;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#small_search_input:focus::-ms-input-placeholder {
  color: transparent;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
#small_search_input:focus::-ms-input-placeholder {
  color: transparent;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #small_search_input {
    max-width: 100%;
    height: 44px;
    font-size: 13px;
    line-height: 20px;
  }
  #small_search_input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 20px;
  }
  #small_search_input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 20px;
  }
  #small_search_input::placeholder, #small_search_input::-ms-input-placeholder, #small_search_input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 20px;
  }
}

.file_video_wrap {
  position: -webkit-sticky;
  position: sticky;
}

.search_elements_click {
  z-index: 1;
}

/*=========================================
=               Map of school            =
=========================================*/
.schools_map {
  padding: 80px 0 120px;
}
.schools_map .container {
  padding: 0 40px;
  max-width: 1440px;
}
.schools_map .schools_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.schools_map .left_side_map {
  width: 640px;
  height: 712px;
  position: relative;
  border: 1px solid #22314e;
}
.schools_map .left_side_map .map_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.schools_map .left_side_map .map_wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.schools_map .left_side_map .map_wrap .gm-fullscreen-control,
.schools_map .left_side_map .map_wrap .gm-style-mtc,
.schools_map .left_side_map .map_wrap .gm-svpc,
.schools_map .left_side_map .map_wrap .gm-style-cc {
  display: none !important;
}
.schools_map .left_side_map .tap_to_show_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.schools_map .left_side_map .tap_to_show_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}
.schools_map .left_side_map .tap_to_show_wrap div {
  text-shadow: 0 0 9px #09142b;
  color: white;
  z-index: 2;
  font-size: 35px;
  font-family: "europa", sans-serif;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .schools_map .left_side_map .tap_to_show_wrap div {
    font-size: 30px;
  }
}
.schools_map .left_side_map .tap_to_show_wrap.active {
  opacity: 0;
  pointer-events: none;
}
.schools_map .right_side_content {
  width: -webkit-calc(100% - 640px);
  width: -moz-calc(100% - 640px);
  width: calc(100% - 640px);
}
.schools_map .school_map_title {
  padding-left: 48px;
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 1024px) {
  .schools_map .school_map_title {
    padding-left: 0;
  }
}
.schools_map .top_tags_wrap {
  border-top: 1px solid #f5f5f5;
  margin-top: 66px;
  padding-left: 48px;
  position: relative;
}
.schools_map .top_tags_wrap .tags_wrap {
  margin-top: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.schools_map .top_tags_wrap .dot {
  width: 7px;
  height: 7px;
  background-color: #09142B;
  position: absolute;
  top: -4px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.schools_map .top_tags_wrap .tag_wrap {
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #A2AAAD;
  margin-right: 32px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.schools_map .top_tags_wrap .tag_wrap.active {
  color: #09142B;
}
.schools_map .schools_list {
  margin-top: 37px;
  margin-left: 48px;
}
.schools_map .schools_list .one_cat {
  overflow-y: auto;
  height: 526px;
  scrollbar-color: #a2aaad #f5f5f5;
  scrollbar-width: thin;
}
.schools_map .schools_list .one_cat::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.schools_map .schools_list .one_cat::-webkit-scrollbar-thumb {
  background: #a2aaad;
  border-radius: 16px;
}
.schools_map .school_info {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  border-radius: 4px;
  padding: 18px;
  color: #5B6D8F;
  margin-bottom: 12px;
  cursor: pointer;
}
.schools_map .school_info .text_24_eu {
  font-weight: 100;
}
.schools_map .school_info.active {
  background: #f5f5f5;
  color: #09142B;
}

@media screen and (max-width: 1024px) {
  .schools_map {
    padding: 80px 0;
  }
  .schools_map .schools_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .schools_map .left_side_map {
    width: 100%;
    height: 400px;
  }
  .schools_map .right_side_content {
    width: 100%;
  }
  .schools_map .top_tags_wrap {
    margin-top: 43px;
    padding-left: 40px;
    padding-right: 40px;
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .schools_map .schools_list {
    margin-top: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .schools_map {
    padding: 80px 0 56px;
  }
  .schools_map .container {
    padding: 0 20px;
  }
  .schools_map .schools_list {
    margin-top: 40px;
  }
  .schools_map .school_info {
    height: auto;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}
/*=====  End of Map of school  ======*/
.autocomplete_wrap {
  position: relative;
  z-index: 100;
}
.autocomplete_wrap .autocomplete_list {
  font-family: "europa", sans-serif;
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 332px;
  overflow: auto;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 4px;
  overflow: auto;
}
.autocomplete_wrap .autocomplete_list li {
  font-family: "europa", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #22314E;
  width: 100%;
  min-height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.autocomplete_wrap .autocomplete_list li.no_results {
  padding: 0 44px;
}
.autocomplete_wrap .autocomplete_list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 55px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 5px 44px;
}
@media screen and (min-width: 1025px) {
  .autocomplete_wrap .autocomplete_list a:hover {
    background-color: #e3e3e3;
  }
}
.autocomplete_wrap .autocomplete_list a .sub {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.7;
}
.autocomplete_wrap .autocomplete_list.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .autocomplete_wrap .autocomplete_list li.no_results {
    padding: 0 20px;
  }
  .autocomplete_wrap .autocomplete_list a {
    padding: 5px 20px;
  }
}
/*=========================================
=         Content & Two Images            =
=========================================*/
.content_two_images {
  padding: 120px 0;
}
.content_two_images .container {
  padding: 0 80px;
  max-width: 1440px;
}
.content_two_images .cti_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.content_two_images .texts_wrap {
  width: 420px;
  margin-right: 80px;
}
.content_two_images .texts_wrap .title_wrap {
  margin: 12px 0;
}
.content_two_images .images_wrap {
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
  margin-left: -30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.content_two_images .images_wrap > div {
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  height: 480px;
}
.content_two_images .images_wrap > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_two_images .images_wrap .left_image {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .content_two_images .container {
    padding: 0 40px;
  }
  .content_two_images .cti_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .content_two_images .texts_wrap {
    width: 100%;
    margin-right: 0px;
  }
  .content_two_images .images_wrap {
    margin-top: 80px;
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .content_two_images .images_wrap > div {
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    height: 420px;
  }
  .content_two_images .images_wrap .left_image {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .content_two_images {
    padding: 80px 0;
  }
  .content_two_images .container {
    padding: 0 20px;
  }
  .content_two_images .images_wrap {
    width: 100%;
    margin-left: 0px;
  }
  .content_two_images .images_wrap > div {
    width: -webkit-calc(50% + 9px);
    width: -moz-calc(50% + 9px);
    width: calc(50% + 9px);
    margin-left: 0px;
    margin-right: 0px;
    height: 259px;
  }
  .content_two_images .images_wrap .left_image {
    margin-top: 0px;
    margin-right: -9px;
  }
  .content_two_images .images_wrap .right_image {
    margin-top: 147px;
    margin-left: -9px;
  }
}
/*=====  End of Map of school  ======*/
/*=========================================
=            Repairs contact             =
=========================================*/
.repairs_contact {
  padding: 80px 0 40px;
}
.repairs_contact .container {
  max-width: 1440px;
  padding: 0 40px;
}
.repairs_contact .main_title {
  text-align: center;
  margin-bottom: 55px;
}
.repairs_contact .sub_title_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  max-width: 920px;
  margin: 0 auto 24px;
  position: relative;
  line-height: 32px;
}
.repairs_contact .sub_title_wrap span {
  position: relative;
  z-index: 1;
  padding: 0 12px;
  background-color: #ffffff;
}
.repairs_contact .sub_title_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #5b6d8f;
  z-index: 0;
  opacity: 0.2;
}
.repairs_contact .blocks_wrap {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
.repairs_contact .one_block {
  -webkit-column-break-inside: avoid-column;
  page-break-inside: avoid-column;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  display: table;
  background-color: #f5f5f5;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 40px;
  width: 100%;
}
.repairs_contact .block_title {
  padding-bottom: 13px;
}
.repairs_contact .ser_title {
  margin-top: 23px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}
.repairs_contact .phone_wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.repairs_contact .phone_wrap svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .repairs_contact .main_title {
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 44px;
  }
  .repairs_contact .blocks_wrap {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0 14px;
  }
  .repairs_contact .phone_wrap svg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .repairs_contact {
    padding: 80px 0 51px;
  }
  .repairs_contact .container {
    padding: 0 20px;
  }
  .repairs_contact .main_title {
    font-size: 24px;
    line-height: 28px;
  }
  .repairs_contact .blocks_wrap {
    padding: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
  .repairs_contact .one_block {
    width: 310px;
    max-width: 100%;
    margin: 0 auto 29px;
  }
  .repairs_contact .block_title {
    margin-bottom: 17px;
  }
}
.copyclipboard_msg {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 999;
  max-width: 290px;
  display: none;
}

/*=====  End of Repairs contact  ======*//*# sourceMappingURL=builder.css.map */