/*=============================
=    Construction Updates     =
=============================*/

.construction_updates_page {
    margin-top: 72px;
}

.construction_updates_page .cu_banner {
    padding: 73px 0 116px;
}

.construction_updates_page .cu_banner .container {
    max-width: 1440px;
    padding: 0 72px;
}

.construction_updates_page .cu_banner .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;
    -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;
}

.construction_updates_page .cu_banner .top_elements {
    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-bottom: 7px;
}

.construction_updates_page .cu_banner .top_elements .text_12_eu {
    position: relative;
    letter-spacing: normal;
}

.construction_updates_page .cu_banner .top_elements .text_12_eu::after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    background-color: #FFFFFF;
    right: -9px;
    top: 2px;
}

.construction_updates_page .cu_banner .top_elements div {
    padding-left: 16px;
}

.construction_updates_page .blue_block {
    height: 351px;
    width: 100%;
}

.construction_updates_page .sub_banner {
    margin-top: -351px;
    margin-bottom: 50px;
}

.construction_updates_page .sub_banner .container {
    max-width: 1440px;
    padding: 0 64px;
}

.construction_updates_page .sub_banner .sub_banner_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.construction_updates_page .sub_banner .left_side_image {
    width: -webkit-calc(100% - 512px);
    width: -moz-calc(100% - 512px);
    width: calc(100% - 512px);
    height: 534px;
}

.construction_updates_page .sub_banner .left_side_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.construction_updates_page .sub_banner .right_content_wrap {
    width: 512px;
    padding-left: 46px;
    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;
}

.construction_updates_page .sub_banner .right_content_wrap .second_row {
    margin-top: auto;
}

.construction_updates_page .sub_banner .right_content_wrap .text_16_eu {
    margin-left: 21px;
    position: relative;
}

.construction_updates_page .sub_banner .right_content_wrap .text_16_eu::after {
    content: "";
    position: absolute;
    height: 16px;
    width: 1px;
    left: -11px;
    background-color: #FFFFFF;
    top: 5px;
}

.construction_updates_page .sub_banner .right_content_wrap .top_row {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.construction_updates_page .sub_banner .right_content_wrap .top_row,
.construction_updates_page .sub_banner .right_content_wrap .bottom_row {
    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: 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;
}

.construction_updates_page .sub_banner .right_content_wrap .third_row {
    margin-top: 153px;
}

.construction_updates_page .sub_banner .first_row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.construction_updates_page .sub_banner .banner_row_desc {
    max-width: 70%;
    text-align: right;
    padding-left: 20px;
}

@media screen and (max-width: 1024px) {
    .construction_updates_page {
        margin-top: 72px;
    }
    .construction_updates_page .cu_banner {
        padding: 80px 0;
    }
    .construction_updates_page .cu_banner .container {
        padding: 0 40px;
    }
    .construction_updates_page .blue_block {
        height: 458px;
    }
    .construction_updates_page .sub_banner {
        margin-top: -458px;
    }
    .construction_updates_page .sub_banner .container {
        padding: 0 40px;
    }
    .construction_updates_page .sub_banner .sub_banner_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;
    }
    .construction_updates_page .sub_banner .left_side_image {
        width: 440px;
        height: 294px;
    }
    .construction_updates_page .sub_banner .right_content_wrap {
        width: 468px;
        padding-left: 0px;
        margin-left: auto;
    }
    .construction_updates_page .sub_banner .right_content_wrap .text_16_eu::after {
        display: none;
    }
    .construction_updates_page .sub_banner .right_content_wrap .third_row {
        margin-top: 72px;
    }
    .construction_updates_page .sub_banner .first_row {
        -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: 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-top: -294px;
        margin-bottom: 294px;
    }
}

@media screen and (max-width: 767px) {
    .construction_updates_page {
        margin-top: 72px;
    }
    .construction_updates_page .cu_banner .container {
        padding: 0 20px;
    }
    .construction_updates_page .cu_banner .top_elements {
        color: #A2AAAD;
    }
    .construction_updates_page .cu_banner .top_elements .text_12_eu::after {
        background-color: #A2AAAD;
    }
    .construction_updates_page .blue_block {
        display: none;
    }
    .construction_updates_page .sub_banner {
        margin-top: 0px;
    }
    .construction_updates_page .sub_banner .container {
        padding: 0 20px;
    }
    .construction_updates_page .sub_banner .left_side_image {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        height: 276px;
    }
    .construction_updates_page .sub_banner .first_row {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        background-color: #09142B;
        margin-top: 0;
        padding-bottom: 48px;
        margin-bottom: 0;
    }
    .construction_updates_page .sub_banner .right_content_wrap {
        width: 100%;
    }
    .construction_updates_page .sub_banner .right_content_wrap .second_row {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 48px 20px;
        background-color: #09142B;
    }
    .construction_updates_page .sub_banner .right_content_wrap .top_row,
    .construction_updates_page .sub_banner .right_content_wrap .bottom_row {
        -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;
    }
    .construction_updates_page .sub_banner .right_content_wrap .third_row {
        margin-top: 48px;
    }
    .construction_updates_page .sub_banner .banner_row_desc {
        max-width: 100%;
        padding-left: 0;
        text-align: left;
    }
}


