<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper_container{
    overflow-x: hidden;
}
.abt_lg{
    display: block;
}

.abt_sm{
    display: none;
}
#see_more_less {
    display: none;
}

#more {
    display: none;
}
.sub_sec_lg_only{
    display: flex;
}
.acrd_txt_container2 {
    margin-left: 20px;
}

.accred_icon1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-right: 64px;
}

.accred_icon2 {
    width: 100%;
    height: 100%;
    margin-right: 20px;
    object-fit: contain;
}

.sm_fp_title {
    display: none;
}

.sm_proj_type {
    display: none;
}

/* ======================================================================= */
/*                      MANUAL CARD SORTING */
/* ======================================================================= */


.ongoing_card {
    display: none;
}

.handover_card {
    display: none;
}

.upcoming_card {
    display: none;
}

.all_p_card_cont {
    display: flex;
}

.f_p_address {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sm_f_p_address {

    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.card_icon_img_cont {
    text-align: left;
    display: flex;
    align-items: center;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /* line-height: 40px; */
}

.card_icon_img_cont img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.all_p_cnt {
    position: relative;
    /* background: #15B669; */
}

.p_card:hover {
    box-shadow: 0px 20px 100px rgba(5, 29, 61, 0.08);
    transform: scale(1.01);
    color: #1E3240 !important;
    transition: 0.5s;
}

.p_card_link {
    text-decoration: none;
    color: #1E3240;
}

.p_card {
    background: gray;
    border: 2px solid red;

    font-weight: bold;
    height: 480px;
    width: 30%;
    color: #1E3240 !important;
    box-shadow: 8px 0px 20px -10px rgba(5, 29, 61, 0.06), -8px 10px 20px -10px rgba(5, 29, 61, 0.06);
    margin-bottom: 20px;
    margin-right: 10px;
}


.f_proj_card_body {
    position: relative;
}

.all_p_crd_bdy {
    position: relative;
}

.p_status:first-letter {
    text-transform: capitalize;
}

#handover {
    background: #F5FFFA;
    border: 1px solid #15B669;
    color: #15B669;
}

#upcoming {
    color: #18449C;
    border: 1px solid #18449C;
    background: #F8FAFF;
}

#ongoing {
    color: #F37920;
    background: #FFF8F2;
    border: 1px solid #F37920;
}

