.national-renewable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 6vw;
    width: 85%;
    margin: auto;
    margin-bottom: 8vw;
}

.na-ren-left {
    width: 45%;
}

    .na-ren-left img {
        width: 100%;
    }

.na-ren-right {
    width: 55%;
}

    .na-ren-right h3 {
        font-size: 34px;
        margin-bottom: 2vw;
        color: rgba(186, 138, 59, 1);
    }

    .na-ren-right > p {
        font-size: 1.9vw;
        line-height: 40px;
        font-weight: 450;
        margin-bottom: 5vw;
    }

.sppc_button.green-btn p {
    color: #000;
}

.sppc_button.green-btn > a:hover svg circle {
    fill: #B4975A;
}

.sppc_button.green-btn a:hover p {
    color: #B4975A;
}

.background-image-collab img {
    width: 100%;
}

.collaborating {
    position: relative;
    margin-bottom: 10vw;
}

    .collaborating .sppc_button {
        display: ruby;
    }

.partner-tinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    margin: auto;
    height: 100%;
    text-align: center;
}

.partner-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.partner-tinner h4 {
    font-size: 22px;
    margin-bottom: 2vw;
    font-weight: 400;
    font-family: 'Figtree';
}

.partner-tinner h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 2vw;
    line-height: 1.1;
}

.partner-tinner > p {
    font-size: 18px;
    margin-bottom: 4vw;
    padding: 0 3vw;
    font-weight: 400;
    font-family: 'Figtree';
}

/* media center */
.media-sorting {
    display: flex;
    justify-content: space-between;
    margin: 0 6.7vw;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 3vw;
}

    .media-sorting ul {
        padding: 0;
        margin: 0;
        display: flex;
        list-style: none;
        grid-gap: 15px;
    }

    .media-sorting a {
        list-style: none;
        border: 1px solid #CECECE;
        padding: 15px 30px;
        border-radius: 50px;
        margin-left: 10px;
        color: #000;
        transition: all .7s ease;
        display: block;
        font-size: 20px;
        font-weight: 500;
    }

        .media-sorting a:hover {
            background-color: #BA8A3B;
            border-color: #BA8A3B;
            color: #fff;
        }



.news-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2vw 1.5vw;
    margin-bottom: 7vw;
}

/*.news-box {
    overflow: hidden;
}*/