/*=====  End of Construction Updates  ======*/


/*=============================
=  Construction Updates Loop  =
=============================*/

.constructionupdates_loop {
    padding: 120px 0;
}

.constructionupdates_loop .container {
    max-width: 1440px;
    padding: 0 64px;
}

.constructionupdates_loop .posts_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;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
}

.constructionupdates_loop .one_ua {
    width: -webkit-calc(33% - 40px);
    width: -moz-calc(33% - 40px);
    width: calc(33% - 40px);
    margin: 0 20px 48px;
}

.constructionupdates_loop .bg_image_wrap {
    height: 392px;
    position: relative;
    width: 100%;
}

.constructionupdates_loop .logo_wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 128px;
    height: 56px;
    z-index: 2;
    -o-object-fit: contain;
    object-fit: contain;
}

.constructionupdates_loop .bg_image {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.constructionupdates_loop .bottom_text_wrap .list_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;
}

.constructionupdates_loop .bottom_text_wrap .table_list {
    -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;
    font-weight: 400;
    letter-spacing: normal;
}

.constructionupdates_loop .bottom_text_wrap .top_wrap {
    margin: 12px 0;
}

.constructionupdates_loop .bottom_text_wrap .top_wrap>div {
    margin-right: 20px;
}

.constructionupdates_loop .bottom_text_wrap .top_wrap .adress_wrap {
    position: relative;
}

.constructionupdates_loop .bottom_text_wrap .top_wrap .adress_wrap::after {
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    background-color: #E3E3E3;
    left: -9px;
    top: 5px;
}

.constructionupdates_loop .bottom_text_wrap .top_table_wrap {
    padding-bottom: 7px;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .constructionupdates_loop {
        padding: 80px 0;
    }
    .constructionupdates_loop .container {
        padding: 0 40px;
    }
    .constructionupdates_loop .posts_wrap {
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .constructionupdates_loop .one_ua {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0 10px 48px;
    }
    .constructionupdates_loop .bg_image_wrap {
        height: 206px;
    }
    .constructionupdates_loop .logo_wrap {
        width: 74px;
        height: 32px;
    }
    .constructionupdates_loop .bottom_text_wrap .title_wrap {
        margin-top: 12px;
    }
    .constructionupdates_loop .bottom_text_wrap .top_wrap {
        margin-top: 2px;
    }
}

@media screen and (max-width: 767px) {
    .constructionupdates_loop .container {
        padding: 0 20px;
    }
    .constructionupdates_loop .posts_wrap {
        width: 100%;
        margin-left: 0px;
    }
    .constructionupdates_loop .one_ua {
        width: 100%;
        margin: 0 0 20px;
    }
    .constructionupdates_loop .bg_image_wrap {
        height: 230px;
    }
}


/*=====  End of Construction Updates Loop ======*/


/*=============================
=     Project inner Banner    =
=============================*/

.project_inner_page .banner_wrap {
    margin-top: 80px;
    padding-top: 120px;
}

.project_inner_page .banner_wrap .container {
    max-width: 1440px;
    padding-left: 120px;
    padding-right: 40px;
}

.project_inner_page .banner_wrap .title_wrap {
    padding-bottom: 56px;
}

.project_inner_page .center_banner_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: -webkit-calc(100% + 120px);
    width: -moz-calc(100% + 120px);
    width: calc(100% + 120px);
    margin-left: -120px;
    padding-bottom: 56px;
}

.project_inner_page .center_banner_content .left_side_image {
    width: -webkit-calc(100% - 392px);
    width: -moz-calc(100% - 392px);
    width: calc(100% - 392px);
    background-color: #453643;
    position: relative;
}

