::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track{
    background-color: #e3fff4;
}
::-webkit-scrollbar-thumb{
    background-color: #005baa;
}

p{
    &.smallText{
        font-size: 11px !important;
    }
}

.lh_1{
    line-height: 1;
}
.customListBox {
    p {
        font-size: 18px;
        font-weight: 600;
        color: #005baa;
        font-family: "Muli";
        margin-bottom: 15px;
    }
}

.customHead {
    font-size: 18px;
    font-weight: 600;
    color: #005baa;
    font-family: "Muli";
    margin-bottom: 15px;
}

.customList {
    list-style: none;

    li {
        color: #000;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.3;
        padding-left: 20px;
        position: relative;
        font-family: "Muli";

        &:before {
            left: 0;
            top: 7px;
            width: 7px;
            height: 7px;
            content: '';
            border-radius: 50%;
            position: absolute;
            background-color: #000;
        }

        &:not(:last-child) {
            margin-bottom: 8px;
        }
    }

    &.greenList {
        li {
            &:before {
                background-color: #3ead48;
            }
        }
    }

    &.blueList {
        li {
            &:before {
                background-color: #005baa;
            }
        }
    }

    &.brownList {
        li {
            &:before {
                background-color: #b38c67;
            }
        }
    }

    &.splListBefore {
        li {
            &:before {
                top: 13px;
            }
        }
    }


    &.lgGryTxt{
        li{
            &:before{
                background-color: #728CA7;
            }
        }
    }
    &.lgPrlTxt{
        li{
            &:before{
                background-color: #BC8BC2;
            }
        }
    }
    &.lgBluTxt{
        li{
            &:before{
                background-color: #87BEE4;
            }
        }
    }
    &.lgBrwTxt{
        li{
            &:before{
                background-color: #AA9C8F;
            }
        }
    }
    &.lgGrnTxt{
        li{
            &:before{
                background-color: #9AB462;
            }
        }
    }
    &.lgPnkTxt{
        li{
            &:before{
                background-color: #CA7E8A;
            }
        }
    }
}
.homePage{
    .valueCreation{
        .customList {
            & li {
                &:before {
                    top: 10px;
                }
            }
        }
    }
}
.sdgList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;

    li {
        width: 120px;

        &:not(:last-child) {
            margin-right: 5px;
        }

        img {
            width: 100%;
        }
    }

    &.jcfe{
        li {
            &:not(:last-child) {
                margin-right: 0px;
            }
            &:not(:first-child) {
                margin-left: 5px;
            }
        }
    }
    &:last-child{
        margin-bottom: 0px;
    }
}


.br_1{
    border: 1px solid #b38c6730;
}

.environmentSec{
    box-shadow: inset 0 0 10px #3EAD4830;
    .bx_10{
        box-shadow: inset 0 0 10px #3EAD4830;
    }
}
.socialSec{
    .bx_10{
        box-shadow: inset 0 0 10px #005baa30;
    }
}
.governanceSec{
    .bx_10{
        box-shadow: inset 0 0 10px #B38C6730;
    }
}


.stickyBox{
    position: sticky;
    top: 80px;
}


.blue-border-bottom {
    border-bottom: 1px solid #005BAA;
}

.mainAbsWrap {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;

    .mainAbsCont {
        top: 0;
        left: 0;
        right: 0;
        padding-top: 50px;
        /* position: absolute; */

        &:before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            position: absolute;
            background: #FFFFFF;
            background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
        }
    }

    .container-max{
        z-index: 1;
        position: relative;
    }
}

.vh_100 {
    height: 100vh;
}

.imgBox {
    &:not(:last-child){
        margin-bottom: 10px;
    }
    a[data-fancybox] {
        position: relative;
        display: block;
        width: 100%;
        /* &::after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            content: "";
            transition: 0.6s;
            position: absolute;
            transform: scale(0);
            background-color: rgb(231, 86, 0, 0.15);
        }
        &:hover{
            &::after{
                transform: scale(1);
            }
        } */
    }
}


.rsk_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    li {
        width: calc(50% - 15px);
    }
}

.gradBg{
    position: relative;

    &:before{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    }

    .gradCont{
        z-index: 1;
        position: relative;
    }
}


.imgCaption{
    width: 100%;
    right: 30px;
    bottom: 30px;
    display: block;
    text-align: right;

    span{
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        font-family: "Muli";
        display: inline-block;
        text-shadow: 5px -5px 20px #4c4c4c;
    }
}

