main {
  overflow-x: hidden;
}

#hero_banner {
  background-image: url("../images/hero_banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 24px;
}
#hero_banner .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 700px;
}
#hero_banner .wrap #headline {
  background-color: rgba(251, 246, 242, 0.93);
  max-width: 620px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 50px 25px;
}
#hero_banner .wrap #headline > div {
  max-width: 500px;
  width: 100%;
}
#hero_banner .wrap #headline > div h2 {
  color: #273675;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}
#hero_banner .wrap #headline > div h2 span {
  color: #7CABDC;
}
#hero_banner .wrap #headline > div > p {
  font-size: 13px;
  color: #273675;
  line-height: 133%;
  margin-bottom: 40px;
}
#hero_banner .wrap #headline > div .cta {
  color: #fff;
  background-color: #273675;
  font-size: 12px;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

#below_hero_banner {
  background-color: #273675;
  padding: 16px 24px;
  transform-origin: top;
}
#below_hero_banner .wrap {
  display: flex;
  justify-content: center;
}
#below_hero_banner .wrap > div {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#below_hero_banner .wrap > div > p {
  font-size: 21px;
  font-weight: 500;
  color: #FBF6F2;
}
#below_hero_banner .wrap > div:first-of-type svg {
  width: 66px;
  height: 66px;
}

#after_banner {
  padding: 180px 24px;
}
#after_banner .wrap {
  display: flex;
  flex-wrap: wrap;
}
#after_banner .wrap .img {
  width: 49%;
  height: 400px;
  border-radius: 8px;
  background-image: url("../images/after_banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 24px;
}
#after_banner .wrap section {
  max-width: 545px;
  width: 100%;
  margin-left: auto;
}
#after_banner .wrap section h2 {
  font-size: 35px;
  font-weight: 500;
  max-width: 370px;
  width: 100%;
  color: #273675;
  margin-bottom: 45px;
}
#after_banner .wrap section p {
  font-size: 13px;
  color: #273675;
  margin-bottom: 16px;
}
#after_banner .wrap section > p:last-of-type {
  margin-bottom: 45px;
}
#after_banner .wrap section .cta {
  background-color: #273675;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

#we_are_specialist {
  background-color: #FBF6F2;
  padding: 100px 24px;
  transform-origin: bottom;
}
#we_are_specialist .wrap {
  display: flex;
  align-items: center;
}
#we_are_specialist .wrap .numbers,
#we_are_specialist .wrap .text {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#we_are_specialist .wrap .numbers p,
#we_are_specialist .wrap .text p {
  font-size: 35px;
  color: #273675;
}
#we_are_specialist .wrap .numbers > p {
  font-weight: 500;
}
#we_are_specialist .wrap .numbers > p:first-of-type {
  font-size: 144px;
  font-weight: 600;
}
#we_are_specialist .wrap .text p {
  font-weight: 700;
}

#homes_for_sale {
  padding: 212px 24px 270px 24px;
}
#homes_for_sale .wrap .section_title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 80px;
  color: #273675;
}
#homes_for_sale .wrap #homes_list {
  display: flex;
}
#homes_for_sale .wrap #homes_list > li {
  max-width: 315px;
  width: 100%;
  margin-left: 20px;
}
#homes_for_sale .wrap #homes_list > li .featured_img {
  width: 100%;
  height: 260px;
  background-color: #273675;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  border-radius: 6px;
}
#homes_for_sale .wrap #homes_list > li .details {
  margin-bottom: 30px;
}
#homes_for_sale .wrap #homes_list > li .details .address {
  color: #273675;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}
#homes_for_sale .wrap #homes_list > li .details .price {
  color: rgba(39, 55, 117, 0.5);
  font-weight: 500;
  font-size: 14px;
}
#homes_for_sale .wrap #homes_list > li .link {
  display: inline-block;
  color: #fff;
  padding: 10px;
  background-color: #273675;
  border-radius: 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
#homes_for_sale .wrap #homes_list > li:first-of-type {
  margin-left: 0px;
}