.project_inner_page .center_banner_content .left_side_image .open_light_box {
    width: 40px;
    height: 40px;
    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;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.project_inner_page .center_banner_content .left_side_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project_inner_page .center_banner_content .right_side_content {
    width: 392px;
    padding-left: 72px;
    padding-bottom: 76px;
}

.project_inner_page .center_banner_content .right_side_content .rsc_sec {
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 40px;
}

.project_inner_page .center_banner_content .right_side_content .rsc_sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 120px;
    background-color: #5B6D8F;
}

.project_inner_page .center_banner_content .right_side_content .title {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 16px;
}

.project_inner_page .center_banner_content .right_side_content .right_bottom_a {
    background-color: #FFFFFF;
    height: 36px;
    padding: 0 16px;
    color: #09142B;
    border-radius: 4px;
    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;
    -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;
}

.project_inner_page .center_banner_content .right_side_content .right_bottom_a svg {
    margin-right: 8px;
}

.project_inner_page .bottom_banner_content {
    max-width: 888px;
    padding-bottom: 121px;
}

.project_inner_page .bottom_banner_content .suburb_name {
    margin-bottom: 6px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 40px;
}

.project_inner_page .bottom_banner_content .adress_name {
    margin-bottom: 22px;
}

@media screen and (max-width: 1024px) {
    .project_inner_page .banner_wrap {
        margin-top: 76px;
    }
    .project_inner_page .banner_wrap .container {
        padding-left: 40px;
    }
    .project_inner_page .center_banner_content {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -40px;
        -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;
    }
    .project_inner_page .center_banner_content .left_side_image {
        width: 100%;
        height: 530px;
        margin-bottom: 72px;
    }
    .project_inner_page .center_banner_content .right_side_content {
        padding-bottom: 0px;
        padding-left: 40px;
        width: 100%;
    }
    .project_inner_page .center_banner_content .right_side_content .r_con_wrap {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        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;
    }
    .project_inner_page .center_banner_content .right_side_content .rsc_sec {
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
        margin: 0 20px 40px;
    }
}

@media screen and (max-width: 767px) {
    .project_inner_page .banner_wrap {
        margin-top: 72px;
    }
    .project_inner_page .banner_wrap .container {
        padding: 0 20px;
    }
    .project_inner_page .center_banner_content {
        width: 100%;
        margin-left: 0;
    }
    .project_inner_page .center_banner_content .left_side_image {
        height: 304px;
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .project_inner_page .center_banner_content .right_side_content {
        padding-left: 0px;
    }
    .project_inner_page .center_banner_content .right_side_content .r_con_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;
        width: 100%;
        margin-left: 0;
    }
    .project_inner_page .center_banner_content .right_side_content .rsc_sec {
        width: 100%;
        margin: 0 0 40px;
    }
}


/*=====  End of Project inner Banner  ======*/


/*=============================
=         Quoick Pin        =
=============================*/

.project_inner_page .agent_quick_info_pin {
    height: 100px;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    position: relative;
    background-color: #FBFBFB;
}

.project_inner_page .agent_quick_info {
    height: 100px;
    width: 100%;
    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;
    pointer-events: all;
}

.project_inner_page .agent_quick_info .content {
    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;
}

.project_inner_page .agent_quick_info .quick_info {
    border-radius: 48px;
    padding: 0 17px 0 0;
    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;
    height: 48px;
    position: relative;
    background-color: #09142B;
}

.project_inner_page .agent_quick_info .quick_info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #5B6D8F;
    pointer-events: none;
    border-radius: 48px;
}

.project_inner_page .agent_quick_info .avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 12px;
}

.project_inner_page .agent_quick_info .contact {
    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-left: 25px;
}

.project_inner_page .agent_quick_info .contact a {
    position: relative;
}

.project_inner_page .agent_quick_info .contact a:last-child {
    padding-left: 13px;
    margin-left: 12px;
}

.project_inner_page .agent_quick_info .contact a:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 1px;
    background: #22314E;
}

.project_inner_page .agent_quick_info .contact svg {
    width: 12px;
}

.project_inner_page .agent_quick_info .contact path {
    fill: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .project_inner_page .agent_quick_info .content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
}


/*=====  End of Quoick Pin  ======*/


/*=============================
=      Right Side Content      =
=============================*/

.right_side_content_auto {
    background-color: #FBFBFB;
    padding: 120px 0 60px;
}

.right_side_content_auto .container {
    max-width: 1440px;
    padding: 0 120px;
}

.right_side_content_auto .rsca_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;
    -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;
}