/* ============================================================================================================ */
/* Responsive Style */
/* ============================================================================================================ */
@media (max-width: 1366px){  
    .secH.fz_50{
        font-size: 40px !important;
        margin-bottom: 15px !important;
    }
    h3, .h3 {
        font-size: 24px !important;
    }
    h4, .h4, h4.fz_24 {
        font-size: 20px !important;
    }
    h5, .h5, h4.fz_20 {
        font-size: 18px !important;
    }
    h6, .h6 {
        font-size: 16px !important;
    }

    .fz_30 {
        font-size: 20px !important;
    }
    .fz_28 {
        font-size: 20px !important;
    }
    p, li{
        font-size: 14px !important;
    }
    
    .sdgList {
        li {
            width:75px;
        }
    }

    .riskMngSec {
        & .spl_pad_lft {
            padding-left: 36px;
        }
    }

    

    .eachNumBlockWrap p.fz_18{
        font-size: 14px !important;
    }

    .numWrap{
        .fz_50 {
            font-size: 36px !important;
        }
        .fz_20{
            font-size: 16px !important;
        }
    }

    .customList {
        &.splListBefore {
            & li {
                &:before {
                    top: 8px;
                }
            }
        }
    }

    .imgCaption{
        span{
            font-size: 13px !important;
            font-weight: 300 !important;
        }
    }
    figcaption{
        &.fz_16{
           font-size: 13px !important;
            font-weight: 300 !important; 
        }
    }
}

@media only screen and (max-width: 1366px) and (max-height: 768px){
    .customBlock {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    p, li{
        font-size: 12px !important;
    }
    .eachNumBlockWrap p.fz_18{
        font-size: 12px !important;
    }

    .performSec{
        position: relative;
        &::before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            position: absolute;
            background: #FFFFFF;
            background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 100%);
        }
    }
}  

@media (max-width: 1280px){

    .homePage {
        & .valueCreation {
            & .customList {
                & li {
                    &:before {
                        top: 6px;
                    }
                }
            }
        }
    }
    .secH.fz_50{
        font-size: 40px !important;
    }

    .mainAbsWrap {
        .mainAbsCont {
            position: relative;
            /* padding-top: 0; */
            /* border-top: 2px solid #cecece57; */
            height: 100%;
        }
        &.environmentSec, &.peopleSec, &.societySec{
            .mainAbsCont {
                height: auto;
            }
        }
    }

    .sdgList {
        li {
            width: 105px;
            &:not(:last-child) {
                margin-bottom: 5px;
            }
        }
    }
}

@media (max-width: 991px){
    .secH.fz_50{
        font-size: 32px !important;
    }
    .customBlock {
        padding-top:50px;
        padding-bottom:50px;
    }
    .tableHolder{
        width: 100%;
        overflow: auto;
        overflow-y: hidden;
        &::-webkit-scrollbar{
            height: 4px;
        }
        &::-webkit-scrollbar-track{
            background-color: #ccc;
        }
        &::-webkit-scrollbar-thumb{
            background-color: #249700;
        }
    }
    .esg-action-report{
        .row > .tar{
            text-align: left !important;
        }
    }
    .sdgList{
        &.jcfe{
            justify-content: flex-start !important;
        }
    }
    .perfGlan_fin_cuntBx, .perfGlan_fin{
        .pr_30{
            padding-right: 15px !important;
        }
        .pl_30{
            padding-left: 15px !important;
        }
        .border-right{
            border-right: none !important;
        }
        .sub_row_1{
            .col-lg-4{
                margin-bottom: 30px;
                .eachNumBlockWrap{
                    &:last-child{
                        padding-bottom: 30px;
                        border-bottom: 1px solid #dee2e6!important;
                    }
                }
                &:last-child{
                    margin-bottom: 0px;
                    .eachNumBlockWrap{
                        &:last-child{
                            padding-bottom: 0px;
                            border-bottom: none !important;
                        }
                    }
                }
                &.border-right{
                    border-right: none !important;                    
                }
            }
        }
    }
    .eachNumBlockWrap.mb_40{
        margin-bottom: 10px !important;
    }
}
@media (max-width:768px) {
    .fz_32 {
        font-size: 24px !important;
    }
    .perfGlan_fin{
        h2{
            font-size: 24px !important;
        }
        .pb_30{
            padding-bottom: 15px !important;
        }
    }
    main{
        overflow: hidden;
    }
    .mainAbsWrap.vh_100{
        height: 76vh;
    }
}
@media (max-width: 575px) {
    .sdgList {
        li {
            width:75px;
        }
    }
    .fz_40{
        font-size: 32px !important;
    }
    .fz_30{
        font-size: 24px !important;
    }
    .fz_24{
        font-size: 20px !important;
    }
}
@media (max-width:480px) {
    .sdgList {
        li {
            width:68px;
        }
    }
    .fz_28 {
        font-size: 26px !important;
    }   
}
@media (max-width:375px) {
.purposeWrap {
    &::before {
        bottom: -12px;
    }
    &::after {
        bottom: -12px;
    }
}
}