.p_status {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 30px;
    right: -20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.home_tex_btm img {
    z-index: 1005;
}

.home_tex_btm {
    display: none;
    position: absolute;
    bottom: 10%;
    right: -20%;
    transform: translate(-50%, -50%);
}

.home_all_p {
    position: relative;
}

.home_tex_mid {
    z-index: 1005;
    position: absolute;
    bottom: 85%;
    left: 7%;
    transform: translate(-50%, -50%);
}

.home_border_bottom {
    /* display: none; */
    /* border-bottom: 2px solid red; */
    user-select: none;
    top: 100%;
    width: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding-top: 10px;
}

.hm_abt_sec_dt {
    display: flex;
    justify-content: space-between;
}

.home_abt_image {
    width: 100%;
    height: auto;
}

.home_all_p_sub_sec {
    margin-bottom: 10px;
}

.footer_color {
    margin-top: 80px;
}

.home_accred_container {
    position: relative;
    background: #FDF7F3;
    border-radius: 10px;
    padding-bottom: 25px;
    padding-top: 0.05px;
    margin-top: 80px;

}

.home_view_all_btn {
    margin-top: 40px;
}

.about_container {
    padding-top: 80px;
    line-height: 28px;
}

.all_p_card {
    width: 30%;
    /* height: 97%; */
    margin-left: 2%;
    /* display: flex; */
    /* background: red; */
}

.home_texture_triangle_img {
    position: absolute;
    right: 0%;
    top: -14rem;
    width: 95rem;
    /* z-index: 1005; */
    /* border: 2px solid blue;         */
}

.home_texture_triangle_container {
    position: relative;
    /* border: 2px solid red; */
    min-height: max-content;
}

.accrd_hr_under_line {
    width: 5rem;
}

.all_p_hr_under_line {
    width: 7%;
}

.all_p_title {
    margin-bottom: 40px;
}

.pagination_container {
    position: relative;
    /* border: 2px solid #18449C; */
    height: 60px;
    margin-top: 17px;
}

.home_f_p_hr_under_line {
    width: 7%;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}

.home_abt_btn {
    position: relative;
    width: 9rem;
    height: 3em;
    background: #18449C;
    border-radius: 5px;
}

.home_abt_btn p {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 22px;
    color: #ffffff;
    text-align: center;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home_about_sec_cont_lg {
    position: relative;
}

.abt_btn_cont {
    /* position: absolute;
    bottom: 12%;
    text-decoration: none; */
}

.t_our_projs {
    margin-bottom: 20px;
}

.grid_container {
    /* background: gray; */
    display: flex;
    justify-content: space-between;
}

.sub_section_container {
    padding-left: 0%;
    position: relative;
    display: flex;
    width: 50rem;
    /* border: 2px solid red; */
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 12px;
}

.sub_section_container li:hover {
    color: #18449C;
}

.sub_section_container li {
    user-select: none;
    /* border: 2px solid red; */
    width: 10.5rem;
    /* text-align: center !important; */
    list-style-type: none;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    position: relative;
}

.accred_icon1 {
    /* height: 70px; */
    /* margin-top: 15px; */
    width: auto;
}


.about_desc {
    font-family: Open Sans;
    font-style: normal;
    margin-bottom: 40px;
    line-height: 38px;
    text-align: justify;
    letter-spacing: 0.01em;
}

.hm_abt_title_cont {
    position: relative;
    margin-bottom: 40px;
}

.abt_hr_under_line {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    width: 7%;
    padding-top: 15px;
}


/* lg screen */
@media only screen and (min-width: 576px) {
    .sm-f-p-container {
        display: none;
    }


}

@media only screen and (min-width: 1200px) {
    .primary_image {
        width: 25rem !important;
    }

    .secondary_image {
        width: 15rem !important;
        right: 12rem !important;
    }
}

@media only screen and (max-width: 1280px) {

    .f_proj_card {
        width: 18rem;
    }
}

@media only screen and (max-width: 1500px) {


    .card_sticky {
        left: 10%;
        bottom: -35px;
    }
}

/* ========================================================================================================================== */
/* sm screen */
/* ========================================================================================================================== */
@media only screen and (max-width: 576px) {
    .home_view_all_btn{
        margin-top: 20px;
    }
    .all_p {
        margin-top: 40px;
    }
    .slider_btn_link{
        display: none !important;
    }
    .abt_lg{
        display: none;
    }
    .abt_sm{
        display: block;
    }
    .read_more_txt {
        position: absolute;
        bottom: 5%;
        color: #18449C;
        cursor: pointer;
        user-select: none;
        font-size: 14px;
        font-weight: 500;
    }
    #see_more_less {
        display: block;
        bottom: 5px;
    }
    #about_desc {
        /* border: 2px solid blue; */
        position: relative;
        height: 150px;
        padding-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sub_sec_lg_only{
        display: none;
    }

    .sm_proj_type {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 90%;
        border-bottom: 2px solid #CFCFCF;
        font-size: 24px;
        font-weight: 600;
        color: #2E2E2E;
    }

    .footer_color {
        margin-top: 40px;
    }

    .accred_title {
        margin-top: 30px;
    }

    .home_border_bottom {
        top: 60%;
        left: 55%;
        display: none;
        user-select: none;
    }

    .home_f_p_hr_under_line {
        margin-bottom: 0px;
        margin-top: 0px;
        top: 5px;
    }

    .about_container {
        padding-top: 40px;
        margin-bottom: 40px;
        padding-bottom: 0px;
    }

    .abt_hr_under_line {
        margin-top: -10px;
    }

    .sm_fp_title {
        display: block;
    }

    .sm_fp_title_text {

        display: none;
        font-size: 22px;
        line-height: 25px;
        /* height: 150px; */
    }

    .f_p_title {
        padding-top: 0px;
    }

    .paragraph_description_c {
        width: 96%;
    }

    .home_about_sec_cont_lg {
        font-size: 12px;
        position: relative;
        /* border: 2px solid red; */
    }

    .home_accred_container {
        height: 410px;
        margin-top: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .card_icon_text {
        position: relative;
    }

    .acrd_img_container1 {
        position: absolute;
        top: 235px;
        left: 30px;
    }

    .acrd_img_container1 img {
        padding: 0;
    }

    .acrd_txt_container1 {
        position: absolute;
        top: 300px;
        width: 88%;
        left: 20px;
    }

    .acrd_img_container2 {
        position: absolute;
        top: 120px;
        left: 30px;
    }

    .acrd_img_container2 img {
        padding: 0;
    }

    .acrd_txt_container2 {
        position: absolute;
        top: 160px;
        left: 0px;
        width: 88%;
    }

    .all_p_card {
        width: 95%;
        margin-left: 10px;
    }

    .all_p_card_cont {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .p_card {
        height: 450px;
    }

    .accred_icons {
        margin-right: 0px;
    }

    .home_tex_mid {
        display: none;
    }

    .hm_accred_title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        margin-top: 20px;

        text-align: center;
        letter-spacing: 0.04em;
    }

    .home_accred_container {
        width: 90%;
    }

    .home_tex_btm {
        display: none;
    }

    .all_proj_card {
        height: 450px;
        width: 100%;
    }

    .home_texture_triangle_container {
        display: none;
    }

    .sw_proj_img_container {
        /* height: 75% !important;   */
        position: relative;
        overflow: hidden;
        /* height: 300px; */
    }

    .sm_f_proj_card {
        width: 100%;
        margin-top: 20px;
        height: 25rem;
        border-radius: 5px;
        border: none;
        box-shadow: 8px 0px 20px -10px rgb(5 29 61 / 6%), -8px 10px 20px -10px rgb(5 29 61 / 6%);
        overflow: hidden;
        /* background: red; */
    }

    .sm_f_p_card_body {
        height: 30%;
        position: relative;
    }

    .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0) !important;
    }

    .about_desc {
        font-size: 14px;
        line-height: 30px;
    }

    .abt_btn_cont {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 0%;
        transform: translateX(-50%);
    }

    .f_p_section_title {
        margin-top: 20px;
        font-size: 24px;
    }

    .f_p_section {
        display: none;
    }

    .sm-f-p-container {
        /* border: 2px solid saddlebrown; */
        display: block;
        min-height: 200px;
        height: fit-content;
        width: 100%;
        margin-left: 0px;
        /* margin-bottom: -130px; */

    }

    .sw_proj_img_container {
        height: 75%;
    }

    .card_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sub_section_container {
        position: relative;
        width: 100%;
        display: flex;
        /* width: 50rem; */
        /* border: 2px solid red; */
        margin-top: 0px;
        margin-bottom: 0px;
        flex-direction: row;
    }

    .sub_section_container li {
        white-space: nowrap;
        padding-left: 20px;
        /* padding-bottom: 20px; */

        display: flex;
        flex-direction: row;
        justify-content: space-evenly;

        text-align: left !important;
    }

    .footer_area small {
        font-size: 14px;
    }

    .sm_social_container {
        margin-top: 15px;
    }

    .accred_container {
        margin-left: 0px;
    }

    .accred_container_sm {
        display: none !important;
        width: 100%;
    }

    .accred_icon1 {
        /* margin-left: 35px; */
        /* height: 70px; */
        width: auto;
    }

    .accred_icon2 {
        height: 45px;
        width: 100%;
        /* margin-top: 17px !important; */
        margin-left: 0px !important;
    }


}





@media only screen and (min-width: 969px) {
    ._ml-5 {
        margin-left: 2rem;
    }
    ._mr-5 {
        margin-right: 2rem;
    }
  }</pre></body></html>