#our_services {
  padding: 100px 24px;
  position: relative;
  background-image: url("../images/our_services.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#our_services .wrap {
  display: flex;
  justify-content: right;
  position: relative;
  z-index: 1;
}
#our_services .wrap section {
  max-width: 545px;
  width: 100%;
  text-align: right;
}
#our_services .wrap section h2 {
  font-weight: 500;
  font-size: 35px;
  color: #FBF6F2;
  margin-bottom: 50px;
}
#our_services .wrap section p {
  font-size: 13px;
  line-height: 133%;
  color: #FBF6F2;
  margin-bottom: 20px;
}
#our_services .wrap section > p:last-of-type {
  margin-bottom: 70px;
}
#our_services .wrap section .cta {
  background-color: #FBF6F2;
  color: #273675;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
#our_services::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: rgba(39, 55, 117, 0.85);
  transform-origin: right;
}

#homes_marquee {
  padding: 200px 0px;
}
#homes_marquee .homes_marquee_item {
  width: 335px;
  height: 285px;
  background-color: #273675;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-right: 30px;
}

#cta_section > a {
  text-decoration: none;
}
#cta_section .top {
  display: block;
  position: relative;
  background-image: url("../images/first_home_buyers.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cta_section .top .section_wrap {
  display: flex;
  height: 365px;
}
#cta_section .top .section_wrap .left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 28%;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 24px;
  background-color: rgba(251, 246, 242, 0.9);
}
#cta_section .top .section_wrap .left h2 {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #273675;
}
#cta_section .top .section_wrap .left h2 span {
  font-weight: 400;
  font-size: 28px;
}
#cta_section .top .section_wrap .left h2 > span:first-of-type {
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 20px;
}
#cta_section .top .section_wrap .right {
  width: 72%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 35px;
  padding-bottom: 20px;
}
#cta_section .top .section_wrap .right h2 {
  color: #FBF6F2;
  font-size: 35px;
  font-weight: 500;
}
#cta_section .bottom {
  display: block;
  position: relative;
  background-image: url("../images/investors.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cta_section .bottom .section_wrap {
  display: flex;
  height: 365px;
}
#cta_section .bottom .section_wrap .left {
  width: 72%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 35px;
  padding-bottom: 20px;
  text-align: right;
}
#cta_section .bottom .section_wrap .left h2 {
  color: #FBF6F2;
  font-size: 35px;
  font-weight: 500;
}
#cta_section .bottom .section_wrap .right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 28%;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 24px;
  background-color: rgba(251, 246, 242, 0.9);
  text-align: right;
}
#cta_section .bottom .section_wrap .right h2 {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #273675;
}
#cta_section .bottom .section_wrap .right h2 span {
  font-weight: 400;
  font-size: 28px;
}
#cta_section .bottom .section_wrap .right h2 > span:first-of-type {
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 20px;
}

