

/* START:: Page Banner Section */

section.page_banner {
    display: block;
    background: url('../img/home/page_banner.png') 0% 0% / 100% 100% no-repeat, 
        url('../img/home/page_banner_people.png') 32rem 0% / 65% 100% no-repeat;
    height: calc(100vh - 60px);
    min-height: 30rem;
    position: relative;
}
.page_banner img.decor {
    width: 40rem;
    position: absolute;
    left: -12rem;
    top: 65%;
    transform: translateY(-50%);
}
.page_banner .banner_img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.page_banner .block_content {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding: 2rem 0;
    z-index: 10;
    max-width: 30rem;
}
.page_banner .block_content .lf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.page_banner .block_content .lf .c_heading {
    color: #eccb35;
    margin-bottom: 2.5rem;
}
.page_banner .block_content .lf .c_heading .c_head_tag {
    font-size: 1.6rem;
}
.page_banner .block_content .lf h2.content {
    color: #fff;
    font-size: 1.6rem;
    max-width: 20rem;
    margin-bottom: 1.5rem;
}
.page_banner .block_content .lf p.content {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 200;
    max-width: 20rem;
}

@media (max-width: 991px) {
    section.page_banner {
        display: block;
        background: url('../img/home/page_banner.png') 0% 0% / 100% 100% no-repeat, 
            url('../img/home/page_banner_people.png') 15rem 0% / 88% 100% no-repeat;
    }
}
@media (max-width: 767px) {
    section.page_banner {
        display: block;
        background: url('../img/home/page_banner.png') 0% 0% / 100% 100% no-repeat, 
            url('../img/home/page_banner_people.png') 12rem 0% / 88% 100% no-repeat;
    }
}
@media (max-width: 575px) {
    section.page_banner {
        background: url('../img/home/page_banner_mob.png') 0% 0% / 100% 100% no-repeat;
        height: auto;
        min-height: 60rem;
        position: relative;
    }
    .page_banner .section_block {
        position: static;
        padding-top: 0;
    }
    .page_banner .block_content {
        top: 73%;
        text-align: center;
        max-width: unset;
        left: 0;
        right: 0;
        padding: 0 15px;
    }
    .page_banner .block_content .lf h2.content,
    .page_banner .block_content .lf p.content {
        max-width: unset;
    }
}

/* END:: Page Banner Section */




/* START:: About Section */

section.abt_section {

}
ul.abt_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
ul.abt_list > li {
    padding: 0;
    background-color: #fff;
}

.abt_block {

}
.abt_block .block_heading {
    display: flex;
}
.abt_block .block_heading .title {
    flex: 1 1 60%;
    background-position: 0 1.6rem;;
    background-size: 25%;
    color: #414141;
    text-transform: lowercase;
}


.abt_block .img_block > img {
    width: 100%;
}
.abt_block .desc_block {
    font-size: 0.8rem;
    text-transform: lowercase;
}
.abt_block .desc_block p {
    color: #414141;
    font-weight: 300;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.abt_block .btns {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .abt_block .custm_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .abt_block .custm_row .col_1 {
        flex: 0 0 50%;
        margin-right: 5rem;
    }
    .abt_block .custm_row .col_2 {
        flex: 1 1 50%;
        max-width: 28rem;
        padding: 2rem 0;
    }

    ul.abt_list > li:nth-of-type(even) .abt_block .custm_row .col_1 {
        order: 3;
        margin-right: 0;
        margin-left: 5rem;
    }
    ul.abt_list > li:nth-of-type(odd) .abt_block .custm_row .col_2 {
        text-align: right;
    }
    ul.abt_list > li:nth-of-type(4) .abt_block .custm_row .col_1 {
        flex: 0 0 40%;
    }

    ul.abt_list > li:nth-of-type(odd) .abt_block .custm_row .col_2 {
        padding-right: 6%;
    }
    ul.abt_list > li:nth-of-type(even) .abt_block .custm_row .col_2 {
        padding-left: 6%;
    }
}
@media (max-width: 991px) {
    ul.abt_list > li {
        padding: 3rem 0;
        box-shadow: 0 0 5px 1px #ccc;
    }
    ul.abt_list > li:nth-of-type(even) {
        background-color: #eee;
    }
    .abt_block .img_block {
        margin-bottom: 2rem;
    }
}

/* END:: About Section */




/* START:: People Centric Section */

section.people_centric {
    position: relative;
    padding: 3rem 0;
    overflow: hidden;
}
.people_centric img.decor {
    width: 40rem;
    position: absolute;
    right: -10rem;
    top: 50%;
    transform: translateY(-50%);
}

.people_centric .custm_row .custm_col {
    position: relative;
    width: 100%;
}
.people_centric .custm_row .col_1 p.content {
    margin-top: 1.5rem;
    max-width: 30rem;
}
.people_centric .col_2 h2 {
    color: #000;
    line-height: 1.1;
    letter-spacing: 1px;
}

@media (min-width: 992px) {
    .people_centric .block_content {
        width: 90%;
        max-width: 1000px;
        margin: auto;
        z-index: 10;
    }
    .people_centric .custm_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 27rem;
    }
    .people_centric .custm_row .col_1 {
        flex: 0 0 40%;
        margin-right: 5rem;
        max-width: 23rem
    }
    .people_centric .custm_row .col_2 {
        flex: 0 0 50%;
        max-width: 30rem;
    }

    .people_centric .custm_row .col_1 p.content {
        max-width: 15rem;
    }
}