.news-image {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .news-image img {
        width: 100%;
        display: block;
        /* transition: .6s ease-in-out; */
    }

/* .news-box:hover .news-image img {
    transform: scale(1.1);
} */

.news-contnet-area {
    border: 1px solid #CECECE;
    border-top: none;
    padding: 2.3vw 2.3vw;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
    max-height: 36%;
}

    .news-contnet-area.slide {
        min-height: 14vw;
    }

    .news-contnet-area .news {
        background: #F5F5F6;
        display: inline-block;
        padding: 14px 33px;
        border-radius: 50px;
        width: fit-content;
    }

        .news-contnet-area .news p {
            margin: 0;
            font-size: 17px;
        }

    .news-contnet-area h3 {
        font-size: 25px;
        color: rgba(25, 63, 53, 1);
        margin: 0;
        line-height: 1.4;
        /* padding-left: 1vw; */
        transition: .4s ease-in-out;
        padding-bottom: 1vw;
    }

        .news-contnet-area h3:hover {
            color: #BA8A3B;
        }

    .news-contnet-area > p {
        font-size: 18px;
        /* font-family: 'Fedra Sans Pro'; */
        margin-bottom: 0;
        font-weight: 500;
        margin-bottom: 1.5vw;
    }

    .news-contnet-area span {
        font-size: 17px;
        color: rgba(25, 63, 53, 0.5);
    }

.news-btn-main {
    margin: 4.5vw 6.7vw 0;
}

.black-btn {
    justify-content: center;
}

    .black-btn .btns a .infos {
        color: #000 !important;
    }

.media-sorting a:last-child {
    margin-left: 0;
}

/* media detail */

.media-detail .banner-info .inner .banner-text {
    width: 58% !important;
}

.media-detail .banner-info .inner {
    padding-top: 13% !important;
}

    .media-detail .banner-info .inner .banner-text h4 {
        color: #BA8A3B;
        font-size: 29px;
        padding-bottom: 1.5vw;
        padding-right: 10px;
    }

    .media-detail .banner-info .inner .banner-text h2 {
        font-size: 4.7vw !important;
        font-weight: 600 !important;
        letter-spacing: 3px;
    }

.media-detail .line_img {
    bottom: -10vw !important;
    z-index: -1;
}

.main_bannar.about_banner.media-detail {
    margin-bottom: 13vw;
}

.detail-content {
    width: 64%;
    margin: auto;
    padding: 0 0 7vw;
}

    .detail-content h3 {
        font-size: 2.6vw;
        padding-bottom: 2.5vw;
        margin-bottom: 0;
    }

    .detail-content h4 {
        font-size: 27px;
        color: rgba(186, 138, 59, 1);
        padding-bottom: 2.5vw;
        margin-bottom: 0;
    }

    .detail-content p {
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 1.8vw;
        font-weight: 500;
    }

        .detail-content p:last-child {
            padding-bottom: 0;
        }

.detail-image img {
    width: 100%;
    border-radius: 20px;
}

.detail-image {
    width: 86%;
    margin: auto;
    padding-bottom: 6vw;
    border-radius: 20px;
}

.read-next {
    width: 86%;
    margin: auto;
}

    .read-next > h3 {
        font-size: 26px;
        color: #BA8A3B;
        margin-bottom: 3.5vw;
        margin-right: 10px;
    }

/* Conatact us */

.main_bannar.privacy_banner.contact_banner {
    margin-bottom: 9%;
}

.contact_banner .line_img {
    bottom: -8.5vw;
    width: 60%;
}

.new_view.contact-content {
    width: 100%;
    grid-gap: 14vw;
    padding: 0vw 6vw 7vw 7vw;
}

    .new_view.contact-content .left h3 {
        font-size: 38px;
        margin-bottom: 0;
        font-weight: 500;
        color: #193F35;
    }

    .new_view.contact-content .right {
        position: relative;
        z-index: 10;
    }

.contact_form {
    display: flex;
    flex-direction: column;
    width: 100%;
    grid-gap: 10px;
    margin-bottom: 2vw;
}

    .contact_form label {
        color: #333333;
        font-size: 17px;
    }

    .contact_form input {
        background: #F1F3F3;
        border: none;
        padding: 15px 20px;
        color: #333333;
    }

        .contact_form input::placeholder {
            font-size: 16px;
        }

        .contact_form input:focus {
            outline: none;
        }

.contact-form-mian textarea {
    background: #F1F3F3;
    border: none;
    padding: 15px 20px;
    color: #333333;
}

    .contact-form-mian textarea:focus {
        outline: none;
    }

.black_btn button > div.infos,
.black_btn a > div.infos {
    color: #333333 !important;
}

.contact_form:last-child {
    margin-bottom: 3vw;
}

.addresss-main {
    margin-top: 5vw;
    padding-left: 8vw;
    text-align: left;
}

.adress-list {
    display: flex;
    align-items: flex-start;
    padding-left: 0vw;
    grid-gap: 1vw;
    justify-content: flex-start;
    margin-bottom: 2vw;
}

.adleft {
    width: 40%;
    text-align: right;
}

.ad-right {
    width: 62%;
    text-align: right;
}

    .ad-right p {
        font-size: 19px;
        color: rgba(25, 63, 53, 1);
        margin-bottom: 0;
        font-weight: 500;
    }

.adleft p {
    margin-bottom: 0;
    font-size: 15px;
    color: rgba(186, 138, 59, 1);
}

.ad-right a {
    font-size: 17px;
    color: rgba(25, 63, 53, 1);
    transition: .5s ease-in-out;
}

    .ad-right a:hover {
        color: rgba(186, 138, 59, 1);
    }

/* faq holder */

.faqs-holder {
    padding: 2vw 0 0 0;
}

    .faqs-holder ul {
        padding: 0;
        list-style: none;
    }

        .faqs-holder ul li {
            position: relative;
            border-bottom: 1px solid rgba(0, 0, 0, 10%);
            padding: 0 0 2vw;
            margin: 0 0 2vw;
        }

            .faqs-holder ul li:last-child {
                border: 0;
            }

            .faqs-holder ul li h3 {
                position: relative;
                cursor: pointer;
                font-weight: 500;
                color: #193F35;
                margin: 0;
                padding: 0 0vw 0 0;
                font-size: 22px;
                line-height: 1.5;
                padding-left: 2vw;
            }

                .faqs-holder ul li h3 .plus {
                    position: absolute;
                    top: 10px;
                    left: 0;
                    width: 16px;
                    height: 40px;
                    z-index: 1;
                    display: flex;
                    flex-direction: column;
                    /* justify-content: center; */
                    align-items: center;
                }

                    .faqs-holder ul li h3 .plus span {
                        background: rgba(25, 63, 53, 1);
                        width: 17px;
                        height: 1px;
                        display: block;
                        transition: all .5s ease;
                        margin: 0px 0 0;
                    }

                        .faqs-holder ul li h3 .plus span:last-child {
                            transform: rotate(90deg);
                        }

                .faqs-holder ul li h3 svg {
                    fill: #2C2826;
                    transition: all .2s ease-in-out;
                    position: relative;
                    left: 0px;
                }

            .faqs-holder ul li.active h3 .plus span:last-child {
                transform: rotate(0);
            }

            .faqs-holder ul li .content > p {
                padding: 20px 0 0vw 1vw;
                font-size: 18px;
                line-height: 24px;
                color: #A8A8AA;
                font-weight: 500;
            }

            .faqs-holder ul li .pf_sec {
                display: grid;
                justify-content: space-between;
                grid-template-columns: repeat(2, 1fr);
                margin: auto;
                grid-gap: 2vw 0vw;
                margin-top: 1vw;
            }

                .faqs-holder ul li .pf_sec .new_icon {
                    display: flex;
                    align-items: center;
                }

                    .faqs-holder ul li .pf_sec .new_icon h2 {
                        position: relative;
                        padding: 0;
                        padding-bottom: 0;
                        color: #333333;
                        font-size: 26px;
                        font-weight: 300;
                    }

            .faqs-holder ul li .img {
                margin: 0 0 30px;
            }

            .faqs-holder ul li .new_icon img {
                /*width: 100%;*/
                margin-left: 10px;
            }

            .faqs-holder ul li .new_icon p {
                margin: 0 0 20px;
                font-size: 26px;
                line-height: 1;
            }

.new_view.ask_ans {
    background: #F1F3F3;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 8vw 7vw 7vw;
    grid-gap: 15vw;
}

    .new_view.ask_ans .left h2 {
        font-size: 45px;
        color: #193F35;
        font-weight: 500;
        margin-bottom: 1.3vw;
    }

    .new_view.ask_ans .left h3 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .new_view.ask_ans .left span {
        color: #BA8A3B;
    }

.faqs-holder ul li.active h3 {
    color: #BA8A3B !important;
    transition: .3s ease-in-out;
}

/* ceo-message */
.ceo-banner {
    height: 77vh !important;
}

    .ceo-banner .inner {
        padding-top: 10%;
    }

        .ceo-banner .inner .banner-text h2 {
            font-size: 4.8vw !important;
            font-weight: 600 !important;
            ;
            letter-spacing: 2px;
        }

    .ceo-banner .line_img {
        bottom: -5vw !important;
        width: 73% !important;
        left: -10vw !important;
    }

.main_bannar.ceo-banner .banner-info .inner {
    width: 83%;
}

.new_view.maz-ceo {
    grid-gap: 10vw;
    width: 87%;
}

    .new_view.maz-ceo .left {
        width: 60%;
        padding-top: 5vw;
    }

    .new_view.maz-ceo .right {
        width: 40%;
    }

.ceo-image img {
    width: 100%;
}

.new_view.maz-ceo .left h3 {
    font-size: 26px;
    padding-bottom: 3vw;
    line-height: 40px;
    margin-bottom: 0;
}

.new_view.maz-ceo .left h4 {
    color: #193F35;
    /* padding-right: 6.5vw; */
    padding-bottom: 3vw;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 0;
}

.new_view.maz-ceo .left p {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
}

.ceo-image {
    margin-bottom: 1.7vw;
}

.ceo-name {
    padding-right: 10px;
}

    .ceo-name h3 {
        font-size: 39px;
        font-weight: 600;
        margin-bottom: 0;
        padding-bottom: 1vw;
    }

    .ceo-name h4 {
        font-size: 30px !important;
        margin-bottom: 0 !important;
    }

/* leadership  */

.leader-page {
    height: 78vh !important;
    margin-bottom: 5vw !important;
}

    .leader-page .banner-info .inner {
        padding-top: 12% !important;
    }

        .leader-page .banner-info .inner .banner-text {
            display: flex;
            grid-gap: 2vw;
        }

    .leader-page .inner .banner-text .left {
        width: 50%;
    }

    .leader-page .inner .banner-text .right {
        width: 50%;
    }

        .leader-page .inner .banner-text .right p {
            color: #fff;
            width: 100% !important;
            font-size: 19px !important;
            font-weight: 300 !important;
            line-height: 27px;
            padding-top: 10px;
        }

/* new */
.actrion_head {
    display: flex;
    align-items: center;
    width: 45%;
    grid-gap: 1vw;
    margin-bottom: 3vw;
}

    .actrion_head .img {
        margin: 0;
        width: 80px;
    }

        .actrion_head .img img {
            width: 100%;
        }

    .actrion_head h2 {
        font-size: 36px;
        color: #00426A;
        font-weight: 700;
        line-height: 1;
        text-transform: capitalize;
    }

.catrion-holder .container-div .tab_nav {
    width: 79%;
    margin: auto;
}

.tabs-ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: space-between;
    border-bottom: solid 3px rgba(186, 138, 59, 0.1);
    width: 72%;
    margin: auto;
    grid-gap: 1vw;
}