#testimonials_section {
  padding: 200px 0px;
}
#testimonials_section .testimonials_wrap {
  width: 94%;
  margin-left: auto;
}
#testimonials_section .testimonials_wrap .section_title {
  font-size: 35px;
  font-weight: 500;
  color: #273675;
  margin-bottom: 30px;
  padding-left: 20px;
}
#testimonials_section .testimonials_wrap #testimonials_slider {
  margin-bottom: 30px;
}
#testimonials_section .testimonials_wrap #testimonials_slider .testimonials_slider_item {
  display: flex;
}
#testimonials_section .testimonials_wrap #testimonials_slider .testimonials_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #273675;
  color: #FBF6F2;
  padding: 24px;
  width: 100%;
  height: 405px;
  margin-right: 20px;
}
#testimonials_section .testimonials_wrap #testimonials_slider .testimonials_item .statement_wrap {
  max-width: 340px;
  width: 100%;
}
#testimonials_section .testimonials_wrap #testimonials_slider .testimonials_item .statement_wrap .statement {
  margin-bottom: 30px;
}
#testimonials_section .testimonials_wrap #testimonials_slider .testimonials_item .statement_wrap .statement p {
  margin-bottom: 20px;
  font-size: 13px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#testimonials_section .testimonials_wrap #testimonials_slider .testimonials_item .statement_wrap .statement > p:last-child {
  margin-bottom: 0px;
}
#testimonials_section .testimonials_wrap #testimonials_slider .testimonials_item .statement_wrap .client {
  font-size: 13px;
  font-weight: 700;
}
#testimonials_section .testimonials_wrap #testimonials_slider .testimonials_item:last-of-type {
  margin-right: 0px;
}
#testimonials_section .testimonials_wrap #testimonials_slider .slick-dots {
  text-align: right;
  padding-right: 100px;
  bottom: -40px;
}
#testimonials_section .testimonials_wrap #testimonials_slider .slick-dots li {
  margin: 0px;
}
#testimonials_section .testimonials_wrap #testimonials_slider .slick-dots li button {
  width: 8px;
  height: 8px;
}
#testimonials_section .testimonials_wrap #testimonials_slider .slick-dots li button:before {
  font-size: 8px;
  color: rgba(39, 54, 117, 0.67);
}
#testimonials_section .testimonials_wrap #testimonials_slider .slick-dots li.slick-active button:before {
  color: #273675;
}
#testimonials_section .testimonials_wrap #testimonials_slider .slick-slide {
  margin: 0 10px;
}
#testimonials_section .testimonials_wrap #testimonials_slider .slick-track {
  display: flex !important;
  margin-left: 10px;
  margin-right: -10px;
}
#testimonials_section .testimonials_wrap .cta {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #273675;
  padding: 12px 40px;
  border-radius: 8px;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}

