.fancybox-image {
    padding: 10px;
    background: #fff;
}

.themeSec p,
.aboutSec p,
.riskMngSec p,
.stakeHolderSec p,
.materialitySec p,
.esgActionSec p {
    text-align: justify;
}

.homeReadBtn {
    font-family: "Muli";
    font-weight: bold;
    color: #0057a1;
    font-size: 20px;

    &:hover{
        color: #f58220;
    }
}

/* banner part */
.bannerSec {
    width: 100%;
    height: 100vh;
    position: relative;
}

.bannerFig {
    width: 100%;
    /* height: 95vh; */
    height: 100%;
    display: none;
}

.bannerFig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerVdo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerIcon {
    position: absolute;
    /* bottom: 70px; */
    bottom: 120px;
    right: 12%;
    width: 750px;
    height: auto;
    z-index: 2;
}

.bannerIcon img {
    width: 100%;
    height: 100%;
}

/* .bannerSec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 30%, transparent 70%);
  z-index: 1;
} */

.bannerContent {
    display: flex;
    width: 40%;
    position: absolute;
    bottom: 150px;
    right: 50px;
    align-items: center;

    .rlIcon {
        width: 100px;
    }

    .bannerTxt {
        width: calc(100% - 100px);
        padding-left: 20px;
    }
}

.bg_fdf2e8 {
    background-color: #fdf2e8;
}

.bg_f4f8fc {
    background-color: #f4f8fc;
}

/*===theme start===*/
.lineHeading {
    /* &::after {
        width: 100%;
        height: 1px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 91, 170, 1);
    } */

    h2 {
        z-index: 2;
        padding-right: 50px;

        /* &::after {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: rgba(0, 91, 170, 1);
            content: "";
            position: absolute;
            right: 0;
            top: 64%;
            transform: translateY(-50%);
        } */
    }
}

/*===aboutSec start==*/
.aboutSec {
    height: 100vh;
    overflow: hidden;

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;

    }

    .aboutHomeTxt {
        position: absolute;
        width: 100%;
        top: 100px;
        left: 0;
    }

    &::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background: #FFFFFF;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 100%);
    }
}

.btnWrap {
    margin: 0 auto;
    justify-content: center;

    a {
        width: auto;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 30px;
        background-color: #0057A2;
        color: #fff;
        font-weight: 700;
        font-family: "Muli";
    }
}

/*===footprint start===*/
.footLeft {
    height: 100%;

    .customList {
        li {
            font-size: 20px;
            font-weight: 300;
            &:before{
                top: 11px;
            }

            &:not(:last-child) {
                margin-bottom: 20px;
            }
        }
    }
}

.footRight {
    height: 100%;

    .ft_pro_bx {
        p {
            font-size: 20px;
            font-weight: 300;
            text-align: center;
        }
    }

    .ft_pro_bx::after {
        content: "";
        position: absolute;
        top: auto;
        right: auto;
        width: 40%;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background-color: rgba(0, 91, 170, 1);
    }
}

/*===performance start====*/
.performSec,
.stakeHolderSec {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;

    .accTrigger {
        display: none;
    }
}

.performSecInn {
    position: relative;
}

.performTab ul {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    gap: 20px;
}

.performTab ul li {
    min-width: 170px;
    padding: 12px 40px;
    background-color: #0057A2;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.performTab ul li.active {
    background-color: #f58220;
    border: 1px solid transparent;
    color: #fff;
}

.performTab .listContBox {
    padding-top: 20px;
}

.listContBox .tab_content {
    display: none;
}

.listContBox .tab_content.active {
    display: block;
}