.tab-content-holder {
    margin-bottom: 0;
}

.tabs-ul li {
    margin: 0;
    width: 50%;
}

    .tabs-ul li a {
        font-size: 2vw;
        font-weight: 400;
        color: rgba(25, 63, 53, .5);
        line-height: 1;
        position: relative;
        text-decoration: none;
        display: block;
        padding-bottom: 1vw;
        padding: 2vw 0;
        transition: 0.5s ease-in-out;
        display: flex;
        justify-content: center;
    }

        .tabs-ul li a:hover {
            color: rgba(25, 63, 53, 1);
        }

    .tabs-ul li:last-child {
        margin: 0;
    }

    .tabs-ul li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: #BA8A3B;
        right: 0;
        transition: transform 0.5s;
        transform: scale(0);
        transform-origin: right;
        bottom: -4px;
    }

    .tabs-ul li.active a:before,
    .tabs-ul li a:hover:before {
        transform: scale(1);
        transform-origin: left;
    }

    .tabs-ul li.active a {
        color: #193F35;
    }

.tab-content {
    margin-right: 20px;
    margin-left: 20px;
}

.tab_info {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    grid-gap: 3vw;
    justify-content: space-between;
}

.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 1s ease 1 forwards;
}
    /* .tab-content .main_box{
    display: flex;
    grid-gap: 1vw;
} */
    .tab-content .main_box .box {
        background: #E5EEF9;
        padding: 3vw 3.5vw;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        grid-gap: 5vw;
        width: 50%;
        justify-content: space-between;
    }

        .tab-content .main_box .box h2 {
            font-size: 36px;
            line-height: 1;
            color: #1D3C56;
            font-weight: 700;
            width: 55%;
        }

        .tab-content .main_box .box h3 {
            font-size: 34px;
            color: #1D3C56;
            font-weight: 300;
            text-transform: capitalize;
            line-height: 38px;
        }

    .tab-content.active {
        display: block;
        margin: 0;
    }

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}


