@charset "UTF-8";
.single_projects_page .under_banner_elements {
  padding: 24px 0 26px;
}
.single_projects_page .under_banner_elements .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_projects_page .under_banner_elements .left_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_projects_page .under_banner_elements .left_s_item {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-right: 3px;
}
.single_projects_page .under_banner_elements .left_s_item::after {
  content: " • ";
}
.single_projects_page .under_banner_elements .left_s_item:last-child::after {
  display: none;
}
.single_projects_page .under_banner_elements .buttons_wrap a {
  height: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #2D3E2F;
  margin-left: 6px;
  padding-left: 26px;
  padding-right: 28px;
  background: #D1D3D4;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_projects_page .under_banner_elements .buttons_wrap a svg {
  margin-right: 2px;
}
.single_projects_page .intro_wrap {
  padding-top: 80px;
}
.single_projects_page .intro_wrap .text_16 {
  margin-bottom: 16px;
}
.single_projects_page .intro_wrap .text_40 {
  padding-bottom: 120px;
}
.single_projects_page .intro_wrap .intro_btn {
  margin-right: 24px;
}
.single_projects_page .project_summary {
  padding: 65px 0;
}
.single_projects_page .project_summary .pcs_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.single_projects_page .project_summary .rows_table_title {
  margin-bottom: 24px;
}
.single_projects_page .project_summary .image_wrap {
  width: 660px;
  height: 100%;
}
.single_projects_page .project_summary .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_projects_page .project_summary .content_wrap {
  width: -webkit-calc(100% - 660px);
  width: -moz-calc(100% - 660px);
  width: calc(100% - 660px);
  margin-left: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single_projects_page .project_summary .bottom_elements {
  margin-top: 195px;
  margin-top: auto;
}
.single_projects_page .project_summary .bottom_elements .text_40 {
  margin-bottom: 24px;
}
.single_projects_page .project_summary .rows_wrap {
  border-bottom: 1px solid #18291B;
}
.single_projects_page .project_summary .table_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 0 48px;
  border-top: 1px solid #18291B;
}
.single_projects_page .project_summary .row_title {
  width: 200px;
  margin-right: 12px;
}
.single_projects_page .project_summary .row_desc {
  text-transform: uppercase;
}
.single_projects_page .project_summary .row_desc a {
  text-decoration: underline;
}
.single_projects_page .project_summary .row_desc p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .single_projects_page .under_banner_elements {
    padding: 20px 0 32px;
  }
  .single_projects_page .under_banner_elements .container {
    padding: 0;
  }
  .single_projects_page .under_banner_elements .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single_projects_page .under_banner_elements .buttons_wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding: 0 18px;
    margin: 0 0 34px;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .single_projects_page .under_banner_elements .buttons_wrap::-webkit-scrollbar {
    display: none;
  }
  .single_projects_page .under_banner_elements .buttons_wrap a {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 0;
    margin-right: 8px;
  }
  .single_projects_page .under_banner_elements .left_side {
    padding: 0 24px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single_projects_page .project_summary .pcs_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single_projects_page .project_summary .rows_table_title {
    margin-top: 48px;
  }
  .single_projects_page .project_summary .image_wrap {
    width: 100%;
    height: 899px;
  }
  .single_projects_page .project_summary .content_wrap {
    width: 100%;
    margin-left: 0;
  }
  .single_projects_page .project_summary .bottom_elements {
    margin-top: 203px;
  }
}
@media screen and (max-width: 767px) {
  .single_projects_page .under_banner_elements {
    padding: 15px 0 23px;
  }
  .single_projects_page .under_banner_elements .buttons_wrap {
    margin-bottom: 24px;
  }
  .single_projects_page .under_banner_elements .left_side {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single_projects_page .under_banner_elements .left_s_item {
    font-size: 12px;
    line-height: 24px;
  }
  .single_projects_page .under_banner_elements .left_s_item:nth-last-child(2)::after {
    display: none;
  }
  .single_projects_page .under_banner_elements .price_text {
    width: 100%;
  }
  .single_projects_page .intro_wrap .text_16 {
    font-size: 12px;
    line-height: 16px;
  }
  .single_projects_page .intro_wrap .text_40 {
    font-size: 32px;
    line-height: 48px;
  }
  .single_projects_page .intro_wrap .intro_btn {
    margin-bottom: 32px;
    margin-right: 0;
  }
  .single_projects_page .project_summary .rows_table_title {
    margin-bottom: 21px;
  }
  .single_projects_page .project_summary .image_wrap {
    height: 408px;
  }
  .single_projects_page .project_summary .bottom_elements {
    margin-top: 96px;
  }
  .single_projects_page .project_summary .bottom_elements .text_40 {
    font-size: 24px;
    line-height: 32px;
  }
  .single_projects_page .project_summary .table_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single_projects_page .project_summary .row_title {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
  }
}
.project_builder_wrap .sample_text {
  margin-bottom: 120px;
}
.project_builder_wrap .sample_text .text_40 {
  margin-top: 10px;
}
.project_builder_wrap .sample_text p {
  margin: 0;
}
.project_builder_wrap .sample_text .st_button {
  margin-top: 31px;
  height: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #2D3E2F;
  margin-left: 6px;
  padding-left: 26px;
  padding-right: 28px;
  background: #D1D3D4;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project_builder_wrap .sample_text .st_button svg {
  margin-right: 2px;
}
.project_builder_wrap .image_text_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 65px 0;
}
.project_builder_wrap .image_text_section .left_side_sis {
  width: 684px;
  padding-top: 13px;
}
.project_builder_wrap .image_text_section .left_side_sis img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .project_builder_wrap .image_text_section .left_side_sis img {
    -o-object-position: top;
       object-position: top;
  }
}
.project_builder_wrap .image_text_section .st_button {
  margin-top: 31px;
  height: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #2D3E2F;
  margin-left: 6px;
  padding-left: 26px;
  padding-right: 28px;
  background: #D1D3D4;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.project_builder_wrap .image_text_section .st_button svg {
  margin-right: 2px;
}
.project_builder_wrap .image_text_section .right_side_sis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-calc(100% - 684px);
  width: -moz-calc(100% - 684px);
  width: calc(100% - 684px);
  padding-left: 24px;
}
.project_builder_wrap .image_text_section .text_40 {
  margin: 0 0 12px;
}
.project_builder_wrap .image_text_section .suburb_desc {
  width: 100%;
  border-left: 1px solid #18291B;
  padding-left: 12px;
}
.project_builder_wrap .image_text_section .median_elements {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
}
.project_builder_wrap .image_text_section .median_elements .m_elem {
  padding-top: 48px;
  margin-right: 48px;
  min-width: 212px;
}
.project_builder_wrap .image_text_section .median_elements .m_elem .title_wrap {
  margin: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project_builder_wrap .image_text_section .median_elements .m_elem .text_12 {
  border-top: 1px solid #18291B;
  padding-top: 12px;
}
.project_builder_wrap .full_image_section .img_wrap {
  height: 446px;
  width: 80%;
  margin-left: auto;
}
.project_builder_wrap .full_image_section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_builder_wrap .gallery_section .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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-left: -107px;
}
.project_builder_wrap .gallery_section .image_slide {
  width: 1178px;
  height: 628px;
  margin-right: 35px;
}
.project_builder_wrap .gallery_section .image_slide.slick-current .image_wrap {
  width: 100%;
  height: 100%;
}
.project_builder_wrap .gallery_section .image_wrap {
  width: 825px;
  height: 455px;
  -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;
}
.project_builder_wrap .gallery_section .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_builder_wrap .project_content_section {
  padding: 65px 0;
}
.project_builder_wrap .project_content_section .rows_table_title {
  margin-bottom: 24px;
}
.project_builder_wrap .project_content_section .image_wrap {
  width: 660px;
  height: 100%;
}
.project_builder_wrap .project_content_section .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_builder_wrap .project_content_section .content_wrap {
  width: -webkit-calc(100% - 660px);
  width: -moz-calc(100% - 660px);
  width: calc(100% - 660px);
  margin-left: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project_builder_wrap .project_content_section .pcs_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.project_builder_wrap .project_content_section .pcs_content.other_side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.project_builder_wrap .project_content_section .pcs_content.other_side .content_wrap {
  margin-left: 0;
  margin-right: 48px;
}
.project_builder_wrap .project_content_section .rows_wrap {
  border-bottom: 1px solid #18291B;
}
.project_builder_wrap .project_content_section .table_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 0 48px;
  border-top: 1px solid #18291B;
}
.project_builder_wrap .project_content_section .row_title {
  width: 200px;
  margin-right: 12px;
}
.project_builder_wrap .project_content_section .row_desc {
  text-transform: uppercase;
}
.project_builder_wrap .project_content_section .row_desc a {
  text-decoration: underline;
}
.project_builder_wrap .project_content_section .row_desc p {
  margin: 0;
}
.project_builder_wrap .project_content_section .small_rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
}
.project_builder_wrap .project_content_section .small_rows .title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 14px;
  border-bottom: 1px solid #18291B;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.project_builder_wrap .project_content_section .small_rows .one_small_row {
  margin-right: 24px;
  width: 212px;
}
.project_builder_wrap .content_section_1 {
  padding: 70px 0 75px;
}
.project_builder_wrap .content_section_1 .cs1_subheading {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.project_builder_wrap .content_section_1 .cs1_heading {
  font-weight: 300;
  font-size: 40px;
  line-height: 56px;
}
.project_builder_wrap .content_section_1 .cs1_bottom_elements {
  margin-top: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 60px;
  padding-right: 116px;
}
.project_builder_wrap .content_section_1 .cs1_bottom_elements img {
  width: 550px;
  height: 303px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.project_builder_wrap .content_section_1 .cs1_desc {
  padding-left: 102px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.project_builder_wrap .content_section_1 .cs1_desc::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 77px;
  top: 0;
  background-color: #2D3E2F;
}
@media screen and (max-width: 1024px) {
  .project_builder_wrap .content_section_1 {
    padding: 51px 0 24px;
  }
  .project_builder_wrap .content_section_1 .cs1_heading {
    font-size: 28px;
    line-height: 37px;
  }
  .project_builder_wrap .content_section_1 .cs1_bottom_elements {
    margin-top: 42px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project_builder_wrap .content_section_1 .cs1_bottom_elements img {
    width: 534px;
    height: 294px;
  }
  .project_builder_wrap .content_section_1 .cs1_desc {
    padding-left: 0;
    margin-top: 32px;
    margin-left: auto;
    max-width: 547px;
  }
  .project_builder_wrap .content_section_1 .cs1_desc::after {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .project_builder_wrap .content_section_1 {
    padding: 30px 0 12px;
  }
  .project_builder_wrap .content_section_1 .cs1_subheading {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 24px;
  }
  .project_builder_wrap .content_section_1 .cs1_heading {
    font-size: 24px;
    line-height: 32px;
  }
  .project_builder_wrap .content_section_1 .cs1_bottom_elements {
    margin-top: 24px;
  }
  .project_builder_wrap .content_section_1 .cs1_bottom_elements img {
    max-height: 180px;
    height: auto;
  }
  .project_builder_wrap .content_section_1 .cs1_desc {
    padding-left: 6px;
  }
  .project_builder_wrap .content_section_1 .cs1_desc::after {
    left: 0px;
  }
}
.project_builder_wrap .section_with_table {
  padding: 75px 0;
}
.project_builder_wrap .section_with_table .table_heading {
  font-weight: 300;
  font-size: 40px;
  line-height: 56px;
}
.project_builder_wrap .section_with_table .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project_builder_wrap .section_with_table .st_left_side {
  padding-left: 56px;
  width: 739px;
  padding-right: 47px;
}
.project_builder_wrap .section_with_table .st_right_side {
  width: -webkit-calc(100% - 772px);
  width: -moz-calc(100% - 772px);
  width: calc(100% - 772px);
  padding-right: 56px;
}
.project_builder_wrap .section_with_table .st_right_side img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.project_builder_wrap .section_with_table .one_table {
  margin-bottom: 47px;
}
.project_builder_wrap .section_with_table .one_table:last-child {
  margin-bottom: 0;
}
.project_builder_wrap .section_with_table .one_tab_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 22px 0 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.project_builder_wrap .section_with_table .one_tab_row .title {
  width: 25%;
  padding-right: 10px;
}
.project_builder_wrap .section_with_table .one_tab_row .desc {
  width: 75%;
  line-height: 24px;
}
.project_builder_wrap .section_with_table .one_tab_row .desc p {
  margin: 0;
}
.project_builder_wrap .section_with_table .one_tab_row a {
  display: block;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .project_builder_wrap .intro_wrap .text_40 {
    margin-top: 16px;
  }
  .project_builder_wrap .image_text_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project_builder_wrap .image_text_section .left_side_sis {
    width: 100%;
    height: 396px;
  }
  .project_builder_wrap .image_text_section .right_side_sis {
    margin-top: 32px;
    margin-left: auto;
    width: 546px;
    padding-left: 0;
  }
  .project_builder_wrap .image_text_section .suburb_desc {
    padding-left: 10px;
  }
  .project_builder_wrap .full_image_section .img_wrap {
    height: 296px;
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .project_builder_wrap .gallery_section {
    position: relative;
  }
  .project_builder_wrap .gallery_section .slick-track {
    margin-left: -46px;
  }
  .project_builder_wrap .gallery_section .image_slide {
    width: 612px;
    height: 364px;
    margin-right: 24px;
  }
  .project_builder_wrap .gallery_section .image_wrap {
    width: 417px;
    height: 248px;
  }
  .project_builder_wrap .gallery_section .slick-arrow {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .project_builder_wrap .gallery_section .slick-arrow.slick-disabled {
    opacity: 0;
  }
  .project_builder_wrap .gallery_section .slick-arrow svg {
    width: 32px;
    stroke: #18291B;
  }
  .project_builder_wrap .gallery_section .slick-arrow.prev {
    right: 50px;
  }
  .project_builder_wrap .gallery_section .slick-arrow.prev svg {
    -webkit-transform: rotate(-225deg);
       -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
         -o-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  .project_builder_wrap .gallery_section .slick-arrow.next svg {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .project_builder_wrap .project_content_section .image_wrap {
    width: 100%;
    height: 899px;
    margin-top: 96px;
  }
  .project_builder_wrap .project_content_section .content_wrap {
    width: 100%;
    margin-left: 0;
  }
  .project_builder_wrap .project_content_section .pcs_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .project_builder_wrap .project_content_section .pcs_content.other_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .project_builder_wrap .section_with_table {
    padding: 31px 0 18px;
  }
  .project_builder_wrap .section_with_table .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .project_builder_wrap .section_with_table .st_left_side {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .project_builder_wrap .section_with_table .st_right_side {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
  }
  .project_builder_wrap .section_with_table .st_right_side img {
    width: 559px;
    margin-bottom: 30px;
  }
  .project_builder_wrap .section_with_table .table_heading {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .project_builder_wrap .image_text_section {
    margin: 18px 0 60px;
  }
  .project_builder_wrap .image_text_section .left_side_sis {
    height: 260px;
    width: 100%;
    padding-top: 0;
  }
  .project_builder_wrap .image_text_section .right_side_sis {
    width: 100%;
  }
  .project_builder_wrap .image_text_section .suburb_desc {
    padding-left: 6px;
    margin-bottom: 0;
  }
  .project_builder_wrap .image_text_section .text_40 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 12px;
  }
  .project_builder_wrap .image_text_section .median_elements .m_elem {
    padding-top: 32px;
  }
  .project_builder_wrap .full_image_section .img_wrap {
    height: 145px;
  }
  .project_builder_wrap .gallery_section {
    padding: 0 24px;
  }
  .project_builder_wrap .gallery_section .slick-list {
    overflow: visible;
  }
  .project_builder_wrap .gallery_section .slick-track {
    margin-left: 0;
  }
  .project_builder_wrap .gallery_section .image_slide {
    width: 258px;
    height: 154px;
    margin-right: 10px;
  }
  .project_builder_wrap .gallery_section .image_wrap {
    width: 161px;
    height: 96px;
  }
  .project_builder_wrap .gallery_section .slick-arrow {
    right: 4px;
  }
  .project_builder_wrap .gallery_section .slick-arrow.prev {
    right: 39px;
  }
  .project_builder_wrap .section_with_table {
    padding: 31px 0 18px;
  }
  .project_builder_wrap .section_with_table .st_right_side {
    margin-bottom: 60px;
  }
  .project_builder_wrap .section_with_table .st_right_side img {
    width: 100%;
    margin-bottom: 16px;
  }
  .project_builder_wrap .section_with_table .table_heading {
    font-size: 24px;
    line-height: 31px;
  }
  .project_builder_wrap .section_with_table .one_table {
    margin-bottom: 60px;
  }
  .project_builder_wrap .section_with_table .one_table:last-of-type {
    margin-bottom: 47px;
  }
  .project_builder_wrap .section_with_table .one_tab_row {
    font-size: 14px;
    line-height: 18px;
    min-height: 102px;
  }
  .project_builder_wrap .section_with_table .one_tab_row:first-child {
    min-height: 80px;
  }
  .project_builder_wrap .section_with_table .one_tab_row .title {
    width: 46%;
  }
  .project_builder_wrap .section_with_table .one_tab_row .desc {
    width: 54%;
  }
  .project_builder_wrap .project_content_section .image_wrap {
    height: 408px;
    margin-top: 36px;
  }
  .project_builder_wrap .project_content_section .table_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project_builder_wrap .project_content_section .row_title {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .project_builder_wrap .project_content_section .small_rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project_builder_wrap .project_content_section .small_rows .one_small_row {
    margin-right: 0px;
    margin-bottom: 48px;
  }
}
.iframe_section {
  color: #fff;
  padding: 50px 0;
}

.slider_section {
  padding: 50px 0;
  color: #18291B;
  position: relative;
}
.slider_section .slider_title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #18291B;
  margin-bottom: 62px;
}
.slider_section .slider_cta {
  text-decoration: underline;
}
.slider_section .swiper {
  overflow: visible;
}
.slider_section .swiper-wrapper {
  margin-bottom: 65px;
}
.slider_section .single_slider_item {
  width: 566px;
  margin-right: 25px;
}
.slider_section .single_slider_item .image_wrap {
  background-color: #18291B;
  margin-bottom: 40px;
  width: 100%;
  height: 364px;
}
.slider_section .single_slider_item .image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_section .single_slider_item h3 {
  margin: 0 0 10px;
}
.slider_section .single_slider_item .subtitle {
  margin: 0 0 8px;
  line-height: 24px;
}
.slider_section .single_slider_item .desc {
  margin: 0 0 15px;
  line-height: 24px;
  max-width: 448px;
}
.slider_section .swiper-pagination {
  position: relative;
  height: 2px;
  background-color: rgba(24, 41, 27, 0.6);
}
.slider_section .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #18291B;
}

@media screen and (max-width: 1024px) {
  .slider_section .slider_title_wrap {
    padding-bottom: 12px;
    margin-bottom: 40px;
  }
  .slider_section .slider_title {
    font-size: 14px;
    line-height: 16px;
  }
  .slider_section .single_slider_item {
    width: 448px;
  }
  .slider_section .single_slider_item .subtitle {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .slider_section .single_slider_item h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .slider_section .swiper-wrapper {
    margin-bottom: 72px;
  }
  .slider_section .slider_title_wrap {
    padding-bottom: 12px;
    margin-bottom: 40px;
  }
  .slider_section .slider_cta {
    font-size: 14px;
    line-height: 16px;
  }
  .slider_section .slider_title {
    font-size: 14px;
    line-height: 16px;
  }
  .slider_section .single_slider_item {
    width: 326px;
    max-width: 80vw;
  }
  .slider_section .single_slider_item .image_wrap {
    height: 245px;
    margin-bottom: 32px;
  }
  .slider_section .single_slider_item .subtitle {
    margin-bottom: 20px;
  }
  .slider_section .single_slider_item h3 {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=single_projects.css.map */