/* Business Strategy */
.strategySec {
    position: relative;

    &:before,
    &:after {
        top: 0;
        bottom: 0;
        z-index: 0;
        width: 50%;
        content: '';
        height: 100%;
        position: absolute;
    }

    &:before {
        left: 0;
        background-color: #fdf2e8;
    }

    &:after {
        right: 0;
        background-color: #f4f8fc;
    }

    .container-fluid {
        z-index: 2;
        position: relative;
    }

    .leftStratBox {
        .stratBox {
            position: relative;
            display: inline-block;

            &:before,
            &:after {
                z-index: 1;
                width: 50%;
                content: '';
                height: 100%;
                position: absolute;
            }

            &:before {
                top: 35px;
                right: -56px;
                width: 49px;
                height: 141px;
                background-repeat: no-repeat;
                background-image: url(../images//home/vector-6.png);
            }

            &:after {
                bottom: 90px;
                right: -63px;
                width: 16px;
                height: 11px;
                background-repeat: no-repeat;
                background-image: url(../images/home/arrow-6.png);
            }
        }
        .stratBoxWrap{
            min-height: 260px;
        }
    }

    .capList {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        align-items: center;
        justify-content: space-between;
        min-height: 200px;
        
        li {
            width: 30%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 30px;

            figure {
                width: 50px;

                img{
                    mix-blend-mode: darken;
                }
            }

            figcaption {
                line-height: 1.1;
                padding-left: 10px;
                width: calc(100% - 50px);
            }

            &:nth-child(3n) {
                width: 40%;
            }
        }
    }
}


/* Value Creation model */
.valueBtm {
    padding-top: 30px;
}

.accordion>.card {
    padding: 20px 0;
}

.accordion.width {
    /* box-shadow: 20px 0px 30px -2px rgba(0, 0, 0, 0.2); */
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    overflow-x: auto;
    min-height: 700px;
    height: auto !important;
}

.accordion.width .card {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: min-content;
    /* max-width: 100%; */
    border-radius: 0;
    border: none;
    position: relative;
}

.card.open-card .card-header {
    background-color: #0057A2;
    border: none !important;
}

.card.open-card .card-header p {
    color: #fff !important;
}

.accordion.width .card .card-header {
    cursor: pointer;
    text-transform: uppercase;
    padding: 50px 10px;
    border-radius: 0;
    border: none;
    position: relative;
}

.valueArrow, .valueArrowIn {
    position: absolute;
    right: 12px;
    color: #fff;
    font-size: 24px;
    top: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0057A2;
    border-radius: 50%;
    transform: translateY(-50%);
    /* transition: all 0.5s; */
}
.valueArrow{
    opacity: 0;
}
.valueArrowIn{
    opacity: 1;
    right: 10px;
    top: 0;
}
.open-card .valueArrow {
    right: 6px;
    color: #fff;
    font-size: 24px;
    top: 20px;
    opacity: 1;
}
.open-card .valueArrowIn{
    opacity: 0;
}

.valueArrow:hover,
.valueArrow:focus {
    color: #fff;
}

.valueArrow.active {
    transform: translateY(-50%) rotate(90deg);
}

.accordion.width .card .card-header p {
    font-size: 28px;
    font-weight: 700;
    color: #f58220;
    text-align: right;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

.accordion.width .card .card-header span {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 700;
}

.accordion.width .card .card-header:not(.collapsed) {
    pointer-events: none;
}

.accordion.width .collapsing.width {
    transition: width 0.35s ease;
    height: auto;
    width: 0;
}

.accordion.width .card .card-header {
    border: 1px solid #f58220;
}

.accordion.width .card-body {
    transition: all 0.5s;
    width: 100%;
    height: 700px;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 25px 35px;
    border: 1px solid #f58220;
    border-left: 0;
}

.brBtm_orange {
    padding-bottom: 15px;
    border-bottom: 1px solid #f58220;
}

.collapse.show {
    position: relative;
}

.collapse {
    transition: all 0.6s;
}

.collapse.show .card-body {
    width: calc(100% - 5px) !important;
}

.cardBodyInn {
    height: 100%;
    position: relative;
}

.valueBtnDiv {
    text-align: center;
}

.valueCard {
    position: relative;
}

.valueCardFig {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.valueCardFig img {
    width: 35px;
    height: auto;
}

.valueCard {
    margin-bottom: 20px;
}

#collapseOne .card-body {
    padding: 25px 0 25px 30px;
    padding-left: 40px;
}

#collapseOne .col-xl-4 {
    padding-right: 20px;
}

.valueCardBtm {
    padding: 20px 10px 20px 40px;
    min-height: 270px;
}

.valueCard ul li {
    font-size: 18px;
    line-height: 1.4;
}

/* .capList li:last-child {
    margin-bottom: 0;
} */

.capList.dp_blu li:before {
    background-image: url(../images/home/leaf1.png);
}

.capList.dp_pink li:before {
    background-image: url(../images/home/leaf2.png);
}

.capList.tl_blu li:before {
    background-image: url(../images/home/leaf3.png);
}

.capList.sea_grn li:before {
    background-image: url(../images/home/leaf4.png);
}

.capList.ornLf li:before {
    background-image: url(../images/home/leaf6.png);
}

.col_F1F3F6 {
    background-color: #F1F3F6;
}

.br_F1F3F6 {
    border: 1px solid #F1F3F6;
    border-radius: 50%;
}

.valueCardBtm.col_F1F3F6 {
    border-right: 10px solid #D5DCE5;
}

.col_F8F3F9 {
    background-color: #F8F3F9;
}

.br_F8F3F9 {
    border: 1px solid #F8F3F9;
    border-radius: 50%;
}

.valueCardBtm.col_F8F3F9 {
    border-right: 10px solid #EBDCED;
}

.col_F3F8FC {
    background-color: #F3F8FC;
}

.br_F3F8FC {
    border: 1px solid #F3F8FC;
    border-radius: 50%;
}

.valueCardBtm.col_F3F8FC {
    border-right: 10px solid #DBEBF7;
}

.col_F6F5F4 {
    background-color: #F6F5F4;
}

.br_F6F5F4 {
    border: 1px solid #F6F5F4;
    border-radius: 50%;
}

.valueCardBtm.col_F6F5F4 {
    border-right: 10px solid #EAE7E4;
}

.col_F2F5EE {
    background-color: #F2F5EE;
}

.br_F2F5EE {
    border: 1px solid #F2F5EE;
    border-radius: 50%;
}

.valueCardBtm.col_F2F5EE {
    border-right: 10px solid #E1E8D2;
}

.col_FAF2F3 {
    background-color: #FAF2F3;
}

.br_FAF2F3 {
    border: 1px solid #FAF2F3;
    border-radius: 50%;
}

.valueCardBtm.col_FAF2F3 {
    border-right: 10px solid #F2DFE3;
}

.valueCrtCrd {
    padding: 15px;
    border: 1px solid #0057a2;
    min-height: 190px;
    margin-bottom: 30px;
}

.valueCrtCrd h3 {
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 5px;
}

.valueCrtCrd p {
    font-size: 18px;
}

.valueBusiFig {
    width: 50px;
    height: auto;
}

.valueBusiFig img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.businessDiv p {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.valueVertical {
    display: none;
}


/* Letters to the Shareholders */
.shareHolderSec {
    .blueBg {
        padding: 70px 60px;

        p {
            text-align: justify;
            line-height: 1.8;
        }
    }
}


/* Financial trend */
.financialSec {
    .finTrendWrap {
        padding-bottom: 60px;

        .slick-list {
            padding: 20px 0 !important;

            .slick-slide {
                transition: 0.3s;
                transform: scale(0.8);
                box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
                height: auto;
                img {
                    display: block;
                }

                &:hover{
                    transform: scale(1);
                }

                /* &.slick-center {
                    transform: scale(1);
                } */
            }

            .eachFinBox {
                &.imgBox{
                    padding: 10px;
                    background: #ffffff;
                }
            }
        }
    }
}

.slick-arrow {
    top: inherit;
    bottom: 0;
    width: 42px;
    height: 42px;
    font-size: 0;
    background-color: #0057a2;
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;


    &:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        display: flex;
        font-size: 24px;
        transition: 0.3s;
        position: absolute;
        color: #ffffff;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        font-family: "Font Awesome 6 Free";
        /* background-image: url(../images/home/arrowNorm.png); */
    }

    &.slick-prev {
        left: calc(50% - 50px);

        &:before {
            content: "\f060";
        }
    }

    &.slick-next {
        right: calc(50% - 50px);

        &:before {
            content: "\f061";
        }
    }

    &:hover {
        background-color: #c2c2c2;

        &:before {
            color: #000000;
            /* background-image: url(../images/home/arrowBg.png); */
            /* filter: invert(0) opacity(1); */
        }
    }
}

.financialSec_2 {
    .finTrendInner {
        margin: 0 auto;
    }
}

.materialitySec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-image: none !important;

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .materialityHomeTxt {
        position: absolute;
        width: 100%;
        top: 100px;
        left: 0;
        right: 0;
    }

    &::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background: #FFFFFF;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 100%);
    }
}