.prince-box {
    display: flex;
    position: relative;
    z-index: 1;
    /* align-items: center; */
    /* grid-gap: 5vw; */
    padding: 6vw 0 15vw;
    width: 73%;
    margin: auto;
}

    .prince-box .left-image {
        width: 46%;
    }

        .prince-box .left-image img {
            width: 100%;
            border-radius: 10px;
        }

.right-text {
    width: 54%;
    padding: 0 4vw 0 4vw;
    margin-top: 11%;
}

.wavy-image img {
    width: 100%;
}

.wavy-image {
    position: absolute;
    width: 90%;
    z-index: -1;
    right: 8%;
    bottom: 13%;
}

.right-text h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 1vw;
    white-space: nowrap;
}

.right-text h3 {
    font-size: 24px;
    padding-left: 2.8vw;
    color: rgba(186, 138, 59, 1);
    white-space: nowrap;
}

.bord-of-directors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.2vw;
    background: rgba(241, 243, 243, 1);
    padding: 10vw 7vw;
}

.bods img {
    width: 100%;
    border-radius: 20px;
}

.bods h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.bods h4 {
    font-size: 20px;
    color: rgba(186, 138, 59, 1);
    margin-bottom: 0;
}

.bod-info {
    margin-top: 2vw;
    padding: 0 15px 0 0;
    display: flex;
    flex-direction: column;
    grid-gap: 2vw;
}