.right_side_content_auto .image_wrap {
    width: 800px;
    height: 480px;
    max-width: 100%;
}

.right_side_content_auto .image_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.right_side_content_auto .sec_title {
    margin: 48px 0 32px;
    line-height: 28px;
    max-width: 640px;
    margin-right: 280px;
}

.right_side_content_auto .desc_wrap {
    max-width: 800px;
}

@media screen and (min-width: 1025px) {
    .right_side_content_auto .desc_wrap.full_w {
        max-width: -webkit-calc(100% - 118px);
        max-width: -moz-calc(100% - 118px);
        max-width: calc(100% - 118px);
    }
}

@media screen and (max-width: 1024px) {
    .right_side_content_auto .container {
        padding-left: 60px;
        padding-right: 40px;
    }
    .right_side_content_auto .image_wrap {
        width: 560px;
        height: 336px;
    }
    .right_side_content_auto .sec_title {
        margin-right: 28px;
    }
    .right_side_content_auto .desc_wrap {
        max-width: 560px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .right_side_content_auto .desc_wrap.full_w {
        max-width: -webkit-calc(100% - 72px);
        max-width: -moz-calc(100% - 72px);
        max-width: calc(100% - 72px);
    }
}

@media screen and (min-width: 768px) {
    .right_side_content_auto .sec_title.full_w {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .right_side_content_auto .container {
        padding: 0 20px;
    }
    .right_side_content_auto .image_wrap {
        width: 374px;
        height: 224px;
    }
    .right_side_content_auto .sec_title {
        margin-right: 0px;
    }
}


/*=====  End of Right Side Content  ======*/


/*=============================
=     Two Images And Title     =
=============================*/

.two_images_and_title {
    background-color: #FBFBFB;
    padding: 60px 0 120px;
}

.two_images_and_title .container {
    max-width: 1440px;
    padding: 0 120px;
}

.two_images_and_title .tiat_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;
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
}

.two_images_and_title .left_side {
    width: -webkit-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
    width: calc(50% - 80px);
    margin-left: 40px;
    margin-right: 40px;
}

.two_images_and_title .left_side .left_img_wrap {
    width: 100%;
    height: 400px;
    margin-bottom: 120px;
}

.two_images_and_title .left_side .left_img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.two_images_and_title .left_side .title_wrap {
    line-height: 28px;
    position: relative;
    width: 100%;
    padding-top: 31px;
}

.two_images_and_title .left_side .title_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 120px;
    background-color: #A2AAAD;
}

.two_images_and_title .left_side .bottom_link {
    margin-top: 35px;
}

.two_images_and_title .right_side {
    height: 640px;
    margin-top: 144px;
    width: -webkit-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
    width: calc(50% - 80px);
    margin-left: 40px;
    margin-right: 40px;
}

.two_images_and_title .right_side img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .two_images_and_title .container {
        padding: 0 40px;
    }
    .two_images_and_title .tiat_content {
        width: 100%;
        margin-left: 0px;
    }
    .two_images_and_title .left_side {
        width: 360px;
        margin-left: 0;
        margin-right: 40px;
    }
    .two_images_and_title .left_side .left_img_wrap {
        height: 256px;
    }
    .two_images_and_title .right_side {
        height: 330px;
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .two_images_and_title .container {
        padding: 0 20px;
    }
    .two_images_and_title .tiat_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;
    }
    .two_images_and_title .left_side {
        width: 100%;
    }
    .two_images_and_title .left_side .left_img_wrap {
        height: 256px;
    }
    .two_images_and_title .right_side {
        width: 288px;
        height: 330px;
        max-width: 100%;
    }
}


/*=====  End of Two Images And Title  ======*/


/*=============================
=        Modal Image         =
=============================*/

.project_modal_WI {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(9, 20, 43, 0.8);
    z-index: 1111;
    padding: 100px 72px;
    overflow-y: scroll;
    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;
}

.project_modal_WI.active {
    opacity: 1;
    pointer-events: all;
}

.project_modal_WI .close_wrap {
    position: absolute;
    top: 116px;
    right: 88px;
    width: 40px;
    height: 40px;
    background-color: #09142B;
    cursor: pointer;
}

.project_modal_WI .close_wrap::after,
.project_modal_WI .close_wrap::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #FFFFFF;
    top: 19px;
    left: 8px;
}

.project_modal_WI .close_wrap::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.project_modal_WI .close_wrap::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.project_modal_WI img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .project_modal_WI {
        padding: 300px 16px;
    }
    .project_modal_WI .close_wrap {
        top: 316px;
        right: 32px;
    }
}


