.homePage r {
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}
.homePage .slick-list.draggable {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.homePage ::-webkit-scrollbar {
    width: 0 !important;
}

/* Slide 1 : Banner */
.eachHomeSlide .sectionH2 p{
    font-weight: 400;
}
.eachHomeSlide{
    /* overflow: hidden; */
    padding-top: 110px;
    height: 100vh !important;
}
.eachHomeSlide.bannerWrap{
    padding-top: 0;
    background-image: none !important;
}
.HI_Slider > .slick-dots{
    top: 50%;
    right: 5px;
    width: 20px;
    display: flex;
    position: absolute;
    flex-direction: column;
    transform: translateY(-50%);
}
.HI_Slider > .slick-dots li{
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 50%;
    text-indent: -9999px;
    border: 1px solid #000000;
}
.HI_Slider > .slick-dots li:hover{
    transform: scale(1.2);
}
.HI_Slider > .slick-dots li button{
    padding: 0;
    border: 0px;
    outline: none;
    background-color: transparent;
}
.HI_Slider > .slick-dots li.slick-active{
    background-color: #F58220;
}
.bannerVdo{
    width: 100vw;
    height: 100vh;
    display: block;
    object-fit: cover;
}
.bannerImgWrap{
    display: none;
}
.bannerWrap{
}
.bannerTextWrap{
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    margin: auto;
    position: absolute;
    /* transform: translateY(-50%); */
    /* right: calc((100% - 1360px) / 2); */
}
.bannerTextWrap .container-ultra{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bannerInner{
    width: 50%;
    padding-right: 10%;
}
.bannerTitle{
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
.bannerTitle:after{
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #000;
}
.lh_90{
    line-height: 90px;
}
.yearTextWrap{
    text-align: center;
    padding-left: 115px;
}
.yearTextWrap span{
    display: inline-block;
    padding: 20px 10px;
}
span.span_2{
    padding: 20px 45px 20px 20px;
    border-radius: 10px;
}
span.span_21{
    top: 50%;
    right: -100px;
    padding: 15px 20px;
    border-radius: 10px; 
    transform: translateY(-50%);
}


/* Slide 2 : Consistently Unique */
.eachHomeSlide_2{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.eachHomeSlide_2:after{
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    background-color: #fff;
}
.absImgWrap{
    position: absolute;
}
.botAbsImg{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
}
.themeIntroduction_Page{
    padding: inherit;
}
.themeIntroductionSec1{
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}
.whiteAllText *{
    color: #ffffff !important;
}
.eachHomeSlide_2 .sectionH2:after{
    background-color: #fff;
} 


/* Slide 3 : Consistently Progressing with Sound Metrics */
.eachHomeSlide_3 .smallTitle,
.eachHomeSlide_4 .smallTitle,
.eachHomeSlide_5 .smallTitle,
.eachHomeSlide_7 .smallTitle,
.eachHomeSlide_8 .smallTitle,
.eachHomeSlide_9 .smallTitle,
.eachHomeSlide_10 .smallTitle{
    height: 35px;
}
.eachHomeSlide_6 .smallTitle{
    height: 50px;
}
.eachHomeSlide_3 .smallTitle:after,
.eachHomeSlide_4 .smallTitle:after,
.eachHomeSlide_5 .smallTitle:after,
.eachHomeSlide_6 .smallTitle:after,
.eachHomeSlide_7 .smallTitle:after,
.eachHomeSlide_8 .smallTitle:after,
.eachHomeSlide_9 .smallTitle:after,
.eachHomeSlide_10 .smallTitle:after{
    content: normal;
}
.eachHomeSlide_3 .smallTitle span,
.eachHomeSlide_4 .smallTitle span,
.eachHomeSlide_5 .smallTitle span,
.eachHomeSlide_6 .smallTitle span,
.eachHomeSlide_7 .smallTitle span,
.eachHomeSlide_8 .smallTitle span,
.eachHomeSlide_9 .smallTitle span,
.eachHomeSlide_10 .smallTitle span{
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    right: 0%;
    margin: auto;
    text-align: center;
}
.metricsList li{
    height: 74px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    padding-bottom: 13px;
    justify-content: center;
}
.metricsList li:not(:last-child){
    margin-bottom: 10px;
}

.homeImg.report_cardWarpImg{
    right: 30px;
    bottom: 20px;
    width: 650px;
    z-index: 0;
}
.tabImg4{
    width: 550px !important;
}
.report_cardWarp{z-index: 1;}

.listImgBg{
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.metricsList li.active .listImgBg{
    opacity: 1;
    transition: 0.6s;
    visibility: visible;
}
.metricsList > li:before{
    right: 0;
    top: calc(50% - 13px);
    z-index: 1;
    width: 20px;
    height: 20px;
    color: #004c8d;
    font-size: 20px;
    content: "\f0da";
    transition: 0.6s;
    position: absolute;
    transform: translateY(-50%);
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}
.metricsList > li:after{
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: '';
    position: absolute;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/listBg/listSep.png);
}
.metricsList > li > span{
    z-index: 1;
    color: #818181;
    display: block;
    position: absolute;
}
.metricsList > li.active > span{
    color: #ffffff;
}
.metricsList > li.active:before{
    right: 30px;
    height: 28px;
    color: #fff;
    font-size: 28px;
}
.tab_content {
    display: none;
}
.tab_content.active {
    display: block;
}
.eachHomeSlide_3 .eachCounter1 .counterText,
.eachHomeSlide_8 .eachCounter1 .counterText,
.eachCaseBoxWrap .eachCounter1 .counterText{
    font-size: 20px;
    padding-bottom: 8px;
    font-family: "Roboto";
    font-weight: bold;
    border-color: rgba(0,0,0,0.3);
}
.eachHomeSlide_3 .eachCounter1 .counter1,
.eachHomeSlide_8 .eachCounter1 .counter1,
.eachCaseBoxWrap .eachCounter1 .counter1{
    font-size: 30px;
    font-family: "Roboto Bk";
    font-weight: 900;
}
.eachHomeSlide_3 .eachCounter1 .small,
.eachHomeSlide_8 .eachCounter1 .small,
.eachCaseBoxWrap .eachCounter1 .small{
    font-size: 16px;
    font-family: "Roboto Lt";
    font-weight: 300;
}
.eachHomeSlide_3 .report-cardSec .row1 .col-lg-12:not(:first-child) {
    margin-top: 0px;
}
.eachHomeSlide_3 .report-cardSec .row1 .col-lg-12:not(:first-child) .report_cardWarp {
    padding-right: 20px;
    padding-bottom: 50px;
}
.eachHomeSlide_3 .report_cardH6{
    top: -38px;
    padding: 16px 62px;
    font-size: 30px !important;
}
.tabInnerBox{
    min-height: 220px;
}


/* Slide 4 : Consistently Thriving for Excellence */
.eachHomeSlide_4 .corp_pshotImgDiv{
    height: 300px;
}
.eachHomeSlide_4  .corp_pshotImgDiv,
.eachHomeSlide_4 .corp_pshotImgDivText,
.eachHomeSlide_4 .corp_pshotImgDiv img{
    transition: 0.6s;
}
.eachHomeSlide_4 .corp_pshotImgDiv a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.eachHomeSlide_4 .corp_pshotImgDiv:hover img{
    transform: scale(1.2) rotate(5deg);
}
.eachHomeSlide_4  .corp_pshotImgDiv:hover{
    border-color: #123885;
}
.eachHomeSlide_4  .corp_pshotImgDiv:hover .corp_pshotImgDivText{
    background-color: #123885;
}
.readMoreBtnWrap{
    position: relative;
    width: 162px;
    height: 46px;
}
.readMoreBtnBg{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    position: absolute;
}
.readMoreBtnBg2{
    opacity: 0;
    visibility: hidden;
}
.readMoreBtnWrap:hover .readMoreBtnBg1{
    opacity: 0;
    visibility: hidden;
}
.readMoreBtnWrap:hover .readMoreBtnBg2{
    opacity: 1;
    visibility: visible;
}
.readMoreBtn{
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}
.readMoreBtn:hover{
    color: #ffffff !important;
}


/* Slide 5 : WE ARE CONSISTENTLY … */
.eachHomeSlide_5 .smallTitle{
    margin-bottom: 15px;
}
.mainConBox .figImgBox{
    margin: 0 auto;
    width: 600px;
}
.imgBoxContWrap{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    position: absolute;
}
.imgBoxEach{
    width: 100%;
    display: flex;
    max-width: 740px;
    position: absolute;
    justify-content: space-between;
}
.imgBoxEach:after{
    content: '';
    position: absolute;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.imgBoxEach:nth-child(odd){
    flex-direction: row-reverse;
}
.imgBoxEach figure.eachFig{
    width: 100px;
}
.imgBoxEach figcaption.figcaption{
    display: none;
}
.imgBoxEach .figContTitle figure{
    display: none;
}
.imgBoxEach span.figcaption{
    display: block;
}
.imgBoxEach .figCont{
    width: 100%;
    max-width: 340px;
}
.imgBoxEach_1{
    max-width: 720px;
    left: 50px;
    top: -20px;
}
.imgBoxEach_1:after{
    width: 298px;
    height: 47px;
    right: 120px;
    top: 20px;
    background-image: url(../images/home/slide_5/directionLine_1.png);
}

.imgBoxEach_2{
    right: 60px;
    top: -20px;
}
.imgBoxEach_2:after{
    width: 259px;
    height: 33px;
    left: 120px;
    top: 20px;
    background-image: url(../images/home/slide_5/directionLine_2.png);
}

.imgBoxEach_3{
    max-width: 600px;
    left: 50px;
    top: 190px;
}
.imgBoxEach_3:after{
    width: 275px;
    height: 54px;
    right: 120px;
    top: 20px;
    background-image: url(../images/home/slide_5/directionLine_3.png);
}

.imgBoxEach_4{
    max-width: 600px;
    right: 70px;
    top: 190px;
}
.imgBoxEach_4:after{
    width: 133px;
    height: 24px;
    left: 120px;
    top: 20px;
    background-image: url(../images/home/slide_5/directionLine_4.png);
}

.imgBoxEach_5{
    left: 40px;
    /* bottom: -50px; */
    top: 410px;
}
.imgBoxEach_5:after{
    width: 350px;
    height: 38px;
    right: 40px;
    top: 20px;
    background-image: url(../images/home/slide_5/directionLine_1.png);
}

.imgBoxEach_6{
    right: 50px;
    /* bottom: -70px; */
    top: 410px;
}
.imgBoxEach_6:after{
    width: 236px;
    height: 37px;
    left: 120px;
    top: 20px;
    background-image: url(../images/home/slide_5/directionLine_6.png);
}


/* Slide 6 : CONSISTENTLY THRIVING  THROUGH RESILIENT ACTION */
.homePage .mDImg{
    position: static;
}
.mdImgAbs{
    right: 2%;
    bottom: 0;
    width: 45%;
    position: absolute;
}
.fltNone{
    float: none !important;
}
.eachFinBoxWrap{
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 30px;
}
.eachHomeSlide_6 .mDImgInn{
    height: auto;
}
.eachHomeSlide_6 .mDIngConH6{
    padding: 40px 20px 30px !important;
}
.eachFinBox{
    padding-left: 50px;
}


/* Slide 6 : CONSISTENTLY ACHIEVING VALUE-ACCRETIVE GROWTH */
.eachHomeSlide_7 .corporate-snapshotSec{
    height: 100%;
}
.eachHomeSlide_7 .financialHighlightImg{
    height: auto;
}
.eachFinS .financialHighlightImg{
    margin-bottom: 0px;
}
.eachFinS:after,
.eachCaseS:after{
    content: '';
    clear: both;
    display: table;
}
.eachFinS > .slick-dots,
.eachCaseS > .slick-dots{
    left: 0;
    right: 0;
    width: 100%;
    top: inherit;
    margin: auto;
    display: flex;
    bottom: 0px;
    position: absolute;
    align-items: center;
    justify-content: flex-end;
}
.eachFinS > .slick-dots li,
.eachCaseS > .slick-dots li{
    width: 50px;
    height: 7px;
    margin: 0 10px;
    cursor: pointer;
    transition: none;
    border-radius: 25px;
    text-indent: -9999px;
    border: none !important;
    background-color: #BCBCBC;
    margin-bottom: 0 !important;
}
.eachFinS > .slick-dots li button,
.eachCaseS > .slick-dots li button{
    padding: 0;
    border: 0px;
    outline: none;
    background-color: transparent;
}
.eachFinS > .slick-dots li.slick-active,
.eachCaseS > .slick-dots li.slick-active{
    width: 110px;
    background-color: #00ADE4;
}


/* ------Slick Arrow--------- */
.eachFinS > .slick-arrow,
.eachCaseS > .slick-arrow,
.eachProgressS > .slick-arrow{
    top: 50%;
    z-index: 3;
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 0;
    transition: 0.6s;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    border: 3px solid #00ADE4;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}
.eachFinS > .slick-arrow:before,
.eachCaseS > .slick-arrow:before,
.eachProgressS > .slick-arrow:before{
    top: 50%;
    left: 50%;
    width: 20px;
    height: 46px;
    font-size: 30px;
    transition: 0.6s;
    color: #00ADE4;
    position: absolute;
    transform: translate(-50%, -50%);
}
.eachFinS > .slick-arrow.slick-prev,
.eachCaseS > .slick-arrow.slick-prev,
.eachProgressS > .slick-arrow.slick-prev{
    left: -15px;
}
.eachFinS > .slick-arrow.slick-prev:before,
.eachCaseS > .slick-arrow.slick-prev:before,
.eachProgressS > .slick-arrow.slick-prev:before{
    content: "\f104";
}

.eachFinS > .slick-arrow.slick-next,
.eachCaseS > .slick-arrow.slick-next,
.eachProgressS > .slick-arrow.slick-next{
    right: -15px;
}
.eachFinS > .slick-arrow.slick-next:before,
.eachCaseS > .slick-arrow.slick-next:before,
.eachProgressS > .slick-arrow.slick-next:before{
    content: "\f105";
}

.eachFinS > .slick-arrow:hover,
.eachCaseS > .slick-arrow:hover,
.eachProgressS > .slick-arrow:hover{
    background-color: #00ADE4;
}
.eachFinS > .slick-arrow:hover:before,
.eachCaseS > .slick-arrow:hover:before,
.eachProgressS > .slick-arrow:hover:before{
    color: #fff;
}
.slick-disabled{
    opacity: 0;
    cursor: not-allowed;
    pointer-events: none;
}


/*  Slide 8 : EXPLORING CASE STUDIES  WITH STEADY INSIGHTS */
.bg_FEEEC8{
    padding: 20px 40px;
    background-color: #FEEEC8;
}



/*  Slide 9 : Consistently Striving for Minimal Environmental Impact */
.noBr{
    border: 0;
}
.noBr:before,
.noBr:after{
    content: normal;
}


/*  Slide 10 : Consistently Empowering Communities for Progress */
.eachProgressWrap{
    padding-left: 100px;
    padding-right: 50px;
}
.eachHomeSlide_10 .slick-track{
    padding-bottom: 10px;
}
.eachProgress{
    padding-right: 50px;
}
.eachCaseBox{padding-right: 30px;}
.eachCaseBoxWrapInner{
    margin-left: 20px;
    padding: 60px 0 30px 30px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.eachCaseTitle{
    left: -20px;
    top: 0;
}
.eachCaseS > .slick-dots{
    bottom: 20px;
}

.mainTitle.ff_roboto_B{
    font-family: "Roboto" !important;
    font-weight: bold !important;
}


/* .eachHomeSlide_2, 
.eachHomeSlide_3,
.eachHomeSlide_4,
.eachHomeSlide_5,

.eachHomeSlide_6,
.eachHomeSlide_7,
.eachHomeSlide_8,
.eachHomeSlide_9,
.eachHomeSlide_10,
.eachHomeSlide_11{
    background-image: none !important;
} */
/* .homePage .eachHomeSlide_5.bgSecHome{
    padding-bottom: 0px;
    background-image: url(../images/home/SecBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
} */
.botAbsImg{
    display: none;
}
.bannerVdoI{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
}


.homePage .deskWrap .eachHomeSlide .mainTitle, .homePage .deskWrap .eachHomeSlide .smallTitle, .homePage .deskWrap .eachHomeSlide .report_cardH6, .homePage .deskWrap .eachHomeSlide .corp_pshotImgDiv{
    backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 2.2s;
    transition-timing-function: ease;
    transform: perspective(2500px) rotateX(100deg);
}
.homePage .deskWrap .eachHomeSlide.pp-section.active .mainTitle, .homePage .deskWrap .eachHomeSlide.pp-section.active .smallTitle, .homePage .deskWrap .eachHomeSlide.pp-section.active .report_cardH6, .homePage .deskWrap .eachHomeSlide.pp-section.active .corp_pshotImgDiv{    
    transform: perspective(2500px) rotateX(0);
}
.homePage .deskWrap .eachHomeSlide .sectionH2 , .homePage .deskWrap .eachHomeSlide p, .homePage .deskWrap .eachHomeSlide .eachCounter, .homePage .deskWrap .eachHomeSlide .readMoreBtnWrap, .homePage .deskWrap .eachHomeSlide .mDImgInn, .homePage .deskWrap .eachHomeSlide .subHeadingText{
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 2.2s;
    transition-timing-function: ease;
    transform: translateY(60px);
}
.homePage .deskWrap .eachHomeSlide .metricsList li{
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 2.2s;
    transition-timing-function: ease;
    transform: translateX(-60px);
}
.homePage .deskWrap .eachHomeSlide.pp-section.active .metricsList li{    
    opacity: 1;
    transform: translateX(0px);    
}
.homePage .deskWrap .eachHomeSlide.pp-section.active .sectionH2, .homePage .deskWrap .eachHomeSlide.pp-section.active p, .homePage .deskWrap .eachHomeSlide.pp-section.active .eachCounter, .homePage .deskWrap .eachHomeSlide.pp-section.active .readMoreBtnWrap, .homePage .deskWrap .eachHomeSlide.pp-section.active .subHeadingText, .homePage .deskWrap .eachHomeSlide.pp-section.active .mDImgInn {    
    opacity: 1;
    transform: translateY(0px);    
}

.homePage .deskWrap .eachHomeSlide .figImgBox img, .homePage .deskWrap .eachHomeSlide .imgBoxEach figure.eachFig, .homePage .deskWrap .eachHomeSlide .mDIngCon, .homePage .deskWrap .eachHomeSlide .financialHighlightWarp{
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 2.2s;
    transition-timing-function: ease;
    transform: scale(0.2);
}
.homePage .deskWrap .eachHomeSlide.pp-section.active .figImgBox img, .homePage .deskWrap .eachHomeSlide.pp-section.active .imgBoxEach figure.eachFig, .homePage .deskWrap .eachHomeSlide.pp-section.active .mDIngCon, .homePage .deskWrap .eachHomeSlide.pp-section.active .financialHighlightWarp{
    transform: scale(1);
    opacity: 1;
}
.homePage .deskWrap .eachHomeSlide .imgBoxEach:after{
    opacity: 0;
    transition-duration:5.2s;
}
.homePage .deskWrap .eachHomeSlide.pp-section.active .imgBoxEach:after{
    opacity: 1;
}
#pp-nav span, .pp-slidesNav span {
    /* top: 2px; */
    /* left: 2px; */
    /* width: 8px; */
    /* height: 8px; */
    /* border: 1px solid #000; */
    /* background: rgba(0, 0, 0, 0); */
    /* border-radius: 50%; */
    position: absolute;
    /* z-index: 1; */
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 50%;
    text-indent: -9999px;
    border: 1px solid #000000 !important;
}
#pp-nav li .active span, .pp-slidesNav .active span {
    background: #F58220;
}
#pp-nav li, .pp-slidesNav li{
    margin-bottom: 15px;
}

.footerSec{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerSec footer{
    width: 100%;
}
.homePage .pdfList{
    width: 100%;
}