.oragnizational {
    margin-top: 8vw;
    margin-bottom: 10vw;
}

.org-text {
    display: flex;
    padding: 0 5vw 0 7.2vw;
}

.left-org {
    width: 55%;
}

.right-org {
    width: 45%;
}

.left-org h3 {
    font-size: 25px;
    color: rgba(186, 138, 59, 1);
}

.right-org h4 {
    font-size: 33px;
    line-height: 40px;
}

.ceo-map {
    padding: 4vw 4vw 7vw 3vw;
}

    .ceo-map img {
        width: 100%;
    }

.mazin-ceo {
    display: flex;
    width: 55%;
    margin: auto;
    grid-gap: 3vw;
    border-top: 3px solid rgba(186, 138, 59, 1);
    padding-top: 2vw;
}

.right-ma {
    width: 55%;
    flex: 1;
    margin-top: 2.5vw;
    padding-left: 18%;
}

.left-ma {
    width: 45%;
}

    .left-ma img {
        width: 100%;
        border-radius: 10px;
    }

.right-ma h2 {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 1.3vw;
    margin-bottom: 0;
}

.right-ma p {
    margin-bottom: 0;
    font-size: 20px;
    color: rgba(25, 63, 53, .5);
}

.right-ma h4 {
    font-size: 27px;
    color: rgba(186, 138, 59, 1);
    margin-bottom: 7vw;
}

/* 404 wavy image */

.four-o-four-wavy {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

/* Vender pager */

.new_view.vender-content {
    width: 85%;
    grid-gap: 15vw;
    margin-bottom: 15vw;
}

    .new_view.vender-content .left {
        width: 67%;
        flex: 1;
        margin-left: 3vw;
    }

        .new_view.vender-content .left h4 {
            font-size: 40px;
            padding-bottom: 2vw;
            color: rgba(2, 129, 100, 1);
        }

        .new_view.vender-content .left h3 {
            font-size: 33px;
            padding-bottom: 3vw;
        }

    .new_view.vender-content .right {
        width: 33%;
        margin-top: 2vw;
    }

.contractor-box img {
    width: 100%;
}

.ven-dec_mail {
    margin-right: 6px;
    margin-left: 15vw;
}

    .ven-dec_mail > p {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 1.5vw;
        margin-bottom: 0;
        font-weight: 500;
    }

        .ven-dec_mail > p:nth-child(2) {
            padding-bottom: 4vw;
        }

.adress-list.vender-main {
    margin-bottom: 0;
}

    .adress-list.vender-main .adleft {
        width: 28%;
    }

    .adress-list.vender-main .adright {
        width: 72%;
    }

.contractor-box .contract-box_content {
    border: 2px solid rgba(206, 206, 206, .5);
    border-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.contractor-box .contract-box_text {
    padding: 3vw 2.2vw 4vw;
    display: flex;
    flex-direction: column;
    grid-gap: 2.2vw;
}

    .contractor-box .contract-box_text h2 {
        font-size: 1.7vw;
        margin-bottom: 0;
        color: rgba(25, 63, 53, 1);
        line-height: 35px;
    }

    .contractor-box .contract-box_text p {
        margin-bottom: 0 !important;
        font-size: 17px !important;
    }

.download_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(241, 243, 243, 1);
    padding: 10px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: rgba(25, 63, 53, 1);
    grid-gap: 1vw;
    font-size: 19px;
    font-weight: 500;
    transition: .5s ease-in-out;
}

    .download_btn a:hover {
        background: #193F35;
        color: #fff;
    }

    .download_btn a svg {
        background: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .5s ease-in-out;
    }

/* renew */

.new_view.renewable-view {
    width: 85%;
    grid-gap: 15vw;
}

    .new_view.renewable-view .left {
        width: 70%;
        flex: 1;
        /* padding-left: 5vw; */
    }

    .new_view.renewable-view .right {
        width: 30%;
        padding-right: 1vw;
    }

    .new_view.renewable-view .left h3 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 35px;
    }

    .new_view.renewable-view .right p {
        font-size: 15px;
        margin-bottom: 0;
    }