@media (max-width: 991px) {
    .people_centric img.decor {
        top: 80%;
    }
    .people_centric .custm_row .col_1 {
        margin-bottom: 3rem;
    }
    .people_centric .col_2 h2 {
        font-size: 2.5rem;
    }
}

/* END:: People Centric Section */




/* START:: Nexuba Story Section */

section.nexuba_story {
}
section.nexuba_story .section_block {
    background-color: #eee;
    padding: 3rem 0;
}
.nexuba_story .block_content {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    z-index: 10;
}


.nexuba_story .img_block img {
    width: 100%;
}

@media(min-width: 992px) {
    section.nexuba_story {
        padding-top: 6rem;
    }

    .nexuba_story .custm_row {
        justify-content: space-between;
    }
    .nexuba_story .custm_row .col_1 {
        max-width: 30rem;
    }
    .nexuba_story .custm_row .col_2 {
        max-width: 28rem;
    }

    .nexuba_story .custm_row .col_1 {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .nexuba_story .custm_row .col_2 {
        margin-top: -10rem;

    }

    .nexuba_story .lf {
        text-align: right;
    }
    .nexuba_story .lf p.content {
        max-width: 22rem;
    }
}

@media (max-width: 991px) {
    .nexuba_story .img_block {
        margin-bottom: 2rem;
    }
    .nexuba_story .btns {
        text-align: center;
    }
}

/* END:: Nexuba Story Section */




/* START:: Solutions Section */

section.solutions {

}

.solutions .lf p.desc {
    color: #414141;
    line-height: 1.8;
}

.solutions ul.soln_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.solutions ul.soln_list > li {
    width: 46%;
    /*max-width: 16rem;*/
    margin-bottom: 3rem;
    box-shadow: 0 0 10px 1px #ccc;
    border-radius: 30px;
    text-align: left !important;
}
.solutions ul.soln_list > li > a {
    padding: 0.5rem 1.2rem;
    height: 5rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    text-decoration: none;
}
.solutions ul.soln_list > li > a:before {
    content: "";
    display: inline-block;
    flex: 0 0 1.8rem;
    height: 1.8rem;
    background-image: url(../img/icons/icon_dna.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1rem;
}

.solutions ul.soln_list > li > a:hover {
    background-color: #4db154;
    color: #fff;
    border-radius: 30px;
}

.solutions .img_block {
    height: 100%;
}
.solutions .img_block img {
    height: 100%;
}

@media (min-width: 992px) {
    .solutions .custm_row {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .solutions .custm_row .col_1 {
        flex: 0 0 50%;
        margin-right: 10%;
        max-width: 38rem;
        padding: 5rem 0;
    }
    .solutions .custm_row .col_2 {
        flex: 1 1 40%;
        order: 3;
        max-width: 35rem
    }
}

@media (max-width: 991px) {
    section.solutions {
        padding: 3rem 5%;
    }
    section.solutions .custm_wd_pd_lf {
        padding-left: 0;
    }
    .solutions .img_block {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .solutions ul.soln_list > li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .solutions ul.soln_list > li > a {
        height: 4rem;
    }
}


/* END:: Solutions Section */






@media (max-width: 991px) {
    .img_block {
        text-align: center;
    }
    .img_block img {
        max-width: 30rem;
        margin: auto;
    }
}
@media (max-width: 575px) {
    section.abt_section, 
    section.people_centric,
    section.nexuba_story,
    section.solutions {
        text-align: center;
    }
    .people_centric img.decor {
        top: 87%;
    }
}