/*=====  End of Modal Image  ======*/

.settlement_journey_stages {
    background: #FBFBFB;
    padding-top: 120px;
}

.settlement_journey_stages .container {
    max-width: 995px;
    padding-right: 135px;
}

.settlement_journey_stages .title_sjs {
    margin-bottom: 88px;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 80px;
    color: #A2AAAD;
}

.settlement_journey_stages .elem_sjs_key {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 36px;
    color: #A2AAAD;
    position: absolute;
    left: 23px;
}

.settlement_journey_stages .elem_sjs_title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #5B6D8F;
    margin-bottom: 20px;
}

.settlement_journey_stages .elem_sjs_desc {
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4F4F4F;
}

.settlement_journey_stages .s_elem {
    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;
    padding-bottom: 144px;
    position: relative;
}

.settlement_journey_stages .s_elem::after,
.settlement_journey_stages .s_elem::before {
    content: "";
    position: absolute;
}

.settlement_journey_stages .s_elem::after {
    width: 1px;
    height: -webkit-calc(100% - 72px);
    height: -moz-calc(100% - 72px);
    height: calc(100% - 72px);
    top: 52px;
    background: #D1D6E0;
    left: 50px;
}

.settlement_journey_stages .s_elem::before {
    bottom: 20px;
    left: 47px;
    background: #D1D6E0;
    border-radius: 50%;
    width: 7px;
    height: 7px;
}

.settlement_journey_stages .s_elem:last-child::after,
.settlement_journey_stages .s_elem:last-child::before {
    display: none;
}

.settlement_journey_stages .right_elems {
    padding-left: 118px;
}

@media screen and (max-width: 767px) {
    .settlement_journey_stages .container {
        padding-right: 20px;
    }
    .settlement_journey_stages .title_sjs {
        font-size: 52px;
        line-height: 52px;
    }
    .settlement_journey_stages .elem_sjs_key {
        left: 3px;
        font-size: 32px;
        line-height: 36px;
    }
    .settlement_journey_stages .elem_sjs_title {
        margin-bottom: 23px;
        font-size: 24px;
        line-height: 36px;
    }
    .settlement_journey_stages .s_elem {
        padding-bottom: 68px;
    }
    .settlement_journey_stages .s_elem::after {
        height: -webkit-calc(100% - 65px);
        height: -moz-calc(100% - 65px);
        height: calc(100% - 65px);
        top: 48px;
        left: 20px;
    }
    .settlement_journey_stages .s_elem::before {
        bottom: 17px;
        left: 17px;
    }
    .settlement_journey_stages .right_elems {
        padding-left: 53px;
    }
}


/*=============================
=        New Sections         =
=============================*/

.construction_updates_page .project_progress {
    background: #FBFBFB;
    padding: 115px 0 24px;
}

.construction_updates_page .project_progress .container {
    max-width: 1440px;
    padding-left: 109px;
    padding-right: 119px;
}

.construction_updates_page .project_progress .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.construction_updates_page .project_progress .left_titles_wrap {
    text-align: end;
}

.construction_updates_page .project_progress .left_titles_wrap div {
    font-style: normal;
    font-weight: 400;
    font-size: 104px;
    line-height: 108px;
}

.construction_updates_page .project_progress .left_titles_wrap .title_row_1 {
    color: #22314E;
}

.construction_updates_page .project_progress .left_titles_wrap .title_row_2 {
    color: #A2AAAD;
}

.construction_updates_page .project_progress .percentage_box {
    width: 756px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
}

.construction_updates_page .project_progress .percentage_box .p_box {
    width: 50%;
    padding-left: 50px;
}

.construction_updates_page .project_progress .percentage_box .pb_title {
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 23px;
}

.construction_updates_page .project_progress .percentage_box .line_wrap {
    width: 100%;
    height: 3px;
    background-color: #E3E3E3;
    position: relative;
    border-radius: 10px;
}

.construction_updates_page .project_progress .percentage_box .line_wrap .main_line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #5B6D8F;
    border-radius: 10px;
}

.construction_updates_page .project_progress .percentage_box .percentage_text {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    margin-top: 22px;
    margin-bottom: 81px;
}