.renewable-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 88%;
    margin: auto;
    padding: 0 0 10vw;
    grid-gap: 2vw;
}

.project-image img {
    width: 100%;
}

.project-text {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 2vw;
    justify-content: space-between;
    transition: .4s ease-in-out;
}

.project-box {
    position: relative;
    cursor: pointer;
}

    .project-box:hover .project-text {
        visibility: hidden;
        opacity: 0;
    }

.pro-cap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

    .pro-cap .pro-right {
        display: flex;
        align-items: baseline;
        width: 60%;
        justify-content: end;
        grid-gap: 0.5vw;
    }

        .pro-cap .pro-right h2 {
            margin-bottom: 0;
            font-size: 4.1vw;
            /* font-family: 'Figtree'; */
            font-weight: 600;
            line-height: 1;
        }

        .pro-cap .pro-right p {
            margin-bottom: 0;
            font-size: 15px;
            font-weight: 500;
            /* font-family: 'Fedra Sans Pro'; */
        }

.hover-box {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    padding: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    /* transition: .4s ease-in-out; */
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    transition: all .7s ease;
}

.project-box {
    perspective: 1000px;
}

    .project-box .front {
        transform: rotateY(0deg);
        transition: all .7s ease;
    }

    .project-box:hover .front {
        transform: rotateY(-180deg);
    }

    .project-box:hover .hover-box {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0deg);
    }

.project-text > h2 {
    margin-bottom: 0;
    padding-left: 3vw;
    font-size: 38px;
}

.pro-cap h4 {
    margin-bottom: 0;
    font-size: 25px;
    /* font-family: 'Fedra Sans Pro'; */
    font-weight: 400;
}

.pro-left {
    width: 40%;
}

.hover-text h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.hover-text p {
    font-size: 18px;
    font-weight: 500;
}

.renewable_main {
    margin: 5vw 0 10vw;
}

.black-btn.bb_left {
    justify-content: start;
}

.partner_sec.our_busniess {
    margin: 0;
    padding: 0px 3vw;
    margin-bottom: 6vw;
    width: 100%;
}

.desk_block {
    display: block;
}

.text.project_top_text {
    width: 55% !important;
}

    .text.project_top_text h3 {
        /* font-size: 33px !important; */
        margin-bottom: 0 !important;
    }

.do_fix .main_achieving .text p {
    font-size: 17px;
}



{
    width: 100%;
    padding: 12vw 8vw;
    background: rgba(241, 243, 243, 1);
    margin-bottom: 0 !important;
}

.ourProjects-pin .plan {
    width: 82% !important;
    right: 9% !important;
}

.document-box .contract-box_text {
    grid-gap: 1vw;
}

.hover-box.thermal {
    justify-content: flex-start;
}

.detail-content a {
    color: rgba(186, 138, 59, 1);
    transition: .3s ease-in-out;
}

    .detail-content a:hover {
        color: #028164;
    }

.grid_wrap .grid a {
    color: #193F35;
    transition: .4s ease-in-out;
}

    .grid_wrap .grid a:hover {
        color: rgba(186, 138, 59, 1);
    }

.roles_res .na-ren-right > p {
    margin-bottom: 10vw;
}

.upper-column p a {
    color: rgba(2, 129, 100, 1);
}

.do_fix .main_achieving .text h3 li {
    list-style: none;
    line-height: 1.5;
}

.do_fix .main_achieving .text h3 ul {
    padding: 0;
    margin: 0;
}

/* SPPC table */

.sppc_table .table th {
    background: #BA8A3B !important;
    color: #fff !important;
}

.sppc_table .table th,
.sppc_table .table td {
    padding: 15px;
    width: 33.33%;
    font-size: 15px;
    line-height: 1.5;
}


.long-table.sppc_table .table th,
.long-table.sppc_table .table td {
    padding: 15px;
    width: 14.28%;
    font-size: 15px;
    line-height: 1.5;
}

.mail-text {
    font-family: 'Fedra Sans Pro Normal' !important;
}


/* .swiper-infos .box h2 span.purecounter {
    font-family: 'Figtree';
} */