#get_in_touch {
  background-color: #FBF6F2;
  padding: 120px 24px;
}
#get_in_touch .wrap {
  display: flex;
}
#get_in_touch .wrap .get_in_touch_form {
  max-width: 630px;
  width: 100%;
  margin-right: auto;
}
#get_in_touch .wrap .get_in_touch_form .form_title {
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 50px;
  color: #273675;
}
#get_in_touch .wrap .get_in_touch_form .form_inputs {
  margin-bottom: 40px;
}
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control {
  margin-bottom: 12px;
  width: 100%;
}
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control input,
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control select,
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control textarea {
  background-color: rgba(219, 214, 210, 0.22);
  height: 45px;
  padding: 0px 20px;
  font-size: 12px;
  border: none;
  border-radius: 8px;
  display: block;
  width: 100%;
}
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control input::-moz-placeholder, #get_in_touch .wrap .get_in_touch_form .form_inputs .form_control select::-moz-placeholder, #get_in_touch .wrap .get_in_touch_form .form_inputs .form_control textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: 600;
  color: rgba(39, 55, 117, 0.58);
}
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control input::placeholder,
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control select::placeholder,
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control textarea::placeholder {
  font-size: 12px;
  font-weight: 600;
  color: rgba(39, 55, 117, 0.58);
}
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control textarea {
  padding: 20px;
  height: 85px;
}
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control.fullname {
  display: flex;
}
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control.fullname input {
  flex: 1 1 48%;
}
#get_in_touch .wrap .get_in_touch_form .form_inputs .form_control.fullname > input:first-of-type {
  margin-right: 15px;
}
#get_in_touch .wrap .get_in_touch_form #get_in_touch_submit {
  font-size: 12px;
  font-weight: 600;
  color: #FBF6F2;
  background-color: #273675;
  padding: 12px 45px;
  border-radius: 8px;
  border: none;
}
#get_in_touch .wrap .img {
  max-width: 530px;
  width: 100%;
  height: 418px;
  background-image: url("../images/get_in_touch.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

@media (max-width: 1366px) {
  #homes_for_sale .wrap #homes_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  #homes_for_sale .wrap #homes_list > li {
    max-width: 48%;
    margin-bottom: 24px;
  }
  #homes_for_sale .wrap #homes_list > li:nth-child(3) {
    margin-left: 0px;
  }
}
@media (max-width: 1200px) {
  #after_banner .wrap {
    max-width: 780px;
  }
  #after_banner .wrap .img {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  #after_banner .wrap section {
    max-width: 100%;
    margin-left: auto;
  }
  #after_banner .wrap section h2 {
    margin-bottom: 24px;
  }
  #our_services::after {
    width: 60%;
  }
  #cta_section .top .section_wrap .left {
    width: 40%;
  }
  #cta_section .top .section_wrap .right {
    width: 60%;
  }
  #cta_section .bottom .section_wrap .left {
    width: 60%;
  }
  #cta_section .bottom .section_wrap .right {
    width: 40%;
  }
  #get_in_touch .wrap .get_in_touch_form {
    max-width: 52%;
  }
  #get_in_touch .wrap .img {
    max-width: 46%;
  }
}
@media (max-width: 980px) {
  #our_services::after {
    width: 75%;
  }
}
@media (max-width: 780px) {
  #we_are_specialist .wrap {
    flex-wrap: wrap;
  }
  #we_are_specialist .wrap .numbers,
  #we_are_specialist .wrap .text {
    flex-basis: 100%;
    text-align: center;
  }
  #we_are_specialist .wrap .numbers {
    margin-bottom: 24px;
  }
  #our_services::after {
    width: 100%;
  }
  #get_in_touch .wrap {
    flex-direction: column;
  }
  #get_in_touch .wrap .get_in_touch_form {
    margin-bottom: 24px;
    max-width: 640px;
  }
  #get_in_touch .wrap .img {
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  #below_hero_banner {
    padding-bottom: 24px;
  }
  #below_hero_banner .wrap {
    flex-direction: column;
  }
  #below_hero_banner .wrap > div {
    margin-bottom: 24px;
  }
  #below_hero_banner .wrap > div:last-of-type {
    margin-bottom: 0px;
  }
  #after_banner .wrap .img {
    height: 63vw;
  }
  #cta_section .top .section_wrap,
  #cta_section .bottom .section_wrap {
    height: 245px;
  }
  #cta_section .top .section_wrap .left,
  #cta_section .top .section_wrap .right,
  #cta_section .bottom .section_wrap .left,
  #cta_section .bottom .section_wrap .right {
    width: 50% !important;
    flex-direction: column;
    justify-content: flex-end;
  }
  #cta_section .top .section_wrap .left h2,
  #cta_section .top .section_wrap .right h2,
  #cta_section .bottom .section_wrap .left h2,
  #cta_section .bottom .section_wrap .right h2 {
    margin-bottom: 20px;
  }
  #cta_section .top .section_wrap .left h2 span,
  #cta_section .top .section_wrap .right h2 span,
  #cta_section .bottom .section_wrap .left h2 span,
  #cta_section .bottom .section_wrap .right h2 span {
    font-size: 18px;
  }
  #cta_section .top .section_wrap .left h2 > span:first-of-type,
  #cta_section .top .section_wrap .right h2 > span:first-of-type,
  #cta_section .bottom .section_wrap .left h2 > span:first-of-type,
  #cta_section .bottom .section_wrap .right h2 > span:first-of-type {
    font-size: 25px;
  }
  #cta_section .top .section_wrap .right svg,
  #cta_section .bottom .section_wrap .right svg {
    order: 2;
    margin-right: auto;
  }
  #cta_section .bottom .section_wrap .left h2 {
    font-size: 25px;
  }
  #cta_section .top .section_wrap .right h2 {
    font-size: 25px;
  }
}
@media (max-width: 580px) {
  #homes_for_sale .wrap #homes_list > li {
    max-width: 100%;
    margin-bottom: 24px;
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  #testimonials_section .testimonials_wrap #testimonials_slider {
    margin-bottom: 70px;
  }
  #testimonials_section .testimonials_wrap #testimonials_slider .slick-dots {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
  }
}/*# sourceMappingURL=home.css.map */