.riskMngSec {
    .spl_pad_lft {
        padding-left: 55px;
    }

    .capList li {
        position: relative;
        padding-left: 30px;
        line-height: 1.8
    }

    .footprint_lst .numList span {
        position: absolute;
        left: -11px;
        top: 0;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footprint_lst ul {
        list-style: none;
        column-count: 2;
    }

    .bg_brwn {
        background-color: #b38c67;
    }
}

.esgActionSec {
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    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%);
    }

    .figCont {
        padding: 30px;
        transition: 0.6s;
        background-color: #FDF2E8;

        p {
            min-height: 110px;
        }
    }

    .envWrap:hover {
        .figCont {
            /* background-color: #F7FAD8; */
            /* background-color: #f9ffbe; */
            background-color: #b9ffbf;
        }
    }

    .socWrap:hover {
        .figCont {
            background-color: #BCC8E4;
        }
    }

    .govWrap:hover {
        .figCont {
            /* background-color: #FFEDDD; */
            background-color: #fdd8b8;
        }
    }
}


.btmImg {
    display: none;
}


.gy_lft_br {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.wwd{
    column-count: 2;
}


/* ------------Responsive------------ */


@media screen and (max-width: 1440px) {
    .secH.fz_50 {
        font-size: 36px !important;
    }

    p,
    li {
        font-size: 16px;
    }

    .strategySec {
        figcaption {
            &.fz_28 {
                font-size: 20px !important;
            }
        }
    }
}

@media screen and (max-width: 1366px) {
    .bannerTxt {
        h1.fz_70 {
            font-size: 50px !important;
        }

        h2.fz_32 {
            font-size: 22px !important;
        }
    }

    .finTrendWrap{
        flex-direction: column;
        .col-lg-6{
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;

            .finTrendInner{
                max-width: 70%;
                display: inline-block;
            }
        }
    }

    .footLeft {
        .customList {
            li {
                &::before {
                    top: 5px;
                }
            }
        }
    }

    .homeReadBtn{
        font-size: 13px;
    }

    .shareHolderSec {
        .blueBg {
            p {
                font-size: 13px !important;
            }
        }
    }

    .homePage .secH,
    .secH.fz_50 {
        font-size: 36px !important;
    }
    h2, .h2 {
        font-size: 26px !important;
    }

    p,
    li {
        font-size: 14px;
    }

    .valueArrow {
        right: 6px;
    }
    .valueCardBtm{
        .fz_22 {
            font-size: 18px !important;
        }
    }

    .strategySec {
        .leftStratBox {
            .btnWrap{
                margin-top: 5px !important;
            }
            .fz_40{
                font-size: 26px !important;
            }
            .stratBox {
                &:before {
                    top: 27px;
                    right: -55px;
                    width: 60px;
                    height: 117px;
                    transform: rotate(14deg);
                }
                &:after{
                    bottom: 72px;
                    right: -49px;
                }
            }
        }
    }

    .performSec{
        &.h_100vh{
            height: 115vh;
        }

        .perfGlan_fin{
            h2.pb_30{
                font-size: 22px !important;
            }
            h3{
                font-size: 18px !important;
            }
        }
    }
    .performTab ul li{
        min-width: 130px;
        padding: 12px 20px;
    }

    .themeSec{
        .txtWrap_2{
            .fz_32 {
                font-size: 20px !important;
            }
            .fz_22 {
                font-size: 16px !important;
            }
        }
    }

    .riskMngSec {
        .capList li {
            padding: 6px 0 0;
            position: relative;
            padding-left: 30px;
            line-height: 1.2;
        }
        .spl_pad_lft {
            padding-left: 38px;
        }
        .footprint_lst .numList span {
            width: 26px;
            height: 26px;
        }
    }

    

}

@media screen and (max-width: 1280px) {
    .bannerContent {
        width: 44%;
    }

    .container-max {
        max-width: 100%;
    }

    .strategySec {
        /* padding: 0 !important; */

        &:before{
          width: 40%;  
        }
        &:after {
            width: 60%;
        }

        .row {
            .col-lg-6 {
                &.col_1{
                    -ms-flex: 0 0 40%;
                    flex: 0 0 40%;
                    max-width: 40%;
                }
                &.col_2{
                    -ms-flex: 0 0 60%;
                    flex: 0 0 60%;
                    max-width: 60%;
                }
            }
        }
    }
    .stratBox.mr_100{
        margin-right: 60px !important;
    }


    .valueBtm {
        padding-top: 0;
    }

    .accordion>.card {
        padding: 0 0 20px;
    }

    .accordion.width .card .card-header:not(.collapsed),
    .accordion.width .card .card-header {
        pointer-events: visible;

    }

    .card-body{
        .col-xl-4{
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    .accordion>.card{
        padding: 20px 0;
    }
    .valueCardBtm{
        min-height: 170px;
    }
    .valueCrtCrd{
        min-height: 120px;
    }
    .valueArrow {
        right: 0px;
    }
    .open-card .valueArrow{
        top: 20px;
    }
    


    .shareHolderSec {
        .row {
            .col-lg-6 {
                &.col_2 {
                    .blueBg {
                        padding: 30px 20px;
                    }
                }
            }
        }
    }



    .financialSec {
        .slick-slide {
            height: auto;
        }

        .imgBox {
            a[data-fancybox] {
                height: auto;
            }
        }
    }

    .financialSec_2 {
        .imgBox {
            a[data-fancybox] {
                height: auto;
            }
        }
    }
}

@media screen and (max-width: 1199px) {
    .performSec {
        height: auto;
        padding-bottom: 0 !important;
        background-image: none !important;

        .performTab {
            .sub_row_1 {
                .col-lg-6 {
                    margin-bottom: 30px;

                    &.col_1 {
                        padding-right: 15px !important;
                    }

                    &.col_2 {
                        padding-left: 15px !important;
                    }

                    &.col_3 {
                        padding-left: 15px !important;
                    }
                }
            }
        }

        .btmImg {
            display: block;
        }
    }
    .strategySec {
        padding: 0 !important;

        & .leftStratBox {
            .stratBoxWrap {
                min-height: auto;
            }
        }

        .row {
            flex-direction: column;

            .col-lg-6 {
                -ms-flex: 0 0 100% !important;
                flex: 0 0 100% !important;
                max-width: 100% !important;
                padding-top: 60px;
                padding-bottom: 60px;
            }
        }

        .capList {
            min-height: auto;
        }
    }

    .valueHorizon {
        display: none;
    }

    .valueVertical {
        display: block;
    }

    .accordion.width {
        height: inherit !important;
        display: block;
        overflow: visible;
        min-height: inherit;
    }

    .card {
        display: block;
    }

    .active .card-header {
        background-color: #0057A2;
        border: 1px solid rgba(0, 91, 170, 1) !important;
    }

    .active .card-header p {
        color: #fff !important;
    }

    .accordion.width .card-body {
        height: auto;
        border-left: 1px solid #f58220;
    }

    .accordion.width .card {
        flex-direction: column;
    }

    .accordion.width .card .card-header {
        padding: 15px 50px 15px 15px;
    }

    .accordion.width .card {
        &.active {
            .card-header {
                &.cardHeadRes {
                    .valueArrow {
                        transform: rotate(90deg);
                        top: 12px;
                    }
                }
            }
        }
    }

    .accordion.width .card .card-header p {
        transform: rotate(0deg);
        writing-mode: inherit;
        margin-bottom: 0;
        text-align: left;
        font-size: 16px !important;
    }

    .valueArrow {
        opacity: 1;
        right: 8px;
        top: 26px;
        width: 30px;
        height: 30px;
        transition: 0.5s;
    }

    .valueCardBtm {
        min-height: inherit;
    }

    .cardBodyInn {
        height: auto;
    }

    .card {
        .card-body {
            display: none;
        }

        &.active {
            .card-body {
                display: block;
            }
        }
    }

    .card_2 {
        .cardBodyInn {
            .row {
                flex-direction: column;

                .col-md-7 {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;

                    .row {
                        flex-direction: row;

                        .col-xl-6 {
                            width: 50%;
                        }
                    }
                }
            }
        }
    }

    .shareHolderSec {
        .row {
            flex-direction: column;

            .col-lg-6 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;

                &.col_1 {
                    margin-bottom: 30px;
                }

                &.col_2 {
                    .blueBg {
                        padding: 20px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1024px) {
    .bannerTxt {
        h1.fz_70 {
            font-size: 50px !important;
        }

        h3.fz_32 {
            font-size: 24px !important;
        }
    }

    .financialSec_2{
        padding-bottom: 0 !important;
    }

}

@media screen and (max-width: 991px) {
    .card-body {
        .col-xl-4 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    .performSec {
        .performTab {
            .tabs {
                display: none;
            }

            .sub_row_1 {
                .col-lg-6 {
                    margin-bottom: 15px;

                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }

            .perfGlan_fin {
                h2 {
                    &.pb_30 {
                        padding-bottom: 15px !important;
                    }
                }

                .sub_row_1 {
                    h3 {
                        font-size: 20px !important;
                    }
                }
            }
        }

        .listContBox {
            .tab_content {
                display: block !important;

                &:first-child {
                    .accCont {
                        display: block;
                    }
                }

                &:not(:last-child) {
                    margin-bottom: 5px;
                }
            }
        }

        .accTrigger {
            padding: 10px 15px !important;
            border: 1px solid #f58220;
            font-size: 20px !important;
            border-radius: 30px;
            margin-bottom: 20px;
            position: relative;
            transition: 0.6s;
            cursor: pointer;
            display: block;

            &::before {
                right: 15px;
                font-size: 20px;
                top: 11px;
                transform: rotate(90deg);
                position: absolute;
                transition: 0.6s;
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: var(--fa-display, inline-block);
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                text-rendering: auto;
                content: "\f0da";
            }

            &:hover {}
        }

        .active {
            .accTrigger {
                color: #fff !important;
                background-color: #f58220;

                &::before {
                    transform: rotate(-90deg);
                }
            }
        }

        .accCont {
            display: none
        }

        .eachNumBlockWrap.mb_40 {
            margin-bottom: 15px !important;
        }
    }

    .accordion.width .card-body {
        padding: 25px 20px;
    }

    .valueCrtCrd {
        min-height: auto;
    }

    .valueCardBtm {
        padding: 20px 20px 20px 20px;
    }

    .capList {
        margin-bottom: 0 !important;
    }

    .card_1 {
        .valueCardFig {
            width: 50px;
            height: 50px;

            img {
                width: 30px;
            }
        }

        .valueCardBtm {
            padding: 20px 20px 20px 40px;
        }

    }

    .financialSec {
        finTrendWrap {
            .slick-list {
                .slick-slide {
                    transform: scale(0.9);
                }
            }
        }

        .slick-arrow {
            bottom: 30px;
        }
    }

    .themeSec {
        .txtWrap {
            margin-bottom: 20px;
        }
    }

    .aboutSec {
        .aboutHomeTxt {
            top: 50px;
        }
    }

    .aboutSec {
        height: 60vh;
        overflow: hidden;
    }

    .pb_300 {
        padding-bottom: 150px !important;
    }

    .gy_lft_br {
        border-left: unset;
        padding: 15px 15px 0 15px;
        position: relative;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 15px;
            width: 50%;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.25);
        }
    }

}

@media screen and (max-width: 768px) {
    .bannerSec {
        height: 400px;
    }

    .card-body {
        .col-xl-4 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    
    .homePage{
        .strategySec {
            & .leftStratBox {
                .btnWrap {
                    margin-top:20px !important;
                }
            }
        }
        .performSec {
            &.h_100vh {
                height: auto;
            }
        }
        
    }
    .bannerContent {
        width: auto;

        .rlIcon {
            width: 80px;
        }

        .fz_70 {
            font-size: 28px !important;
        }

        .fz_32 {
            font-size: 20px !important;
        }
    }

    .card_2 {
        .cardBodyInn {
            .row {
                .col-md-7 {
                    .row {
                        flex-direction: column;

                        .col-xl-6 {
                            width: 100%;
                        }
                    }
                }
            }
        }
    }

    .bannerSec {
        height: 500px;
    }

    .strategySec {
        & .capList {
            li {
                width: 50%;

                &:nth-child(3n) {
                    width: 50%;
                }
            }
        }
    }

    .valueCard {
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .valueCardFig {
        left: -5px;
    }

    .bannerContent {
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        left: 0;
        flex-wrap: wrap;
        .rlIcon {
            width: 50px;
        }
        .bannerTxt {
            width: 90%;
            max-width: 320px;
            padding-right: 20px;
            margin-left: auto;
        }
        h1.fz_70 {
            font-size: 40px !important;
        }
        h2.fz_32 {
            font-size: 16px !important;
        }
    }
}

@media screen and (max-width: 767px) {
    .aboutSec {
        height: 100vh;
    }

    .secH.fz_50 {
        font-size: 30px !important;
    }

    .financialSec {
        .finTrendWrap {
            .slick-list {
                padding: 0 0 20px !important;
            }
        }
    }

    .riskMngSec {
        .capList li {
            padding-top: 3px;
            padding-left: 16px;
        }
        .footprint_lst .numList span {
            width: 22px;
            height: 22px;
        }
    }
}

@media screen and (max-width: 575px) {
    .bannerContent {
        .fz_32 {
            font-size: 16px !important;
        }
    }

    .strategySec {
        & .leftStratBox {
            & .stratBox {
                &:before {
                    top: 25px;
                    right: -56px;
                    width: 55px;
                    height: 120px;
                    background-image: url(../images//home/vector-6.png);
                }
                &:after{
                    bottom: 72px;
                    right: -55px;
                }
            }
        }
    }
    .stratBox.mr_100 {
        margin-right: 75px !important;
    }

    .strategySec {
        & .capList {
            margin-bottom: 30px !important;

            li {
                width: 100%;

                &:nth-child(3n) {
                    width: 100%;
                }
            }
        }
    }

    /* .bannerContent {
        flex-direction: column;
        align-items: flex-start;

        .bannerTxt {
            width: 100%;
            padding-left: 0px;
            padding-right: 10px;
        }
    } */

    .strategySec {
        .capList {
            li {
                figcaption {
                    br {
                        display: none;
                    }
                }
            }
        }
    }
    /* .h_100vh {
        height: 55vh;
    } */
    .performSec {
        height: auto;
    }

    .riskMngSec {
        .fz_30 {
            font-size: 20px !important;
        }
    }
    .wwd{
        column-count:1;
    }
}