@media screen and (max-width: 1024px) {
    .construction_updates_page .project_progress {
        padding: 60px 0 24px;
    }
    .construction_updates_page .project_progress .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .construction_updates_page .project_progress .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }
    .construction_updates_page .project_progress .left_titles_wrap {
        text-align: start;
    }
    .construction_updates_page .project_progress .left_titles_wrap div {
        font-size: 80px;
        line-height: 82px;
    }
    .construction_updates_page .project_progress .percentage_box {
        width: -webkit-calc(100% + 50px);
        width: -moz-calc(100% + 50px);
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    .construction_updates_page .project_progress .percentage_box .p_box {
        width: -webkit-calc(50% - 50px);
        width: -moz-calc(50% - 50px);
        width: calc(50% - 50px);
        margin: 0 25px;
        padding-left: 0px;
    }
    .construction_updates_page .project_progress .percentage_box .percentage_text {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .construction_updates_page .project_progress {
        padding: 100px 0 20px;
    }
    .construction_updates_page .project_progress .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .construction_updates_page .project_progress .left_titles_wrap div {
        font-size: 48px;
        line-height: 40px;
    }
    .construction_updates_page .project_progress .percentage_box {
        width: -webkit-calc(100% + 24px);
        width: -moz-calc(100% + 24px);
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: 48px;
    }
    .construction_updates_page .project_progress .percentage_box .p_box {
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px);
        margin: 0 12px;
    }
    .construction_updates_page .project_progress .percentage_box .pb_title {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .construction_updates_page .project_progress .percentage_box .percentage_text {
        margin-top: 23px;
        margin-bottom: 48px;
        font-size: 32px;
        line-height: 44px;
    }
}

.construction_updates_page .settlement_journey_stages_2 {
    background: #FBFBFB;
    padding: 90px 0 137px;
}

.construction_updates_page .settlement_journey_stages_2 .container {
    max-width: 1440px;
    padding: 0 30px;
}

.construction_updates_page .settlement_journey_stages_2 .sjs2_title {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 52px;
    text-align: center;
}

.construction_updates_page .settlement_journey_stages_2 .sjs_elements {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1100px;
}

.construction_updates_page .settlement_journey_stages_2 .sjs_elements::after {
    content: "";
    background: #E3E3E3;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 0;
}

.construction_updates_page .settlement_journey_stages_2 .sjs_elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
    text-align: center;
}

.construction_updates_page .settlement_journey_stages_2 .sjs_elem:first-child::after {
    content: "";
    position: absolute;
    background-color: #FBFBFB;
    top: 14px;
    left: 0;
    width: 50%;
    height: 1px;
    z-index: 0;
}

.construction_updates_page .settlement_journey_stages_2 .sjs_elem:last-child::after {
    content: "";
    position: absolute;
    background-color: #FBFBFB;
    top: 14px;
    left: 50%;
    width: 50%;
    height: 1px;
    z-index: 0;
}

.construction_updates_page .settlement_journey_stages_2 .sjs_key {
    background: #D1D6E0;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    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;
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 1;
}

.construction_updates_page .settlement_journey_stages_2 .sjs_elem_title {
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 15px 0;
}

.construction_updates_page .settlement_journey_stages_2 .sjs_elem_desc {
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5B6D8F;
}

@media screen and (max-width: 1024px) {
    .construction_updates_page .settlement_journey_stages_2 {
        padding: 68px 0 43px;
    }
    .construction_updates_page .settlement_journey_stages_2 .container {
        padding: 0 20px;
    }
    .construction_updates_page .settlement_journey_stages_2 .sjs2_title {
        text-align: left;
        font-size: 32px;
        line-height: 40px;
    }
    .construction_updates_page .settlement_journey_stages_2 .sjs_elements {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
    }
    .construction_updates_page .settlement_journey_stages_2 .sjs_elements::after {
        height: 100%;
        width: 1px;
        top: 0;
        left: 14px;
    }
    .construction_updates_page .settlement_journey_stages_2 .sjs_elem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        text-align: left;
        padding-bottom: 52px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
    }
    .construction_updates_page .settlement_journey_stages_2 .sjs_elem:first-child::after {
        display: none;
    }
    .construction_updates_page .settlement_journey_stages_2 .sjs_elem:last-child::after {
        width: 1px;
        height: 100%;
        top: 0;
        left: 14px;
    }
    .construction_updates_page .settlement_journey_stages_2 .sjs_key {
        margin-right: 24px;
    }
    .construction_updates_page .settlement_journey_stages_2 .sjs_elem_title {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 8px;
    }
    .construction_updates_page .settlement_journey_stages_2 .sjs_elem_desc {
        font-size: 16px;
        line-height: 24px;
    }
}


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